@font-face {
    font-family: 'Corsica LX';
    src: local('Corsica LX MX Regular'), local('Corsica-LX-MX-Regular'),
    url('../../../font/CorsicaMX/CorsicaMX-Regular.woff2') format('woff2'),
    url('../../../font/CorsicaMX/CorsicaMX-Regular.woff') format('woff'),
    url('../../../font/CorsicaMX/CorsicaMX-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Corsica LX Bold';
    src: local('Corsica LX MX Bold'), local('Corsica-LX-MX-Bold'),
    url('../../../font/CorsicaMX/CorsicaMX-Bold.woff2') format('woff2'),
    url('../../../font/CorsicaMX/CorsicaMX-Bold.woff') format('woff'),
    url('../../../font/CorsicaMX/CorsicaMX-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {height: 100%;}
body {
    font-family: 'Corsica LX', sans-serif!important;
    background: #fff;
    height: 100%;
    min-width: 325px;
}
#wrapper {
    min-height: 100%;
}
.clearfoot {
    height: 161px;
    clear: both;
}
.container {
    max-width: 1170px;
}
header {
    background: #002160;
    color: #E2F3F9;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Corsica LX', sans-serif;
    min-height: 44px;
}
.sheensay_fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background: rgba(67, 78, 85, 0.8);
    z-index: 9999;
}
.sheensay_fixed2 {
    position: fixed !important;
    top: 40px !important;
    width: 100%;
    /*background: rgba(41, 42, 126, 0.8)!important;*/
    z-index: 9999;
}
header .container {
    min-height: 44px;
}
header.sheensay_fixed {
    min-height: 40px;
}
header.sheensay_fixed .container {
    min-height: 40px;
}
header .container p {
    margin: 0;
}
header a, header a:hover {
    color: #fff;
    text-decoration: none;
}

.pl-copy {
    display: none;
}

.to_begin {
    background: none;
    border: 1px solid #E06056;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    height: 23px;
    line-height: 20px;
}
.to_begin:hover {
    text-decoration: none;
    background: #0041BB;
    border: 1px solid #0041BB;
    color: #fff;
}
.to_come {
    color: #fff;
    height: 23px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #0041BB;
    text-align: center;
    background: #0041BB;
    width: 68px;
    margin-left: 4px;
}
.to_come:hover {
    text-decoration: none;
    background: none;
    border: 1px solid #E06056;
    color: #fff;
}

header p.phone {
    margin-right: 20px;
    font-size: 14px;
    min-width: 135px;
    display: flex;
}
p.phone i {
    margin-right: 4px;
}
header img {
    margin-right: 20px;
}
header .header-social-links img {
    margin-right: 0px;
    object-fit: contain;
    object-position: center;
}
footer .social-links img {
    margin-right: 10px;
}
header a {
    position: relative;
    font-size: 14px;
    display: inline-flex;
}
header a .fa::after {
    content: "";
    height: 14px;
    border-left: 1px solid #0041BB;
    position: absolute;
    right: -8px;
    top: 2px;
}
header a .fa-odnoklassniki::after,
header a .fa-envelope::after {
    display: none;
}
header .fa-envelope {
    margin-right: 10px;
}
#design {
    background: url(../../../img/lingva-en/online/bgdes.jpg) no-repeat 50% 0;
    background-size: cover;
    color: #fff;
    padding-bottom: 79px;
    padding-top: 30px;
}

#menu.sheensay_fixed2 #nav {
    padding-top: 5px;
}
#nav img {
    margin-right: 32px;
}
#menu.sheensay_fixed2 #nav img {
    /*max-width: 40px;*/
}

#nav nav a {
    font-size: 14px;
    line-height: 17px;
    color: #999;
    padding: 0;
}
#menu.sheensay_fixed2 #nav nav a {
    padding-bottom: 7px;
}
#nav nav a.active,
#nav nav a:hover {
    text-decoration: none;
    color: #002160;
}
#nav .navbar a, #nav .navbar a:hover,
#nav .navbar a.active {
    color: #fff;
}
#nav .navbar a:hover,
#nav .navbar a.active {
    text-decoration: underline;
}
.navbar {
    display: none;
}
.navbar-toggler {
    display: none;
    border: 0;
    padding: 0px 0 20px 10px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    outline: none;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 4px;
    position: relative;
    background: #666;
    border-radius: 2px;
}
.navbar-toggler .navbar-toggler-icon::after {
    content: "";
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 8px;
}
.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 16px;
}
.navbar-collapse {
    position: absolute;
    background: #002160;
    right: -16px;
    padding: 20px 40px;
    z-index: 99;
    margin-top: 21px;
    width: 320px;
}
.navbar-collapse a {
    font-size: 20px;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
    .navbar {
        display: block;
    }
    .navbar-toggler {
        display: inline-block;
        cursor: pointer;
    }
    #design #nav nav.d-flex,
    #menu #nav nav.d-flex {
        display: none!important;
    }
    #design #nav > .d-flex,
    #menu #nav > .d-flex {
        justify-content: space-between;
    }
}
.imgdes {
    margin-right: 48px;
}
.info_design {
    width: 100%;
}
.info_design h1 {
    font-family: 'Corsica LX Bold', sans-serif;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    text-shadow: -5px 5px 15px rgba(4, 6, 73, 0.15);
    margin-top: 40px;
    max-width: 460px;
    margin-bottom: 23px;
}

.info p {
    color: #81D1FF;
    font-family: 'Corsica LX Bold', sans-serif;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 12px;
    border-bottom: 1px solid #FD8880;
    padding-bottom: 3px;
    display: inline-block;
    letter-spacing: 0.05em;
}
.info span {
    color: #81D1FF;
    display: block;
    font-size: 15px;
    line-height: 19px;
}
.info a {
    display: inline-block;
    box-shadow: 0px 25px 20px rgba(179, 63, 54, 0.15);
    background: #FF5D51;
    border-radius: 100px;
    margin-top: 61px;
    height: 48px;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    padding: 12px 36px 14px;
}

.info a:hover {
    color: #002160!important;
    text-decoration: none;
    background: #E2F3F9;
    cursor: pointer;
}
.info .non-btn {
    box-shadow: none;
    background: transparent;
    display: block;
}
.info .non-btn:hover{
    color: white!important;
    background: transparent;
    text-decoration: underline;
}
.yellow-date {
    font-size: 16px;
    line-height: 130%;
    color: #FFDC5F;
    display: flex;
    align-items: center;
}
.yellow-cloud{
    position: absolute;
    top: 75px;
    left: 22%;
    background: url(../../../img/lingva-en/yellow-cloud.png) no-repeat 0 0;
    background-size: contain;
    padding: 26px 14px 32px 40px;
    font-size: 17px;
    line-height: 21px;
    color: #002160;
}

