@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('/accent_center/fonts/ProximaNova-Regular.eot');
    src: url('/accent_center/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/accent_center/fonts/ProximaNova-Regular.woff') format('woff'), url('/accent_center/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('/accent_center/fonts/ProximaNova-Bold.eot');
    src: url('/accent_center/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/accent_center/fonts/ProximaNova-Bold.woff') format('woff'), url('/accent_center/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Regular';
    src: url('/accent_center/fonts/Ubuntu-Regular.eot');
    src: url('/accent_center/fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), url('/accent_center/fonts/Ubuntu-Regular.woff') format('woff'), url('/accent_center/fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url('/accent_center/fonts/Ubuntu-Bold.eot');
    src: url('/accent_center/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('/accent_center/fonts/Ubuntu-Bold.woff') format('woff'), url('/accent_center/fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Light';
    src: url('/accent_center/fonts/Ubuntu-Light.eot');
    src: url('/accent_center/fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
    url('/accent_center/fonts/Ubuntu-Light.woff') format('woff'),
    url('/accent_center/fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Light Italic';
    src: url('/accent_center/fonts/Ubuntu-LightItalic.eot');
    src: url('/accent_center/fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/accent_center/fonts/Ubuntu-LightItalic.woff') format('woff'),
    url('/accent_center/fonts/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('/accent_center/fonts/ProximaNova-Semibold.eot');
    src: url('/accent_center/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/accent_center/fonts/ProximaNova-Semibold.woff') format('woff'),
    url('/accent_center/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

html {
    font-size: 16px; 
}

body {
    padding: 0;
    font-family: 'Proxima Nova Regular';
    overflow-x: hidden;
    font-size: 16px;
}

body.main-page header {
    background: url(/accent_center/imgs/main-layer2.jpg) no-repeat #eaf4f6;  
    background-size: 100rem auto;
    background-position: top center;
    min-width: 100vw;
    z-index: 100;
    position: relative;
    min-height: 65rem;
    height: auto;
}


nav.navbar.navbar-expand-lg {
    padding: 2.6875rem 0 0 0;
}

.navbar-expand-lg .navbar-nav a.nav-link {
    font-size: 1.125rem;
    color: #fff;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
}

a.nav-link.active {
    border-bottom: 1px solid #fff;
}

.container.mainmenu {
	padding-bottom: 170px;
}

section.main-banner {
    margin-top: 4.5625rem;
	padding: 30px;
    background-color: #2da6f952;
    border-radius: 20px;
}

li.nav-item {
    display: inline-block;
    padding: 0 2rem;
}

.h1,h1 {
    font-family: Proxima Nova Bold;
    color: #fff;
    font-size: 3.75rem;
}

.h3, h3 {
    font-family: Proxima Nova Bold;
    color: #000;
    font-size: 2.5rem;
    text-align: center;
}

.h3 > span, h3 > span {
    color: #348ffb;
}

.h4, h4 {
    font-family: Proxima Nova Bold;
    color: #000;
    font-size: 30px;
}

.h4 > span, h4 > span {
    color: #348ffb;
}

section.main-ps h3 {
    border-bottom: 2px solid #fff;
    white-space: nowrap;
    width: 45%;
    padding: 0 0 1.25rem 0;
    margin: -4.875rem 0 1.875rem 0;
}


section.main-banner p {
    font-size: 2.5rem;
    color: #fff;
}

section.main-banner a.btn {
    background: url(/accent_center/imgs/blue-button.png) no-repeat;
    color: #fff;
    background-size: cover;
    padding: 0.725rem 1.9125rem 1.25rem 1.25rem;
    font-family: 'Proxima Nova Bold';
    font-size: 1.6875rem;
    margin-top: 2rem;
}

.navbar-expand-lg .navbar-nav a.nav-link.btn {
    border: 2px solid #fff;
    border-radius: 1.25rem;
    padding: 0.125rem 1.25rem;
    white-space: normal;
}

section.main-ps {
    background: #eaf4f6;
    z-index: 101;
    position: relative;
}

section.main-ps img {
    margin: -9.375rem 0 0 -7.4375rem;
}

section.main-ps p { 
    font-family: 'Ubuntu Light';
    color: #505050;
    font-size: 1.25rem;
    line-height: 1.25rem;
    width: 110%;
}

section.main-ps a.btn {
    border: 2px solid #348ffb;
    color: #000;
    font-size: 27px;
    font-family: 'Proxima Nova Bold';
    border-radius: 35px;
    padding: 10px 56px;
    white-space: normal;
    margin: 40px 0 0 0;
}


section.main-ps:after {
    content: '';
    background: url(/accent_center/imgs/wave-gray1.png) no-repeat #fff;
    background-size: 100% auto;
    background-position: top center;
    min-width: 100vw;
    z-index: 100;
    position: relative;
    height: 15rem;
    display: block;
}

section.main-advantages h3 {
    padding: 0 22%;
    margin: 0 0 47px 0;
    text-align: center;
}

section.main-advantages h3 {
    padding: 0 22%;
    margin: 0 0 135px 0px;
    text-align: center;
}

section.main-advantages .row {
    margin: 150px 0px;
    right: -60px;
}

.row.rm-mb-left {
    /* left: -18px; */
    position: relative;
}

.row.rm-mb-right {
    /* right: -165px; */
    position: relative;
}

section.main-advantages p {
    font-family: 'Ubuntu Light';
    color: #404040;
    font-size: 18px;
    line-height: 18px;
    max-width: 390px;
}

section.main-advantages a.btn {
    border: 2px solid #348ffb;
    color: #000;
    font-size: 27px;
    font-family: 'Proxima Nova Bold';
    border-radius: 35px;
    padding: 10px 56px;
    white-space: normal;
    margin: 20px 0 0 0;
    background: url(/accent_center/imgs/blue-button-no-border.png) no-repeat;
    background-size: cover;
    color: #fff;
}

section.main-advantages h4 {
    margin: 0 0 39px 0;
    border-bottom: 4px solid #fbfbfb;
    white-space: nowrap;
    width: 36%;
    padding-bottom: 24px;
}

h4.r1:before {
    content: '';
    background: url(/accent_center/imgs/r1.png) no-repeat #fff;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: -70px;
}

h4.r2:before {
    content: '';
    background: url(/accent_center/imgs/r2.png) no-repeat #fff;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: -70px;
}

h4.r3:before {
    content: '';
    background: url(/accent_center/imgs/r3.png) no-repeat #fff;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: -70px;
}

h4.r4:before {
    content: '';
    background: url(/accent_center/imgs/r4.png) no-repeat #fff;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: -70px;
}

.row.rm-mb-left img {
    margin-left: -50px;
    height: 100%;
}

.row.rm-mb-left video {
    margin-left: -80px;
    max-width: 100%;
    display: block;
    background-color: #fff;
}

.row.rm-mb-right img {
    margin-left: -50px;
    height: 100%;
}

.row.rm-mb-right video {
    margin-left: -80px;
    max-width: 100%;
    display: block;
    background-color: #fff;
}

section.main-advantages:after {
    content: '';
    background: url(/accent_center/imgs/layer-main-aadv.jpg) no-repeat #fff;
    background-size: 100% auto;
    background-position: top center;
    min-width: 100vw;
    z-index: 100;
    position: relative;
    height: 25rem;
    display: block;
}

section.main-advantages img+span {
    bottom: -20px;
    background: url(/accent_center/imgs/img_bottom.png) no-repeat #fff;
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
}

section.main-progress .container div {
    text-align: center;
    margin: auto;
}

section.main-progress hr {
    width: 220px;
    margin: 30px auto 50px;
}

section.main-progress p {
    font-size: 25px;
    line-height: 25px;
    color: #505050;
    padding: 0 290px;
    margin: 0 0px 80px 0;
}

section.main-progress h3 {
    padding: 0px 330px;
}

section.main-progress a.btn {
    display: block;
}

section.main-progress a.btn {
    border: 2px solid #348ffb;
    color: #000;
    font-size: 27px;
    font-family: 'Proxima Nova Bold';
    border-radius: 35px;
    padding: 10px 56px;
    white-space: normal;
    margin: 20px 0 0 0;
    background: url(/accent_center/imgs/blue-button-no-border.png) no-repeat;
    background-size: cover;
    color: #fff;
}


section.main-progress a.btn {
    border: 2px solid #348ffb;
    color: #000;
    font-size: 27px;
    font-family: 'Proxima Nova Bold';
    border-radius: 35px;
    padding: 10px 56px;
    white-space: normal;
    margin: 20px 0 0 0;
    background: url(/accent_center/imgs/blue-button-no-border.png) no-repeat;
    background-size: cover;
    color: #fff;
    display: inline-block;
    margin: 80px 0;
}

section.main-comments:before {
    content: '';
    background: url(/accent_center/imgs/wave-gray2.png) no-repeat #eaf3f6;
    background-size: 100% auto;
    background-position: top center;
    min-width: 100vw;
    z-index: 100;
    position: relative;
    height: 191px;
    display: block;
}

section.main-comments {
    padding: 0 0 50px 0;
    background: #eaf3f6;
}

section.main-comments hr {
    background: #fff;
    border: none;
    width: 220px;
    margin: 10px auto 80px;
    height: 4px;
}

section.main-comments h3 {
    margin: 50px auto 10px;
}

section.main-comments .row img {
    position: absolute;
    width: 125px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 5px 5px 5px #0f414547;
    top: -31px;
}

.comment {
    float: right;
    width: calc(100% - 7.8125rem - 2.3125rem);
    background: #fff;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-family: 'Ubuntu Light';
    padding: 1.25rem;
    box-shadow: 5px 5px 5px #0f414547;
    margin: 0 0 3.9375rem 0px;
    border-radius: 0.3125rem;
    position: relative;
    min-height: 110px;

}

.comment:before {
    content: '';
    background: url(/accent_center/imgs/hvostik.png) no-repeat;
    position: absolute;
    left: -2.75rem;
    top: 5.3125rem;
    width: 2.75rem;
    height: 2.5rem;
}

section.main-comments b {
    color: #348ffb;
    font-family: 'Ubuntu Bold';
    font-size: 0.9375rem;
}

a.btn.btn--load.goto-photo {
    display: block;
    margin: 0 auto 0;
}

section.main-goals {
    background: url(/accent_center/imgs/main-layer-bottom.jpg) no-repeat #eaf4f6;
    background-size: 100rem auto;
    background-position: bottom center;
    min-width: 100vw;
    z-index: 100;
    position: relative;
    min-height: 45rem;
    height: auto;
    padding: 15rem 0 0 0;
}

section.main-goals h3 {
    text-align: left;
    color: #fff;
    max-width: 34.9375rem;
}

section.main-goals h3 span {
    color: #00dcff;
}

section.main-goals h3+p {
    color: #fff;
    font-size: 1.5625rem;
}

section.main-goals h3+p {
    color: #fff;
    font-size: 1.5625rem;
    max-width: 28.75rem;
    line-height: 1.5625rem;
    margin: 0px 0 3.125rem 0;
}

section.main-goals img+p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin: 1.25rem 0 0px 0;
}

section.main-goals a.btn {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Proxima Nova Bold';
    border-radius: 2.1875rem;
    padding: 0.25rem 1.25rem;
    white-space: normal;
    margin: 2.5rem 0 0 0;
    background: transparent;
    display: inline-block;
}

footer {
    background: #4e728c;
}

footer .col-lg-4 > * {
    padding: 0px;
    margin: 0.4375rem 0 0.3125rem 0;
    display: block;
    color: #fff;
    font-size: 0.75rem;
    font-family: 'Ubuntu Light';
    line-height: 1.0625rem;
}

footer .col-lg-4 {
    text-align: left;
}

footer .col-lg-4+.col-lg-4 {
    text-align: center;
}

footer .col-lg-4+.col-lg-4+.col-lg-4 {
    text-align: right;
}

#login-form2 {
    display:none;
}

.rm-form {
    display:none;
}

.fancybox-content {
    /*overflow: visible;*/
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    min-width: 370px;
}

.rm-fancybox-close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    
}

.rm-form   h4 {
    font-size: 20px;
    color: #7c7c7c;
    text-align: center;
    margin: 0 0 25px 0px;
}

.rm-form  .btn {
    border: 2px solid #348ffb;
    color: #000;
    font-size:15px;
    font-family: 'Proxima Nova Bold';
    border-radius: 35px;
    padding: 4px 49px;
    white-space: normal;
    margin: 10px 0 0 0;
    background: url(/accent_center/imgs/blue-button-no-border.png) no-repeat;
    background-size: cover;
    color: #fff;     
}

.rm-form  .btn:not(:disabled):not(.disabled).active, .rm-form  .btn:not(:disabled):not(.disabled):active {
    background-image:  url(/accent_center/imgs/blue-button-no-border.png);
}

.rm-form input[type=text], .rm-form input[type=password] {
    padding: 10px 20px;
    font-size: 18px;
    background: #f9f9f9;
    background-color: #f9f9f9 !important;
    display: block;
    margin: 10px 0;
    border: 1px solid #cecece;
    width: 100%;
    font-family: 'Ubuntu Light Italic';
    color: #606060;
    box-shadow: 0 0 6px 0px #60606047 inset !important;
    border: navajowhite;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: #f9f9f9;
        color: #606060;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: #f9f9f9;
        color: #606060;
    }
}

/* .rm-form a {
    display: block;
    margin: 20px 0 10px 0;
} */

.rm-form a {
    text-align: center;
    display: block;
    font-weight: 500;
    margin: 15px 0 0 0;
    font-family: Ubuntu Light;
    color: #606060;
    font-size: 12px;
}
/* input:-webkit-autofill {
    background-color : #f9f9f9 !important; 
    -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
} */

*:focus {
    outline: none;
}

.hide { display: none; }
label {display: block;}

input[type="checkbox"] + .fa,
input[type="checkbox"] + label > .fa,
input[type="radio"] + .fa,
input[type="checkbox"] + .fa, input[type="checkbox"] + label > .fa, input[type="radio"] + .fa, input[type="checkbox"] + .fa, input[type="checkbox"] + label > .fa, input[type="radio"] + .fa, input[type="radio"] + label > .fa {
    cursor: pointer;
    font-size: 37px;
    color: #b3b0b0;
    margin: 0 0 0 -9px;
}
/* Unchecked */
input[type="checkbox"] + .fa-check-circle:before,
input[type="checkbox"] + label > .fa-check-circle:before,
input[type="radio"] + .fa-check-circle:before,
input[type="radio"] + label > .fa-check-circle:before { content: "\f111"; } /* .fa-circle */
input[type="checkbox"] + .fa-dot-circle-o:before,
input[type="checkbox"] + .fa-check-circle-o:before,
input[type="checkbox"] + label > .fa-dot-circle-o:before,
input[type="checkbox"] + label > .fa-check-circle-o:before,
input[type="radio"] + .fa-dot-circle-o:before,
input[type="radio"] + label > .fa-dot-circle-o:before,
input[type="radio"] + .fa-check-circle-o:before,
input[type="radio"] + label > .fa-check-circle-o:before { content: "\f10c"; } /* .fa-circle-o */
input[type="radio"] + .fa-circle:before,
input[type="radio"] + label > .fa-circle:before { content: "\f1db"; } /* .fa-circle-thin */
input[type="checkbox"] + .fa-check:before,
input[type="checkbox"] + .fa-check-square-o:before,
input[type="checkbox"] + label > .fa-check:before,
input[type="checkbox"] + label > .fa-check-square-o:before { content: "\f096"; } /* .fa-square-o */
input[type="checkbox"] + .fa-check-square:before,
input[type="checkbox"] + label > .fa-check-square:before { content: "\f0c8"; } /* .fa-square */

/* Checked */
input[type="checkbox"]:checked + .fa-check:before,
input[type="checkbox"]:checked + label > .fa-check:before { content: "\f00c"; }
input[type="checkbox"]:checked + .fa-check-circle:before,
input[type="checkbox"]:checked + label > .fa-check-circle:before,
input[type="radio"]:checked + .fa-check-circle:before,
input[type="radio"]:checked + label > .fa-check-circle:before { content: "\f058"; }
input[type="checkbox"]:checked + .fa-check-circle-o:before,
input[type="checkbox"]:checked + label > .fa-check-circle-o:before,
input[type="radio"]:checked + .fa-check-circle-o:before,
input[type="radio"]:checked + label > .fa-check-circle-o:before { content: "\f05d"; }
input[type="checkbox"]:checked + .fa-check-square:before,
input[type="checkbox"]:checked + label > .fa-check-square:before { content: "\f14a"; }
input[type="checkbox"]:checked + .fa-check-square-o:before,
input[type="checkbox"]:checked + .fa-check-square-o:before, input[type="checkbox"]:checked + label > .fa-check-square-o:before {
    content: "\f046";
    margin: 0px 0px 0 6px;
}
input[type="radio"]:checked + .fa-circle:before,
input[type="radio"]:checked + label > .fa-circle:before { content: "\f111"; }
input[type="checkbox"]:checked + .fa-dot-circle-o:before,
input[type="checkbox"]:checked + label > .fa-dot-circle-o:before,
input[type="radio"]:checked + .fa-dot-circle-o:before,
input[type="radio"]:checked + label > .fa-dot-circle-o:before { content: "\f192"; }

form label>span {
    max-width: 260px;
    display: inline-block;
    font-family: Ubuntu Light;
    color: #606060;
    font-size: 12px;
    vertical-align: top;
}

.rm-form input[type=text].error, .rm-form input[type=password].error {
    border: 1px solid red;
}

.rm-form input[type=checkbox].error + i {
    color: red;
}

.nc_auth_login_check, .nc_auth_pass2_check { margin-left: 15px; font-weight: bold; display: none;}
.nc_auth_pass1_check { margin-left: 5px; font-weight: bold; display: none;}
#nc_auth_pass1_security { margin-left: 15px; display: none;}
#nc_auth_login_ok, #nc_auth_pass2_ok { color: #088A08; }
#nc_auth_login_fail, #nc_auth_pass2_fail { color: #FF0000;}
#nc_auth_pass1_s1 { color: #FF0000; }
#nc_auth_pass1_s2 { color: #ddcc11; }
#nc_auth_pass1_s3 { color: #8cd750; }
#nc_auth_pass1_s4 { color: #088A08; }
#nc_auth_pass1_empty, #nc_auth_pass_min { margin-left: 15px; font-weight: bold; display: none; color: #FF0000; }

p.rm-helper {
    max-width: 550px;
    margin: 10px auto 0;
}

/* менюха гамбургер */
button.navbar-toggler{
    padding: 1.25rem 1.75rem;
    border-radius: 50%;
    background-color: white;
}
button.navbar-toggler i {
    font-size: 5rem;
    color: #26bff8;
}

.navbar-expand-lg .navbar-collapse.show,
.navbar-expand-lg .navbar-collapse.collapsing {
    padding: 1.9rem 0;
}

.navbar-collapse li.nav-item {
    display: inline-block;
    padding: 0.3rem 2rem;
}

.navbar-expand-lg  .navbar-collapse.show .navbar-nav a.nav-link,
.navbar-expand-lg  .navbar-collapse.collapsing .navbar-nav a.nav-link {
    font-size: 2.125rem;
    color: #fff;
    white-space: nowrap;
    padding: 0;
    display: inline-block;
}

.navbar-collapse.show a.nav-link.active,
.navbar-collapse.collapsing a.nav-link.active, {
    border-bottom: 3px solid #fff;
}

.navbar-expand-lg   .navbar-collapse.show .navbar-nav a.nav-link.btn,
.navbar-expand-lg   .navbar-collapse.collapsing .navbar-nav a.nav-link.btn {
    border: 2px solid #fff;
    border-radius: 1.25rem;
    padding: 0.125rem 1.25rem;
    white-space: normal;
}

.wrap-test-block {
    max-width: 400px;
}
.col-lg-6.mobile{
    display:none;
}

div#o-kompanii + div .h1, div#o-kompanii + div h1 {
    color: #000;
    font-size: 1.55rem;
}
h4.r4.mobile{
    display:none;
}
#mobileMenu{
    right:-100%;
    bottom:0;
    top:0;
    position:fixed;
    background:white;
    z-index:1000;
    transition:.3s;
    display:none;
}
#mobileMenu li{
    padding:0
}
#mobileMenu a{
    color:black;
    font-size:18px;
    padding: 1rem 2rem;
    display: block;
    padding-right: 8rem;
    text-align:left;
    border:none;
    outline:none;
    border-radius:0;
    appearance:none;
}
#mobileMenu > a{
    padding:1rem 5rem;
    background:url('/accent_center/imgs/cellphone.png') no-repeat left 2rem center;
}
#mobileMenu a.active{
    background:#3d80ef;
    color: white;
}
.top-menu{
    display: flex;
    position: relative;
}
.top-menu > a{
    color:white;
    font-size: 17px;
    font-family: 'Proxima Nova Bold';
    position:relative;
    margin-right:.5rem
}
.top-menu > a:after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:0;
    height:3px;
    background:white;
    transition: ease-in-out .3s;
}
.top-menu > a.active{
    border-bottom:3px solid white;
}
.top-menu > a:hover:after{
    right:0;
}
.top-menu > a.active:hover:after{
    content:none;
}
.top-menu > a.top-phone{
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: .5rem 1rem;
    color: white;
}
.top-menu > a.top-phone:after{
    content: none;
}
.clients{
    display: none;
}
#top-menu>li>a.questionnaire{
    border-radius: 3px;
    position: relative;
}
#top-menu>li>a.questionnaire:before{
    content: "";
    position: absolute;
    left: 1rem;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background: #76ff3a;
    box-shadow: 0 0 0 0 rgba(118, 255, 58,0.9);
    animation: pulse 1.5s infinite;
}
.quest-link{
    display: none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    margin: 1rem 1rem 2rem;
    background: white;
    padding: 1rem 2rem;
}
.quest-link a{
    text-decoration: none;
    color: #3971bc;
    position: relative;
    padding-left: 1rem;
}
.quest-link a:before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background: #76ff3a;
    box-shadow: 0 0 0 0 rgba(118, 255, 58,0.9);
    animation: pulse 1.5s infinite;
}


