@charset "utf-8";
@import "../../fonts/ProximaNova/stylesheet.css" all;
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

*{
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: 'Proxima Nova Rg', sans-serif;
    box-sizing:border-box;
    outline: none;
}
a, p{
    font-family: 'Proxima Nova Rg', sans-serif;
}
.first-section{
    width: 100%;
    min-height: 675px;
    background-image: url('../../images/banner.webp');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    padding: 20px 40px 35px;
    margin-bottom: 55px;
}
#header{
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    top:0;
    padding: 0px 80px;
    margin-top: 15px;
    z-index: 997;
}
#header.background-menu{
    height: 70px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#eff2f0;
}
#header .menu{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: flex-start;   
}
#header .menu a{
    display: block;
    color:#010101;
    font:400 normal 22px/24px 'Proxima Nova Rg';
    margin-right: 35px;
    text-decoration: none;
}
#header .menu a:hover{
    text-decoration: underline;
}
#header .head-wrap{
    display: flex;
    flex-direction: row;
    align-items:center;
}
#header .logo{
    display: block;
    width: 150px;
    height: 40px;
    background-image: url(../../images/logo.png);
    background-size: cover;
    text-decoration: none;
    font: 800 normal 16px/16px 'Proxima Nova Extrabold';
    text-align: center;
    padding-top: 9px;
    color: #000;
}
#header .bi{
    display: block;
    width: 185px;
    height: 50px;
    background-color: #fafafa;
    box-shadow: 19px 19px 43px 0px rgba(0, 0, 0, .1);
    text-decoration: none;
    font: 800 normal 16px/16px 'Proxima Nova Extrabold';
    text-align: center;
    padding-top: 9px;
    color: #000;
}
#header.background-menu .logo,
#header.background-menu .bi{
}
.lang-mob{
    display: none;
}
.lang{
    position: relative;
    width:37px;
    height: 35px;
    z-index: 5; }
.lang-arr{
    display: flex !important;
}

.lang .lang-menu{
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5; 
}
.lang .lang-menu li{
    width:35px;
    height: 35px;
    z-index: 5; 
}
.lang .lang-menu li img{
    width:35px;
    height: 35px;
}
.lang .lang-menu li img.arr{
    display: block;
    width: 15px;
    height: 10px;
    margin-top: 14px;
    margin-left: 4px;
}
.lang .lang-menu li a{
    padding: 0px ;
    margin: 0px;
    width:35px;
    height: 35px;
    z-index: 5; 
}

.lang .lang-menu .lang-sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: -3px;
    z-index: 5;
    background: #e7e7e7;
    padding: 4px;
}
.lang .lang-menu .lang-sub-menu li {
    width:35px;
    height: 35px;
    z-index: 5; 
    margin-bottom: 4px;
}
.lang .lang-menu .lang-sub-menu li:hover,
.lang .lang-menu .lang-sub-menu a:hover{
    transform: scale(1.05);
}

.lang .lang-menu li:hover .lang-sub-menu {
 display: block;
}
.lang-arr-mob-block{
    display: none;
}
.mobile-menu{
    display: none;
}
#header .menu #mob-menu-button,
.menu-mob-title{
    display: none;
}
.first-section-wrap-text{
    margin-top: 100px;
    padding-left: 40px;
    width: 500px;
}
.first-section-wrap-text h1{
    font:900 normal 55px/55px 'Proxima Nova Bl';
    color: #000;
    margin-bottom: 30px;
}
.first-section-wrap-text h1 span.green{
    color:#00ab28;
}
.first-section-wrap-text p{
    margin-bottom: 0px;
}
.first-section-wrap-text p strong{
    font:bold normal 24px/26px 'Proxima Nova Rg';
    color: #000;
}
.first-section-wrap-text ul{
    padding-left: 30px;
}
.first-section-wrap-text ul li{
    position: relative;
    font:400 normal 22px/24px 'Proxima Nova Rg';
    margin-bottom: 8px;
    color:#000;
}
.first-section-wrap-text ul li::before{
    content: '';
    position: absolute;
    top: 3px;
    left: -30px;
    width: 17px;
    height: 17px;
    background-image: url(../../images/Icon_check_outline.webp);
    background-size: cover;
}
.first-section-wrap-text p.under-ul{
    font:400 normal 22px/24px 'Proxima Nova Rg';
    color:#000;
    margin-bottom: 50px;
}
.first-section-wrap-text p.date{
    display: inline-block;
    font: bold normal 24px/26px 'Proxima Nova Rg';
    color: #000;
    margin-bottom: 50px;
}
.first-section-wrap-text #first-section-button{
    display: block;
    width: 300px;
    padding: 20px 0px;
    font: 800 normal 20px/20px 'Proxima Nova Extrabold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00ab28;
    outline: none;
    box-sizing: border-box;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}