.en .yellow-cloud {
    display: none;
}

.en #design .imgdes {
    max-width: 566px;
    object-fit: cover;
    object-position: center;
}


#about, #course-for {
    padding: 138px 0 143px;
    font-size: 15px;
    line-height: 19px;
    background: #FAFAFA;
    color: #666;
    overflow: hidden;
}
#inner #about,
#free-lecture {
    background: none;
    position: relative;
}
#free-lecture{
    margin-bottom: 126px;
    margin-top: 126px;
}
.left_abs {
    position: absolute;
    left: 0;
    top: 40px;
}
.right_abs {
    position: absolute;
    right: 0;
    top: 0;
}
#about .container,
#free-lecture .container {
    background: url(../../../img/lingva-en/online/points.png) no-repeat 100% 196px;
}
#inner #about .container,
#free-lecture .container{
    position: relative;
}
#about h3,
#free-lecture h3 {
    color: #002160;
    font-size: 45px;
    line-height: 56px;
    font-weight: normal;
    background: url(../../../img/lingva-en/online/bg_h3about.png) no-repeat 0 50%;
    padding: 5px 0 15px 106px;
}
#course-for h3{
    color: #002160;
    font-size: 45px;
    line-height: 56px;
    font-weight: normal;
    background: url(../../../img/lingva-en/online/bg_h3course_for.png) no-repeat 0 50%;
    padding: 5px 0 15px 106px;

}
#free-lecture h3 span {
    display: block;
    font-size: 20px;
    line-height: 20px;
}

#about .position-absolute {
    background: #fff;
    padding: 54px 51px 32px;
    max-width: 556px;
    box-shadow: 0px 25px 20px rgba(0, 20, 58, 0.25);
}
.bg-red {
    background: #FF5D51;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    position: relative;
    left: -5px;
}
.blue {
    color: #0041BB;
}
.pt-6 {
    padding-top: 4rem;
}
.pr-8 {
    padding-right: 8rem;
}
.pr-6 {
    padding-right: 5.5em;
}
.add {
    background: #FF5D51;
    border: 1px solid #FF5D51;
    border-radius: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 200px;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Akrobat Semibold', sans-serif;
    height: 46px;
    justify-content: center;
    margin-top: 36px;
}
.add:hover {
    background: #fff;
    color: #FF5D51;
    text-decoration: none;
}
#inner #about .add{
    margin-bottom: 46px;
    min-width: 200px;
    width: auto;
    padding: 0 10px;
    text-transform: none;
}
#free-lecture .add {
    min-width: 200px;
    width: auto;
    padding: 0 10px;
    text-transform: none;
    max-width: 216px;
    font-family: 'Corsica LX', sans-serif;
    background: #FF5D51;
    border: 1px solid #FF5D51;
    filter: drop-shadow(0px 25px 20px rgba(179, 63, 54, 0.15));
    margin-bottom: 25px;
}

#free-lecture .add:hover {
    background: #fff;
    color: #FF5D51;
    text-decoration: none;
}
.all {
    background: #81D1FF;
    border-radius: 100px;
    font-size: 17px;
    line-height: 18px;
    color: #0041BB;
    padding: 14px 28px 13px;
    display: inline-block;
    min-width: 216px;
    height: 48px;
    box-shadow: 0px 25px 20px rgba(0, 33, 96, 0.2);
}
.all:hover {
    text-decoration: none;
    background: #E2F3F9;
    color: #002160;
}
section h3 {
    font-family: 'Corsica LX', sans-serif;
    font-size: 45px;
    line-height: 56px;
    color: #002160;
    position: relative;
    margin-bottom: 46px;
    padding: 5px 0 15px 106px;
}
section h3::before {
    content: "";
    border: 1px solid #ADD3ED;
    height: 52px;
    position: absolute;
    left: 89px;
    top: 8px;
}

.for-item {
    max-width: 362px;
    background: white;
    filter: drop-shadow(0px 25px 20px rgba(0, 20, 58, 0.25));
    padding-bottom: 50px;
    position: relative;
    margin-top: 52px;
    margin-bottom: 20px;
}

.item-header{
    position: absolute;
    right: 39px;
    left: 34px;
    top: -52px;
    background: #0041BB;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    min-height: 188px;
    display: flex;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
}

.for-item:nth-of-type(2) .item-header{
    background: #FF5D51;
}

.for-item:nth-of-type(3) .item-header{
    background: #9750CF;
}

.item-header::after{
    content: '';
    width: 75.16px;
    height: 136px;
    position: absolute;
    right: -39px;
    top:-20px;
    background: url(../../../img/lingva-en/online/item-header-after.png) no-repeat 0 50%;
}

.item-header::before{
    content: '';
    width: 75.16px;
    height: 136px;
    position: absolute;
    left: -34px;
    bottom: -45px;
    background: url(../../../img/lingva-en/online/item-header-before.png) no-repeat 0 50%;
}
.item-image{
    max-width: 100%;
    width: 100%;
}

.for-item p{
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #002160;
    padding: 40px 50px 0 50px;
}
.panel_order{
    position: fixed;
    right: 20px;
    bottom: 200px;
    /*padding: 20px 20px 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(97, 117, 138, 0.2), 0px 8px 16px rgba(97, 117, 138, 0.25);*/
    border-radius: 11px;
    width: 220px;
    color: #000000;
    z-index: 10;
    display: none;
}
.panel_order .panel-signing__close{
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0;
    opacity: 1;
    height: 25px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 8px rgba(97, 117, 138, 0.2), 0px 8px 16px rgba(97, 117, 138, 0.25);
    box-shadow: 0px 2px 8px rgba(97, 117, 138, 0.2), 0px 8px 16px rgba(97, 117, 138, 0.25);
    cursor: pointer;
}
#auth_mod {
    background: url(../../../img/lingva-en/online/bg_auth-mod.png) no-repeat 60px 19px;
}
#author {
    padding: 113px 0 101px 0;
    max-width: 750px;
    background: url("../../../img/lingva-en/online/points2.png") no-repeat 97% 98%;
    position: relative;
}
#author .img_abs {
    position: absolute;
    right: 32px;
    top: -259px;
}
#author h3 {
    background: url(../../../img/lingva-en/online/bg_h3author.png) #fff no-repeat 0 30%;
    position: relative;
    z-index: 99;
    margin-bottom: 88px;
}
#author img {
    position: relative;
    z-index: 99;
}
#author .position-absolute {
    background: #fff;
    width: 646px;
    box-shadow: 0px 25px 20px rgba(0, 20, 58, 0.25);
    padding: 103px 155px 0 88px;
    margin-top: -100px;
    z-index: 9;
}
#author .inf_author {
    /*border-left: 2px solid #ADD3ED;*/
    padding: 0 0 26px 17px;
    font-size: 15px;
    line-height: 19px;
    color: #666;
    max-width: 378px;
}
.inf_author h4 {
    font-family: 'Corsica LX Bold', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 14px;
}

