html,
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
}
*{
    outline: none !important;
}
.form-control:focus{
    box-shadow: none;
}
html,
body {
    height: 100%;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.content {
    display: table-row;
    height: 100%;
}
a:visited {
    color: rgb(242, 98, 144);
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: rgb(58, 45, 183);
    text-decoration-line: underline;
}
.btn-blue, .btn-blue:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
    background: rgb(139, 128, 235);
    border-radius: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.btn-blue:hover, .btn-blue:focus {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
    text-decoration: none;
    background: #594ECA;
}
body h1 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}
body h2 {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: rgb(43, 41, 45);
    mix-blend-mode: normal;
    opacity: 0.9;
    text-align: center;
    margin: 0px 0px 42px;
}
body h2::before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 60px;
    bottom: -7px;
    left: 50%;
    margin-left: -30px;
    background: rgb(122, 110, 221);
}
body h2.h2-left{
    text-align: left;
}
body h2.h2-left::before {
    left: 0px;
    margin-left: 0px;
}
body main h2 {
    color: #000;
}
body h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #2B292D;    
    margin-bottom: 2px;
}
body h4 {
    font-size: 18px;
    color: #000;
    text-align: center;
}
body p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    margin-bottom: 10px;
}
body main p{
    margin-bottom: 12px;
}
body main a{
    color: #3A2DB7;
    text-decoration: none;
}
body main a:hover, body main a:focus, body main a:active{
    color: #3A2DB7;
    text-decoration: underline;
}
body ul li, body ol li {
    font-size: 16px;
    color: rgb(0, 0, 0);
    padding: 5px 0px;
}
body ol{
    padding-left: 20px;
}
body.open-menu{
    overflow: hidden;
}
.content-block {
    margin-bottom: 78px;
}
.transform-uppercase {
    text-transform: uppercase;
}
ul.custom-list li, ul.percent-list li, ul.check-list li, ul.like-list li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    list-style: none;
}
ul.custom-list, ul.percent-list, ul.check-list, ul.like-list {
    padding: 0px;
    margin: 0;
}
ul.percent-list li {
    background: url(../img/icons/ic_20x20_sale.svg) left 0px top 5px no-repeat;
}
ul.custom-list li {
    background: url(../img/icons/ic_20x20_pen.svg) left 0px top 5px no-repeat;
}
ul.check-list li {
    font-weight: normal;
    background: url(../img/icons/ic_20x20_check.svg) left 0px top 5px no-repeat;
    margin-bottom: 10px;
}
ul.like-list li {
    background: url(../img/icons/ic_20x20_like.svg) left 0px top 50% no-repeat;
}
.content-block-custom ul.like-list li {
    background-position: left top 5px;
    font-weight: normal;
    margin-bottom: 10px;
}
.list-counter {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: inherit;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-right: 12px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(122, 110, 221);
    border-radius: 4px;
}
.content-block-custom p{
    margin-bottom: 10px;
}
.no-list {
    padding: 0px;
    margin: 0;
}
.no-list li {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    padding: 0px;
    list-style: none;
}
/* - add class to <ul> to see list style circle - */

.list-style-circle li {
    position: relative;
    list-style: none;
}
.list-style-circle li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 10px;
    height: 10px;
    border: 2px solid #3d3373;
    border-radius: 10px;
}
.color-dark-blue {
    color: #3d3373;
}
.text-bold {
    font-weight: bold;
}
.padding-zero {
    padding-right: 0;
    padding-left: 0;
}
/* - - hamburger-menu - - */
.content-block__deliver {
    position: relative;
}
.content-block__deliver::before {
    content: "";
    top: -65px;
    right: 0px;
    width: 195px;
    height: 370px;
    position: absolute;
    background: url(../img/flower.svg) no-repeat;
    background-size: cover;
}
.navbar.active #navbar{
    display: block;
}
.library-menu span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
}
.header-pages .library-menu span {
    background-color: #fff;
}
.library-menu span:last-child {
    margin-bottom: 0;
}
.library-menu span.one,
.library-menu span.two,
.library-menu span.three {
    transform: rotate(0deg) translate3d(0, 0, 0);
    transition: transform 100ms;
}
.library-menu.active span.one {
    transform: rotate(45deg) translate3d(9px, -2px, 0);
}
.library-menu.active span.two {
    display: none;
    transform: rotate(75deg) translate3d(-1px, 1px, 0);
}
.library-menu.active span.three {
    transform: rotate(135deg) translate3d(-7px, -3px, 0);
}
/* #### HEADER #### */

.contacts-header{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.contacts-header.contacts-header-order{
    justify-content: flex-end;
}
.contacts-header .nav-link-r{
    display: flex;
}
.promo__top-bl a.manage-order{
    color: #FFFF71;
}
a.promo-signin__link{
    margin-left: 15px !important;
}
.header-front {
    min-height: 710px;
    background: linear-gradient(0deg, rgb(118, 107, 220), rgb(118, 107, 220)), rgb(139, 128, 235);
}
.header-inner {
    position: relative;
    background: linear-gradient(0deg, rgb(118, 107, 220), rgb(118, 107, 220)), rgb(139, 128, 235);
}
.header-inner .title-inner-page{
    position: relative;
}
.header-inner .title-inner-page:before {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -80px;
    width: 480px;
    height: 253px;
    background: url(../img/img03.svg) no-repeat;
    background-size: cover;
}
.header-inner .title-inner-page.blog-single-page:before{
    content: "";
    position: absolute;
    right: -15px;
    bottom: -62px;
    width: 335px;
    height: 250px;
    background: url(../img/img02.svg) no-repeat;
    background-size: cover;
}
.title-inner h1{
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
    min-height: 140px;
    display: flex;
    align-items: center;
}
.top-contacts {
    background: rgb(58, 45, 183);
}
.promo {
    max-width: 1050px;
    margin: 0px auto;
    height: 100%;
}
.mainh {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: rgb(43, 41, 45);
    mix-blend-mode: normal;
    opacity: 0.9;
    text-align: center;
    margin: 0px 0px 42px;
}
.mainh::before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 60px;
    bottom: -7px;
    left: 50%;
    margin-left: -30px;
    background: rgb(122, 110, 221);
}
.downbutton {
    text-align: center;
    padding: 30px 0px;
}
.downbutton .advertize-block__btn-to-order {
    margin:0 auto;
}
.promo__top-bl {
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    max-height: 40px;
    margin: 0px auto;
    padding: 10px 0px;
}
.promo__top-bl a {
    display: flex;
    align-items: center;
    line-height: 25px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.promo__top-bl a:focus, .promo__top-bl a:hover{
    text-decoration: none;
}
.promo-phone {
    position: relative;
    vertical-align: baseline;
    margin-right: 15px;
}
.promo__top-bl a svg {
    margin-right: 5px;
}
a.link-hover:hover svg path, a.link-hover:active svg path, a.link-hover:focus svg path {
    fill: rgb(255, 255, 109) !important;
}
a.link-hover:hover svg, a.link-hover:active svg, a.link-hover:focus svg {
    fill: rgb(255, 255, 109) !important;
}
.promo__top-bl a:hover, .promo__top-bl a:active {
    color: rgb(255, 255, 109);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.site-owner{    
    margin: 5px auto 0 auto;
}
.footertext, .footertext a {
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: rgb(137, 182, 232);
    mix-blend-mode: normal;
    opacity: 0.8;
    text-align: center;
    margin: 0px;
    text-decoration: none;
}
.footertext a:hover, .footertext a:focus, .footertext a:active {
    text-decoration: underline;
}
.promo__top-bl a, 
.newtop-menu .nav-link-r a,
.newtop-menu .nav-link-r a:visited{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.promo__top-bl a:hover,
.promo__top-bl a:hover,
.newtop-menu .nav-link-r a:hover{
    text-decoration: none;
}
.promo-title {
    position: relative;
    margin: 0px auto;
    padding: 120px 15px 273px 15px;
}
.promo-title::before {
    content: "";
    position: absolute;
    right: -42px;
    top: 56px;
    width: 610px;
    height: 453px;
    background: url(../img/main-page-bg.svg) no-repeat;
    background-size: cover;
}
.promo-title-light {
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 11px;
}
.promo-title-bold {
    font-family: "Work Sans", sans-serif;
}
.promo-title-bottom {
    font-size: 24px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    display: block;
}
.navbar-nav{
    margin: 15px 0;
}
.navbar-nav > li{
    padding: 0;
}
.navbar-brand {
    padding: 0;
    float: left;
    height: auto;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand > img {
    display: block;
}
.logo-retina {
    max-width: 130px;
}
/*  NAV  */

.fixed-menu{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;       
}
.top-menu{
    background: linear-gradient(0deg, rgb(118, 107, 220), rgb(118, 107, 220)), rgb(139, 128, 235);
}
.top-menu.hide-menu{
    display: none;
}
nav.navbar {
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(0deg, rgb(118, 107, 220), rgb(118, 107, 220)), rgb(139, 128, 235);
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggle {
    cursor: pointer;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 9px 0;
    left: -3px;
}
.navbar-toggle.collapsed{
    left: 0;
}
.inquiry-btn-order{
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    height: 40px;
    width: 120px;
    align-items: center;
    justify-content: center;
}
#navbar{
    padding-right: 0;
    padding-left: 0;
}
#navbar .nav li a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar .nav li.current_page_item a,
#navbar .nav li.current-menu-item a,
#navbar .nav li.current-menu-item a,
#navbar.post-active .nav li.menu-item-type-custom a{ 
    color: rgb(255, 255, 114);
    text-decoration: underline;
}
.header-pages #navbar .nav li a {
    color: #4a4855;
}
#navbar .nav li a:hover, #navbar .nav li a:focus {
    color: rgb(255, 255, 114);
    text-decoration: underline;
    background: transparent;
}
#menu-mainmenu li.btn-border a, a.btn-border {
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
}
#menu-mainmenu li.btn-border a {
    width: 100px;
    margin-left: 20px;
}
#menu-mainmenu li.btn-border a:hover, #menu-mainmenu li.btn-border a:focus, #menu-mainmenu li.btn-border a:active, .btn-border:hover, .btn-border:focus, .btn-border:active {
    color: rgb(255, 255, 111);
    border-color: rgb(255, 255, 111);
    background: transparent;
    text-decoration: none;
}
#menu-mainmenu li.btn-yellow a, a.btn-yellow {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    color: rgb(49, 66, 198);
    background-blend-mode: overlay, normal;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
    background: linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), rgb(255, 255, 109);
    border-radius: 2px;
}
#menu-mainmenu li.btn-yellow a {
    width: 120px;
    margin-left: 20px;
}
#menu-mainmenu li.btn-yellow a:hover, #menu-mainmenu li.btn-yellow a:focus, #menu-mainmenu li.btn-yellow a:active {
    color: rgb(242, 98, 144);
    background-blend-mode: overlay, normal;
    text-decoration: none;
    background: linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), rgb(255, 255, 109);
}