/* webinars */

.webinars{
    margin-bottom: 10rem;
}
.webinars > div{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}
.webinars > div > div{
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.webinars > div > div .date{
    font-size: 12px;
    font-family: 'Proxima Nova Bold', san-serif, serif;
    padding: .5rem 0;
    /*background: rgba(238, 238, 238, .5);*/
    color: #9C27B0;
}
.webinars > div > div .date span {
    color: #9C27B0;
}
.webinars > div > div .descr{
    padding: 2rem;
}
.webinars>div>div .descr>div:nth-child(2){
    height: 40px;
    font-family: 'Proxima Nova Bold', san-serif, serif;
    color: black;
}
.webinars > div > div .descr > div:nth-child(2) a{
    text-decoration: none;
    color: #1E88E5;
    font-family: 'Proxima Nova Bold', san-serif, serif;
    border-bottom: 1px dotted;
}
.webinars > div > div .descr .teacher{
    margin: 2rem 0;
    display: flex;
}
.webinar-full .teacher{
    margin: 0 0 1rem;
    padding: 2rem;
    border: 1px solid #EEE;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.webinars > div > div .descr .teacher .teacher_pic{
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}
.webinars > div > div .descr .teacher .teacher_pic:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    background-color: #C8E6C9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.webinars > div > div .descr .teacher .teacher_pic > div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    position: relative;
}
.webinars > div > div .descr .teacher > div:last-child a{
    font-family: 'Proxima Nova Bold', Sans-Serif, Serif;
    color: #3F51B5;
    font-size: 16px;
    text-decoration: none;
}
.webinars > div > div .descr .teacher > div:last-child span{
    display: block;
    color: #999;
    font-size: 11px;
    font-weight: normal;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}