.yellow-box{
    border-color: #FFDC5F;
    background: url(../../../img/lingva-en/online/bkt-yellow.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 16px 16px 16px 32px;
    max-width: 350px;
}
.yellow-box span{
    max-width: 170px;
}
.yellow-box .cercle-bg{
    background: #FFDC5F;
}
.blue-box{
    border-color: #81D1FF;
    background: url(../../../img/lingva-en/online/bkt-blue.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 16px 16px 16px 32px;
    max-width: 350px;
}
.blue-box .cercle-bg{
    background: #81D1FF;
}
.cercle-bg {
    width: 62px;
    min-width: 62px;
    height: 62px;
    border-radius: 50%;
}



#modules {
    padding: 147px 0 140px 0px;
    background: linear-gradient(180deg, #9750CF 0%, #002160 100%);
    position: relative;
}
#modules h3 {
    color: #fff;
    padding-left: 20px;
    margin-right: 30px;
}
#modules h3::before {
    left: 0;
    display: none;
}
#modules .all {
    margin-top: 13px;
    z-index: 9;
    color: #002160;
}
#modules > .d-flex {
    flex-wrap: wrap;
}
#carouselExampleCaptions {
    padding-bottom: 60px;
    max-width: 560px;
    margin-bottom: 30px;
    background: url(../../../img/lingva-en/online/pen.png) no-repeat 100%;
    padding-top: 10px;
}
#modules .carousel-inner {
    max-width: 390px;
}
#modules .carousel-item {
    color: #E2F3F9;
}
#modules .carousel-indicators {
    margin-left: 7%;
    justify-content: start;
}
#modules .carousel-indicators li {
    border: 2px solid #C7C7C7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: none;
}
#modules .carousel-indicators li.active {
    background: #C7C7C7;
}
#modules .carousel-control-next {
    top: inherit;
    right: inherit;
    left: 145px;
    bottom: 15px;
    z-index: 9999;
    width: auto;
}
#modules .carousel-control-next-icon {
    width: 33px;
    height: 16px;
    background: url(../../../img/lingva-en/online/control-next.png) no-repeat 0 0;
}
#modules ul {
    list-style: none;
    width: 285px;
    min-height: 390px;
}
#modules ul li {
    margin-bottom: 44px;
    position: relative;
    font-size: 15px;
    line-height: 19px;
}
#modules ul li::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 53px;
    height: 4px;
    border-radius: 4px;
    background: #ffdc5f;
}
#modules ul li:nth-child(2)::before {
    background: #ff5d51;
}
#modules ul li:nth-child(3)::before {
    background: #81d1ff;
}
#modules .link_programm,
#author .link_programm,
#advantages .link_programm{
    background: #FF5D51;
    color: #fff;
    margin-top: 0;
    box-shadow: 0px 25px 20px rgba(0, 33, 96, 0.15);
    position: relative;
    z-index: 9;
}
#modules .link_programm:hover,
#author .link_programm:hover,
#advantages .link_programm:hover{
    background: #E2F3F9;
    color: #002160;
}
#modules .img_abs1 {
    position: absolute;
    left: 137px;
    bottom: 26px;
}
#modules .img_abs3 {
    position: absolute;
    /*right: 305px;
    bottom: 51px;*/
    right: 150px;
    top: 104px;
}
#modules .img_abs5 {
    position: absolute;
    left: 185px;
    /*right: 332px;*/
    top: 62px;
}
#modules .img_abs7 {
    position: absolute;
    /*right: 155px;
    top: 205px;*/
    left: 218px;
    top: 178px;
}
#modules .img_abs9 {
    position: absolute;
    right: 135px;
    bottom: 130px;
    z-index: 9;
}
#modules .img_abs0 {
    position: absolute;
    right: 69px;
    bottom: 77px;
}
.link_programm:hover {
    color: #fff;
}


.modul-item{
    background: #FFFFFF;
    box-shadow: 0px 25px 20px rgb(0 20 58 / 25%);
    padding: 27px 0px 27px 60px;
    font-size: 17px;
    line-height: 21px;
    color: #666666;
    margin-left: 30px;
    margin-bottom: 30px;
}

.modul-time{
    min-width: 125px;
    margin-left: 50px;
    width: 125px;
    font-size: 24px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    color: #0041BB;
    border-left: 2px solid #ADD3ED;
}

#result{
    background: white;
    font-size: 17px;
    line-height: 21px;
    color: #666;
    padding: 127px 0 123px 0;
    overflow: hidden;
}

#result h3{
    background: url(../../../img/lingva-en/online/bg_h3result.png) no-repeat 0 50%;
    margin-bottom: 54px;
}

.result-bg{
    background: url(../../../img/lingva-en/online/result-bg.png) no-repeat 85% top;
    background-size: auto 100%;
}
#result .info_design{
    padding-top: 62px;
    padding-bottom: calc(62px - 26px);
    z-index: 2;
}

#result .img_abs1{
    position: absolute;
    height: 100%;
    top:0px;
    left:200px;

}
.result-list {
    list-style: none;
    margin-left: 60px;
    z-index: 1;
}

.result-list li {
    display: flex;
    align-items: center;
    max-width: 410px;
    margin-bottom: 26px;
}

.result-list li:nth-of-type(2){
    margin-left: calc(58px + 53px);
    margin-bottom: 63px;
}

.result-list li:nth-of-type(3){
    margin-left: calc(58px + 106px);
    margin-bottom: 51px;
}

.result-list li:nth-of-type(4){
    margin-left: calc(58px + 106px);
    margin-bottom: 63px;
}

.result-list li:nth-of-type(5){
    margin-left: calc(58px + 53px);
    margin-bottom: 63px;
}

.result-list li:before{
    content: url(../../../img/lingva-en/online/check.png);
    display: block;
    margin-right: 13px;
}

#sign_up {
    background: #FAFAFA;
    font-size: 18px;
    line-height: 19px;
    color: #666;
    padding: 130px 0 140px 0;
}
#sign_up h3, #feedback h3 {
    background: url(../../../img/lingva-en/online/bg_h3sign_up.png) no-repeat 0 50%;
    margin-bottom: 109px;
}
.img_sign {
    height: 190px;
    width: 190px;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 17px;
}
.sign1 {
    width: 367px;
    height: 212px;
    background: url(/../img/lingva-en/online/s_orang01.png) no-repeat 0 0;
    background-size: 100% auto;
}