.header-pages #navbar .nav li:last-child a {
    border: 2px solid #8b80eb;
    color: #8b80eb;
}
/*.header-pages #navbar .nav .nav-order-link a {
    border: 2px solid #8b80eb;
    color: #8b80eb;
}*/
.header-pages #navbar .nav li a:hover,
.header-pages #navbar .nav li a:focus {
    background-color: transparent;
    color: #8b80eb;
}
.header-pages #navbar .nav li.current_page_item a{
    background-color: transparent;
    color: #8b80eb;
}
/* - calc promo bl - */

.promo-calc-bl {
    height: 125px;
}
.promo-calc {
    position: relative;
    z-index: 5;        
    margin: -200px auto 0 auto;
}
.promo-calc-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    background: rgb(255, 255, 255);
    padding: 0px 0px 9px;
    text-align: center;
}
form.calc_mini {
    margin: 0px -35px;
    width: 1120px;
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    background-blend-mode: overlay, normal;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px, rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(255, 255, 255, 0.1) 0px 1px 0px inset;    
    padding: 28px 50px;
    background: linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%), rgb(255, 255, 255);
    border-radius: 8px;
}
.calc_mini.form-inline .control-label {
    width: 100%;
    margin-bottom: 19px;
}
.calc_mini.form-inline .form-group {
    margin-right: 29px;
}
.calc_mini.form-inline .form-group select {
    width: 100%;
}
.calc_mini.form-inline .form-group-cell{
    display: flex;
}
.calc_mini select.form-control {
    box-sizing: border-box;
    -webkit-appearance: none !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(122, 111, 221, 0.3);
    border-image: initial;
    border-radius: 8px;
    padding: 10px 30px 10px 10px;
}
form.calc_mini .form-group-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.calc_mini label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgb(43, 41, 45);
    mix-blend-mode: normal;
    margin: 0px 0px 19px;
}
.calc_mini .hr-line {
    display: block;
    height: 1px;
    width: 20px;
    background-color: #b3b3b3;
    margin: 10px 0 5px;
}
.calc_mini select {
    -webkit-appearance: none;
    height: 40px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    color: rgb(43, 41, 45);
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px inset;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0px;
    background: url(../img/icons/16px/arrow/Down.svg) no-repeat rgb(255, 255, 255);
    background-position: right 8px top 50%;
}
.calc_mini select:focus {
    box-shadow: none;
    outline: none;
}
/* - - - - IE10+ browser CSS only - - - - - */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .calc_mini select{
        background: none;

    }
}
.calc_mini select.form-control{
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    appearance: none!important;
}
.bl-result {
    float: right;
}
.bl-result-name {
    display: table-cell;
    width: 45px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(43, 41, 45);
    mix-blend-mode: normal;
    opacity: 0.8;
    padding: 0px 10px 0px 0px;
}
.cal-price {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: rgb(43, 41, 45);
    display: table-cell;
}
.calculate-order {
    background-color: rgb(139, 128, 235);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
    height: 40px;
    width: 180px;
    display: flex;
    position: relative;
    padding: 0px 15px;
    border-radius: 0px;
    transition: all 0.2s linear 0s;
    align-items: center;
    justify-content: center;
}
.calculate-order:hover, .calculate-order:focus {
    background-color: #594ECA;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.calculator-block{
    background: rgb(247, 247, 249);
}
/* ####  WHY US  #### */

.why-us {
    padding: 55px 0px 120px;
    background: rgb(247, 247, 249);
}
.why-us h2 {
    margin: 0px 0px 46px;
}
.why-icon {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0px 0px 19px;
}
.why-icon-yes {
    background-position: -43px 0;
    width: 41px;
}
.why-icon-service {
    background-position: -84px 0;
    width: 44px;
}
.why-title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    text-align: center;
    margin: 0px 0px 12px;
}
.why-text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
/* ####  EXPERIENCE BLOCK  #### */

.experience {
    position: relative;
    background: rgb(247, 247, 249);
    padding: 148px 0px 100px;
}
.experience-title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: rgb(43, 41, 45);
    text-transform: uppercase;    
}
.line-blue {
    width: 60px;
    height: 4px;
    display: block;
    background: rgb(122, 110, 221);
    margin: 0px 0px 24px;
}
.after-experience-title {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    max-width: 480px;
}
.exp-wrap {
    width: 60px;
    display: table-cell;
}
.exp-icon {
    margin-right: 20px;
}
.exp-right {
    display: table-cell;
    vertical-align: top;
}
.exp-title {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
}
.exp-text {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    margin-bottom: 20px;
}
/* #### HOW IT WORKS #### */

.htw {
    background-color: rgb(255, 255, 255);
    padding: 88px 0px 70px;
}
.htw-bl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 220px;
    box-sizing: border-box;
    margin: 0px 10px 30px;
    padding: 38px 48px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(122, 111, 221, 0.3);
    border-image: initial;
    border-radius: 8px;
}
.htw-name {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: rgb(43, 41, 45);
    margin: 0px -48px;
}
htw-icon {
    display: block;
    margin-bottom: 18px;
}
.htw-icon-pay {
    background-position: -90px 0;
}
.htw-icon-approve {
    background-position: -180px 0;
}
.htw-icon-download {
    background-position: -270px 0;
}
.htw-icon-hr-left,
.htw-icon-hr-right {
    position: relative;
}
.htw-icon-hr-left:before,
.htw-icon-hr-right:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: -11em;
    background-color: #8b80eb;
}
.htw-icon-hr-right:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: 10em;
    background-color: #8b80eb;
}
/* #### ADV BLOCK #### */

.advertize-block {
    padding: 48px 0px;
    background: rgb(255, 255, 255);
}
.advertize-block .btn-blue, .content-block .btn-blue {
    width: 180px;
    height: 50px;
}
.advertize-block-col {
    position: relative;
}
.advertize-block-col::before {
    content: "";
    position: absolute;
    z-index: 99;
    right: -30px;
    top: -130px;
    width: 713px;
    height: 430px;
    background: url(../img/img01.svg) no-repeat;
    background-size: cover;
}
.advertize-block__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    margin-bottom: 12px;
}
.advertize-block .btn-blue, .content-block .btn-blue {
    width: 180px;
    height: 50px;
}
.advertize-block__btn-to-order {
    font-size: 16px;
    color: #fff;
    background-color: #8b80eb;
    padding: 15px 40px;
    display: inline-block;
    margin: 0 0 0 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.advertize-block__btn-to-order:hover,
.advertize-block__btn-to-order:focus{
    background-color: #756cc7;
    text-decoration: none;
    color: #fff;
}
/* #### TESTIMONIALS #### */
.contant-main{
    padding-top: 100px;
}
.testimonials {
    padding: 88px 0px 220px;
    background: rgb(247, 247, 249);
}
.testimonial-bl {
    position: relative;
    max-width: 240px;
    margin: 90px auto 0px;
    padding: 75px 0px 0px;
}
.testimonial-bl-1::before {
    content: "";
    position: absolute;
    z-index: 99;
    right: 50%;
    margin-right: -150px;
    top: -93px;
    width: 323px;
    height: 540px;
    background: url(../img/img05.svg) no-repeat;
    background-size: cover;
}
.testimonial-bl-2::before {
    content: "";
    position: absolute;
    z-index: 99;
    right: 50%;
    margin-right: -147px;
    top: -93px;
    width: 300px;
    height: 540px;
    background: url(../img/img06.svg) no-repeat;
    background-size: cover;
}
.testimonial-bl-3::before {
    content: "";
    position: absolute;
    z-index: 99;
    right: 50%;
    margin-right: -175px;
    top: -93px;
    width: 350px;
    height: 540px;
    background: url(../img/img07.svg) no-repeat;
    background-size: cover;
}
.testimonial-img {
    margin: -70px auto 0;
    border-radius: 50%;
    max-width: 40%;
    border: 2px solid #ece8fb;
}
.testimonial-rating {
    position: relative;
    z-index: 99;
    background-image: url(../img/star-sprite.png);
    background-size: 100%;
    display: block;
    width: 100px;
    height: 20px;
    background-repeat: no-repeat;
    margin: 0px 0px 7px;
}
.testimonial-text {
    position: relative;
    z-index: 99;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgb(43, 41, 45);
    margin: 0 0 15px 0;
}
.testimonial-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #2B292D;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    display: block;
    position: relative;
    text-align: right;
}
.content-grey {
    padding: 55px 0px 80px;
    background: #F2F2F2;
}