.first-section-wrap-text #first-section-button:hover{
    box-shadow:none;
}
.first-section-mob{
    display: none;
}
.second-section-mob{
    display: none;
}
.second-section{
    padding: 0px 80px;
    margin-bottom: 55px;
}
.second-section p{
    font: 400 normal 18px/22px 'Proxima Nova Rg';
    color:#000;
}
.third-section{
    padding: 0px 80px;
    margin-bottom: 55px;
}
p.section-title{
    font: 800 normal 34px/34px 'Proxima Nova Extrabold';
    margin-bottom: 35px;
}
p.section-title strong{
    font: 800 normal 34px/34px 'Proxima Nova Extrabold';
}
.third-section .third-section-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap:20px;
    margin-bottom: 20px;
}
.third-section .third-section-wrap .third-section-item{
    padding: 25px 20px 25px 35px;
    border-radius:10px;
}
.third-section .third-section-wrap .third-section-item strong{
    display: block;
    font: 800 normal 24px/24px 'Proxima Nova Extrabold';
    margin-bottom: 30px;
}
.third-section .third-section-wrap .third-section-item ul{
    list-style-type: disc;
    padding-left: 20px;
}
.third-section .third-section-wrap .third-section-item ul li{
    color:#5db44b;
    margin-bottom: 25px;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.third-section .third-section-wrap .third-section-item ul li span{
    color:#000;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.third-section .third-section-wrap .third-section-item-first{
    background-color:#f2f3fe;
}
.third-section .third-section-wrap .third-section-item-second{
    background-color:#f7f1e3;
}
.third-section .third-section-wrap .third-section-item-third{
    background-color:#e8f4e9;
}
.third-section .third-section-wrap-down{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap:20px;
    margin-bottom: 20px;
}
.third-section .third-section-wrap-down .third-section-item{
    padding: 25px 20px 25px 35px;
    border-radius:10px;
}
.third-section .third-section-wrap-down .third-section-item strong{
    display: block;
    font: 800 normal 24px/24px 'Proxima Nova Extrabold';
    margin-bottom: 30px;
}
.third-section .third-section-wrap-down .third-section-item ul{
    list-style-type: disc;
    padding-left: 20px;
}
.third-section .third-section-wrap-down .third-section-item ul li{
    color:#5db44b;
    margin-bottom: 25px;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.third-section .third-section-wrap-down .third-section-item ul li span{
    color:#000;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.third-section .third-section-wrap-down .third-section-item-first{
    background-color:#f2f3fe;
}
.third-section .third-section-wrap-down .third-section-item-second{
    background-color:#f7f1e3;
}
.third-section .third-section-wrap-down .third-section-item-third{
    background-color:#e8f4e9;
}

.third-section-horizontal-block{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items:center;
    padding: 35px 60px 35px 40px;
    background-color: #fafafa;
    border-radius:10px;
    margin-bottom: 20px;
}
.third-section-horizontal-block .horizontal-block-first-item{
    font: 800 normal 34px/34px 'Proxima Nova Extrabold';
    margin-right: 70px;
}
.third-section-horizontal-block .horizontal-block-second-item{
    position: relative;
    font: 800 normal 24px/24px 'Proxima Nova Extrabold';
}
.horizontal-block-second-item-mob-wrap{
    display: none;
}
.third-section-horizontal-block .horizontal-block-second-item::before{
    content: '';
    position: absolute;
    top: 1px;
    left: -35px;
    width: 23px;
    height: 23px;
    background-image: url(../../images/Icon_check_solid.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.fourth-section{
    padding: 0px 80px;
    margin-bottom: 55px;
}
.fourth-section .course-desc-wrap{
    border-radius:10px;
    display: grid;
    grid-template-columns: 60% 40%;
    margin-bottom: 20px;
    border:3px solid #eef0f4;
}
.fourth-section .course-desc-wrap .course-desc{
    padding: 35px 80px 10px 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.fourth-section .course-desc-wrap .course-desc strong{
    display: block;
    font: 800 normal 24px/24px 'Proxima Nova Extrabold';
    margin-bottom: 40px;
}
.fourth-section .course-desc-wrap .course-desc p{
    font: 400 normal 18px/18px 'Proxima Nova Rg';
    margin-bottom: 35px;
}
.fourth-section .course-desc-wrap .course-desc ul{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 35px;
}
.fourth-section .course-desc-wrap .course-desc .course-desc-list-mob{
    display: none;
}
.fourth-section ul li{
    color:#5db44b;
    margin-bottom: 5px;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.fourth-section ul li span{
    color:#000;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.fourth-section .course-desc-wrap .course-price{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    padding: 35px;
    background-color:#eef0f4;
    border-radius:10px;
}
.fourth-section .course-desc-wrap .course-price.course-price-2411{
    justify-content: center;
}
.fourth-section .course-desc-wrap .course-price.course-price-2411 .new-course-price{
    margin-bottom: 20px;
}
.fourth-section .course-desc-wrap .course-price p{
    font: 400 normal 26px/28px 'Proxima Nova Rg';
    margin-bottom: 25px;
}
.fourth-section .course-desc-wrap .course-price .new-course-price{
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
/*    margin-bottom: 70px; */
}
.fourth-section .course-desc-wrap .course-price .new-course-price p{
    font: 400 normal 18px/26px 'Proxima Nova Rg';
}
.fourth-section .course-desc-wrap .course-price .new-course-price p span{
    font: 400 normal 18px/20px 'Proxima Nova Rg';
    color:#000000;
}
.fourth-section .course-desc-wrap .course-price p strong{
    font: 800 normal 26px/28px 'Proxima Nova Extrabold';
}
.fourth-section .course-desc-wrap .course-price p strong.price{
    font: 800 normal 28px/30px 'Proxima Nova Extrabold';
}
.fourth-section .course-desc-wrap .course-price .last-price{
 /*   margin-bottom: 50px; */
}
.fourth-section .course-desc-wrap .course-price p.price-in-rub{
    font: 300 normal 20px/20px 'Proxima Nova Lt';
    color:#505050;
}
.fourth-section .course-desc-wrap .course-price .course-price-button{
    display: block;
    width: 300px;
    padding: 20px 0px;
    font: 800 normal 20px/20px 'Proxima Nova Extrabold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00ab28;
    outline: none;
    box-sizing: border-box;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    margin-bottom: 35px;
}
.fourth-section .course-desc-wrap .course-price .price-soc{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap:20px;
    margin-top: 20px;
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item{
    display: block;
    width: 30px;
    height: 30px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item:hover{
    transform: scale(1.15);
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item.viber{
    background-image: url('../../images/viber.webp');
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item.whatsapp{
    background-image: url('../../images/whatsapp.webp');
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item.telegram{
    background-image: url('../../images/telegram.webp');
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item.facebook{
    background-image: url('../../images/facebook.webp');
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item.vk{
    background-image: url('../../images/vk.webp');
}
.fourth-section .course-desc-wrap .course-price .price-soc .soc-item.instagram{
    background-image: url('../../images/instagram.webp');
}
.fourth-section .course-desc-wrap .course-price .course-price-button:hover{
    box-shadow: none;
}
.fourth-section .course-desc-wrap .course-price .course-price-button.course-price-button-orange{
    background-color: #00ab28;
}
.fifth-section{
    padding: 0px 80px;
    margin-bottom: 55px;
}
.fifth-section .fifth-section-number{
    position: relative;
    padding-left: 35px;
    color:#000;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
    margin-bottom: 25px;
}
.fifth-section .fifth-section-number::before{
    content:'';
    position: absolute;
    top:0px;
    left: 0px;
    color:#00ab28;
    font: 400 normal 35px/35px 'Proxima Nova Extrabold';
}
.fifth-section .fifth-section-number-one::before{
    content:'1';
}
.fifth-section .fifth-section-number-two::before{
    content:'2';
}
.fifth-section .fifth-section-number-three::before{
    content:'3';
}
.fifth-section .fifth-section-number-four::before{
    content:'4';
}
.six-section{
    padding: 0px 80px;
    margin-bottom: 55px;
}
.six-section .six-section-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.six-section .six-section-wrap div{
    max-width: 260px;
}
.six-section .six-section-wrap div img{
    width: 100%;
    border-radius: 10px;
}
.six-section .six-section-wrap div .six-section-subtitle{
    font: 400 normal 18px/30px 'Proxima Nova Rg';
    text-align: center;
}
.six-section .six-section-wrap .teacher-name-mob{
    display: none;
}
.six-section .six-section-wrap .teacher-photo{
    width: 260px;
    height: 390px;
    background-image: url('../../images/Andreja.webp');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.six-section .six-section-wrap .teacher-desc{
    padding: 25px 25px 30px 0px;
}
.six-section .six-section-wrap .teacher-desc p{
    color:#000;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
    margin-bottom: 35px;
}
.six-section .six-section-wrap .teacher-desc p.teacher-name strong{
    font: 400 normal 42px/46px 'Proxima Nova Extrabold';
}
.six-section .six-section-wrap .teacher-desc p.teacher-name span{
    color:#515151;
    font: 400 normal 18px/18px 'Proxima Nova Rg';
}
.seven-section{
    padding: 0px 80px;
    margin-bottom: 55px;
}
.seven-section .rev-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
}
.seven-section .rev-wrap .rev-item{
    display: grid;
    grid-template-columns: 135px 1fr;
    grid-column-gap: 45px;
}
.seven-section .rev-wrap .rev-item .rev-photo{
    width: 135px;
    height: 135px;
    border-radius:50%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.seven-section .rev-wrap .rev-item .rev-photo-first{
	background-image: url('../../images/Sofiya-Debelyak-round.webp');
}
.seven-section .rev-wrap .rev-item .rev-photo-second{
	background-image: url('../../images/Aleksandr-Tanasic-rounded.webp');
}
.seven-section .rev-wrap .rev-item .rev-photo-third{
	background-image: url('../../images/Matt-Krause-round.webp');
}
.seven-section .rev-wrap .rev-item .rev-photo-fourth{
	background-image: url('../../images/AnnaMasieievska-round.webp');
}
.seven-section .rev-wrap .rev-item .rev-desc{
    display: flex;
    flex-direction: column;
	justify-content: left;
}
.seven-section .rev-wrap .rev-item .rev-desc p{
    color:#000;
    font: 400 normal 18px/20px 'Proxima Nova Rg';
}
.eight-section{
    padding: 0px 80px;
    margin-bottom:55px;
}
.eight-section .form-wrap{
    background-color:#eef0f4;
    padding: 35px 115px 45px 60px;
    border-radius:10px;
}
.eight-section .form-wrap strong{
    display: block;
    color: #000;
    font: 800 normal 34px/34px 'Proxima Nova Extrabold';
    margin-bottom: 50px;
}
#bottomForm{
    padding-left: 60px;
}
#bottomForm #fields{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap:20px;
    margin-bottom: 35px;
}
#bottomForm #fields input{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    outline: none;
    color: #000;
    font: 400 normal 22px/32px 'Proxima Nova Rg';
    padding: 10px 20px;
    border-radius: 10px;
}
#bottomForm #fields input::placeholder{
    color:#454545;
    font: 400 normal 22px/32px 'Proxima Nova Rg';
}
#bottomForm .form-wrap-policy{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#bottomForm .form-wrap-policy .consultation-form label{
    color:#606060;
    font: 400 normal 16px/18px 'Proxima Nova Rg';
}
#bottomForm .form-wrap-policy .consultation-form a{
    color:#1773cf;
    font: 400 normal 16px/18px 'Proxima Nova Rg';
    text-decoration: none;
    cursor: pointer;
}
#bottomForm .form-wrap-policy .consultation-form a:hover{
    text-decoration: underline;
}
#bottomForm .form-wrap-policy .button{
    display: block;
    width: 270px;
    padding: 15px 10px 15px 0px;
    font: 800 normal 18px/20px 'Proxima Nova Extrabold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00ab28;
    outline: none;
    box-sizing: border-box;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    border:none;
}
#bottomForm .form-wrap-policy .button:hover{
    box-shadow:none;
}
#footer{
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 80px 20px;
    background-color:#eeeeee;
}
#footer .footer-logo{
    width: 175px;
    height: 60px;
    background-image: url('../../images/logo-bottom.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#footer p{
    color:#606060;
    font: 400 normal 16px/18px 'Proxima Nova Rg';
    margin-bottom: 5px;
}
#footer p a{
    text-decoration: none;
    color:#606060;
    font: 400 normal 16px/18px 'Proxima Nova Rg';
    margin-bottom: 5px;
}
.ok{
    font: 400 normal 20px/20px 'Proxima Nova Rg';
    text-align: center;
}
#bottomForm_note{
    font: 400 normal 20px/20px 'Proxima Nova Rg';
}
#buttonBanner_note{
    margin-top: 10px;
    font: 400 normal 20px/20px 'Proxima Nova Rg';
}
.mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.38);
    display: none;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.box_window {
    position: fixed;
    left: 50%;
    top: 2%;
    max-height: 90vh;
    width: 76%;
    max-width: 1050px;
    margin-left: -38%;
    padding: 30px 0px;
    display: none;
    box-shadow: 0px 0px 1px 0px #ccc;
    border-radius: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    z-index: 99999;
}