.sign1 a{
    color: #666;
    text-decoration: underline;
}

.sign1 .img_sign {
    margin-left: 60px;
}
.sign2 {
    margin-left: -120px;
    width: 311px;
    height: 212px;
    background: url(/../img/lingva-en/online/s_blue01.png) no-repeat 0 0;
    background-size: 100% auto;
}
.sign2 .img_sign {
    margin-left: 16px;
}
.sign3 {
    margin-left: -105px;
    width: 310px;
    height: 212px;
    background: url(/../img/lingva-en/online/s_blue2_0.png) no-repeat 0 0;
    background-size: 100% auto;
}
.sign3 .img_sign {
    margin-left: 17px;
}
.sign4 {
    margin-left: -108px;
    width: 310px;
    height: 212px;
    background: url(/../img/lingva-en/online/s_purple01.png) no-repeat 0 0;
    background-size: 100% auto;
}
.sign5 {
    margin-left: -107px;
    width: 297px;
    height: 212px;
    background: url(/../img/lingva-en/online/s_red01.png) no-repeat 0 0;
    background-size: contain;
}
.sign5 .img_sign {
    margin-left: 17px;
}
#articles {
    padding: 138px 0 160px;
    background: url(../../../img/lingva-en/online/bgarticle.png) no-repeat 100% 208px;
    position: relative;
}
.img_abs {
    position: absolute;
    left: 72px;
    top: 50%;
    margin-top: -115px;
}
#articles h3 {
    background: url(../../../img/lingva-en/online/bgh3_articles.png) no-repeat 0 50%;
    margin-bottom: 120px;
}
article {
    max-width: 262px;
    min-height: 339px;
    box-shadow: 0px 25px 20px rgba(0, 20, 58, 0.25);
    background: #fff;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
}
article img {
    margin-bottom: 30px;
}
article p {
    padding: 0 35px;
    margin-bottom: 0;
}
article p a {
    color: #666;
}
article span {
    position: absolute;
    left: -12px;
    top: 27px;
    padding: 4px 11px 4px 10px;
    background: #FF5D51;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    transform: rotate(-90deg);
}

#advantages {
    background: #FAFAFA;
    font-size: 18px;
    line-height: 19px;
    color: #666;
    padding: 94px 0 98px 0;
}
#advantages h3{
    background: url(../../../img/lingva-en/online/bg_h3advantages.png) no-repeat 0 50%;
    margin-bottom: 109px;
}

.advantage-item{
    max-width: 240px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #666666;
}

.advantage-item strong{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;

}


.advantage-image{
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(225deg, #81D1FF 6.61%, #7AA8FE 55.57%, #854AC2 106.61%);
}

.advantage-image:before{
    content: url(../../../img/lingva-en/online/advantage-icon-left.png);
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
}
.advantage-image:after{
    content: url(../../../img/lingva-en/online/advantage-icon-right.png);
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
}
#faq {
    padding: 138px 0 144px;
    background: url(../../../img/lingva-en/online/bgfaq.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#faq h3 {
    background: url(../../../img/lingva-en/online/bg_h3faq.png) no-repeat 0 50%;
    color: #fff;
}

#faq .card {
    border: 0;
    border-radius: 0;
    text-align: left;
    background: #F6FAFC;
    box-shadow: 0px 10px 10px rgba(0, 20, 58, 0.1);
    margin-bottom: 10px;

}
#faq .card-header {
    padding: 0;
    background: none;
    border: 0;
    border-left: 5px solid #0041BB;
    text-align: left;
    border-radius: 0;
}
#faq .card-header button {
    font-size: 24px;
    line-height: 30px;
    color: #0041BB;
    padding: 13px 44px 14px 45px;
    width: 100%;
    text-align: left;
}
#faq .card-header .btn-link:hover {
    text-decoration: none;
}
#faq .card-header .btn-link[aria-expanded="false"] {
    background: url(../../../img/lingva-en/online/bgbutbot.png) no-repeat 98% 50%;
}
#faq .card-header .btn-link[aria-expanded="true"] {
    text-decoration: none;
    background: url(../../../img/lingva-en/online/bgbuttop.png) no-repeat 98% 50%;
}
#faq .card-body {
    margin-left: 45px;
    border-top: 1px solid #E5EFF2;
    font-size: 15px;
    line-height: 19px;
    color: #666;
    padding-left: 0;
}
#faq .collapse {
    border-left: 5px solid #81D1FF;
}
#bank {
    padding: 138px 0 60px 0;
}
#bank h3 {
    background: url(../../../img/lingva-en/online/bgh3bank.png) no-repeat 0 50%;
}
.bank_link {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Corsica LX Bold', sans-serif;
    color: #666666;
    background: #fff;
    box-shadow: 0px 25px 20px rgba(0, 20, 58, 0.25);
    max-width: 556px;
    position: relative;
    padding-bottom: 138px;
}
.bank_link a {
    color: #666666;
}
.bank_link .ar_but {
    display: none;
    margin: 20px auto 0;
    background: #E2F3F9;
    border: 2px solid #81D1FF;
    border-radius: 50%;
}
.bank_link .ar_but:hover {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 10px 10px rgba(0, 20, 58, 0.1);
}
.bank_link p {
    min-height: 138px;
    background: #fff;
    margin-bottom: 0;
    align-content: center;
    padding: 38px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bank_link span {
    font-size: 20px;
}
.bank_link p a {
    display: none;
}
.bank_link p:hover {
    display: block!important;
    border-bottom: 5px solid #ff5d51;
}
.bank_link p:hover a {
    display: inline-block;
}
.robo-box{
    position: relative;
    /*bottom: -350px;
    margin-top: -350px;*/
}

section#feedback {
    bottom: -350px;
    margin-top: -350px;
    position: relative;
}