/*IMAGES*/
main .attachment-large, main .aligncenter{display:block;max-width:100%;height:auto;margin:0 auto 15px;}
main .attachment-large{width:100%;}
main .alignnone{display:block;max-width:100%;height:auto;margin:0 0 15px;}
main .alignleft{float:left;max-width:100%;height:auto;margin:0 15px 15px 0;}
main .alignright{float:right;max-width:100%;height:auto;margin:0 0 15px 15px;}
/*IMAGES*/
/* #### FOOTER #### */

footer {
    background-color: rgb(9, 3, 66);
    padding: 33px 0px 30px;
}
ul.footer-menu li {
    padding: 0px;
}
.footer-wrap{
    display: flex;
    border-bottom: 1px solid #292458;
    margin: 0 0 22px 0;
}
.footer-wrap ul.footer-menu li{
    list-style: none;
}
.footer-wrap .footer-menu{
    width: 100%;
    margin-bottom: 29px;
}
.footer-wrap #menu-footer-menu:before{
    display: none;
}
.footer-wrap #menu-footer-menu{
    justify-content: space-between;
}
.footer-wrap .footer-menu .menu-item a{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF !important;
    text-align: left;
}
.footer-wrap .footer-menu .menu-item:first-child{
    order: 3;
}
.footer-wrap .footer-menu .menu-item .sub-menu a{
    color: #89B6E8 !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
} 
.footer-brand .logo-retina{
    max-width: 155px;
    margin: 0 15px 14px 0;
}
footer .social-link a{
    margin: 0 20px 15px 0;
}
@media(min-width: 1200px){
    .footer-wrap .footer-l{
        width: 259px;
    }
    .footer-wrap ul.footer-menu li:not(:first-child){
        width: 100%;
    }
    .footer-wrap .footer-menu .menu-item:first-child {
        width: 166px;
    }
}
@media(max-width: 1199px){
    .footer-wrap{
        flex-direction: column;
    }
    .footer-wrap ul.footer-menu li {
        padding: 0;
    }
    .footer-wrap .footer-l{
        margin: 0 0 20px 0;
    }
}
@media (max-width: 767px){
    .footer-wrap .footer-menu {
        display: flex;
    }   
    .footer-wrap .footer-menu .menu-item-type-custom{
        margin-bottom: 0 !important;
    }
    .footer-wrap .footer-menu .menu-item .sub-menu a{
        padding: 0;
    }
    .footer-wrap .footer-menu li a{
        padding: 20px 0 6px 0;
    }
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 22px;
}
.col-sm-11 {
    text-align: center;
    float: left;
    width:100% !important;
}
.footer-menu li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: rgb(137, 182, 232);
    padding: 0px;
    transition: all 0.2s linear 0s;
}
.footer-menu li.current_page_item a{
    color: #8b80eb;
}
.footer-menu li a:hover, .footer-menu li a:focus {
    color: rgb(137, 182, 232);
    text-decoration: underline;
    background: transparent;
}
/* - - PAGES STYLES - - */

main {
    padding: 0;
    margin: 0;
}
.content-main{
    padding: 88px 0 80px 0;
}
.content-main h2, .content-grey h2{
    text-transform: uppercase;
}
.content-terms h2{
    margin-top: 38px;
    margin-bottom: 32px;
}
.content-terms ul{
    padding-left: 0;
}
.content-terms ul li{
    list-style-position: inside;
}
.title-page {
    padding: 30px 0 40px;
    background-image: url('../img/header-title.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.header-pages .navbar-right {
    margin-top: 3px;
}
.list-custom-inner{
    list-style: none;
    padding: 0;
}
.list-custom-inner li{
    background-size: 60px;
    padding: 0 0 0 80px;
    margin: 0 0 20px 0;
}
.list-custom-inner li strong{
    display: block;
}
.list-custom-1 {        
    background: url(../img/icons/ic_60x60_like.svg) no-repeat top 0 left 0;    
}
.list-custom-2 {        
    background: url(../img/icons/ic_60x60_list.svg) no-repeat top 0 left 0;    
}
.list-custom-3 {        
    background: url(../img/icons/ic_60x60_search.svg) no-repeat top 0 left 0;    
}
.list-custom-4 {        
    background: url(../img/icons/ic_60x60_speak.svg) no-repeat top 0 left 0;    
}
.list-custom-5 {        
    background: url(../img/icons/ic_60x60_support.svg) no-repeat top 0 left 0;    
}
.list-custom-6 {        
    background: url(../img/icons/ic_60x60_team.svg) no-repeat top 0 left 0;    
}
.list-custom-7 {        
    background: url(../img/icons/ic_60x60_notebook.svg) no-repeat top 0 left 0;    
}
.list-custom-8 {        
    background: url(../img/icons/ic_60x60_send.svg) no-repeat top 0 left 0;    
}
.list-custom-9 {        
    background: url(../img/icons/ic_60x60_pen.svg) no-repeat top 0 left 0;    
}
@media screen and (min-width: 768px){
    .client-lead-informer.mobile-view {
        display: none!important;
    } 
    .client-lead-informer.desktop-view {
        top: 450px;
        left: 14px;
        border-radius: 5px;
        width: 200px;
        position: fixed;
        background: rgba(0,0,0,0.95);
        opacity: 0.94;
        color: #fff;
        z-index: 9;
    }
    .client-lead-informer.desktop-view::after {
        right: 100%; 
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: rgba(0,0,0,0.95);
        border-width: 0px 12px 24px 0px;
        top: 50%;
        margin-top: -16px;    
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    }
    .client-lead-informer.desktop-view.closed {
        width: auto;
    }
    .client-lead-informer.desktop-view .fa-phone {
        font-size: 40px; 
        float: left;
        padding: 9px 11px 3px 14px;
        cursor: pointer;
    }
    .client-lead-informer.desktop-view div {
        width: 190px;
        padding-top: 10px;
        font-size: 13px;
        line-height: 17px;
    }
    .client-lead-informer.desktop-view div span {
        padding-right: 10px;
        display: inline-block;
        font: 13px/16px Arial, Helvetica, sans-serif !important;
    }
    .client-lead-informer.desktop-view div strong {
        background-color: #8b80eb;
        color: #fff;
        text-align: center;
        cursor: pointer;
        display: block;
        border-radius: 70px;
        padding: 5px 46px;
        margin: 10px 5px 15px 15px;
    }
    .client-lead-informer.desktop-view .fa-minus,
    .client-lead-informer.desktop-view .fa-plus {
        position: absolute;
        right: 0;
        top: 0;
        color: white;
        font-size: 14px;
        padding: 4px 4px;
        line-height: 10px;
        opacity: 0.8;
        cursor: pointer;
    }
    .client-lead-informer.desktop-view .fa-minus:hover,
    .client-lead-informer.desktop-view .fa-plus:hover {
        background: rgba(255,255,255,0.3);
        border-radius: 3px;
    }
}

/*-----CLIENT LEAD-----*/
#client-lead-modal .modal-body{
    padding: 0;
}
.client-lead-footer{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2B292D;
    margin-top: 15px;
}
.client-lead-footer small a{
    color: #3A2DB7;
}

#client-lead-modal .close{
    position: absolute;
    z-index: 9;
    opacity: 1;
    right: 28px;
    top: 28px;
}
.cell-phone{
    padding-right: 9px;
    position: relative;
}
.cell-phone:before{
    content: "";
    background: #766BDC;
    width: 4px;        
    height: 4px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;       
    margin-top: -2px;
}
#client-lead-modal .input-group-cell{
    position: relative;
    display: flex;
    width: 100%;
}
#client-lead-modal .form-control{
    height: 40px;
    border-color: rgba(122, 111, 221, 0.3);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #7972B5;
    mix-blend-mode: normal;
}
#client-lead-modal .input-group-addon{
    position: relative;
    width: 80px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #2B292D;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 8px 0 0;
    background: none;
    border-color: rgba(122, 111, 221, 0.3);
}
#client-lead-modal .input-group-addon:before{
    content: "";
    background: #766BDC;
    width: 1px;        
    height: 20px;    
    position: absolute;
    right: 0;
    top: 50%;       
    margin-top: -10px;
    background: #D7D3F4;
}
#lead-phone{
    border-left: none;
    border-radius: 0 8px 8px 0;
}
#client-lead-modal ::-webkit-input-placeholder { 
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #7972B5;
    mix-blend-mode: normal;
    opacity: 0.5;
}
#client-lead-modal ::-moz-placeholder { 
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #7972B5;
    mix-blend-mode: normal;
    opacity: 0.5;
}
#client-lead-modal :-ms-input-placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #7972B5;
    mix-blend-mode: normal;
    opacity: 0.5;
}
#client-lead-modal :-moz-placeholder { 
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #7972B5;
    mix-blend-mode: normal;
    opacity: 0.5;
}