.bw_close{
    position: absolute;
    right: 15px;
    top: 15px;
    font: 400 normal 14px 'Proxima Nova Rg';
    color: #b3b3b3;
    cursor: pointer;
}
.popwindow-first{
    padding: 5px 55px;
}
.popwindow-first strong{
    display: block;    
    font: 800 normal 22px/22px 'Proxima Nova Extrabold';
    margin-bottom: 30px;
}
.popwindow-first-grid{
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-column-gap:25px;
    margin-bottom: 30px;
}
.popwindow-first-grid .popwindow-first-one{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popwindow-first-grid .popwindow-first-one input{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    outline: none;
    color: #000;
    font: 400 normal 18px/28px 'Proxima Nova Rg';
    padding: 10px 20px;
}
.popwindow-first-grid .popwindow-first-one input::placeholder{
    color:#575757;
    font: 400 normal 18px/28px 'Proxima Nova Rg';
}
.popwindow-first-grid .popwindow-first-two textarea{
    width:100%;
    height: 200px;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    outline: none;
    color: #000;
    font: 400 normal 18px/28px 'Proxima Nova Rg';
    padding: 10px 20px;
}
.popwindow-first-grid .popwindow-first-two textarea::placeholder{
    color:#575757;
    font: 400 normal 18px/28px 'Proxima Nova Rg';
}
#buttonBanner_fields .consultation-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#buttonBanner_fields .consultation-form .consultation-form-privacy{
    margin-bottom: 30px;
}
#buttonBanner_fields .consultation-form label{
    color:#606060;
    font: 400 normal 16px/18px 'Proxima Nova Rg';
}
#buttonBanner_fields .consultation-form a{
    color:#1773cf;
    font: 400 normal 16px/18px 'Proxima Nova Rg';
    text-decoration: none;
    cursor: pointer;
}
#buttonBanner_fields .consultation-form a:hover{
    text-decoration: underline;
}
#buttonBanner_fields .consultation-form .button{
    display: block;
    width: 270px;
    padding: 13px 10px 13px 0px;
    font: 800 normal 18px/20px 'Proxima Nova Extrabold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00ab28;
    outline: none;
    box-sizing: border-box;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border:none;
}
#buttonBanner_fields .consultation-form .button:hover{
    box-shadow:none;
}