footer {
    background: url(../../../img/lingva-en/online/bgfooter.jpg) repeat-x 0 100%;
    color: #002160;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    padding-top: 350px;
}
#inner footer {
    padding-top: 450px;
    margin-top: -400px;
}
footer .container {
    position: relative;
    padding: 124px 0 106px;
    /*--padding: 524px 0 106px;--*/
}
.abs1 {
    position: absolute;
    right: -106px;
    bottom: 272px;
}
.abs {
    position: absolute;
    bottom: 26px;
    left: -106px;
}
#inner footer {
    /*margin-top: -161px;*/
}
footer nav {
    margin-bottom: 43px;
}
footer p {
    margin-bottom: 0;
    margin-right: 55px;
}
footer img {
    margin-right: 54px;
}
footer a, footer a:hover {
    color: #002160;
    text-decoration: none;
}
footer nav span {
    display: block;
    margin-bottom: 10px;
}
footer nav a {
    color: #002160;
    padding: 0;
}
footer nav a.active,
footer nav a:hover {
    text-decoration: none;
    color: #002160;
}
.foot_left {
    max-width: 350px;
}
.foot_right {
    max-width: 274px;
    border-left: 2px solid #ADD3ED;
    padding-left: 50px;
}
.foot_right p {
    margin-bottom: 18px;
}
.foot_right a .fa {
    position: relative;
    font-size: 15px;
}
.foot_right a .fa::after {
    content: "";
    height: 14px;
    border-left: 2px solid #0041BB;
    position: absolute;
    right: -8px;
    top: 1px;
}
.foot_right a .fa-odnoklassniki::after {
    display: none;
}
#menu {
    background: #fff;
    min-height: 82px;
}
#inner #menu {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}
#menu .container,
#menu #nav, #menu #nav > .d-flex {
    min-height: 82px;
}
#menu.sheensay_fixed2 {
    min-height: 45px;
    padding-bottom: 0;
}
#content {
    background: url(../../../img/lingva-en/online/bgrep.png) repeat-x 0 0;
    padding: 100px 0 80px 0;
}
#content h2, #content h1 {
    font-size: 36px;
    line-height: 34px;
    font-family: 'Gotham Pro Bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 100px;
}
.radio {
    position: relative;
    margin-bottom: 5px;
}
.radio_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}
.radio_label {
    padding-left: 25px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    cursor: pointer;
}
.radio_label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    transition: border .1s linear;
}
.radio_label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 2;
    transition: opacity .1s linear;
}
.radio_input:checked + .radio_label:before {
    border-color: #000;
}
.radio_input:checked + .radio_label:after {
    opacity: 1;
}
.form-custom {
    font-family: "Corsica LX", sans-serif;
    font-size: 15px;
}
.message-box {
    padding: 40px 20px;
    top: 50px;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 200px;
    box-shadow: 0px 25px 30px rgba(0, 20, 58, 0.25);
}

.order-box{
    font-size: 15px;
    line-height: 19px;
    color: #002160;
    padding: 0px;
    background: url(../../../img/lingva-en/online/order-box-bg.png) no-repeat top left;
    background-size: auto 100%;

}
.order-form-box{
    position: relative;
    padding: 30px 99px 77px;
    font-size: 17px;
    line-height: 21px;
    color: #002160;
}
.aprobation-btn {
    background: #FF5D51;
    border-radius: 0px 0px 100px 100px;
    padding: 8px 120px;
    color: white;
    display: block;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 785px;
    border:1px solid #FF5D51;
}
.form-custom .link-panel {
    display: none!important;
}
.aprobation-btn:hover{
    color: #FF5D51;
    background: transparent;

}

.order-form-box .form-custom{
    font-size: 17px;
    line-height: 21px;
    color: #002160;
}

.form-custom .button{
    font-size: 17px;
    line-height: 21px;
    color: white;
    text-align: center;
    text-transform: none;
    font-family: "Corsica LX", sans-serif;
    background: #FF5D51;
    border:1px solid #FF5D51;
    border-radius: 100px;
    padding: 14px 23px;
    box-shadow: 0px 25px 20px rgb(0 33 96 / 15%);
}
.form-custom .button:hover{
    color: #FF5D51;
    background: transparent;

}

.order-form-box::after {
    content: '';
    height: 80%;
    width: 1px;
    background: #E2F3F9;
    position: absolute;
    left: 0px;
    top:0px;
}
.price-box p{
    margin-left: 40%;
}
.price-all{
    font-size: 24px;
    line-height: 30px;
    text-decoration-line: line-through;
    color: #000000;
    margin-bottom: 12px;
}

.price-stock{
    padding-left: 40%;
    font-size: 64px;
    line-height: 79px;
    color: #000000;
    margin-bottom: 25px;
}
.price-date{
    font-size: 17px;
    line-height: 21px;
    color: #FF5D51;
}

#inner #footer .message-box {
    display: none;
}
.message-box h4{
    font-family: 'Corsica LX', sans-serif;
    font-size: 45px;
    line-height: 56px;
    color: #002160;
    position: relative;
}

/*.form-control {
    font-family: 'Akrobat Semibold', sans-serif;
    color: rgba(0, 0, 0, 0.4)!important;
    font-size: 17px!important;
    line-height: 22px!important;
    border: 1px solid #E0E0E0!important;
    box-sizing: border-box;
    border-radius: 3px!important;
    background: #F7F7F7!important;
}*/

.form-control {
    font-family: 'Corsica LX', sans-serif;
    color: #002160!important;
    font-size: 17px!important;
    line-height: 22px!important;
    border: 1px solid #E2F3F9!important;
    box-sizing: border-box;
    border-radius: 100px!important;
    background: white!important;
    padding: 14px 18px!important;
    height: auto;
}
.form-control::placeholder {
    color: #002160!important;
}
.form-custom label {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-family: "Corsica LX", sans-serif;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #000;
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 14px;
}
.modal-dialog {
    max-width: 965px;
    min-width: 300px;
}
.modal-dialog input, .modal-dialog textarea {
    margin-bottom: 20px;
}
.modal-dialog textarea {
    resize: none;
    height: 121px;
}
.modal-dialog h5 {
    font-size: 20px;
    line-height: 19px;
    font-family: 'Gotham Pro Bold', sans-serif;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    padding-left: 50px;
}
.modal-header {
    border-bottom: 0;
}
.modal-body {
    padding: 1rem 2.5rem;
}
.modal-header .close {
    margin-right: 10px;
    font-size: 2rem;
    opacity: .8;
}
.bg {
    background: url(../../../img/lingva-en/online/bgline.png) repeat-x 0 104px;
}
.nav-tabs {
    border-bottom: 0!important;
    margin-bottom: 30px!important;
}
.nav-tabs .nav-link {
    border: 0!important;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'Akrobat Semibold', sans-serif;
    height: 54px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent!important;
    padding: 0.5em 7px;
    margin-right: 17px;
}
.nav-tabs .nav-item {
    height: 54px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #F33D5D!important;
    background: #fff!important;
}
.block_resouces {
    font-size: 18px;
    line-height: 22px;
    color: #434343;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.block_resouces h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Akrobat Bold', sans-serif;
    margin-bottom: 16px;
    color: #000;
}
.block_resouces a {
    color: #F33D5D;
    font-family: 'Akrobat Semibold', sans-serif;
    font-size: 17px;
}
.block_resouces a:hover {
    color: #F33D5D;
}
.block_resouces a.add {
    color: #fff;
    margin-top: 0;
    height: 37px;
    width: 170px;
}
.block_resouces a.add:hover {
    color: #F33D5D;
}