._hide-after-success{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #2B292D;
    margin: 0 0 18px 0;
}
#client-lead-modal label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7B74B8;
}
#client-lead-modal label.container-checkbox-gdpr{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2B292D;
    mix-blend-mode: normal;
    opacity: 0.8;   
}
#client-lead-modal label.container-checkbox-gdpr a{
    color: #3A2DB7;
}   

.modal {
    text-align: center;
}
@media screen and (min-width: 768px) { 
    #client-lead-modal label.container-checkbox-gdpr{
        padding-right: 10px;
    }
    ._hide-after-success span{
        display: block;
    }
    .modal-dialog {
        width: 760px;        
        margin: 30px auto;
    }
    .modal-content{
        padding: 60px 80px 50px 80px;
    }
    .client-lead-modal .modal-content{
        padding: 60px 48px 50px 48px;
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #client-lead-modal .modal-dialog {
        width: 600px;
        max-width: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.client-lead-modal .modal-header {
    position: relative;
    text-align: center;
    padding: 0;
    border: none;
}
.client-lead-modal .text-center{
    text-align: center;
    margin: 0 0 22px 0;
}
.client-lead-modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-top: 0;
    opacity: 1;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    float: right;
}
.client-lead-modal .btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1e-05) 100%), #766BDC;
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    color: #FFFFFF;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    min-width: 170px;
    padding: 6px 15px;
}
.client-lead-modal .btn:hover {
    background-color: #756cc7;
}
.client-lead-modal .great-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.client-lead-modal .great-block .alert-success{
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    border: none;
    background: none;
    color: #7a6edd;
}
.client-lead-modal .great-block .great-btn{
    justify-content: center;
}
.client-lead-modal .modal-header i {
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
}
.client-lead-modal .modal-header i:hover {
    color: #fff;
}
.client-lead-modal .modal-dialog{
    margin-top: 30px !important;
}
.client-lead-modal h4 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #2B292D;
    mix-blend-mode: normal;
    opacity: 0.9;
}
@media (max-width: 767px) {
    #client-lead-form .alert-danger{
        top: -20px;
    }
    #client-lead-form .alert-danger.alert-danger-gdbr{
        position: absolute;
        bottom: 53px;
        top: auto;
        width: 100%;
        text-align: center;
    }
    #client-lead-modal .close { 
        right: 1px;
        top: 1px;
    }
    .client-lead-footer{
        flex-direction: column;
    }
    #client-lead-modal .modal-content{
        padding: 37px 20px 30px 20px;
    }
    .client-lead-modal h4 {
        font-size: 24px;
        line-height: 30px;  
    }
    .client-lead-modal{
        overflow-y: auto !important;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-right: 0 !important;
    }
    .client-lead-modal img {
        display: none;
    }
    .client-lead-modal h4 {
        margin: 0;
    }
    .client-lead-modal .modal-body {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .client-lead-informer.desktop-view {
        display: none !important;
    }
    .client-lead-informer.mobile-view {
        font-size: 14px;
        width: 100%;
        position: fixed;
        z-index: 9999999999;
        bottom: 0;
    }
    .client-lead-informer.mobile-view .client-lead-inside {
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        background: rgba(0,0,0,0.95);
        opacity: 0.94;
        color: #fff;
        margin: 20px;
    }
    .client-lead-informer.mobile-view .client-lead-holder {
        display: table;
        width: 100%;
    }
    .client-lead-informer.mobile-view i {
        font-size: 40px;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
        display: table-cell;
        vertical-align: top;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child,
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        width: 45px;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        text-align: right;
    }    
}

/*-----LAST STEP MODAL-----*/
.last-step-order-form-modal {
    display: none
}

.last-step-order-form-modal .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: arial;
    background: #8b80eb;
    color: #fff;
    border-color: #8b80eb;
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2:hover {
    background: #756cc7;
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px
}

.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(../img/girl-modal.jpg) no-repeat right bottom
}

.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px
}

.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    border: none;
    color: #8b80eb;
    margin-top: 25px
}

.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px !important;
    background: none;
    border: none
}

.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px
}

.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin: 25px 0 18px
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #8b80eb;
    font-size: 28px
}
.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
    color: #8b80eb;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none;
}
.last-step-order-form-modal .text-block ul {
    width: 290px
}
.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    background: none;
    padding: 0;
    list-style: none;
}
.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px
}

@media screen and (max-width: 767px) {
    .last-step-order-form-modal .modal-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    .last-step-order-form-modal .modal-body {
        background: none
    }
    .last-step-order-form-modal .modal-body .text-block {
        width: 100%;
        padding: 0
    }
    .last-step-order-form-modal .text-block ul {
        width: auto
    }
    .last-step-order-form-modal .modal-footer {
        text-align: center
    }
    .last-step-order-form-modal .modal-footer .go_to_proc {
        float: none
    }
    .last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
        display: block;
        margin: 20px auto 0
    }
    .discount-banner .text-holder {
        padding-left: 10px
    }
    .discount-banner .lead-text {
        font-size: 18px!important
    }
}
/*-----LAST STEP MODAL END-----*/

.cookie-banner {
    display: none;
    position: fixed;
    z-index: 999999999;
    bottom: 0px;
    width: 100%;
    background-color: #FFFF6D;
    padding: 10px 15px;
}
.cookie-banner .banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-banner .banner-wrapper .wrapper__text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #3A2DB7;
    opacity: 1;
    margin: 0px;
}
.cookie-banner .banner-wrapper .wrapper__text p a {
    text-transform: none;    
    color: #3A2DB7;
}

.cookie-banner .banner-wrapper .wrapper__buttons {    
    margin-left: 15px;
}
.cookie-banner .banner-wrapper .wrapper__buttons button {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
}
@media screen and (max-width: 600px) {
    .cookie-banner .banner-wrapper .wrapper__text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .cookie-banner .banner-wrapper {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .cookie-banner .banner-wrapper .wrapper__buttons,
    .cookie-banner .banner-wrapper .wrapper__text {
        text-align: center;
    }
}
/*----404----*/
header.header-inner.header-inner-404{
    height: auto !important;
    min-height: auto !important;
}
.header-inner.header-inner-404:before{
    display: none;
}
.block-404{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    height: calc(100% - 102px);
}
.body-banner-display .page-404{
    height: calc(100% - 157px);
}
.content.content-404{
    background: linear-gradient(0deg, #766BDC, #766BDC), #8B80EB;
}
.pic-404 img{
    max-width: 100%;
    margin: 0 auto;
}
.pic-404{
    margin: 0 20px 37px 20px;
}
.alert-404 h2{
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 19px 0;
}
@media(max-width: 767px){
    .alert-404 h2{
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;   
        max-width: 210px;
        margin: 0 0 9px 0;
    }    
}
.page-404 a.btn-border{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    margin: 0 0 30px 0;
}

/*----Blog----*/
.blog-wrapper{
    background: #F7F7F9;
}
.articles-listing{
    margin: 70px 0 10px 0;
}
.articles-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;    
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
    padding: 0;
}
.articles-item{
    width: 33%;
    display: flex;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.articles-listing article{
    padding: 20px;
    text-align: left;
    background: #fff;
    margin-bottom: 40px;
}
.articles-listing article h3{text-align:left;}
.articles-listing article .attachment-large{
    width:100%;
    border-radius: 8px;
    margin: 0 auto 5px;
}
.article-time{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2B292D;
    mix-blend-mode: normal;
    opacity: 0.8;
    margin: 0 0 10px 0;
}
.articles-listing article header h3 a, .articles-listing article header h3{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #2B292D;
    margin: 0 0 20px 0;
}
.articles-listing article .article-excerpt, .articles-listing article .article-excerpt p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2B292D;
}
.articles-listing article header h3{
    position: relative;
}
.articles-listing article header h3:before{
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 38px;
    bottom: -7px;
    left: 0;
    background: rgb(122, 110, 221);
}
.pagination{
    width: 100%;
    text-align: center;
    margin: 0 auto 100px auto;
}
.pagination ul{list-style:none;padding-left:0;}
.pagination li{display:inline-block;}
.pagination li a{display:block;background:#f1f0fe;padding:5px 10px;margin:0 5px 10px;}
.pagination li a:hover, .pagination li a:focus{
    text-decoration:none;
    background: #766BDC;
    color:#fff;
}
.pagination li span, .pagination li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #7A6EDD;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.pagination li span.current{
    background: #766BDC;
    color:#fff;
}
.pagination li a.next, .pagination li a.prev{
    display: none;
}
.blog-single-wrapper{
    margin: 50px 0 80px 0;
}
.blog-single-wrapper p small{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2B292D;
    mix-blend-mode: normal;
    opacity: 0.8;
    margin: 0 0 15px 0;
}
.blog-single-wrapper img{
    margin: 0 auto 5px auto;
}
.blog-single-wrapper h2{
    text-transform: uppercase;
    margin: 32px 0;
}
/*BLOG LISTING*/



/*-----Custom checkbox GDPR-----*/
.container-checkbox-gdpr{
    display: inline-block;
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    mix-blend-mode: normal;
    opacity: 1;
    border: 1px solid #7972B5;
    box-sizing: border-box;
    border-radius: 50%;
    box-sizing: border-box;
}
#client-lead-form .alert-danger{
    white-space: nowrap;
    position: absolute;
    margin: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 20px;
    color: #F26290;
    bottom: -20px;
    top: auto;
}
#client-lead-form .alert-error{
    border-color: #F26290;
}
#client-lead-form #_phone_prefix.alert-error+#lead-phone.form-control, #_phone_prefix.alert-error{
    border-color: rgb(243, 98, 143);
}
.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #7A6EDD;
}
.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox-gdpr .checkmark:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark{
    border-color: red;
}
/*-----Custom checkbox GDPR END-----*/