.box_window-two {
    position: fixed;
    left: 50%;
    top: 2%;
    max-height: 90vh;
    width: 46%;
    max-width: 650px;
    margin-left: -23%;
    padding: 30px 0px;
    display: none;
    box-shadow: 0px 0px 1px 0px #ccc;
    border-radius: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    z-index: 99999;
}
.popwindow-second{
    padding: 5px 40px;
}
.popwindow-second strong{
    display: block;    
    font: 800 normal 22px/22px 'Proxima Nova Extrabold';
    margin-bottom: 30px;
}
.popwindow-second-flex{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
.popwindow-second-flex input{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    outline: none;
    color: #000;
    font: 400 normal 18px/30px 'Proxima Nova Rg';
    padding: 10px 20px;
    margin-bottom: 20px;
}
.popwindow-second-flex.popwindow-second-flex.popwindow-second-flex input::placeholder{
    color:#575757;
    font: 400 normal 18px/28px 'Proxima Nova Rg';
}
#formA1_fields .consultation-form,#formA1A2_fields .consultation-form,
#formA2_fields .consultation-form,
#formB1_fields .consultation-form,
#formB2_1_fields .consultation-form,
#formB2_fields .consultation-form,
#formMed_fields .consultation-form,
#fields4 .consultation-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#formA1_fields .consultation-form .consultation-form-privacy,#formA1A2_fields .consultation-form .consultation-form-privacy,
#formA2_fields .consultation-form .consultation-form-privacy,
#formB1_fields .consultation-form .consultation-form-privacy,
#formB2_1_fields .consultation-form .consultation-form-privacy,
#formB2_fields .consultation-form .consultation-form-privacy,
#formMed_fields .consultation-form .consultation-form-privacy,
#fields4 .consultation-form .consultation-form-privacy{
    margin-bottom: 30px;
}
#formA1_fields .consultation-form label,#formA1A2_fields .consultation-form label,
#formA2_fields .consultation-form label,
#formB1_fields .consultation-form label,
#formB2_1_fields .consultation-form label,
#formB2_fields .consultation-form label,
#formMed_fields .consultation-form label,
#fields4 .consultation-form label{
    color:#606060;
    font: 400 normal 14px/16px 'Proxima Nova Rg';
}
#formA1_fields .consultation-form a,#formA1A2_fields .consultation-form a,
#formA2_fields .consultation-form a,
#formB1_fields .consultation-form a,
#formB2_1_fields .consultation-form a,
#formB2_fields .consultation-form a,
#formMed_fields .consultation-form a,
#fields4 .consultation-form a{
    color:#1773cf;
    font: 400 normal 14px/16px 'Proxima Nova Rg';
    text-decoration: none;
    cursor: pointer;
}
#formA1_fields .consultation-form a:hover,#formA1A2_fields .consultation-form a:hover,
#formA2_fields .consultation-form a:hover,
#formB1_fields .consultation-form a:hover,
#formB2_1_fields .consultation-form a:hover,
#formB2_fields .consultation-form a:hover,
#formMed_fields .consultation-form a:hover,
#fields4 .consultation-form a:hover{
    text-decoration: underline;
}
#formA1_fields .consultation-form .button,#formA1A2_fields .consultation-form .button,
#formA2_fields .consultation-form .button,
#formB1_fields .consultation-form .button,
#formB2_1_fields .consultation-form .button,
#formB2_fields .consultation-form .button,
#formMed_fields .consultation-form .button,
#fields4 .consultation-form .button{
    display: block;
    width: 270px;
    padding: 13px 10px 13px 0px;
    font: 800 normal 18px/20px 'Proxima Nova Extrabold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #00ab28;
    outline: none;
    box-sizing: border-box;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border:none;
}
#formA1_fields .consultation-form .button:hover,#formA1A2_fields .consultation-form .button:hover,
#formA2_fields .consultation-form .button:hover,
#formB1_fields .consultation-form .button:hover,
#formB2_1_fields .consultation-form .button:hover,
#formB2_fields .consultation-form .button:hover,
#formMed_fields .consultation-form .button:hover,
#fields4 .consultation-form .button:hover{
    box-shadow:none;
}

.box_window-three {
    position: fixed;
    left: 50%;
    top: 2%;
    max-height: 90vh;
    width: 90%;
    margin-left: -45%;
    padding: 30px;
    display: none;
    box-shadow: 0px 0px 1px 0px #ccc;
    border-radius: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    z-index: 99999;
    overflow: auto;
}
.popwindow-three h2{
    font: bold normal 20px/22px 'Proxima Nova Rg';
}
.popwindow-three p{
    font: 400 normal 18px/20px 'Proxima Nova Rg';
}
.popwindow-three p.black{
    font: bold normal 18px/20px 'Proxima Nova Rg';
    padding: 10px 0px 3px;
}

input.error,
textarea.error{
    border: 1px solid red!important;
    transition: .3s all ease-in-out;
}

label.error{
    color: red!important;
    transition: .3s all ease-in-out;
}

form{
    position: relative;
}
  
.form--load{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
}
  
.form--load img{
    width: 40px;
    height: 40px;
    animation: rotating 2s linear infinite;
    transform-origin: center center;
}
  
@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
  
form.load .form--load{
    opacity: 1;
    pointer-events: inherit;
}