#nav .link_min {
    margin-right: 32px;
    text-align: center;
    font-family: "Akrobat Semibold", sans-serif;
    line-height: 14px;
    text-transform: uppercase;
    font-size: 13px;
}
#nav .link_min:hover {
    text-decoration: none;
}
.wrap_news {
    min-width: 304px;
    max-width: 304px;
    padding: 30px 0 0 0;
}
.wrap_news .news img {
    max-width: 100%;
    min-width: 270px;
}
.content {
    font-family: "Akrobat Semibold", sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #434343;
    padding: 30px 30px 30px 0;
}
.content .nav {
    font-size: 13px;
    line-height: 16px;
    color: #434343;
    margin-bottom: 30px;
}
.content .nav a {
    color: #434343;
}
.content .nav span {
    margin: 0 18px;
}
.content span.date {
    font-size: 18px;
    line-height: 22px;
    font-family: "Akrobat Semibold", sans-serif;
    color: #434343;
    display: block;
    margin-bottom: 13px;
}
.content h2 {
    font-size: 36px;
    line-height: 43px;
    color: #000;
    font-family: 'Akrobat Bold', sans-serif;
    border-left: 2px solid #F33D5D;
    padding-left: 12px;
    margin-bottom: 10px;
}
.content h1 {
    font-size: 44px;
    font-family: 'Akrobat Bold', sans-serif;
    margin-bottom: 20px;
}
#lecturers .add {
    background: #fff;
    border: 1px solid #F33D5D;
    color: #F33D5D;
}
#lecturers .add:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.video1 {
    background: url(../../../img/lingva-en/online/video.png) no-repeat 0 50%;
    padding-left: 50px;
    display: inline-block;
}
.video:hover {
    text-decoration: none;
}
.support-text {
    text-align: center;
    font-size: 22px;
}

.block_message {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
    margin: 0 30px 30px;
    font-size: 17px;
    line-height: 19px;
    color: #333333;
    font-family: 'Corsica LX', sans-serif;
}
.block_message p {
    margin-bottom: 20px;
}
.block_message b {
    font-family: 'Akrobat Bold', sans-serif;
    font-weight: normal;
}
.form_opinions {
    padding: 0 30px;
}
.form_opinions .form-custom textarea.form-control {
    padding: 5px 15px;
    height: 200px;
    resize: none;
}
.block_message ul {
    margin: 0 0 20px 40px;
}
#reviews {
    background: url(../../../img/lingva-en/online/bgreview.png) #fff no-repeat 44.11458333333333% 0;
}
.bgrev {
    background: url("../../../img/lingva-en/online/bgrev_right.png") no-repeat 95% 30px;
}
.wrapper_rev {
    background: url("../../../img/lingva-en/online/bgrev.png") no-repeat 24px 0;
    padding: 125px 0 50px;
    position: relative;
}
.wrapper_rev .img_abs2 {
    position: absolute;
    left: 40%;
    top: 48px;
}
#reviews h3 {
    margin-bottom: 0px;
    background: url(../../../img/lingva-en/online/bgh3_rev.png) no-repeat 0 50%;
    position: absolute;
    margin-left: 580px;
}
.reviews {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Corsica LX', sans-serif;
}

.foto_rev {
    min-width: 50%;
    color: white;
    font-size: 15px;
    line-height: 19px;
}
.foto_rev img {
    margin-bottom: 20px;
    max-width: 266px;
}
.pname {
    font-family: 'Corsica LX Bold', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 80px;
}
.pname b {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.reviews_text {
    position: relative;
    color: #666;
    max-width: 46%;
    margin-top: 89px;
    padding-left: 40px;
}
.reviews_text::before {
    content: "";
    width: 36px;
    height: 30px;
    display: block;
    position: absolute;
    top: -34px;
    left: -51px;
    background: url(../../../img/lingva-en/online/ugol0.png) no-repeat 0 0;
}
#reviews .carousel-indicators li {
    background: #fff;
    border: 2px solid #C7C7C7;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
#reviews .carousel-indicators li.active {
    background: #C7C7C7;
}
#reviews .carousel-indicators {
    justify-content: flex-end;
    margin-right: 0;
}
.modal-dialog {
    background: url(/../img/lingva-en/online/bgwindow.png) no-repeat 50% 50%;
    border: 0;
    border-radius: 0;
}
.modal-content {
    background: none;
    border: 0;
    border-radius: 0;
}
.modal-body {
    padding: 0 250px 0 222px;
    min-height: 455px;
}
.modal-dialog h3 {
    font-family: 'Corsica LX Bold', sans-serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
}
.modal-dialog h4 {
    font-family: 'Corsica LX', sans-serif;
    font-size: 30px;
    line-height: 37px;
    color: #666;
    font-weight: normal;
    margin-bottom: 40px;
}
.modal-dialog p {
    font-size: 21px;
    line-height: 26px;
    color: #666;
    margin-bottom: 30px;
    z-index: 10;
    position: relative;
}
.modal-footer {
    justify-content: flex-start;
    border-top: 0;
    padding-left: 222px;
    padding-bottom: 40px;
}
.modal-dialog .btn {
    box-shadow: 0px 25px 20px rgba(179, 63, 54, 0.15);
    border: 0;
    background: #FF5D51;
    border-radius: 100px;
    width: 167px;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    padding: 12px 0 14px;
}
.window_abs {
    position: absolute;
    right: 74px;
    bottom: 35px;
    z-index: 10;
}
.line_abs {
    position: absolute;
    top: 165px;
    left: 1px;
    z-index: 1;
}

.sale-box-img {

}

.sale-box{
    font-size: 17px;
    line-height: 21px;
    color: #002160;
    padding: 0 99px 20px 80px;
}
.sale-box strong{
    font-size: 24px;
    line-height: 28px;
}
.timer-box{

}

#timer93b7ac12d50909d9f1a30b3bf3792b23{
    margin: 0px!important;
}
.btn-red:focus, .form-custom .button:focus {
    outline: none;
}
.free-lecture-box{
    background: url(../../../img/lingva-en/online/free-lecture-box.png) repeat-y top center, white;
    background-size: 95% auto;
    font-size: 15px;
    line-height: 19px;
    color: #666666;
    padding-top: 110px;
    padding-bottom: 90px;
}
.free-lecture-box h4{
    margin-bottom: 76px;
}
.free-lecture-box form{
    max-width: 588px;
    margin: auto;
}
.text-underline {
    text-decoration: underline;
}
.pa-our-policy-btn{
    color: #666666;
}
.pa-our-policy-box {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    font-size: 10px;
    line-height: 12px;
    background: white;
    max-height: 100px;
    overflow-y: auto;
}
#licenziyaModal .modal-dialog {
    background:transparent;
    border: 0px;
}