/*----Banner NEW design----*/
.banner-new-design{
    display: none;
    background: linear-gradient(0deg, rgb(118, 107, 220), rgb(118, 107, 220)), rgb(139, 128, 235);
}
.banner-new-design__inner{    
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-new-design__inner .pic-img{

}
.banner-new-design__inner p{
    margin: 0 33px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.banner-new-design__inner .btn-border{

}
/*----Banner NEW design END----*/

/*-----MODAL FORGOT PASS-----*/
.recovery-passw-modal.in{
    display: flex !important;
    align-items: center;
    margin-top: 0px;
}
.recovery-passw-modal .close {
    float: right;
    margin-top: 5px !important;
    margin-right: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #2B292D;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent;
}
.recovery-passw-modal .close:hover,
.recovery-passw-modal .close:focus {
    color: #2B292D;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    background: transparent;
}
.recovery-passw-modal .form-group input {
    background: #fff;
    border: 1px solid rgba(122, 111, 221, 0.3);
    box-shadow: none !important;
    font-size: 13px;
    color: #2B292D;
    height: 40px;
    margin: 0;
    border-radius: 8px;
}
.recovery-passw-modal .form-control:focus {
    background: #d8e3e3;
    border-color: #dda600;
    box-shadow: none;
    -webkit-transition: none .1s ease-out;
    -moz-transition: none .1s ease-out;
    -o-transition: none .1s ease-out;
    transition: none .1s ease-out;
}
.recovery-passw-modal .modal-footer .btn + .btn {
    background: #7A6FDD;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    color: #FFF;
    height: 40px;
}
.recovery-passw-modal .modal-dialog .btn {
    color: inherit;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 11px 18px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    height: 50px;
    background: #8b80eb;
    border: 1px solid rgba(122, 111, 221, 0.3);
    border-radius: 2px;
    width: 280px;
    margin: 0 auto;
    display: block;
}
#recovery-passw-modal .form-block,
#recovery-passw-modal .modal-footer {
    margin: 0 !important;
    border-top: none;
}
#recovery-passw-modal .modal-footer {
    padding: 0px;
}
#recovery-passw-modal  input::-webkit-input-placeholder {
    color: #7972B5;
    opacity: 0.5;
}
#recovery-passw-modal  input::-moz-placeholder {
    color: #7972B5;
    opacity: 0.5;
}
#recovery-passw-modal  input:-moz-placeholder {
    color: #7972B5;
    opacity: 0.5;
}
#recovery-passw-modal  input:-ms-input-placeholder {
    color: #7972B5;
    opacity: 0.5;
}
#recovery-passw-modal .modal-body {
    padding: 0px;
}
#recovery-passw-modal h4 {
    margin: 0px;
    font-family: inherit;
    font-weight: bold;
    color: #2B292D;
    mix-blend-mode: normal;
    opacity: 0.9;
    font-size: 34px;
    line-height: 40px;
    position: relative;
    margin-bottom: 21px;
}
#recovery-passw-modal h4:before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 60px;
    bottom: -7px;
    left: 50%;
    margin-left: -30px;
    background: rgb(122, 110, 221);
}
#recovery-passw-modal .modal-header {
    padding: 0px;
    border-bottom: none;
    min-height: 16.42857143px;
    text-align: left;
}
.recovery-passw-modal .modal-body input:focus {
    box-shadow: none;
}
.recovery-passw-modal .form-wrap .form-alert {
    background: none;
    border: none;
    color: #b94a48;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 0;
    text-shadow: none;
    font-size: 10px;
    line-height: 20px;
    text-align: right;
    color: #F26290;
    position: absolute;
    width: 100%;
}
.modal-header .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 !important;
    background: url(/public/img/close-modal.svg) no-repeat center !important;
    background-size: 40px !important;
    opacity: 1;
    z-index: 2;
}
.modal.in .modal-dialog{
    margin: auto 15px;
}
.modal-header .close .fa{
    display: none;
}
.recovery-passw-modal .modal-content {
    padding: 50px 60px;
}
.recovery-passw-modal .modal-dialog {
    width: 460px;
}
.input-title {
    color: #7B74B8;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 5px;
}
.recovery-passw-modal .bottom-reset-text{
    margin-top: 35px;
}
.recovery-passw-modal a{
    color: rgb(58, 45, 183);
    text-decoration: underline;
}
#form_send_rec_passw .block_element {
    margin-bottom: 40px;
}
.recovery-passw-modal .link_has_been_send{
    color: #2B292D;
    background-color: transparent;
    border-color: transparent;
    text-align: center;  
    padding: 0;
    margin: 0;
}
.recovery-passw-modal .link_has_been_send img{
    max-width: 80px;
    margin-bottom: 30px;
}
.recovery-passw-modal .link_has_been_send .btn-recovery-done{
    margin: 30px auto 45px;
}
.recovery-passw-modal .recovery-link-wrap{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.resend-btn{
    color: rgb(58, 45, 183);
    cursor: pointer;
    text-decoration: underline;
}
.recovery-passw-modal #form_send_rec_passw{
    margin-top: 16px;
}
.recovery-passw-modal.modal.in .modal-dialog{
    margin: 30px auto;
}
.recovery-passw-modal .modal-content {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: "Work Sans";
}
.recovery-passw-modal .form-wrap .row-form {
    margin-left: 0px;
    margin-right: 0px;
}
.recovery-passw-modal .form-wrap a {
    text-decoration-line: underline;
    color: #3A2DB7;
}
.recovery-passw-modal .form-wrap a:hover {
    text-decoration-line: none;
    color: #3A2DB7;
}
@media(max-width: 767px){
    #recovery-passw-modal h4 {
        font-size: 24px;
        line-height: 30px;
    }
    #recovery-passw-modal .modal-footer {
        text-align: center;
    }
    .recovery-passw-modal.in .modal-dialog {
        width: 100%;
    }
    #recovery-passw-modal .modal-content {
        margin: 0px 10px;
        padding: 20px;
    }
    .recovery-passw-modal .modal-dialog .btn {
        width: 100%;
    }
    .modal-header .close {
        top: 5px;
        right: 5px;
        background-size: 30px !important;
    }
}
/*----- end MODAL FORGOT PASS-----*/

/*-----tooltip-----*/
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 9px 10px;
    width: 160px;
    background: #6979F8;
    content: attr(data-tooltip);
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #6979F8;
    border-top: 5px solid #6979F8;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after{
    visibility: visible;
    opacity: 1;
}
/*-----END tooltip-----*/

/* Custom Select */
.custom-select-form {
    position: relative;
}

.custom-select-form select {
    display: none !important; /*hide original SELECT element:*/
}