.webinars > div > div .descr .teacher > div:nth-child(2) a{
    font-family: 'Proxima Nova Bold', Sans-Serif, Serif;
    color: #3F51B5;
    font-size: 16px;
    text-decoration: none;
}
.webinars > div > div .descr .teacher > div.for-levels{
    margin-left: auto;
}
.webinars > div > div .descr .teacher > div.for-levels > div:first-child{
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold', san-serif, serif;
    margin-bottom: .2rem;
}
.webinars > div > div .descr .teacher > div.for-levels > div:last-child{
    display: flex;
    justify-content: flex-end;
}
.webinars > div > div .descr .teacher > div.for-levels > div:last-child span{
    background: linear-gradient(45deg, #9C27B0, #3F51B5);
    padding: 0;
    line-height: 1;
    font-style: normal;
    font-size: 11px;
    border-radius: 50%;
    font-family: 'Proxima Nova Regular', san-serif, serif;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
    color: white;
}
.webinars > div > div .descr .teacher > div.for-levels > div:last-child span:last-child{
    margin-right: 0;
}
.webinars > div > div .descr .actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webinars > div > div .actions button{
    font-family: Arial,sans-serif,serif;
    box-sizing: border-box;
    margin-right: .5rem;
    padding: .2rem 1rem;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;*/
    /*border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*/
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    outline: none;
}
.webinars > div > div .actions button:hover{
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.2s linear;
    -moz-transition: background-position 0.2s linear;
    -o-transition: background-position 0.2s linear;
    transition: background-position 0.2s linear;
    background-color: #e6e6e6;
}
.webinars > div > div .actions button:active{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.webinars > div > div .actions button:last-child{
    margin-right: 0;
}
.webinars > div > div .actions span{
    margin-left: auto;
    position: relative;
    font-family: Arial, sans-serif, serif;
    font-size: 12px;
    line-height: 12px;
}
.webinars > div > div .actions span:before{
    content: "";
    position: absolute;
    background: url("/accent_center/imgs/student_icon.png") no-repeat center;
    width: 16px;
    height: 16px;
    left: -1.5rem;
    top: calc(50% - 9px);
}

@keyframes pulse{
    0 {
        -moz-box-shadow: 0 0 0 0 rgba(118, 255, 58,0.9);
        box-shadow: 0 0 0 0 rgba(118, 255, 58,0.9)
    }
    70% {
        -moz-box-shadow: 0 0 0 6px rgba(118, 255, 58,0);
        box-shadow: 0 0 0 6px rgba(118, 255, 58,0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(118, 255, 58,0);
        box-shadow: 0 0 0 0 rgba(118, 255, 58,0)
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    body.main-page header {
        background-size: 100% auto;
    }

    section.main-goals {
        background-size: 100% auto;
    }
}

@media (min-width: 1400px) {
    html {
        font-size:16px;
    }
}

@media (min-width: 1200px)  and (max-width: 1379px) {
    html {
        font-size: 13px;
    }

    body.main-page header {
        background-size: 106rem auto;
    }

    section.main-goals {
        background-size: 106rem auto;
    }
} 

@media (min-width: 768px) and (max-width: 1200px) {
    html {
        font-size: 13px;
    }
    
    .main-ps img{
        width:100%
    }
    

    .row.rm-mb-left, .row.rm-mb-right {
        left: auto;
        right: -30px; 
        text-align: center;
    }
    .row.rm-mb-left>div, .row.rm-mb-right>div { 
        margin-bottom: 38px;
    }

    section.main-advantages h4, section.main-advantages p {
        margin: auto;
        width: auto;
        position: relative;
    }

    section.main-advantages h4 {
        display: inline-block;
    }

    body.main-page header {
        background: url(/accent_center/imgs/main-layer2.jpg) no-repeat #eaf4f6;
        /*background-size: 100rem auto;*/
        /*background-size: 160% auto;
        background-position: top center;*/
        background-size: 305% auto;
        background-position: top left 47%;
        min-width: 100vw;
        z-index: 100;
        position: relative;
        min-height: 60rem;
        min-height: 130rem;
        height: auto;
    }

    section.main-goals {
        background: url(/accent_center/imgs/main-layer-bottom.jpg) no-repeat #eaf4f6;
        background-size: 100rem auto;
        background-position: bottom center;
        min-width: 100vw;
        z-index: 100;
        position: relative;
        min-height: 40rem;
        height: auto;
        padding: 12rem 0 0 0;
    }

    section.main-progress img {
        max-width: 100%;
    }
    
    section.main-progress p, section.main-progress h3 {
        padding: 0;
    }

    .row.rm-mb-left video {
        margin-left: -30px;
        max-width: 100%;
        display: block;
        background-color: #fff;
    }
    
    .row.rm-mb-right video {
        margin-left: 0px;
        max-width: 100%;
        display: block;
        background-color: #fff;
    }
    section.main-banner{
        background-color:unset;
    }
    
}


@media screen and (max-width: 992px) {
    h1{
        font-size:7vw;
        margin-bottom: 1rem;
    }
    .container{
        padding:0 2rem
    }
    #mobileMenu{
        display:block;    
    }
    .quest-link{
        display: block;
    }
    body.main-page header {
        background: url(/accent_center/imgs/main-layer2.jpg) no-repeat #eaf4f6;
        background-size: 300% auto;
        background-position: top left 47%;
        min-width: 100vw;
        z-index: 100;
        position: relative;
        min-height: 37rem;
        height: auto;
    }
    .top-menu{
        display:none;
    }
    nav.navbar.navbar-expand-lg{
        padding-top:2rem;
        
        position: fixed;
        left: 0;
        right: 0;
        top: 0rem;
        padding: 2rem 2rem;
        background: url(/accent_center/imgs/main-layer2.jpg) no-repeat top left;
        background-size: 300% auto;
        background-position: top left 47%;
        z-index: 99999;
        
    }
    .navbar-brand{
        width: 115px;
    }
    .navbar-brand img{
        width:100%;
    }
    button.navbar-toggler{
        padding: .75rem 1rem;
    }
    button.navbar-toggler i{
        font-size: 1.5rem
    }
    section.main-banner{
        background:none;
        padding: 0;
        margin-top:3rem;
        
        margin-top: 0;
        padding-top: 9rem;
        
    }
    section.main-banner p{
        font-size:4.5vw
    }
    section.main-banner a.btn{
        font-size: 4vw;
        padding: .8rem 1.5rem;
        background: linear-gradient(to left, #00DBF7 0%, #434AFF 100%);
        border: 2px solid white;
        border-radius: 30px;
        box-shadow: 0 0 8px rgba(0,0,0,.4);
        margin-top: 2rem;
    }  
    section.main-ps{
        z-index:unset;
    }
    section.main-ps .col-lg-6 a.btn{
        display:none;
    }
    section.main-ps .col-lg-6.mobile a.btn{
        display: inline-block;
        border: 3px solid #3D80EF;
        border-radius: 56px;
        padding: 1rem 3rem;
        font-size: 4.3vw;
    }
    .col-lg-6.mobile{
        display:block
    }
    .col-lg-6.mobile h3{
        width: auto;
        text-align: left;
        font-size: 7.5vw;
        border: none;
        margin: 2rem 0;
        padding: 0;
    }
    section.main-ps p{
        width:auto
    }
    section.main-ps img{
        width:100%;
        margin:0
    }
    section.main-ps .row .col-lg-6:last-child{
        display:none;
    }
    section.main-ps .wrap-blocks{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:1rem
    }
    section.main-ps .wrap-blocks div{
        background:linear-gradient(to right top, #00DBF7 0%, #434AFF 100%);
        border-radius: 10px;
        padding: 0rem;
        padding-top: 70px;
        padding-bottom: 1rem;
        color: white;
        text-align: center;
        font-size: 3.5vw;
        font-weight: bold;
        display: flex;
        align-items: center;
        position:relative;
        justify-content: center;
    }
    section.main-ps .wrap-blocks div:before{
        content:"";
        position:absolute;
        left:0;
        right:0;
        top:0;
        height:75px;
    }
    section.main-ps .wrap-blocks div:nth-child(1):before{
        background:url('/accent_center/imgs/work.png') no-repeat center;
    }
    section.main-ps .wrap-blocks div:nth-child(2):before{
        background:url('/accent_center/imgs/video-tutorial.png') no-repeat center;
    }
    section.main-ps .wrap-blocks div:nth-child(3):before{
        background:url('/accent_center/imgs/book.png') no-repeat center;
    }
    section.main-ps .wrap-blocks div:nth-child(4):before{
        background:url('/accent_center/imgs/homework.png') no-repeat center;
    }
    section.main-ps .wrap-list{
        background:white;
        margin-top:1.5rem;
        padding:2rem;
        border-radius:10px;
    }
    section.main-ps .wrap-list p{
        font-size:18px;
        color:#151515;
    }
    section.main-ps .wrap-list ol{
        list-style-type:none;
        padding: 0;
    }
    section.main-ps .wrap-list ol li{
        color:#151515;
        font-weight:500;
    }
    section.main-ps:after{
        background-size: 199% auto;
        background-position: top left 64%;
        height: 8rem;
        margin-top: 2rem;
        z-index:unset;
    }
    section.main-advantages h3{
        padding:0;
        font-size:28px;
        margin-bottom: 3rem;
    }
    section.main-advantages video{
        box-shadow: 0 0 20px rgba(0,0,0,.1)
    }
    section.main-advantages h4{
        width:auto;
        border:none;
        margin: 2rem 0;
        font-size:24px;
        background:url('/accent_center/imgs/Image_26.png') no-repeat left top;
        padding: 0;
        padding-left: 4rem;
        margin-bottom: 1rem;
    }
    section.main-advantages h4:before{
        content:none;
    }
    section.main-advantages h4.r2{
        background:url('/accent_center/imgs/Image_25.png') no-repeat left top;
    }
    section.main-advantages h4.r3{
        background:url('/accent_center/imgs/Image_24.png') no-repeat left center;
    }
    section.main-advantages h4.r4{
        display:none;
    }
    section.main-advantages h4.r4.mobile{
        display:block;
        background:url('/accent_center/imgs/Image_23.png') no-repeat left top;
    }
    section.main-advantages h4 span{
        color:black;
    }
    section.main-advantages p{
     font-family: 'Proxima Nova Regular', san-serif,serif;
    }
    section.main-advantages a.btn{
        font-size: 18px;
        padding: .9rem 3rem;
        background: linear-gradient(to left, #00DBF7 0%, #434AFF 100%);
        border: 2px solid #3379F7;
        border-radius: 30px;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        margin-top: 1rem;
        margin-bottom:2rem
    }
    section.main-advantages .row.rm-mb-right video{
        margin: 0;
    }
    
    section.main-advantages:after{
        background-size: 243% auto;
        background-position: top left 34%;
        margin-top: 4rem;
        height: 17rem;
        z-index:auto;
    }
    section.main-advantages .d-lg-block video{
        display:none;
    }
    section.main-progress h3{
        padding:0;
        font-size:28px;
        margin-bottom: 2rem;
    }
    section.main-progress hr{
        display:none;
    }
    section.main-progress p{
        padding:0;
        font-size: 18px;
        margin: 0;
        margin-bottom: 2rem;
    }
    section.main-progress img{
        width:100%
    }
    section.main-progress a.btn{
        font-size: 18px;
        padding: .9rem 3rem;
        background: linear-gradient(to left, #00DBF7 0%, #434AFF 100%);
        border: 2px solid #3379F7;
        border-radius: 30px;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        margin-top: 2rem;
        margin-bottom:2rem
    }
    section.main-goals{
        background-size: 360% auto;
        background-position: bottom left 69%;
        padding: 2rem 0 2rem 0;
        z-index:unset
    }
    section.main-goals h3{
        font-size:28px;
        color:black;
    }
    section.main-goals h3 span{
        color:#348ffb;
    }
    section.main-goals h3+p{
        font-size:18px;
        color:black;
        margin-bottom: 5rem;
    }
    section.main-goals h3+p br{
        display:none;
    }
    section.main-goals .row .row > div{
        display:flex;
        align-items: center;
        margin-bottom: 1rem;
    }
    section.main-goals .row .row > div img{
        margin-right:2rem;
        width:45px;
    }
    section.main-goals .row .row > div p{
        padding:0;
        margin:0;
    }
    section.main-goals .wrap-button{
        text-align:center;
    }
    section.main-goals a.btn{
        font-size:18px;
        padding: .9rem 2rem;
        border:3px solid white;
    }
    section.main-clients{
        margin: 3rem 0;
    }
    section.main-clients h3 {
        font-size: 28px;
        color: black;
    }
    footer .col-lg-4 > img{
        margin: 0rem auto;
        margin-top: 1rem;
    }
    footer .col-lg-4 > p{
        margin: 0;
        margin-top: .5rem;
    }
    footer .col-lg-4 > a{
        margin: 0;
        margin-bottom: 1rem;
    }
    footer .col-lg-4+.col-lg-4+.col-lg-4{
        text-align:center;
    }
    
    .main-page .row.rm-mb-left video{
        margin:0;
    }
    section.main-advantages h4,
    section.main-ps h3{
        white-space:normal
    }
    .main-comments{
        display:none
    }
    .fancybox-content{
        min-width:auto;
    }
    #navbarResponsive{
        background: white;
        position: fixed;
        left:100%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
    }
    .navbar-expand-lg .navbar-collapse.show .navbar-nav a.nav-link,
    .navbar-expand-lg .navbar-collapse.collapsing .navbar-nav a.nav-link{
        color:black;
        font-size: 18px;    
    }
    #mobileMenu.show{
        right:0;
    }
    .rm-form input[type=text], .rm-form input[type=password]{
        box-shadow: none !important;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: none !important;
        font-family: 'Proxima Nova Regular';
        color: black;
        -webkit-appearance: none;
    }
    .rm-form .btn{
        font-size: 18px;
        padding: .9rem 3rem;
        background: linear-gradient(to left, #00DBF7 0%, #434AFF 100%);
        border: 2px solid #3379F7;
        border-radius: 30px;
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .rm-fancybox-close{
        position: absolute;
        right: 10px;
        top: 10px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        background: #29B6F6;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        padding: 14px;
        padding-top: 15px;
    }
    section.main-ps h3 {
        margin: 4.125rem 0 1.875rem 0;
    }
    section.main-advantages .row {
        margin: 20px 0px;
        right: auto;
    }
    .clients{
        display: block;
    }
    .slick-prev:before, .slick-next:before{
        color: #348ffb;
    }
    .webinars > div{
        grid-template-columns: 1fr;
    }
}