#licenziyaModal .modal-content {
    background:transparent;
    border: 0px;
}

#licenziyaModal .modal-header {
    border:0px;
}

#licenziyaModal .modal-body {
    text-align: center;
    padding: 20px;
}
#licenziyaModal .modal-body img{
    filter: drop-shadow(15px 55px 15px rgba(0, 0, 0, 0.3));
}

#licenziyaModal .close {
    font-size: 2rem;
    font-weight: 400;
    color: #999999;
    text-shadow: none;
}

#rs-scrollup {
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 2222;
    right: 20px;
    bottom: 126px;
    display: none;
    cursor: pointer;
    background-color: #33ccc9;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: white;
}

.info_design-video {
    position: relative;
}

.info_design-video {
    position: relative;
}

.info_design-video .video-icon {
    position: absolute;
    top: calc(50% - 51px);
    left: calc(50% - 51px);
}

.info_design-video .video-icon a {
    display: block;
    cursor: pointer;
}

#design .info_design-video {
    width: 100%;
}

#design .info_design-video img {
    display: block !important;
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
}

#design .info_design .info {
    max-width: 500px;
    margin: 0 auto 0 0;
}

.modal.modal-video-container.show {
    z-index: 9999;
}
.modal-dialog.modal-video {
    background-color: #fff;
    background-image: none;
    border-radius: 50px;
    min-height: 500px;
    height: 100%;
    max-height: 550px;
    margin-top: 10%;
}
.modal-dialog.modal-video .modal-body {
    width: 100%;
    padding: 20px;
}

.order-training__column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 130px;
}

.order-training__column {
    width: 100%;
    max-width: 382px;
    margin: 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    position: relative;
}

.order-training__column-container .order-training__column:first-child::after {
    content: '';
/*    background-image: url(/img/robobox-course1.png);*/
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    border-radius: 25px;
    top: 0;
}

.order-training__column-container .order-training__column:last-child::after {
    content: '';
/*    background-image: url(/img/robobox-course2.png);*/
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    border-radius: 25px;
    z-index: 1;
    top: 0;
}