.select-selected {
    font-family: "Work Sans";
    font-size: 15px;
    color: #3b3b3b;
    width: 100%;
    height: 40px;
    padding: 5px 30px 5px 12px;
    border: 1px solid rgba(122, 111, 221, 0.3);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: #fff;   
    border-radius: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 10px;
    width: 15px;
    height: 100%;
    background: url(../img/arrow-down.svg?v=1) no-repeat top 14px right 0% transparent;    
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active {
    border: 1px solid #786CDA;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #786CDA !important;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div {
    padding: 5px 20px;
}
.select-items div:hover {
    color: #594ECA;
}
/* end Custom Select */

/* tawk-widget-custom */
.tawk-widget-custom {
    position: fixed;
    bottom: 55px;
    width: 60px;
    height: 60px;
    right: 30px;
    border-radius: 50%;
    padding: 0px;
    z-index: 999;
    background: url(../img/tawck.svg?v=1) center no-repeat #766BDC;
}
.tawk-widget-custom:hover {
    background-color: #594ECA;
}
/* END tawk-widget-custom */

.table-content{
    border-collapse: collapse;
}
.table-content p, .table-content .custom-list li{
    font-size: 12px;
}
.table-content td{
    padding: 8px;
    font-size: 12px;
}
.table-content th {
    width: 33%;
}
.table-content, .table-content td, .table-content th {
    border: 1px solid #dbdbdb;
    vertical-align: unset;
}

.xdsoft_datetimepicker {
    border-bottom: 1px solid #786CDA !important;
    border-left: 1px solid #786CDA !important;
    border-right: 1px solid #786CDA !important;
    border-top: 1px solid #786CDA !important;
}

.phone-input.select-highlight{
    border: 1px solid #786CDA !important;
}
.of-if_h1{
    margin: 0;
    font-weight: bold;
    padding-right: 120px;
}
.of-if_header .order-title-step{
    display: none;
    align-items: center;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
    justify-content: center;
    padding-top: 0px;
    margin-top: -20px;
}
.banner-display.of-if_header .order-title-step{
    padding-top: 38px;
    margin-top: 0px;
}
.footer-menu a{
    color: rgb(137, 182, 232) !important;
}
.form-centered {
    display: flex;
    justify-content: center;
}

/*covid-banner*/
.covid-banner-holder {
    width: 100%;
    text-align: left;
    float: none;
    clear: both;
    position: relative;
}
.covid-banner {
    background: #89B6E8;  
    z-index: 9;
    color:#fff;
}
.covid-banner-inner {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 7px;
    width: 100%;
}
.covid-hide_banner {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.covid-hide_banner svg path{
    fill: #fff;
}
.covid-banner-inner strong{
    color: #55BBA8;
}
.covid-banner-inner span {
    position: relative;
    padding-left: 25px;
    display: block;
}
.covid-banner-inner span:before {
    content: '';
    background: url(../img/clock-cov.svg) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    background-size: contain;
    height: 14px;
    width: 14px;
}
@media(min-width: 1200px){
    .covid-banner-inner, .covid-banner{
        display: flex;
        align-items: center;
    }
    .covid-banner{
        justify-content: flex-start;
    }
    .covid-banner-holder{
        max-width: 1020px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        justify-content: center;
    }
    .covid-banner { 
        position: absolute;
        display: inline-block;
        min-width: 440px;
        z-index: 9;
        border-radius: 100px;
        margin: 5px 0;
        font-size: 14px;
        line-height: 16px;
    }
    .covid-banner-inner {
        white-space: nowrap;
        justify-content: flex-start !important;
        display: flex;
    }
    .covid-hide_banner {
        top: calc(50% - 8px);
    }
}
@media(max-width: 1199px){
    .covid-banner-holder{
        justify-content: center;      
    }
}
@media(min-width: 768px){

    .covid-banner-inner {
        white-space: nowrap;
        justify-content: center;
        display: flex;
    }
}
@media(max-width: 767px){
    .covid-banner-inner {
        padding: 8px 35px 8px 12px;
        text-align: left;
    }
    .covid-banner-inner span:before {
        width: 22px;
        height: 20px;
        top: 0px;
        position: relative;
        display: inline-block;
        margin-right: 8px;
    }
    .covid-banner-inner span {
        display: flex;
        justify-content: flex-start;
        padding-left: 0;
        align-items: center;
    }
    .covid-banner{
        width: 100%;
    }
    .covid-hide_banner {
        top: calc(50% - 7px);
    }
}
/*END covid-banner*/

/*First time banner*/
.first_time_holder{
    position: relative;
    background: #3D8EE9;
    height: 56px;
    display: flex;
    overflow: hidden;
}
.first_time_holder:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -43px;
    width: 283px;
    height: 86px;
    background: url(../img/first-banner-l.svg) no-repeat;
    background-size: 283px 86px;
}
.first_time_holder:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -43px;
    width: 292px;
    height: 86px;
    background: url(../img/first-banner-r.svg) no-repeat;
    background-size: 292px 86px;
}
.first_time_banner{
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 0 auto;
}
.first_time_bg--l, .first_time_bg--r{
    width: 125px;
}
.first_time_bg--c{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 404px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
.first_time_bg--c span{
    max-width: 256px;
}
.first_time_banner .btn-apply{
    padding: 13px 15px 14px 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    text-align: center;
    color: #3D7AD4;
    cursor: pointer;
    white-space: nowrap;
}
.first_time_banner .btn-apply:hover, .first_time_banner .btn-apply:focus{
    text-decoration: none;
}
#hide_first_time-banner{
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 9999;
    cursor: pointer;
}
.first_time_banner .visible-desktop{
    display: none;
}
.first_time_banner .visible-tablet{
    display: none;
}
@media(min-width: 1200px){
    .first_time_banner .visible-desktop{
        display: block;
        max-width: 124px;
    }
    .first_time_bg--l{
        margin-left: 60px;
    }
}
@media(min-width: 768px) and (max-width: 1199px){
    .first_time_banner .visible-tablet{
        display: block;
    }
    .first_time_bg--l, .first_time_bg--r {
        width: 160px;
    }
    .first_time_holder:before{
        left: -198px;
        margin-top: -44px;
    }
    .first_time_holder:after{
        right: -130px;
    }
    .first_time_bg--r{
        text-align: right;
    }
    .first_time_bg--r svg{
        margin-right: 63px;
    }
}
@media(max-width: 767px){
    .first_time_holder:before, .first_time_holder:after, .first_time_bg--l, .first_time_bg--r{
        display: none;
    }
    .first_time_banner{
        padding: 0 33px 0 12px;
    }
    .first_time_bg--c{
        width: 100%;
        font-size: 13px;
        justify-content: flex-start;
    }
    .first_time_banner .btn-apply{
        font-size: 13px;
        line-height: 13px;
        padding: 10px 6px 11px 6px;
        margin-left: 6px;
    }
    #hide_first_time-banner{
        right: 6px;
        top: 6px;
    }
    .first_time_bg--c span {
        max-width: 185px;
    }
    .header-front.banner-display.first-buy-banner-display, .header-inner.banner-display.first-buy-banner-display {
        padding-top: 218px;
    }
    .header-inner.banner-display.first-buy-banner-display{
        min-height: 416px;
    }
}
@media(min-width: 768px){
    .header-front.banner-display.first-buy-banner-display, .header-inner.banner-display.first-buy-banner-display {
        padding-top: 170px;
    }
    .header-inner.banner-display.first-buy-banner-display{
        height: 502px;
    }
}

/*END First time banner*/