.order-training__column-header {
    background: linear-gradient(90.14deg, #3187FB 9.42%, #474BF0 53.5%);
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
/*    color: #12225D;*/
    color: #fff;
    border-radius: 24px 24px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    z-index: 2;
    position: relative;
}

.order-training__column:last-child .order-training__column-header {
    background: linear-gradient(57.38deg, #A32CDF 0%, #8B36DD 19.24%, #4E50D7 59.6%, #106AD2 96.86%);
}

.order-training__column-body {
    padding: 30px 21px 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #3D445A;
    position: relative;
    z-index: 2;
}

.order-training__column-body a {
    font-size: 18px;
    line-height: 22px;
    color: #5c85ff;
}

.order-training__column-body a:hover {
    color: #5c85ff;
    text-decoration: underline;
}

.order-training__column-price-old {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-decoration-line: line-through;
    color: #3D445A;
    padding-top: 28px;
    border-top: 1px solid #4485FF;
    max-width: 102px;
    margin: 33px auto 14px;
}

.order-training__column-price {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #F66551;
/*    color: #ED7222;*/
}

.order-training__column-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

.order-training__column-btn {
    background: linear-gradient(242.25deg, #8CB4FF -5.23%, #4485FF 48.57%);
/*    background: #F9B538;*/
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 22px 75px 16px 74px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    cursor: pointer;
}

.order-training__column-btn:hover {
    opacity: 0.8;
}

.order-training__form-container {
    max-width: 1140px;
    margin: 0px auto 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 97px 10px 50px;
    background-image: url(/img/robobox-form.png);
/*    background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.order-training__form-promocode {
    width: 100%;
    max-width: 360px;
    padding-top: 90px;
}

.order-training__form-promocode > div {
    color: #F3EBB3;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.order-training__form-promocode > div > div {
    padding-right: 10px;
}

.order-training__form-promocode > div > .percent {
    color: #F66551;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    border-radius: 74px;
    background-color: #FFEFCA;
    padding: 5px 15px 7px 15px;
}

.order-training__form-promocode > div > .promocode {
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px 15px 7px 15px;
    color: #fff;
    margin-left: 10px;
}

.order-training__form-promocode > p {
    color: #F3EBB3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
}

.order-training__form {
    max-width: 588px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.order-training__form .agreement-row .checkbox input[type=checkbox] + label:before {
    border: 1px solid #aecafe;
}

.order-training__form .agreement-row .checkbox input[type=checkbox]:checked + label:before {
    background-image: url(/img/lingva-lit/online/input-check-light-blue.png)
}

.order-training__form .form-custom {
    width: 100%;
}

.order-training__form .form-control {
    background: #FFFFFF;
    border: 1px solid #7AA8FF;
    box-sizing: border-box;
    border-radius: 8px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    display: flex;
    align-items: center;
    color: #838BAA !important;
    max-width: 588px !important;
}

.order-training__form .form-control::placeholder {
    border-radius: 8px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #838BAA !important;
}

.order-training__form-consent {
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #838BAA;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.order-training__form-consent input {
    margin-right: 15px;
}

.order-training__form-consent label {
    margin-bottom: 0px;
}

.order-training__form-consent a {
    font-size: 15px;
    line-height: 18px;
    color: #838BAA !important;
    text-decoration: underline;
}

.order-training__form-price {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;

}

.order-training__form-promocode {
    display: none;
}

.order-training__form-price-old {
    text-decoration-line: line-through;
}

.order-training__form-price-new {
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    text-transform: none;
}

.order-training__required-fields {
    font-size: 18px;
    line-height: 22px;
    color: #838BAA;
    margin-top: 15px;
}

.en .policy-modal {
    margin: 7vh auto;
    max-height: 90vh;
    z-index: 9999;
}

.en .policy-modal .modal-header {
    background: #fff;
}

.en .policy-modal .modal-header button {
    outline: none;
}

.en .policy-modal .modal-body {
    background: #fff;
    padding: 0 20px;
}

.en .policy-modal .modal-body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.pa-our-policy-box {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    font-size: 10px;
    line-height: 12px;
    background: white;
    max-height: 100px;
    overflow-y: auto;
}
.pa-our-policy-btn {
    color: #666666;
    background: transparent;
    border: 0px;
    outline: none;
}
.text-underline {
    text-decoration: underline;
}

#policy-modal .modal-dialog {
    max-width: 800px;
}
#policy-modal, #policy-modal p, #policy-modal ol, #policy-modal ul {
    font-size: 12px;
    color: #666666;
}
#policy-small{
    font-weight: 400;
    font-size: 13px!important;
}
#policy-small a{
    text-decoration: underline;
}


.en #order-training {
    background-image: url(/img/lingva-logopediya/order-training-bg.png);
    background-repeat: no-repeat;
    background-position: center 314px;
}

.en .robo-box h3 {
    text-align: center;
    margin-top: 50px;
}

.en .robo-box h3::before {
    content: none;
}


.sale-box.sale-box-new-year {width: 100%;padding: 0px;margin: 0 auto;}

.sale-box.sale-box-new-year p {
    background-position: center bottom;
    background-image: url(/img/sale-box-new-year-text-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 31px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 0px 80px 45px;
}

.sale-box.sale-box-new-year .timer-box > div {
    margin: 0px !important;
}

.sale-box.sale-box-new-year .timer-box p {
    background-image: none;
    min-width: 184px;
    height: auto;
    text-align: left;
    margin: 0px auto 20px;
    font-size: 17px;
    line-height: 130%;
    padding: 0px;
}

.sale-box.sale-box-new-year .timer-box {
    padding-left: 110px;
}

.sale-box.sale-box-new-year p > span:first-child {
    display: block;
    font-size: 46px;
    line-height: 130%;
    color: #000E75;
    margin-top: 92px;
}

.sale-box.sale-box-new-year p > span:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #000E75;
    display: block;
    margin-top: 0px;
    max-width: 340px;
}

.sale-box.sale-box-new-year p > span a {
    color: #000E75;
    text-decoration: none;
}

.sale-box.sale-box-new-year p > span a:hover {
    text-decoration: underline;
}

.sale-box-img img {
    width: 100%;
    padding-top: 0px;
}

.sale-box{
    font-size: 17px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 0 99px 20px 80px;
}
.sale-box strong{
    font-size: 24px;
    line-height: 28px;
}
.timer-box > div span {
    color: #AECAFE !important;
}

.timer-box p {
    min-width: 184px;
    height: 84px;
    text-align: center;
    margin: 0px auto;
}

/*event form courses*/
.order-training__event-form-container {
    background-color: #fff;
    border-radius: 24px;
    padding: 54px 85px 36px 0px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    position: relative;
    overflow: hidden;
}

.order-training__event-form-info {
    border-radius: 440px;
    background: linear-gradient(127deg, #FFDA52 28.49%, #F7A82E 57.59%, #ED7121 81.57%);
    width: 440px;
    height: 440px;
    padding: 71px 0px 0px 81px;
    position: relative;
    top: -125px;
    left: -81px;
}

.order-training__event-form-info::before {
    content: '';
    background-image: url(/img/order-training__event-form-info-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: 190px;
    right: 40px;
}

.order-training__event-form-info-text {
    color: #402222;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding-left: 12px;
}

.order-training__event-form-info-text span {
    color: #FFDA55;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: contents;
}

.order-training__event-form-text-promo {
    color: #402222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    padding-left: 12px;
}

.order-training__event-form-text-promo span {
    color: #402222;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.9px;
    background-color: #FFDA55;
    padding: 4px 8px;
    border-radius: 8px;
    margin-left: 8px;
}

.order-training__event-form {
    width: 100%;
    max-width: 580px;
}

.order-training__event-form-text {
    color: #612B1C;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}

.order-training__event-form .form-control {
    border-radius: 8px !important;
    border: 1px solid #91360C  !important;
    background: #FFF;
    color: #612B1C !important;
    max-width: 100% !important;
}

.order-training__event-form .form-control::placeholder {
    color: #612B1C !important;
}

.order-training__event-form .order-training__required-fields {
    color: #612B1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-training__event-form .form-custom .button {
    background-image: url(/img/event-form-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff00;
    text-transform: math-auto;
    box-shadow: none;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 28px 70px;
    border: 0px;
}

.order-training__form-consent a {
    color: #612B1C !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

a.not-info {
    max-width: 360px;
    display: flex;
}

/* modal-subscription */

.modal-subscription {
    overflow-y: auto;
}

.modal-subscription .modal-dialog {
    max-width: 500px;
    border-radius: 20px;
}

.modal-subscription .modal-content {
    border-radius: 24px;
    background-color: #FFF !important;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    background-image: url(/img/modal-subscription-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.modal-subscription .modal-header {
    border: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.modal-subscription .modal-body {
    padding: 104px 0px;
}

.modal-subscription__title {
    color: #3D445A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.modal-subscription__text {
    color: #3D445A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 48px;
}

.modal-subscription__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
}

.modal-subscription__social span {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.modal-subscription__social a {
    display: flex;
    width: 40px;
    height: 40px;
}

/* modal-subscription end */

@media (max-width: 1140px) {
    .sale-box-new-year.sale-box .sale-box-timer {
        margin-top: -140px !important;
    }
}

@media (max-width: 1024px) {
    .sale-box-new-year.sale-box .sale-box-timer {
        margin-top: 0px !important;
    }


    #design > div > div {
        flex-wrap: wrap;
    }

    #design .info_design-video {
        width: 100%;
    }

    #design .info_design-video img {
        display: block !important;
        margin: 0 auto;
        width: 100% !important;
        height: auto !important;
    }

    .en #order-training {
        background-position: center bottom;
    }

    .order-training__event-form-container {
        flex-direction: column;
        padding: 54px 20px 20px 0px;
    }

    .order-training__event-form-info {
        margin-bottom: -100px;
    }

    .order-training__event-form {
        margin: 0 auto;
        padding: 0px 16px;
    }
}

@media (max-width: 768px) {
    .order-training__form-container {
        padding: 80px 30px 30px 30px;
    }
    .item-header::after{
        content: none;
    }

    .item-header::before{
        content: none;
    }

    #author,
    #auth_mod {
        background-image: none;
    }
}

@media (max-width: 500px) {
    .yellow-date {
        display: contents;
    }

    .yellow-date svg {
        display: none;
    }
}

@media (max-width: 420px) {
    .sale-box.sale-box-new-year p {
        padding: 0px 0px 60px;
        background-size: cover;
    }

    .sale-box.sale-box-new-year {
        display: flex;
        justify-content: center;
    }

    .sale-box.sale-box-new-year .timer-box {
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sale-box.sale-box-new-year .timer-box p {
        text-align: center;
    }

    .sale-box-new-year.sale-box .sale-box-timer {
        justify-content: center;
    }
}