/*tooltip for academic level*/
.info-tooltip.info-tooltip-active{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgBjVO7cYNAFDwOFDgjU2hcgbGUOLOoQFYJVGC5AnAHUhmOjCoQBcCYDkxIZkIHfLyrOTzHDWi8Myc97r19u487LGHA9/2N4zjbruueLcvy1HbB1bbtW1EUpV5vaURXShmBtBdXgPyhaRo2qv8akAzVc9/3vvgf6CZgE8knKutkxDXW62KxuEPuAXGIVeqTQjC6OIC6Z9v2l6Gwy/M8oTPELueeqsM4gcRmZJBrRSbhmyQ2YhPDheCLdmjHaCDW6/WZymqcUlN0DQfbqQYs2qg4hcqOL2u1WkVDUw2eFPPgKMHgCGrxVJFDi9qFGQGqMXK3miMTBR2cZpKuIntiHgWOWSYzyRQjhMMYU+DVvtxEzHjA34uRr3nbcIwe4o8J/hHN947qFKPwSYxPxMXep5ixTg4Dmz9VVf0sl8t3jHODx0dxHUeQw9HHpEPdwBjh/eBIndQJK8myLNXrfwHp5KLiCjs3jAAAAABJRU5ErkJggg==);;
}
.info-tooltip{  
    position: relative;
    top: 3px;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/info-tooltip.svg?v=3) no-repeat;
    background-size: cover;
    margin-left: 5px;
}
.w-academic_level .control-label{
    position: relative;
}
.info-tooltip-wrap {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 11px rgba(214, 214, 214, 0.82);
    padding: 20px 16px;
    width: 360px;
    position: absolute;
    z-index: 9;
    bottom: calc(100% + 16px);
    left: calc(50% - 173px);
}
.hero-calc .info-tooltip:hover .info-tooltip-wrap{
    display: block !important;
}
.info-tooltip-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 4px);
}
.academic-lvl-box .info-tooltip-wrap:after {
    border-bottom: 10px solid #fff;
    border-top: none;
    top: -9px;
    bottom: auto;
    left: calc(50% - 173px);
}
.academic-lvl-box .info-tooltip-wrap {
    top: 36px;
    bottom: auto;
}
.info-tooltip-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.info-tooltip-wrap td {
    padding: 10px 12px;
    background: #F6F6FC;
    border-radius: 4px;
    text-align: left;
}
.info-tooltip-wrap tr td:first-child {
    background: #8585C9;
    font-weight: 500;
    color: #fff;
    width: 108px;
    text-align: left !important;
}
.info-tooltip-wrap table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
.close-mob-tooltip{
    background: url(../img/tooltip-Close.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -3px;
    top: -7px;
    display: none;
    border: none;
}

@media(min-width: 768px){
    .w-academic_level .info-tooltip-bottom {
        top: 36px;
        bottom: auto;
    }
    .w-academic_level .info-tooltip-bottom:after {
        border-bottom: 10px solid #fff;
        border-top: transparent;
        top: -9px;
        bottom: auto;
    }
}
@media(max-width: 767px){
    .info-tooltip-title {
        padding-top: 4px;
    }
    .close-mob-tooltip{
        display: block;
    }
    .info-tooltip-wrap {
        border-radius: 7px;
        width: 312px;
        padding: 16px 12px;
        left: calc(50% - 155px);
        margin: 0 auto;
        top: calc(50% - 150px);
        bottom: auto;
        display: block;
        position: fixed;     
        z-index: 1050;
    }
    .open-tooltip-lvl .promo-calc {
        z-index: unset;
    }
    .open-tooltip-lvl{
        /*position: fixed;*/
        overflow: hidden;
    }
    .open-tooltip-lvl:after{
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        outline: 0;
        transition: opacity .15s linear;
        background: rgba(51, 51, 51, 0.2);
    }
    .info-tooltip-wrap:after {
        display: none;
    }
    .info-tooltip-wrap td {
        font-size: 13px;
        padding: 10px 6px;
    }
}
/*END tooltip for academic level*/

/*new header and calc for front page 2524*/
.new-header-front{

}
.new-calculator-block .promo-calc {
    z-index: unset;
    margin: 0px;
    width: 400px;
}
.new-calculator-block .calc_mini .form-group-block {
    display: block;
    margin-right: 0;
    width: 100%;
}
.new-calculator-block .calc_mini .form-group-cell {
    display: block;
    width: 100%;
}
.new-calculator-block .calc_mini .control-label {
    width: auto;
    margin-bottom: 0px;
}
.new-calculator-block.calculator-block {
    background: none;
}
.new-calculator-block .calc_mini {
    margin: 0;
    width: auto;
    max-width: unset;
    padding: 30px 30px 45px;
}
.promo-title-flex{
    display: flex;
}
.new-calculator-block .info-tooltip-wrap {
    left: calc(50% - 130px);
}
.new-calculator-block .cal-price {
    color: #2B292D;
    display: block;
}
.new-calculator-block .calculate-order {
    width: 220px;
    border-radius: 2px;
    margin-top: 5px;
}
.new-calculator-block .bl-result {
    float: none;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.new-calculator-block .bl-result .clearfix {
    display: none;
}
.new-header-front .promo-title-light {
    font-weight: bold;
    font-size: 70px;
    line-height: 66px;
}
.new-header-front .promo-title-bottom {
    font-size: 22px;
}
.new-header-front .promo-title {
    padding: 20px 15px;
}

/*new pages calculator */
.calc_mini .plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
}
.calc_mini .plus-minus-input .input-group-field{
    width: 100%;    
    text-align: center;
    height: 40px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #333333; 
    padding: 7px 0;
}
.calc_mini .plus-minus-input .input-group-field:focus{
    background: #fff;
}
.calc_mini .plus-minus-input input[type=number]::-webkit-outer-spin-button,
.calc_mini .plus-minus-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.calc_mini .plus-minus-input input[type=number] {
    -moz-appearance:textfield !important;
}
.calc_mini .plus-minus-input .input-group-button{
    width: 40px;
    height: 40px;
}
.calc_mini .plus-minus-input .input-group-button button, 
.calc_mini .plus-minus-input .input-group-button button:active, 
.calc_mini .plus-minus-input .input-group-button button:focus{
    height: 100%;
    width: 100%;   
    border: 1px solid rgba(122, 111, 221, 0.3);
    cursor: pointer;
}
.calc_mini .plus-minus-input .input-group-button:first-child button{
    border-right: none;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    background: #fff;
    padding: 0;
}
.calc_mini .plus-minus-input .input-group-button:last-child button{
    border-left: none;
    border-radius: 0 8px 8px 0;
    background: #fff;
    padding: 0;
}
.calc_mini .plus-minus-input .input-group-button:last-child button.error-bl, 
.calc_mini .plus-minus-input .input-group-button:first-child button.error-bl{
    box-shadow: none !important;
}
.calc_mini .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.calc_mini .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.calc_mini .plus-minus-input input[type="text"].input-group-field{
    display: flex;    
    align-items: center;
    border-top: 1px solid rgba(122, 111, 221, 0.3);
    border-bottom: 1px solid rgba(122, 111, 221, 0.3);
    border-right: none;
    border-left: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.calc_mini .plus-minus-input .input-group-button .circle {  

}
.calc_mini .plus-minus-input .input-group-field.error-bl{
    box-shadow: none !important;
}
.calc_mini .plus-minus-input.error-bl .input-group-button:first-child button{
    border-color: #FF0000 !important;
}
.calc_mini .plus-minus-input.error-bl .input-group-button button{
    box-shadow: none !important;
}
/*END new pages*/

.new-calculator-block .calc_mini .form-group-cell-dead_pages{
    display: flex;
    flex-direction: column-reverse;
}
.new-calculator-block .form-inline .form-group {
    margin-bottom: 5px;
}
.new-calculator-block .select-selected.select-arrow-active,
.new-calculator-block .select-items{
    border-color: rgba(122, 111, 221, 0.3) !important;
}
.new-calculator-block .select2 {
    width: 100% !important;
}
.new-calculator-block .form-element{
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #2B292D;
    background: #FFFFFF;
    border: 1px solid rgba(122, 111, 221, 0.3);
    border-radius: 8px;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .05s, box-shadow ease-in-out .05s;
    transition: border-color ease-in-out .05s, box-shadow ease-in-out .05s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
}
.new-header-front.header-front.banner-display.first-buy-banner-display {
    padding-top: 160px;
}
.newtop-menu a.btn-yellow {
    width: 120px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newtop-menu #menu-mainmenu li.btn-yellow a{
    display: none !important;
}
.newtop-menu .nav-link-r a svg rect{
    fill: transparent !important;
}
.newtop-menu .nav-link-r a{
    display: flex;
    align-items: center;
}
.newtop-menu .nav-link-r a svg{
    margin-right: 5px;
}
.newtop-menu .nav-link-r{
    display: flex;
    align-items: center;
}

@media (max-width: 1199px){
    .new-header-front .promo-title {
        margin: 0;
        width: 100%;
    }
    .promo-title-flex{
        flex-wrap: wrap;
    }
    .new-calculator-block .promo-calc {
        min-width: unset;
        width: 100%;
    }
    .new-header-front .promo-title-bottom {
        font-size: 16px;
        max-width: 360px;
    }
    .new-header-front .promo-title-light {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .new-calculator-block {
        width: 100%;
        margin-bottom: -140px;
    }
    .new-calculator-block .promo-calc-title {
        text-align: center;
    }
    .first-buy-banner-display.new-header-front ~ .why-us{
        padding-top: 200px;
    }
    .newtop-menu .navbar-toggle {
        display: block;
    }
    .newtop-menu .nav-link-r {
        justify-content: center;    
        flex-direction: column;       
    }
    .newtop-menu .nav-link-r a{
        margin-bottom: 50px;
    }
    .newtop-menu .nav-link-r a{
        margin-bottom: 50px;
    }
    .newtop-menu .nav-link-r a:last-child{
        margin-bottom: 0px;
    }
    .newtop-menu #navbar .nav li.btn-yellow {
        display: none;
    }
    .newtop-menu .navbar-nav {
        margin: 15px 0 0;
    }
    .newtop-menu .nav-link-r a{
        font-size: 22px;
        display: flex;
        flex-direction: row-reverse;
    }
    .newtop-menu .nav-link-r a svg{
        margin: 0 5px;
    }
    .newtop-menu a.btn-yellow {
        height: 40px;
        margin: 50px auto 20px;
        width: 258px;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .new-header-front.header-front {
        height: auto !important;
    }
    .new-calculator-block .calc_mini .form-group-cell {
        display: flex;
        flex-direction: row !important;
    }
    .new-calculator-block .form-inline .form-group {
        padding: 0 10px;
    }
    .new-calculator-block .calc_mini .form-group-block {
        display: flex;
        flex-wrap: wrap;
    }
    .new-calculator-block .bl-result {
        width: 63%;
        margin: 0 auto;
    }
    .new-calculator-block .calc_mini {
        padding: 30px 20px 45px;
    }
    .new-header-front .promo-title:before {
        background-size: contain;
        top: -20px;
        right: -40px;
    }
    .newtop-menu .navbar-collapse.collapse {
        display: none !important;
    }
    .newtop-menu .navbar.active .navbar-collapse.collapse {
        display: block !important;
    }
    .newtop-menu #menu-mainmenu {
        display: block;
        float: none !important;
    }
    .newtop-menu #menu-mainmenu li:first-child {
        width: auto;
    }
    .newtop-menu .navbar-header {
        float: none;
    }
    .newtop-menu #navbar .nav li a {
        padding: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
    }
    .newtop-menu .nav li {
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    .newtop-menu .navbar.active {
        position: fixed;
        z-index: 9999;
        top: 0px;
        bottom: 0;
        padding: 0 15px;
        left: 0;
        right: 0;
        overflow: auto;
        padding-top: 10px;
    }
    .new-calculator-block .calc_mini .form-group-cell.form-group-cell-dead_pages {
        flex-direction: row-reverse !important;
    }
} 

@media (min-width: 1200px){
    .new-header-front .promo-title:before {
        display: none;
    }
    .new-calculator-block .promo-calc:before {
        content: "";
        position: absolute;
        left: calc(-100% + 16px);
        top: auto;
        bottom: -76px;
        width: 480px;
        height: 320px;
        background: url(../img/main-page-bg.svg) no-repeat;
        background-size: contain;
    }
    .newtop-menu #navbar{
        display: flex !important;  
        justify-content: flex-end;
    }
}

@media (min-width: 768px){
    .new-calculator-block .form-inline .form-group {
        display: block;
        margin-right: 0px;
        width: 100%;
    }    
}

@media (max-width: 767px){
    .new-header-front .promo-title::before {
        right: unset;
        margin: 0px auto;
        top: 155px;
        left: unset;
        width: 350px;
        background-size: contain;
    }
    .new-header-front.header-front.banner-display.first-buy-banner-display, .new-header-front.header-inner.banner-display.first-buy-banner-display{
        padding-top: 170px;
    }
    .new-header-front .promo-title {
        padding: 0 0 112px;
    }
    .new-calculator-block .form-group-cell-dead_pages {
        flex-direction: column-reverse !important;
    }
    .new-calculator-block .form-group-cell .form-group {
        width: 100% !important;
    }
    .new-header-front .promo-title-light {
        font-size: 36px;
        line-height: 40px;
        margin: 0 auto 5px;
        max-width: 320px;
    }
    .new-header-front .promo-title-bottom {
        margin: 0 auto;
    }
    .new-calculator-block {
        margin-bottom: 0px;
    }
    .new-header-front.first-buy-banner-display ~ .why-us {
        padding-top: 340px;
    }
    .body-banner-display .newtop-menu .navbar.active {
        top: 0px;
    }
    .newtop-menu .nav-link-r a{
        margin-bottom: 35px;
    }
    .new-calculator-block .bl-result-block{
        display: flex;
        margin-bottom: 15px;
    }
    .new-calculator-block .bl-result-name{
        width: auto;
        align-items: flex-end;
        display: flex;
    }
}
/*END new header and calc for front page 2524*/

/* datetimepicker */
.datepricker-new-addon .input-group-addon{
    background: #fff url(../img/datapicker-new.svg) 50% 50% no-repeat;
    width: 35px !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.datepricker-new-addon .input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.datepricker-new-addon #datetimepicker{
    height: 40px;
    cursor: pointer !important;
    padding-right: 35px!important;
    background: transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 8px !important;
    overflow: hidden;
    position: relative;
    z-index: 1 !important;
    border-color: rgba(122, 111, 221, 0.3);
    font-size: 16px;
    font-weight: 500;
}
.bootstrap-datetimepicker-widget{
    position: absolute !important;
    z-index: 99;
    background: #fff;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 10px 45px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 14px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: 14px !important;
    width: 340px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333333;
    font-weight: 600 !important;
    position: absolute !important;
}
.bootstrap-datetimepicker-widget table th {
    width: 40px !important;
    font-weight: 600;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #737373 !important;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #777 !important;
}
.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #978EEE;
    color: #fff;
    margin: 0 !important;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover{
    background: #978EEE !important;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.today{
    background: #DBDBDB !important;
    border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.today:hover{
    color: #333333;
}
.bootstrap-datetimepicker-widget table td.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu::before, 
.bootstrap-datetimepicker-widget.dropdown-menu::after{
    display: none !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    color: #fff !important;  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #978EEE !important;
    border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day:hover, 
.bootstrap-datetimepicker-widget table td.hour:hover, 
.bootstrap-datetimepicker-widget table td.minute:hover, 
.bootstrap-datetimepicker-widget table td.second:hover {
    border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day{
    height: 36px !important;
}
.deadline-button {
    font-size: 11px;
    line-height: 11px;
    background: #FFFFFF;
    border: 1px solid #E6E6EF;
    border-radius: 5px;
    width: calc(100% / 5);
    max-width: 56px;
    padding: 0px 5px;
    height: 30px;
    margin: 0 1px;
    color: #4C4C4C;
    text-transform: none;
}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed{
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 3px;
}
.bootstrap-datetimepicker-widget .datepicker-days {
    padding: 10px 20px 0;
}
.btn-deadline-picker{
    margin: 16px -10px 32px;
    display: flex;
    justify-content: center;
}
.deadline-button.deadline-btn-active{
    background: #F1F1F1;
    border: 1px solid #DBDBDB;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline{
    background: #F1F1F1 !important;
    border-radius: 0 !important;
    position: relative;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline:before, .bootstrap-datetimepicker-widget .backgroud_period_deadline:after{
    content: '';
    background: #F1F1F1;
    height: 36px;
    width: 20px;
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline:after{
    left: auto;
    right: -20px;
}
.bootstrap-datetimepicker-widget .timepicker-picker a {
    color: #333;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary,
.bootstrap-datetimepicker-widget .table-condensed .btn-primary:active{
    border: solid #978EEE;
    background: #978EEE;
    border-radius: 50%;
    font-size: 14px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.bootstrap-datetimepicker-widget .table-condensed tr td:last-child.backgroud_period_deadline{
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
.bootstrap-datetimepicker-widget .table-condensed tr td:first-child.backgroud_period_deadline{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}
.bootstrap-datetimepicker-widget .fa-clock-o:after, 
.bootstrap-datetimepicker-widget .fa-calendar:after,
.bootstrap-datetimepicker-widget .glyphicon-time:after,
.bootstrap-datetimepicker-widget .glyphicon-calendar:after{
    content: "Choose Time";
    font-size: 14px;
    margin-left: 8px;
    font-family: "Work Sans";
}
.bootstrap-datetimepicker-widget .fa-calendar:after,
.bootstrap-datetimepicker-widget .glyphicon-calendar:after{
    content: "Choose Date";
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: unset !important;
}
.bootstrap-datetimepicker-widget .separator {
    font-size: 32px !important;
    vertical-align: unset !important;
    position: relative;
    top: -2px;
    width: 10px;
    width: 10px !important;
}
.bootstrap-datetimepicker-widget .period-animate{
    display: none;
}
.bootstrap-datetimepicker-widget table td{
    vertical-align: middle;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td{
    vertical-align: top;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary[data-action="togglePeriod"].disabled {
    background: #DBDBDB;
    border-color: #DBDBDB;
    color: #737373;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .datepicker-days{
    padding: 10px 33px 0;
}
.time-left {
    border-radius: 0 !important;
    background: #FAFAFA;
    color: #737373;
    padding: 5px;
}
.datepricker-new-addon .btn-deadline-picker {
    flex-wrap: wrap;
    margin: 6px -20px 20px;
}
.datepricker-new-addon .deadline-button {
    margin-top: 8px;
    width: unset;
    max-width: 70px;
    flex: 0 0 70px;
}
.datepricker-new-addon .datetimepicker-confirm {
    background: #796EDD;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-size: 16px;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span, 
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #978EEE;
    color: #fff;
    border-radius: 0;
    height: 40px !important;
    padding-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span:hover, 
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i:hover {
    background: #8B80EB;
}
.timepicker .time-left{
    height: 30px;
    line-height: unset;
}
.bootstrap-datetimepicker-widget .picker-switch {
    padding: 0;
}
.bootstrap-datetimepicker-widget a:hover {
    text-decoration: none;
}
.newtop-menu .navbar-header .btn-yellow{
    float: right;
    margin: 0 27px 0 0;
    width: 120px;
    display: none;
}
@media(max-width: 1024px){
    .bootstrap-datetimepicker-widget .backgroud_period_deadline:before, 
    .bootstrap-datetimepicker-widget .backgroud_period_deadline:after {
        height: 34px;
    }

}

@media(max-width: 1199px) and (min-width: 768px){
    .newtop-menu .navbar-header .btn-yellow{
        display: flex;
    }
    .newtop-menu .navbar.active .navbar-header .btn-yellow{
        display: none;
    }
}

@media(max-width: 374px){ 
    .datepricker-new-addon .bootstrap-datetimepicker-widget .datepicker-days {
        padding: 10px 10px 0;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 290px !important;
    }
    .datepricker-new-addon .btn-deadline-picker {
        margin: 6px -10px 20px;
    }
    .datepricker-new-addon .deadline-button {
        max-width: 60px;
        flex: 0 0 60px;
    }
    .deadline-button {
        margin: 0 2px;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 320px !important;
    }
}
/* end datetimepicker */

/*select2 search*/
.select2-container{
    width: 100% !important;
}
.block-type-of-paper .select2-container--default.select2-container--open{
    width: 100% !important;
    min-width: 100% !important;
}
.select2-container--default .select2-selection--single {
    font-size: 15px;
    color: #333;
    width: 100%;
    height: 40px !important;
    line-height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: #fff;
    background-color: #fff;
    border: 1px solid rgba(122, 111, 221, 0.3) !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
}
.select2-results {
    font-size: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 25px 6px 12px !important;
    color: #333;
    border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field { 
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../img/arrow-down.svg?v=1) no-repeat top 14px right 10px transparent;
    width: 25px !important;
    display: block;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single {
    border-color: #bebebe;
}
.select2-container--default.select2-container--open .select2-dropdown {
    border: 1px solid #F8F8F8 !important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}
.select2-container--default .select2-results__group {
    color: #BABABA;
    padding: 14px 15px 5px;
}
.select2-container--default .select2-search--dropdown {
    border-top: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
    border-color: rgba(122, 111, 221, 0.3) !important;
    background: url(../img/search_icon.png) 50% 50% no-repeat;
    background-size: 12px;
    background-position: center right 18px;
    padding-right: 30px;
    border-radius: 8px !important;
    font-weight: 500;
    color: #4C4C4C;
    padding: 0 16px;
}
.select2-selection__rendered {
    color: #333;
    font-weight: 500;
}
.select2-selection__rendered[title="Choose"],
.select2-selection__rendered[title="Choose your subject"]{
    color: #8B8B8B !important;
    font-weight: 300;
}
.select2.select2-container--open .select2-selection{
    border-color: #C6CBD2;
    border-radius: 6px !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 260px;
}
.optinal-label{
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #C6CBD2;
    margin: 0;
}
.select2-dropdown--below {
    margin-top: 8px;
}
.select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #F7F7F9 !important;
    color: #4C4C4C !important;
}
.select2-container--default.select2-container--open .select2-dropdown {
    border: 1px solid rgba(122, 111, 221, 0.3) !important;
    border-radius: 8px;
}
.select2-container--default .select2-search--dropdown {
    padding: 16px 15px;
}
.select2-container--default .select2-results__group {
    color: #4C4C4C;
    padding: 18px 15px !important;
    background: #E5E5F4;
    font-weight: 500;
    font-size: 14px;
}
.select2-container--default .select2-results > .select2-results__options {
    font-size: 14px;
    line-height: 14px;
    max-height: 250px;
}
.select2-results__option {
    padding: 18px 14px !important;
    color: #4C4C4C;
    font-size: 14px;
}
.select2-container--default .select2-results__option .select2-results__option{
    font-size: 14px;
    padding: 18px 14px;
    color: #4C4C4C !important;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0 !important;
}
.select2-results__message {
    color: #212529;
    padding: 16px 16px 24px !important;
}
/*END select2 search*/

@media (max-width: 767px){
    .new-header-front .promo {
        overflow: unset !important;
    }
}



