@import "./fonts/roboto.css";

*, body, html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*list-style: none;*/
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    outline: none;
}
html{
    overflow-x: hidden;
}
body{
    color: #303030;
    overflow-y:hidden;
    overflow-x:hidden;
}

.blured{
    overflow: hidden !important;
    position: relative;
    height: 100%;
}
.blured body{
    overflow: hidden !important;
    position: relative;
    height: 100%;
}
.blured-overlay{
    display: none;
    background: rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.blured .blured-overlay{
    display: block;
}
ul{
    list-style: none;
}
body.body-fixed {
    min-height: 100vh;
    overflow: hidden;
}

body.body-fixed footer {
    position: absolute;
    width: 100%;
    border-bottom: 0;
    bottom: 0;
}

#mk-aweb-open-panel{
    right:100px!important;
    bottom:45px!important;
}

.figure-img-flex-margin-center img{
    display:flex;
    margin:0 auto;
}

#lottie{
    z-index:1001;
    position:fixed;
    background-color:#fff;
    width:100%;
    height:calc(100% + 75px);
    margin-top:-75px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

#lottie svg{
    margin-top:40px;
}

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

.loaded #lottie {
    display: none;
}

.loaded_hiding #lottie {
    transition: .5s opacity;
    opacity: 0;
}

/*.l-container{*/
/*    align-items: center;*/
/*    background-color: #1D1F20;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    height:100vh;*/
/*}*/

/*.loader  {*/
/*    animation: rotate 1.5s infinite;*/
/*    height: 50px;*/
/*    width: 50px;*/
/*}*/

/*.loader:before,*/
/*.loader:after {*/
/*    border-radius: 50%;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/
/*.loader:before {*/
/*    animation: ball1 1s infinite;*/
/*    background-color: #cb2025;*/
/*    box-shadow: 30px 0 0 #f8b334;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.loader:after {*/
/*    animation: ball2 1s infinite;*/
/*    background-color: #00a096;*/
/*    box-shadow: 30px 0 0 #97bf0d;*/
/*}*/

/*@keyframes rotate {*/
/*    0% {*/
/*        -webkit-transform: rotate(0deg) scale(0.8);*/
/*        -moz-transform: rotate(0deg) scale(0.8);*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: rotate(360deg) scale(1.2);*/
/*        -moz-transform: rotate(360deg) scale(1.2);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotate(720deg) scale(0.8);*/
/*        -moz-transform: rotate(720deg) scale(0.8);*/
/*    }*/
/*}*/

/*@keyframes ball1 {*/
/*    0% {*/
/*        box-shadow: 30px 0 0 #f8b334;*/
/*    }*/
/*    50% {*/
/*        box-shadow: 0 0 0 #f8b334;*/
/*        margin-bottom: 0;*/
/*        -webkit-transform: translate(15px,15px);*/
/*        -moz-transform: translate(15px, 15px);*/
/*    }*/
/*    100% {*/
/*        box-shadow: 30px 0 0 #f8b334;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*@keyframes ball2 {*/
/*    0% {*/
/*        box-shadow: 30px 0 0 #97bf0d;*/
/*    }*/
/*    50% {*/
/*        box-shadow: 0 0 0 #97bf0d;*/
/*        margin-top: -20px;*/
/*        -webkit-transform: translate(15px,15px);*/
/*        -moz-transform: translate(15px, 15px);*/
/*    }*/
/*    100% {*/
/*        box-shadow: 30px 0 0 #97bf0d;*/
/*        margin-top: 0;*/
/*    }*/
/*}*/



.captcha_text{
    display:none!important;
}

.main-text{
    margin-top: 20px;
    margin-bottom: 20px;
}

#main img{
    height: auto;
}
#main p.title-style,
#main h2.title-style,
#main h3.title-style,
#main h4.title-style,
#main h5.title-style,
#main h6.title-style{
    font-size: 25px;
}
.dark-blue{
    color:#006795;
}

.transition * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}


.loaderArea {
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    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
}

#formConsultMain91{
    font-family: 'Roboto', sans-serif;
    margin-top: 8px;
}

p {
    font-size: 1.2rem;
    line-height: 1.3
}

h1 {
    font-size: 40px;
}

h6 {
    font-size: 18px;
}

.modal {
    z-index: 9999999999;
    padding-right: 0 !important
}

.btn:hover {
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.moreInfoEducation_TM:hover{
    color: white;
}

.menu_list a {
    color: #343a40 !important;
    font-weight: 400;
}

.schedule_wrap h4{
    margin-bottom: 20px;
}

.schedule_wrap a{
    word-wrap: normal;
}

.services_main_description{
    width: 700px;
}

.contacts_block h4{
    margin-bottom: 15px;
}

.social_block h4{
    margin-bottom: 20px;
}

.menu_list{
    width: 1073px;
    align-items: center;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    position: relative;

}

.blog_article__sidebar{
    margin-top: -95px;
}

.menu_list li{
    display: inline-block;
    margin-left: 20px;
    text-decoration-color: #00B3B2;

}

.footer_menu li:last-child {
    display: none;
}

.menu_list li:last-child a {
    text-decoration: underline;
}

.menu_list li:last-child {
    position: absolute;
    right: 0;


}
.menu_list_item a{
    font-size: 1.2rem;
    color: #343a40;
    font-weight: 400;

}

.menu-phone{
    margin-left: 15%;
    width: 300px;
}


.menu_list{
    display: flex;
}

.menu_list a:hover {
    color: #2B799C !important;
    text-decoration: underline
}

div.wpcf7-response-output {
    padding: 0;
    border: none;
    color: red;
    margin-top: 0;
}

.wpcf7-not-valid-tip, .wpcf7-mail-sent-ok {
    display: none !important
}
.wpcf7-validation-errors {
    line-height: 1rem;
    font-size: .8rem
}
.screen-reader-response{
    display: none;
}
#recent-posts-widget-with-thumbnails-2 li a img{
    object-fit: contain;
    height: 100%;
}


#uptolike a {
    margin: 0 10px !important
}

#uptolike span{
    font-size: 18px;
    font-weight: 300;
    color: #303030;
}

#uptolike a:hover {
    text-decoration: none
}

#uptolike a img{
    margin-bottom: 5px;
}

.article__btn_teach{
    width: 375px;
    height: 73px;
    color: #043E58;
    border: 1px #043E58 solid;
    border-radius: 8px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
}

.article__btn_whatsApp{
    width: 375px;
    height: 73px;
    background-color: #043E58;
    color: white;
    border-radius: 8px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
}

#main hr{
    color: #c4c4c4;
}

.article__btn_teach:hover{
    box-shadow: -2px -2px 5px rgba(22, 30, 33, 0.1), -2px -2px 5px rgba(22, 30, 33, 0.1);
    text-decoration: none;
}

.article__btn_whatsApp:hover{
    box-shadow: -4px -4px 10px rgba(22, 30, 33, 0.3), 4px 4px 10px rgba(22, 30, 33, 0.3);
    text-decoration: none;
}


.article__btn_teach div{
    text-align: center;
    width: 100%;
    padding-top: 20px;
    color: #043E58!important;
}

.article__btn_whatsApp div{
    text-align: center;
    width: 100%;
    padding-top: 20px;
    color: white!important;
}

.article__btn_teach div a{
    color: #043E58!important;

}

.article__btn_whatsApp div a{
    color: white!important;

}

.wp-pagenavi {
    vertical-align: middle
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none
}

.wp-pagenavi .page, .first, .last {
    color: #333;
    font-size: 20px;
    padding: 1px 5px;
    margin: 0 5px
}

.wp-pagenavi a:hover {
    color: #333
}

#tab-wrap-program_acc {
    display: none!important;
}

.teaching_main_description{
    margin-top: 120px;
}

.current {
    color: #fff;
    padding: 1px 5px;
    font-size: 20px;
    border-radius: 5px;
    margin: 0 5px;
    background-color: #3bb2b1
}

.nextpostslink, .previouspostslink {
    font-size: 29px;
    padding: 1px 5px;
    margin: 0 5px;
    color: #333
}

.medium {
    font-size: 100%;
    font-weight: 400
}

.border-white {
    border: 5px solid #ffffff
}

.border-grey {
    border: 1px solid #dcdcdc
}

.menu-phone{
    display: block;
}

#second_paragraph_description_services_mob{
    display: none;
}

#second_paragraph_description_services{
    display: block;
}

.border-grey-top {
    border-top: 1px solid #dcdcdc
}

.color-grey {
    color: #333333;
}

.color-green {
    color: #00b3b2
}

.yellow {
    background-color: #fee048
}

.outline-yellow {
    border: 5px solid #fee048
}

.outline-yellow:hover {
    background: #fee048
}

.blue-hover:hover {
    color: #2b799c !important;
}

.more-info:hover{
    text-decoration: underline;
}

.underline-hover:hover {
    text-decoration: underline
}

.bg-blue {
    background-color: #2b799c
}

.bg-light-blue {
    background-color: #3bb2b1
}

.navbar-toggler{
    background-image: url(../image/menu.svg);
    background-size: cover;
    border: none;
    width: 45px !important;
    height: 40px !important;
    border-radius: 0px;
    /*content: "sss";*/
}

.w-30 {
    width: 30%
}

.w-45 {
    width: 45%
}

.w-90 {
    width: 90%
}

.hw-100 {
    height: 100%;
    width: 100%
}

.teaching-block-mobile{
    display: none;
}

.margin-center {
    margin: 0 auto
}

.empty-field input {
    border: 1px solid red
}

.w-auto {
    width: auto
}

.btn {
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    -webkit-transition: color .5s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear
}

.btn-shadow {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5)
}

.btn-xl {
    padding: .5rem 1rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem;
    font-weight: 500 !important
}

.center-block .teaching_small{
    display: none;
}


.service-text-title{
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    color: #043E58;
}

.btn-blue {
    font-weight: 700 !important;
    background-color: #2b799c;
    display: block;
    color: #fff !important;
    border: 5px solid #2b799c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.btn-blue-white {
    font-weight: 700 !important;
    background-color: #FFF;
    display: block;
    color: #043E58 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #007A9F;
}

.btn-blue-white:hover {
    background-color: #3bb2b1;
    color: #fff !important;
    border: 1px solid #3bb2b1;
}

.btn-white {
    background: #fff;
    color: #2b799c;
    width: 320px;
}

.btn-blue:hover {
    background-color: #fff;
    color: #2b799c !important;
    border: 5px solid #2b799c
}

.btn-whatsapp {
    background-color: #00cb5b;
    color: #fff !important;
    font-weight: 700 !important;
    display: block;
    border: 5px solid #00cb5b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog_readmore_wrap_mob{
    display: none;
}

.btn-whatsapp:hover {
    background-color: #fff;
    color: #00cb5b !important;
    border: 5px solid #00cb5b
}

.btn:focus, button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.teaching-block-sm5{
    display: none;
}

.btn-close {
    font-size: 2.5rem;
    font-weight: 300;
    margin-right: 5px
}

.position-absolute-start {
    position: absolute;
    top: 0;
    left: 0
}

.position-absolute-end {
    position: absolute;
    bottom: 0;
    left: 0
}

.position-absolute-end-right {
    position: absolute;
    bottom: 0;
    right: 0
}

.main_advantages_small{
    display: none;
}

.center-block {
    width: 1250px;
    margin: 0 auto
}

.button_phone {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.button_up {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.bg_light_blue{
    background-color: #F9F9F9;
}

.button_up img {
    -webkit-filter: drop-shadow(0 0 0 #FFF);
    filter: drop-shadow(0 0 0 #FFF)
}

.consult_title{
    color: #303030;
}

#formConsultMain91{
    border-radius: 8px;
}

.button_phone:hover {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.54));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.54))
}

.modal-size {
    width: 520px;
    margin: 0 auto
}

.modal-size .form-control {
    padding: 1.375rem;
    font-size: 1.2rem
}

.menu-phone_line{
    display: none;
}

.modal-size .h4,
.modal-size h4 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.875rem;
    color: #303030;
}

.modal-size p{
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.25rem;
    color: #303030;
}

.modal-size .btn {
    font-size: 1.3rem;
    padding: .5rem
}

.navbar {
    padding: .2rem !important
}

.logo-header {
    width: 200px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-img1 {
    width: 20%
}

.logo-img2 {
    width: 100%;
    height: auto;
}

.logo-img:hover {
    -webkit-filter: drop-shadow(5px 1px 3px rgba(0, 0, 0, 0.54));
    filter: drop-shadow(5px 1px 3px rgba(0, 0, 0, 0.54))
}

.current-menu-item {
    text-decoration: underline;
}
.menu_list .current-menu-item a{
    color: #00B3B2!important;
}
.header {
    background-color: #F9FAFE;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    z-index: 100 !important;
    position: relative;
    width: 100%;
    min-height: 72px
}

.header.scrolled {
    position: fixed;
    min-height: 60px;
    top: -60px;
    right: 0;
    left: 0;
}

.menu-item {
    padding: 1rem .75rem
}

.menu-item a {
    font-size: 1.2rem;
    font-weight: 400 !important
}

.menu-phone.scrolled {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row !important;
    flex-flow: row !important
}

.menu-phone > li {
    margin-right: 10px
}

.social-icon {
    height: 30px;
    width: 30px;
    display: block
}

.services-btn_main{
    border-radius: 8px;
    height: 60px;
    font-size: 22px;
    font-weight: 500;
}

.social-icon:hover .icon-hover {
    display: block
}

.social-icon:hover .icon-img {
    display: none
}

.social-icon img {
    height: 30px;
    width: 30px;
    margin-right: 10px
}

.icon-hover {
    display: none
}

.advantage-block-item{
    display: flex;
}

.icon-img {
    display: block
}

.banner-wrap-header h1 {
    font-weight: 700;
}

.banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-between;
}

.block-description {
    /*width: 65%;*/
    width: calc(100% - 520px);
    margin-right: 3rem;
    margin-top: .5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-description p{
    line-height: 1.7;
}

.consult-form{
    margin-bottom: 25px;
}

.consult-form .captcha_text{
    position: absolute;
    top: 306px;
    left: 80px;
    width: 140px;
}

.consult-form .mathcaptcha-315{
    position: absolute;
    right: 27px;
    top: 295px;
    padding: 8px;
    background-color: rgba(218, 218, 218, 0.5);
    font-size: 18px;
    font-family: Roboto;
    border-radius: 8px;
}

.consult-form .wpcf7-mathcaptcha{
    background-color: #ffffff;
    border-radius: 4px;
    border: none;
    height: 26px;
    padding-top: 3px;
    padding-left: 8px;
    margin-left: 8px;
    margin-right: 3px;
}

.captcha_text{
    position: absolute;
    top: 348px;
    left: 69px;
    width: 120px;
}

.mathcaptcha-315{
    position: absolute;
    right: 38px;
    top: 338px;
    padding: 8px;
    background-color: rgba(218, 218, 218, 0.5);
    font-size: 18px;
    font-family: Roboto;
    border-radius: 8px;
}

.wpcf7-mathcaptcha{
    background-color: #ffffff;
    border-radius: 4px;
    border: none;
    height: 26px;
    padding-top: 3px;
    padding-left: 8px;
    margin-left: 8px;
    margin-right: 3px;
}



.phone-mask{
    /*margin-bottom: 30px;*/
}




.consult-form {
    position: relative;
    height: auto;
   /* width: 35%;*/
    width: 520px;
    padding: 1.5rem;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -4px -4px 10px rgba(22, 30, 33, 0.3), 4px 4px 10px rgba(22, 30, 33, 0.3);
    box-shadow: -4px -4px 10px rgba(22, 30, 33, 0.3), 4px 4px 10px rgba(22, 30, 33, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}

.banner-content {
    padding-bottom: 70px
}

.before-phone {
    display: none;
    width: 29px;
    height: 29px
}

.phone_img {
    background: url("../image/app/phone.png") no-repeat center;
    background-size: contain
}

.wapp_img {
    background: url("../image/app/phone_active.png") no-repeat center;
    background-size: contain
}

.banner-wrap {
    width: 100%;
    position: relative
}

.card-body{
    border-radius: 3px;
}



.banner-wrap-header {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.banner-main-icon {
    width: 50px;
}

.consult-form p {
    font-size: 1.6rem !important;
    font-weight: 500;
}

.consult-form .form-control {
    padding: 1.375rem;
    font-size: 1.2rem;
    border-radius: 8px;
}

.step-number {
    font-size: 70px !important;
    text-align: center;
    font-weight: 800;
    color: white;
    border-style: double;
    margin-left: -1rem;
    -webkit-text-stroke: 1px #00B3B2;
    border: none;
    border-bottom: 3px #00B3B2 double;
}

.step-item-wrap {
    width: 32.5%;
    border: 1px solid #3bb2b1 !important;
    background-color: #fff;
    padding: 0 1rem;
    border-radius: 8px;
    margin-top: 1.5%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s leaner;
    transition: -webkit-box-shadow 0.3s leaner;
    -o-transition: box-shadow 0.3s leaner;
    transition: box-shadow 0.3s leaner;
    transition: box-shadow 0.3s leaner, -webkit-box-shadow .5s leaner
}

.step-item-wrap p:not(.h4){
    font-size: 18px;
    line-height: 25px;
}

.step-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.teaching-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teaching-carousel-nav {
    display: none;
}

p.teaching-block {
    font-size: 40px;
    font-weight: 900;
    color: #fff
}

.btn-block{
    width: 90%;
}

.link-arrow-right{
    fill: green;
}

.teaching-block p {
    font-size: 28px
}

.service-item-wrap {
    width: 24%;
    border: 1px solid #2b799c;
    border-radius: 10px;
    padding-bottom: .5rem;
    margin-top: 1.5rem;
    cursor: pointer
}

.service-item-wrap:hover{
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}

.service-item-wrap img{
    border-radius: 9px;
}

.service_img_wrap{
    width: 100%;
}

.service_img_wrap img{
    border-radius: 9px;
    width: 100%;
}

.sirvice-item-wrap p {
    font-size: 1rem
}

.sirvice-item-wrap .btn-lg {
    font-size: 1.5rem
}

.service-title {
    background-color: #2b799c;
    margin-top: -10px;
    padding: 16px 0;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.service-text {
    line-height: 1.5;
    font-weight: 400;
}

.btn-more {
    font-size: 1.5rem
}

.service-title h6 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 0 !important
}

.visible-darken-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .8)
}

.link-arrow-right {
    width: 11px;
    height: 18px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.schedule_wrap{
    line-height: 37px;
}
.schedule_wrap p:last-child{
    line-height: 140%;
}
.blue-hover:hover .link-arrow-right {
    -webkit-filter: none;
    filter: none
}

.banner-second-img {
    width: 100%
}

.frame_bottom {
    margin-top: -2%;
    margin-left: .4%;
    width: 99.5%
}

.subscribe_newsletter{
    width: 100%;
    height: 165px;
    background-color: #F3F6F8;
    padding: 10px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
}

.subscribe_newsletter__title{
    color: #043E58;
    font-weight: 500;
}

.subscribe_newsletter__input{
    background-color: #F3F6F8;
    border: none;
    font-size: 18px;
    text-decoration: underline;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #C4C4C4;
    font-weight: 400;
}
.subscribe_newsletter__btn{
    color: #2B799C;
    font-size: 18px;
    text-decoration: underline;
    width: 80%;
    border: 1px #2B799C solid;
    border-radius: 8px;
    background-color: #F3F6F8;
    margin-top: 20px;
    height: 40px;
    cursor: pointer;
    font-weight: 500;
}

.frame_center {
    margin-top: -1%
}

#articles_btn{
    padding-left: 4rem!important;
    padding-right: 4rem!important;
    padding-top: .675rem;
    height: 50px;
}

.frame_left {
    width: 10%;
    height: 244px;
}

.frame_right {
    margin-left: -1%;
    width: 10%;
    height: 244px;
}

.frame_right img {
    margin-left: 2px
}

.frame_iframe {
    width: 84%;
    margin-left: -1px;
}
.frame_iframe video{
    height: auto;
}
.frame_iframe div {
    height: 100%;
    z-index: 1
}

.card-subscription {
    border-radius: 8px;
    border: 3px solid #3bb2b1;
    width: 45%;
    margin-left: 0px;
    margin-right: 0px;
}

.card-subscription_teaching{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.card-subscription .text-center p {
    font-size: 40px;
    font-weight: 400;
}
.descr-header{
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
    align-items: flex-end;
    padding-bottom: 8px;
    border-bottom: 1px solid #00B3B2;
}
.descr-header__left{
    width: 250px;
    color: #303030;
    font-size: 20px;
}
.descr-header__right .price span{
    display: block;
}
.descr-header__right{
    color: #303030;
    font-size: 20px;
}
.descr-header__right .price .old{
    color: rgba(48, 48, 48, 0.50);
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    text-decoration:  line-through;
    min-height: 24px;
}
.descr-header__right .price .new{
    color: #303030;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}
.descr-header__right .price .period{
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.descr-title{
    margin: 24px 0;
    color: #043E58;
    font-size: 32px;
    font-weight: 700;
}
.articles__large{
    display: block;
}

.articles__small{
    display: none;
}


.card-subscription p {
    font-size: 1.2rem
}
.tariff-header{
    position: relative;
    padding: 24px 0;
}
.tariff-header .discount{
    background-image: url("../image/Rectangle 25.svg");
    position: absolute;
    top: -3px;
    left: 30px;
    color: #303030;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 120px;
}
.subscription-price {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0 !important;
    line-height: 1;
}

.main_advantages_large_md12{
    display: none;
}

.step-number{
    color: white;
}

.teaching-block-sm5{
    display: none;
}

.reason-description {
    width: 80%;
    margin-left: 10px
}

.reason-description p {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 24px !important;
    font-weight: 400;
    font-family: "Roboto"
}

.reason-description a {
    text-decoration: underline;
    color: #000;
    font-weight: bolder
}

.reason-item1, .reason-item2, .reason-item3 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/*.reason-item1:before {*/
/*    content: "";*/
/*    background: url(../image/app/pig.png);*/
/*    position: relative;*/
/*    top: 5px;*/
/*    display: inline-block;*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain*/
/*}*/

/*.reason-item2:before {*/
/*    content: "";*/
/*    background: url(../image/app/gadget.png);*/
/*    position: relative;*/
/*    top: 5px;*/
/*    display: inline-block;*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain*/
/*}*/

/*.reason-item3:before {*/
/*    content: "";*/
/*    background: url(../image/app/cellphone.png);*/
/*    position: relative;*/
/*    top: 5px;*/
/*    display: inline-block;*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain*/
/*}*/

.reason-description-title {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
}

.card-text-checkbox_teaching{
    margin-bottom: 1.5rem;
    position: relative;
    margin-left: 45px;
    text-align: left;
    font-size: 24px;
}

.card-text-checkbox_teaching:before{
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #00B3B2;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -32px;
    top: 5px
}

.card-text-checkbox {
    margin-bottom: 1.5rem;
    position: relative;
    margin-left: 45px
}

.card-text-checkbox:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #00B3B2;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -32px;
    top: 5px
}

.orderEducation_TM{
    font-weight: 500;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    height: 62px;
    width: 320px;
    border-radius: 8px;
    font-size: 22px !important;
}



.moreInfoEducation_TM{
    width: 320px;
    border-radius: 8px;
    height: 62px;
    color: white;
    border: 2px solid white;
    font-size: 22px !important;

}
.youtube_watch_btn{
    display: none !important;
}

.blog-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-item {
    width: 33%;
    border-radius: 5px;
    border: 2px solid #3bb2b1
}

.card-blog {
    overflow: hidden
}

.card-blog-img, .block-darken {
    width: 100%;
    height: 275px;
    border-radius: 5px 5px 0 0
}

.card-blog-body {
    width: 100%
}

.blog-link {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    height: 5.5rem !important;
    display: block;
    overflow: hidden
}

.block-darken {
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.block-darken span {
    opacity: 0;
    margin-left: 10px
}

.block-darken:hover span {
    opacity: 1
}

.block-darken:hover a {
    text-decoration: underline
}

.block-darken > a {
    color: transparent;
    margin-top: -10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-darken:hover {
    background-color: rgba(0, 0, 0, .8)
}

.block-darken:hover a {
    color: #fff
}

.card-comm-body {
    position: relative;
    margin: 0 5px
}

.card-comm-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.comm-item {
    height: 100%;
    padding: 1rem .5rem 3rem .5rem;
    border: 2px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.comm_item_wrap {
    margin-bottom: .5rem
}

.comm-name{
    vertical-align: middle;
}

.comm-name p {
    padding-top: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #2B799C;
    font-size: 20px;
    color: #303030;
    color:#2B799C;
}

.comment-photo_img{
    width: 95px;
    border-radius: 100%;
}

/*.card-comm-body:before{*/
/*    background: url(../image/quotes1.png);*/
/*    content: "";*/
/*    top: 10px;*/
/*    left: 10px;*/
/*    position: absolute;*/
/*    !*border-radius: 25px;*!*/
/*    display: inline-block;*/
/*    height: 27px;*/
/*    width: 30px;*/
/*    background-repeat: no-repeat*/
/*}*/

/*.card-comm-body:after{*/
/*    background: url(../image/quotes2.png);*/
/*    content: "";*/
/*    top: 10px;*/
/*    left: 10px;*/
/*    position: absolute;*/
/*    !*border-radius: 25px;*!*/
/*    display: inline-block;*/
/*    height: 27px;*/
/*    width: 30px;*/
/*    background-repeat: no-repeat*/
/*}*/

.card-comm-body{
    margin-left: 15px;
    margin-right: 15px;
}

.comment-photo:before {
    content: "";
    top: -30px;
    left:50px;
    position: absolute;
    /*border-radius: 25px;*/
    display: inline-block;
    height: 27px;
    width: 30px;
    background-repeat: no-repeat
}


.social_network_small{
    display: none;
}

.more-reviews{
    color: #2B799C;
    cursor: pointer;
    text-align: center;
    font-size: 27px;
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: -15px;
    text-transform: uppercase;
}

.formConsult_TM{
    height: 73px;
}

.comm-item:before {
    content: "";
    background: url(../image/quotes1.png);
    top: 10px;
    position: absolute;
    margin-left: 0px;
    /*border-radius: 25px;*/
    display: inline-block;
    height: 27px;
    width: 30px;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.comm-item:after {
    content: "";
    background: url(../image/quotes2.png);
    bottom: 10px;
    right: 20px;
    position: absolute;
    margin-left: -35px;
    /*border-radius: 25px;*/
    display: inline-block;
    height: 27px;
    width: 33px;
    background-repeat: no-repeat;
}

.btn_main_wrap{
    width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.btn_main{
    width: 100%;
    height:72px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 22px !important;
    font-weight: 500;
}

.btn_get_consult{
    width: 350px;
    height:72px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 6px;
    font-size: 22px !important;
    font-weight: 500;
}

footer {
    background: #dddddd
}

.copywrite {
    background-color: #c1c1c1
}

footer a {
    font-size: 1rem;
    color: #212529;
    display: block
}

footer a:hover {
    color: #212529
}
.logo-footer{
    width: 180px;
    height: 30px;
}
footer p{
    margin-top: 16px;
    display: flex;
    color: #303030;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    align-items: flex-start;
}
footer p img,
footer p svg{
    margin-right: 8px;
}
footer p a{
    color: #303030;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
footer .navbar-nav>li>a{
    font-size: 20px !important;
}
.menu_block li{
    padding: 8px 0;
}
.contacts_block p{
    margin-top: 0;
}
.contacts_block p:nth-child(1){
    margin-bottom: 30px;
}
.menu_block li:nth-child(1){
    padding-top: 0;
}
.menu_block .current-menu-item{
    text-decoration: none;
}
.footer-top{
    padding-bottom: 21px;
    border-bottom: 1px solid #303030
}
.footer-bottom{
    padding: 18px 0;
}
.footer-bottom p{
    margin: 0 !important;
}
.category-widget-title {
    width: auto;
    font-weight: 700;
    font-size: 25px;
}

/*.category-title-underline, .blog-title-underline {*/
/*    width: 128px;*/
/*    border-bottom: 3px solid #3bb2b1*/
/*}*/

#categoriesID {
    margin-bottom: 20px
}

#categoriesID a {
    color: #000
}

#categories-3 ul {
    margin-bottom: 0;
    padding-left: 0;
}

#categories-3 li {
    text-transform: uppercase;
    border: 1px solid black;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 10px;
}

#categories-3 li > a {
    font-weight: 400;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    display: inline-block;
    padding: 10px;
    width: 100%
}

#categories-3 li {
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#categories-3 li:hover, #categories-3 li.current-cat {
    background-color: #2B799C;
}

#categories-3 li:hover a, #categories-3 li.current-cat a, #categories-3 li:hover, #categories-3 li.current-cat {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rpwwt-post-title{
    color: #303030;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

#recent-posts-widget-with-thumbnails-2 li {
    padding: 2px;
    border: 1px solid #dcdcdc
}

.rpwwt-widget ul li img{
    height: auto;
    width: 100%!important;

}

#recent-posts-widget-with-thumbnails-2 li img {
    margin: 0 10px 0 0
}

#recent-posts-widget-with-thumbnails-2 li a {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2rem
}

#categories-4 li:last-child {
    border-bottom: none
}

.blog-page-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-page-item-title{
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}
.text-block {
    min-height: 11.3rem;
    display: flex;
    align-items: center;

}

.blog-page-item-title:hover {
    text-decoration: none;
    color: #3bb2b1
}

.blog-readmore {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 15px;
    color: #00B3B2 !important;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    line-height: 9px;
    border: 1px #00B3B2 solid;
    width: 168px;
    height: 45px;
    text-align: center;
    border-radius: 8px;
}


.blog-readmore > span {
    font-size: 20px
}

.text-share {
    font-size: 16px;
    font-weight: 300
}

.blog-readmore:hover {
    background-color: #00B3B2;
    text-decoration: none;
    color: #fff !important;
}


.advantage-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #303030
}

.advantage-block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

.advantage-block > div {
    width: 48%
}

.advant-img-item {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6)
}

.program-advantage p{
    font-size: 18px;
    line-height: 25px;
}

.text-program p{
    font-size: 18px;
    line-height: 25px;
}

.btn-program-block p{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.blog-item-title {
    font-size: 40px;
}

#main p {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    font-family: 'Roboto';
    line-height: 28px;
}

.has-text-color{
    color: #043E58;
    font-size: 25px;
}

.social-icon-blog {
    height: 30px;
    width: 30px;
    display: block;
}

.social-icon-blog:hover .icon-hover {
    display: block
}

.social-icon-blog:hover .icon-img {
    display: none
}

.social-icon-blog img {
    height: 100%;
    width: 100%;
    margin-right: 10px
}

.blog-img-wrap {
    height: auto;
    position: relative;
    padding: 5px;
}

.blog-img-wrap img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.cat-item{
    font-size: 20px;
    color: #303030;
    font-weight: 400;
}

.text-block>div{
    max-height: 100%;
}

.article_text{
    color: #303030;
    font-size: 24px;
    font-weight: 500;
}

.article-block ol, ul {
    padding-left: 24px;
}
.article-block p, ol, ul {
    /*font-weight: 350;*/
    font-size: 1.2rem;
}

.content-area ol, ul {
    padding-left: 1.2rem;
}

.content-area ul li {
    list-style: disc;
}

.content-area ol li {
    list-style: decimal;
}

.content-area h2, .content-area h3 {
    font-weight: bolder;
}

.content-area h2, h3, h4, h5, .h4 {
    color: #006795;
    font-size: 22px;
    margin-top: 10px;
}

.content-area blockquote {
    position: relative;
    background: #fff;
    padding: 15px 15px 15px 48px;
    margin: 15px;
    font-style: italic;
    text-align: left;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 12px solid #3bb2b1;
    -moz-box-shadow: 2px 2px 6px #ccc;
    -webkit-box-shadow: 2px 2px 6px #ccc;
    box-shadow: 2px 2px 6px #ccc;
}

.content-area blockquote:before {
    content: "";
    background: url(../image/app/comma_grey.png);
    top: 10px;
    left: 5px;
    position: absolute;
    /*border-radius: 25px;*/
    height: 27px;
    width: 30px;
    background-repeat: no-repeat
}

#main * {
    max-width: 100%
}

.teaching-img {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.teaching-img > img {
    width: 50%;
    position: absolute;
    top: 60px;
    right: 50px;
}



p.main-banner-text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.services_card_delails{
    display: none;
}

p.section-block, h2.section-block, h3.section-block, h4.section-block, .h4.section-block, h5.section-block, h6.section-block {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2
}

.section-block{
    color: #043e58;
}

.support-green-block .section-block{
    color: white;
}

h1{
    color: #043E58;
}

.section-block span {
    font-weight: 300
}

.banner-content-teaching {
    padding-bottom: 60px
}

.price-img-wrap {
    display: block;
    height: 100%;
    width: 100%
}

#teaching{
    margin-top: 80px;
    padding-top: 30px;
}

.circle-price-wrap {
    margin: -2% 2% -2% -21%
}

.orderEducation_teaching{
    font-weight: 500;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    height: 82px!important;
    width: 400px!important;
    border-radius: 8px;
    font-size: 22px !important;
}

.circle-price-item-left {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.54);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.54);
    border: 5px solid #00b3b2;
    background: #fff
}

.circle-price-item-right {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.54);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.54);
    border: 5px solid #00b3b2;
    background: #fff
}

.circle-price-wrap-right {
    margin: -2% -20% -2% -0
}

.circle-price-item-right h6, .circle-price-item-left h6 {
    text-align: center;
    font-size: 30px
}

.circle-price {
    color: #00b3b2;
    font-size: 60px;
    padding: .5rem 0;
    font-weight: 700
}

.price-block {
    position: relative;
    background: #fff;
    width: 90%;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
    padding: 0 4rem 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 1.5rem
}

.price-green-points.right-side {
    margin: 0 3rem
}

.price-green-points li {
    position: relative;
    margin: 8px 0
}

.price-green-points li:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00b3b2;
    display: block;
    position: absolute;
    left: -35px;
    margin-top: 4px
}

.padding-order-btn {
    width: 300px
}

.padding-order-btn button {
    width: 100%
}

.price-green-star {
    padding-left: 35px
}

.price-green-star li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: 1.2rem;
    position: relative;
    margin: 10px 0
}

.price-green-star li:before {
    content: '';
    background: url(../image/app/star.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 3px;
    position: absolute;
    left: -35px
}

.teaching_advantages{
    width: 22%;
    margin: 0 5px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
}

.teaching_advantages_star{
    text-align: center;
    margin-bottom: 25px;
}

.teaching_reviews_description{
    font-size: 20px!important;
    color: black !important;
    width: 45%;
    margin: 0 auto;
}

.tab-program {
    width: 40%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 3px solid #00b3b2;
    margin-top: 20px;
    margin-bottom: 0;
    background: #fff;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
    text-transform: uppercase;
    cursor: pointer;
    height: 50px
}

.reviews_bg{
    background-color: #F9F9F9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
}

.tab-program h2, .tab-program h3, .tab-program h4 {
    font-size: 1.5rem;
    font-weight: 400
}

.tab-program:first-child {
    margin-top: 0
}

.tab-program.active, .tab-program:hover {
    background: #00b3b2;
    color: #fff
}

h3.tab-program, h4.tab-program {
    font-weight: 500
}

.text-program {
    border-radius: 8px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 100%;
    height: fit-content;
    padding-left: 5%;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    box-shadow: 0px 0px 20px rgba(2, 22, 31, 0.11);
    margin-left: 40px;
    padding: 30px;
    padding-top: 40px;
    flex-direction: column;
}

.text-program.active {
    opacity: 1
}
.btn-program-block{
    position: absolute;
    bottom: 20px;
    right: 0;
    padding-left: 5%;
    width: 50%;
}

.tab-wrap-program{
    z-index: 4;
}


.text-program > p {
    color: #303030;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.gorizontal-line {
    width: 5%;
    position: absolute;
    right: 55%;
    height: 3px;
    background: #00b3b2;
    z-index: 2;
}

.vertical-line{
    height: 200px;
    width: 3px;
    border-right: 3px #00b3b2 solid;
    position: absolute;
    right: 54.7%;
    top: -25px;
    height: 107%;
    z-index: 1;
}

.card-subscription button,
.card-subscription_teaching button {
    width: 100%;
    height: 62px;
    font-size: 21px;
    border-radius: 5px;
    font-weight: 500;
}
.card-subscription button.btn-outline-primary,
.card-subscription_teaching button.btn-outline-primary{
    border: 0.5px solid #007A9F;
    color: #043E58;
}
.card-subscription button.btn-outline-primary:hover,
.card-subscription_teaching button.btn-outline-primary:hover{
    background-color: #fff;
}
.form-control-wrap{
    text-align: left;
    padding-left: 27px;
    color: #AEAEAE;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
.form-control-wrap input:checked + label{
    color: #303030;
}
.form-control-wrap input[type=radio] {
    height:20px;
    width:20px;
    vertical-align: middle;
}
.formModalEducation420_TM{
    width: 60%;
    margin: 0 auto;
    height: 73px;
    width: 338px;
    font-size: 20px;
    border-radius: 5px;
}


.gorizontal-line:after {
    content: '';;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
    background: #00b3b2;
    border: 3px solid #fff;
    outline: #00b3b2 solid 1px;
    position: absolute;
    top: -8px;
    right: -12px
}

.comm-teach-item {
    margin-top: 40px;
    width: 47%;
    padding: 20px;
    padding-bottom: 45px;
    position: relative;
    margin-bottom: .5rem;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(4, 62, 88, 0.4);
}

.comm-teach-up{
    border-radius: 8px;
}

.card-comm-teach-body {
    margin-left: 5px
    z
}

.card-comm-teach-body p {
    font-size: 1.1rem;
    font-weight: 400
}

.border-teach-comm {
    height: 100%
}

.comm-teach-up {
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.comm-teach-down {
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0
}

.service-img {
    width: 100%;
    height: 100%;
    display: block
}

.teaching_price{
    color: #00B3B2;
}

.teaching_card_term{
    color: #303030;
    font-size: 40px;
}

.horizont_line{
    width: 70%;
    height: 2px;
    background-color: #00B3B2;
    margin: 0 auto;
}

.banner-content-service .btn-lg, .service-blue-block .btn-lg {
    font-size: 1.2rem
}

.banner-content-service p {
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
}

.block-light-blue {
    background-color: #00b3b2;
    color: #fff
}

.support-green-block h2 {
    font-size: 24px;
}

.support-green-block p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.card-service {
    border: 3px solid #00b3b2;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative
}

.forScroll {
    position: absolute;
    top: -70px
}

.card-service{
    border: 2px solid #00B3B2;
    -webkit-box-shadow: -4px -4px 10px rgba(22, 30, 33, 0.1), 4px 4px 10px rgba(22, 30, 33, 0.1);
    box-shadow: -4px -4px 10px rgba(22, 30, 33, 0.1), 4px 4px 10px rgba(22, 30, 33, 0.1);
}



.toggle_img:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.44);
    cursor: pointer
}

.card-service:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.44);
    cursor: pointer
}

.card-service p {
    margin-bottom: 0;
    line-height: 36px;
    font-size: 18px;
    font-weight: 300
}

.service-blue-block p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}

.toggle_img.collapsed img {
    opacity: 1;
    float: right;
    transform: rotate(-90deg)
}

.toggle_img img {
    float: right;
    -webkit-transition: 0.3s;
    -o-transition: .3s;
    transition: .3s;
    height: 61px;
    width: 61px
}

.service-blue-block {
    background-color: #2B799C;
}

h2.accordion-title, h3.accordion-title {
    font-size: 24px;
    font-weight: 700;
    color: #303030;
}

.mobile-form {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.choose_tariff{
    font-size: 26px;
}

.smartphone-main-container .wp-block-column{
    display:flex;
    flex-direction: row;
}

#main .smartphone-main-container tbody{
    border:1px solid black;
}

#main .smartphone-main-container tr{
    border:1px solid black;
}

#main .smartphone-main-container td{
    border:1px solid black;
}

.smartphone-main-container{
    display:flex;
    flex-direction:row;
    margin-bottom:20px;
}

/*.wp-block-table{*/
/*    width:57%!important;*/
/*}*/

#main .smartphone-main-container table{
    width:100%;
}

#main .smartphone-main-container figure{
    width:49%;
    margin:0;
}

#main .smartphone-main-container .wp-block-image figure{
    width:100%;
    margin:0;
}

#main .smartphone-main-container img{
    width:100%;
}

#main .smartphone-main-container .figure-table{
    width:51%;
}

#main .smartphone-main-container .wp-block-table{
    width:51%;
}

#uptolike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/*#main .wp-block-image{*/
/*    width:49%;*/
/*}*/

.section-comp{
    display:none;
    flex-direction:column;
    width:90%;
    margin:0 auto;
}

.section-comp-first-container{
    border: 1px solid #00B3B2;
    border-radius: 8px;
    padding:10px;
}

.comp-first-text{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #2B799C;
}

.comp-text{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 140%;
    color: #303030;
}

.comp-text-margin{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 140%;
    color: #303030;
    margin-top:-80px;
}

.comp-first-buy-text{
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #303030;
}

.comp-item-container{
    border: 1px solid #00B3B2;
    border-radius: 8px;
    padding:10px;
    margin-top:10px;
}

.comp-item-text-block{
    max-height:120px;
    overflow:hidden;
}

.comp-item-text-block:before{
    content:"";
    display:block;
    height:80px;
    position:relative;
    top:50px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.comp-read-more{
    font-family:'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline!important;
    color: #00B3B2!important;
}

.max-height{
    max-height:100%;
}

.no-before:before{
    background:none;
}

.gorizontal-line {
    right:64%;
}

.vertical-line {
    right:63.7%;
}

.tab-program{
    width:31%;
    height:60px;
}

.text-program{
    width:60%;
}

/*.tab-wrap-program h3{*/
/*    color:transparent;*/
/*}*/

.tab-wrap-program .active h3{
    color:#FFF;
}

.tab-wrap-program .active h2{
    color:#FFF!important;
}

.tab-wrap-program .active h4{
    color:#FFF;
}

#tabProgram1 h2{
    color:#2B799C;
}

.no-margin-bottom{
    margin-bottom:0px!important;
}

.display-none{
    display:none!important;
}

.justify-teaching-block{
    justify-content: space-around!important;
}

.all-button{
    width:338px!important;
    height:58px!important;
    padding-top:15px;
}

.comm-name p{
    margin-top:40px!important;
}

.comm-item:before{
    top:120px;
}

.comm-item{
    padding-top:0;
}

.captcha_text{
    width:150px!important;
}

.more-info{
    color:#2B799C!important;
}

.link-arrow-right{
    filter:none;
}

.col-auto h1{
    margin-top:60px!important;
}

.first-section-services{
    margin-top:0px!important;
}

.container-fluid .h4,
.container-fluid h4{
    margin-top:50px!important;
    margin-bottom:0px!important;
}

.teach_comments .comm-name p{
    margin:0!important;
}

.page-marker{
    color:#00B3B2!important;
    text-decoration:underline!important;
}

.navbar-nav>li>a{
    color: #303030;
    font-size: 22px !important;
    font-weight: 400;
    line-height: normal;
    text-decoration-color: #2B799C;
}

.comp{
    position:relative;
    display:flex;
    width:100%;
}

.comp-img{
    background:url('../image/services-comp.jpg')no-repeat;
    background-size:100%;
    width:45vw;
    height:32vw;
    margin-left:55vw;
    opacity:.5;
    margin-top:50px;
}

.comp-container{
    display:flex;
    flex-direction: column;
    width:100%;
    position: absolute;
    margin-top:40px;
}

.comp-text-container{
    display:flex;
    flex-direction: column;
    width:40vw;
    margin-left:15vw;
    margin-top:60px;
}

.comp-text-one{

}

.comp-text-two {
    margin-top: 30px;
}

.preloader{
    position:fixed;
    z-index:1001;
    width:100vw;
    height:100vh;
    background-color:gray;
}

.figure-img-100{
    width:100%!important;
}

.figure-img-100 img{
    width:100%!important;
}

#uptolike{
    margin:0!important;
}
#shownOnlyOnceAWeek .modal-dialog{
    width: 850px;
    max-width: 850px;
}
.checkbox-wrap input{
    width: 17px;
    height: 17px;
    transform: translateY(2px);
}
#shownOnlyOnceAWeek button{
    width: 400px;
    height: 60px;
    border: 1px solid #FFE132;
    color: #303030;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    background-color: transparent;
    cursor: pointer;
}
.modal-content.scammers-modal{
    width: 100%;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    border-radius: 8px;
    border: none;
}
.scammers-modal__header{
    color: #303030;
    border: 4px solid #FFD79A;
    border-radius: 6px;
    padding: 22px 18px;
    position: relative;
}
.scammers-modal__header__text{
    text-align: center;
}
.scammers-modal__header__title{
    font-size: 24px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.scammers-modal__header__title svg{
    margin: 0 10px;
}
.scammers-modal__footer{
    color: #4C4E53;
    text-align: center;
    font-size: 20px;
    font-family: Roboto;
    line-height: 140%;
    margin-top: 30px;
}
.scammers-modal__footer__text{
    text-align: center;
}
.scammers-modal__footer__phone{
    margin-top: 20px;
    margin-left: 108px;
    text-align: left;
    display: flex;
}
.scammers-modal__footer__phone svg{
    margin-right: 10px;
}
.scammers-modal__footer__email{
    margin-top: 8px;
    margin-left: 108px;
    text-align: left;
    display: flex;
}
.scammers-modal__footer__email svg{
    margin-right: 8px;
}
.scammers-modal__footer__phone a, .scammers-modal__footer__email a{
    color: #00415D;
}
.scammers-modal__footer__btn{
    margin-top: 22px;
    width: 390px;
    height: 72px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #303030;
    background: #FFE132;
    border: 5px solid #FFE132;
    border-radius: 8px;
    cursor: pointer;
}
.scammers-modal__body{
    padding: 24px 25px 39px 25px;
}
.scammers-modal__title{
    background-color: #00B3B2;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    padding: 4px 0;
}
.scammers-modal__header svg{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
form .wpcf7-response-output{
    max-width: fit-content;
    margin: 0 auto !important;
}
form.sent .wpcf7-response-output{
    color: #46b450;
}
.consult-form-input {
    margin-top: 16px;
}
.talent {
    background: #2B799C;
    padding: 39px 0 47px;
}
.talent__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}
.talent__wrap {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.talent__main {
    display: flex;
    width: 535px;
    max-width: 50%;
    flex-direction: column;
    gap: 30px;
}
.talent__main p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFF;
}
.talent__img {
    display: block;
    width: calc(100% - 638px);
    min-width: 50%;
}
.talent__btn {
    margin: 0 auto;
    margin-top: 24px;
    max-width: 100%;
    width: 338px;
    height: 55px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.consult-form.talent-promo {
    box-shadow: 4px 4px 10px 0px #161E214D;
    background: #00B3B2;
    border-radius: 8px;
    padding: 13px 0;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.talent-promo__title {
    padding: 0 22px;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}
.talent-promo__price {
    width: fit-content;
    max-width: 90%;
    display: flex;
    gap: 0 7px;
    align-items: center;
    padding: 8px 24px;
    border-radius: 16px;
    background: #FFE132;
    flex-wrap: wrap;
    justify-content: center;
}
.talent-promo__price span {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    color: #5B6B69;
}
.talent-promo__price span:nth-child(1) {
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}
.talent-promo__price span:nth-child(2) {
    font-family: Roboto;
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
    color: #303030;
}
.talent-promo__price span:nth-child(3) {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #3B3F45;
}
.talent-promo__end {
    font-family: Roboto;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
}
.talent-promo__countdown {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    background: #2B799C;
    width: 100%;
}
.talent-promo__countdown__title {
    font-family: Roboto;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.talent-promo__countdown__value {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-family: Roboto;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
.talent-promo__countdown__value span:last-child {
    width: 120px;
    text-align: left;
}
.talent-promo__link {
    font-family: Roboto;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.talent-promo__link:hover {
    color: #FFFFFF;
}
.talent-promo__tel {
    margin-top: -8px;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.talent-promo__tel:hover {
    color: #FFFFFF;
}
.btn-outline-talent {
    color: #FFF;
    border-color: #FFF;
    font-size: 22px;
}
.btn-outline-talent:hover {
    color: #FFF;
}
.talent-promo.consult-form .btn {
    width: 337px !important;
    max-width: 90%;
    height: 51px;
}
.policy-page ul {
    list-style: unset;
    margin-left: 24px;
}
.litteral {
    list-style-type: upper-latin;
    margin-left: 24px;
}
.roman {
    list-style-type: lower-roman;
    margin-left: 24px;
}
@media (max-width: 1717px) {
    p {
        font-size: 1rem
    }

    h5 {
        font-size: 1.1rem
    }

    h6 {
        font-size: 18px;
    }

    .btn-sm {
        font-size: .75rem
    }

    .step-number {
        font-size: 60px !important
    }

    .description_6-steps{
        font-weight: 300;
        color: #303030;
    }


    .center-block {
        width: 70%
    }
}



@media (max-width: 1640px) {
    .banner-content {
        padding-bottom: 80px
    }

    .center-block {
        width: 80%
    }

    .medium {
        font-size: 95%
    }

    .center-block-education{
        width:70%;
    }
}

@media (max-width: 1520px) {

    h2 {
        font-size: 1.7rem
    }

    h4, .h4 {
        font-size: 1.4rem
    }

    .center-block {
        width: 90%;
        margin: 0 auto
    }

    .card-blog-img, .block-darken {
        height: 230px
    }

    .center-block-education{
        width:70%;
    }

}

@media (max-width: 1490px) {
    .comp-img{
        height:34vw;
        margin-top:100px;
    }

    .teaching-img > img {
        width: 70%;
        position: absolute;
        top: 60px;
        right: 0px;
    }

    .medium {
        font-size: 90%
    }

    .sirvice-item-wrap .btn-lg {
        font-size: 1.3rem
    }


    .consult-form p {
        font-size: 1.4rem !important
    }

    .center-block-education{
        width:70%;
    }
}

.center-block-md-teaching{
    display: none;
}

.advantages_small{
    display: none;
}



@media (max-width: 1320px) {
    .menu_list{
        display: none;
    }
    .comp-img{
        height:38vw;
    }

    .comp-text-container{
        width:55vw;
        margin-left:5vw;
    }

    .comp-img{
        width:50vw;
        margin-left:50vw;
    }

    .wp-block-image{
        width:30%;
    }

    .blog-item-title{
        font-size: 36px;
    }

    .uptolike__article{
        margin-left: 0px!important;
    }

    #main p{
        font-size: 18px;
        line-height: 25px;
    }

    .has-text-color{
        font-size: 22px!important;
    }

    .article__btn_whatsApp{
        width: 296px;
    }

    .article__btn_whatsApp div{
        padding-top: 7px;
        line-height: 28px;
    }

    .article__btn_teach{
        width: 296px;
    }

    .cat-item{
        font-size: 16px;
    }

    .blog_sidebar{
        padding-left: 0px!important;
        padding-right: 0px !important;
    }

    .subscribe_newsletter__input{
        margin-top: 30px;
    }

    .subscribe_newsletter__btn{
        margin-top: 30px;
    }

    .rpwwt-post-title{
        font-size: 16px;
        line-height: 20px;
    }

    .rpwwt-widget ul li img {
        max-width: 147px !important;
    }

    .text-share{
        margin-left: 0px !important;
    }

    .subscribe_newsletter__title{
        font-size: 18px;
    }

    .subscribe_newsletter__input{
        font-size: 14px;
    }

    .subscribe_newsletter{
        border-radius: 8px;
        height: 185px;
    }

    .blog__share_icons{
        flex-direction: column;
    }

    #uptolike{
        margin-left: -25px;
    }

    .blog__share_icons{
        margin-left: 0px;
    }


    .program-advantage p{
        font-size: 16px;
    }

    .service-blue-block p{
        line-height: 28px;
    }

    .card-text-checkbox_teaching{
        font-size: 18px;
    }

    .teaching_advantages_text{
        font-size: 18px;
    }

    .card-comm-teach-body p{
        font-size: 16px;
    }
    .teaching_card_term{
        font-size: 24px;
    }

    .support-green-block h2{
        font-size: 36px;
    }

    .consult-form .captcha_text{
        position: absolute;
        top: 286px;
        left: 11%;
        width: 100px;
    }

    .consult-form .mathcaptcha-315{
        position: absolute;
        right: 27px;
        top: 285px;
        padding: 8px;
        background-color: rgba(218, 218, 218, 0.5);
        font-size: 18px;
        font-family: Roboto;
        border-radius: 8px;
    }

    .captcha_text{
        position: absolute;
        top: 348px;
        left: 69px;
        width: 120px;
    }

    .mathcaptcha-315{
        position: absolute;
        right: 38px;
        top: 338px;
        padding: 8px;
        background-color: rgba(218, 218, 218, 0.5);
        font-size: 18px;
    }

    .orderEducation_TM{
        width: 75%;
        margin: 0 auto;
    }

    .moreInfoEducation_TM{
        width: 75%;
        margin: 0 auto;
    }
    .card-subscription_teaching button,
    .card-subscription button{
        width: 100%;
    }

    .consult-form{
        height: auto;
    }

    .menu_list{
        display: none;
    }

    .menu-phone_line{
        margin-left: 5%;
    }

    .menu-phone_line li{
        margin-left: 30px;
    }

    .menu_list{
        flex-direction: column;
    }

    .menu-phone_line{
        display: inherit;
    }

    .menu-phone_line li{
        display: inline-block;
    }

    .menu-phone{
        display: none;
    }

    /*.menu-phone li{*/
    /*    display: inline-block;*/
    /*}*/


    .navbar-expand-md .navbar-toggler{
        display: block;
        position: absolute;
        right: 10px;
    }

    .advantages_large{
        display: none;
    }

    .advantages_small{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .step-number{
        color: rgb(0, 179, 178);
    }

    .reason-description{
        width: 100%;
    }

    .youtube-block{
        display: none !important;
    }

    .youtube_watch_btn{
        display: block !important;
        width: 240px;
        margin: 0 auto;

    }

    .youtube_watch_button{
        width: 100%;
        border: 1px solid #007A9F;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .youtube_watch_button img{
        min-width: 48px;
        min-height: 48px;
        margin-right: 10px;
    }

    .center-block.teaching{
        display: none;
    }

    .center-block.teaching.md{
        display: block;
    }

    .teaching-header{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        font-size: 40px;
    }

    .teaching-wrap{
        display: flex;
        justify-content: center;
        line-height: 39px;
    }

    .center-block .teaching_small{
        display: block;
    }

    .teaching-wrap .teaching-block{
        text-align: center;
        margin: 0px 30px 0px 60px;
    }

    .orderEducation_TM{
        width: 75%;
        font-size: 19px !important;
        height: 50px;
    }

    .moreInfoEducation_TM{
        width: 75%;
        font-size: 19px !important;
        height: 50px;
    }

    .teaching-wrap .teaching-block {
        width: 40%;
    }

    .step-item-wrap{
        position: relative;
    }

    .services-btn_main{
        position: absolute;
        bottom: 20px;
        font-size: 16px;
        height: 55px;
    }

    .service-title {
        font-size: 1.3rem
    }

    .padding-order-btn {
        width: auto
    }

    .padding-order-btn button {
        width: auto
    }

    .tab-program h2,
    .tab-program h3 {
        font-size: 1.4rem
    }
    .text-program > p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    p.teaching-block {
        font-size: 37px;
    }

    .teaching-block p {
        font-size: 28px;
    }

    .block-description p{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .center-block-education{
        width:90%;
    }

    .services_main_description{
        width:75%;
    }

    .btn_main_wrap .btn{
        width:273px;
        height:60px;
    }

    .col-auto h1{
        margin-top:-50px!important;
    }

    .first-section-services{
        padding-top:80px!important;
    }

    .teacting-first-section{
        padding-top:100px;
    }

    .banner-content-teaching .teaching_main_description{
        margin-top:20px;
    }

    .w-100 .banner-content-teaching .px-0{
        margin-top:60px;
    }

    .reviews_bg .center-block .teaching_reviews_description{
        width:70vw;
    }

    .comm-name img{
        width:95px;
    }

    .comm-teach-item .justify-content-between{
        justify-content: start!important;
    }
/*    .tariff-header .discount{
        font-size: 20px;
        width: 50px;
    }*/
    .subscription-price{
        font-size: 42px;
    }
}

@media (max-width: 1230px) {
    h4, .h4 {
        font-size: 1.3rem
    }

}

@media (max-width: 1200px) {

    .comment-photo{
        display: block !important;
    }

    .comm-name p{
        padding-top: 0px;
    }


    .banner-content-teaching {
        padding-bottom: 50px;
    }

    .btn_order {
        width: auto
    }

    #uptolike {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .service-title {
        font-size: 1.2rem
    }

    .reason-description p {
        font-size: 1rem;
    }
    p.teaching-block {
        font-size: 35px;
    }
    .teaching-block .btn-xl {
        font-size: 1.2rem;
    }

    .consult-form{
        width:45%;
    }
    .comm-name p{
        margin-top:0!important;
    }

    .comm-item:before {
        top:10px;
    }

    .card-comm-body{
        margin-top:50px;
    }
}

@media (max-width: 1190px) {
    .consult-form p {
        font-size: 1.2rem !important
    }

    .consult-form {
        padding: 1rem
    }

    .consult-form .form-control {
        padding: 1.375rem .5rem;
        font-size: 1rem
    }
    .blog-page-item-title {
        font-size: 20px;
    }
}

@media (max-width: 1148px) {

    .teaching-block .btn-xl {
        font-size: 1rem
    }

    p.teaching-block {
        font-size: 30px
    }

    .banner-second-img {
        width: 80%
    }

    .medium {
        font-size: 80%
    }

    .card-blog-img, .block-darken {
        height: 200px
    }

    .tab-program h2, .tab-program h3, .tab-program h4 {
        font-size: 1.2rem
    }
    .card-subscription_teaching button,
    .card-subscription button{
        width: 100%;
        height: 50px;
    }
}

@media (max-width: 1090px) {

    .block-description p {
        margin-bottom: 1.1rem !important
    }

    .header.scrolled .menu-item a {
        font-size: 1rem
    }
}

@media (max-width: 1060px) {
    .comp-text-container{
        width:65vw;
    }

    .comp-img {
        height: 43vw;
        margin-top:130px;
    }

    .banner-content {
        padding-bottom: 80px
    }

    .teaching-img > img{
        top: 116px;
        right: -183px;
    }

    .text-program,.btn-program-block {
        width: 52%;
    }

    .text-program{
        width:65%;
    }



    .price-block {
        padding: 0
    }

    .step-item-wrap p:not(.h4){
        margin-bottom: 30px;
    }

    .btn-block{
        width: 270px;
    }

    .price-green-points.right-side {
        margin: 0 1rem 0 2rem
    }

    .price-green-points.left-side {
        margin: 0 1rem 0 2rem
    }

    .circle-price-wrap {
        margin: -2% 2% -2% -13%
    }

    .circle-price-wrap-right {
        margin: -2% -13% -2% -0
    }

    .service-title {
        height: 55px;
        vertical-align: middle;
        font-weight: 700;
        font-size: 22px;
    }
    .text-program, .btn-program-block{
        padding-left: 2%;
    }

    .tab-program{
        width:28%;
        height:65px;
    }

    .gorizontal-line{
        right:67%;
    }

    .vertical-line {
        right:66.6%;
    }

    @media (max-width: 991px) {

        .contacts-promo__item, .contacts-numbers__item {
            margin: 0 auto;
            margin-right: auto !important;
        }

        #shownOnlyOnceAWeek .modal-dialog{
            width: 750px;
        }
        #shownOnlyOnceAWeek iframe{
            height: 398px;
        }
        .blog-item-title{
            font-size: 24px;
        }

        #main p{
            font-size: 18px;
        }

        .has-text-color{
            font-size: 22px!important;
        }


        .article__btn_whatsApp div{
            padding-top: 15px;
        }

        .article__btn_teach div{
            padding-top: 10px;
        }

        .article__btn_teach{
            width: 303px;
            height: 60px;
            margin-top: -20px;
        }

        .article__btn_whatsApp{
            width: 303px;
            height: 60px;
            margin-top: 30px;
        }


        .blog-page-item-title{
            font-size: 18px;
        }

        .advantage-block p{
            font-size: 16px;
        }

        .teaching_advantages_text{
            font-size: 16px;
        }

        .teaching-heading{
            font-size: 36px!important;
        }

        .service_main_title{
            font-size: 30px;
        }

        .banner-content-service p{
            font-size: 18px;
        }

        .btn_main_wrap{
            width: unset;
        }



        .btn_main{
            height: 62px;
            font-size: 22px !important;
        }

        .support-green-block h2{
            font-size: 30px;
        }

        .service-text-title{
            font-size: 30px;
            line-height: 42px;
        }

        .main_advantages_small{
            display: block;
            width: 100%;
        }

        .orderEducation_TM{
            margin: 0 auto;
            width: 265px;
        }

        .btn-block{
            width: 285px;
        }

        .formModal_TM{
            width: 255px;
        }

        .advantages_wrap{
            width: 80%;
            margin: 0 auto;
        }


        h2.section-block{
            font-size: 30px;
        }
        .main_advantages_large{
            display: none;
        }

        /*        .card-text-checkbox:before {
                    content: "";
                    display: none;
                }*/

        .card-text-checkbox{
            /*      text-align: center;
                  margin-left: 0px;*/
        }

        .consult-form{
            height: auto;
        }

        #formConsultMain91{
            font-size: 14px;
            border-radius: 8px;
        }

        .step-item-wrap{
            width: 46%;
        }

        .step-block{
            justify-content: space-evenly;
        }

        .step-number{
            font-size: 65px !important;
        }

        .blog-item{
            width: 49%;
            margin-bottom: 20px;
        }

        .articles__large{
            display: none;
        }

        .articles__small{
            display: block;
        }

        h1 {
            margin-bottom: 0 !important;
            font-size: 30px;
        }

        h2 {
            font-size: 1.3rem
        }

        h5 {
            font-size: 1rem
        }

        p {
            font-size: 1rem
        }

        h6{
            font-size: 20px;
        }

        h3.section-block{
            font-size: 30px;
        }

        .reason-description p {
            font-size: 1rem
        }

        .medium {
            font-size: 90%
        }

        .description_6-steps{
            font-size: 18px;
        }

        .service-item-wrap{
            width: 49%;
        }

        .service-text{
            font-size: 18px;
        }

        .reason-description p{
            font-size: 18px;
        }

        .youtube_watch_btn{
            width: 33%;
        }

        .center-block {
            width: 95%
        }

        .banner-content {
            padding-bottom: 40px
        }

        .block-description {
            margin-right: 2rem
        }

        .sirvice-item-wrap p {
            font-size: .9rem
        }

        .sirvice-item-wrap .btn-lg {
            font-size: 1.1rem
        }

        .teaching-block {
            width: 100%
        }

        .banner-second-img {
            width: 120%
        }

        .card-subscription {
            width: 100%
        }
        .card-subscription:first-child{
            order: 1;
            margin-top: 20px;
        }
        .card-subscription:nth-child(2){
            order: 1;
        }
        .comment-photo{
            display: block !important;
        }

        .comm-name{
            margin-top: 0px;
        }

        .comm-name p {
            padding-top: 0px;
            font-size: 18px;
        }

        .banner-content{
            padding-bottom: 70px;
        }
        .center-block h1{
            font-size: 30px;
        }

        #recent-posts-widget-with-thumbnails-2 li a:after {
            display: none
        }

        #recent-posts-widget-with-thumbnails-2 li a {
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            text-align: center
        }

        #recent-posts-widget-with-thumbnails-2 li a img {
            display: block;
            margin: 0 auto;
            max-width:100%
        }

        .price-block {
            padding: 0 1rem 0 0
        }

        .circle-price-wrap-right {
            margin: -2% -13% -2% -0
        }

        .text-block {
            min-height: 9.5rem;
        }

        #recent-posts-widget-with-thumbnails-2 li a{
            flex-direction: row;
            text-align: left;
        }

        .moreInfoEducation_TM{
            margin: 0 auto;
            width: 265px;
        }

        .rpwwt-post-title{
            padding-left: 4px;
        }

        .consult-form{
            width: 500px;
        }

        .rpwwt-widget ul li{
            margin-bottom: 20px !important;
        }

        .blog__title{
            font-size: 36px !important;
        }
/*        .tariff-header .discount{
            font-size: 36px;
            width: 100px;
        }*/
        .subscription-price{
            font-size: 48px;
        }
        footer .menu_block{
            margin-top: 40px;
        }
        .logo-footer{
            display: none;
        }
        .talent__wrap {
            flex-direction: column;
            gap: 20px;
        }
        .talent__wrap > * {
            width: 100%;
            max-width: 100%;
        }
        .banner-block {
            flex-direction: column-reverse;
            gap: 24px;
        }
        .block-description, .consult-form {
            margin: 0 auto;
            width: 96%;
        }
    }

    @media (max-width: 930px) {
        .btn-xl {
            font-size: 1.3rem
        }

        .banner-content-teaching {
            padding-bottom: 100px
        }

        .price-green-points li {
            margin: 3px 0;
            font-size: 14px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .price-green-points li:before {
            width: 13px;
            height: 13px;
            margin-right: 10px;
            margin-top: 3px
        }

        .circle-price {
            color: #00b3b2;
            font-size: 52px;
            padding: 0
        }

        .card-blog-img, .block-darken {
            height: 150px
        }

        .menu-item {
            padding: 1rem .4rem
        }
        .btn-program-block p {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 869px) {
        .comp-img{
            display:none;
        }

        .comp-text-container {
            width: 90vw;
            text-align: center;
        }

        .comp-container{
            position:static;
        }

        .blog-item-title{
            font-size: 22px !important;
            line-height: 30px !important;
        }

        .article__btn_whatsApp{
            font-size: 20px;
        }

        .article__btn_teach{
            font-size: 24px;
        }


        /*        .blog-img-wrap{
                    width: 100%;
                    max-width: 100%;
                }*/

        .blog_item__text{
            width: 100%;
            max-width: 100%;
            min-height: 4.5rem !important;
            margin-bottom: 10px;
            color: #303030;
        }

        .subscribe_newsletter{
            height: 200px;
        }

        .blog-readmore{
            height: 40px;
        }

        #recent-posts-widget-with-thumbnails-2 li a {
            flex-direction: column;
        }

        .rpwwt-widget ul li img{
            width: 100% !important;
            max-width: 100%!important;
        }

        .rpwwt-post-title{
            font-size: 18px;
            line-height: 27px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .card-text-checkbox_teaching:before{
            display: none;
        }

        .program-advantage-item{
            max-width: 50% !important;
            flex: 0 0 50%;
        }

        .card-text-checkbox_teaching{
            font-size: 16px;
            text-align: center;
            margin-left: 0px;
        }

        .subscription-price{
            font-size: 32px;
        }

        .teaching_card_term{
            font-size: 20px;
        }

        .teaching_advantages{
            width: 47%;
        }

        .teaching_advantages_text{
            font-size: 18px;
        }

        .teaching-heading{
            font-size: 42px;
        }

        .teaching_reviews_description{
            font-size: 18px;
        }

        .card-comm-teach-body p{
            font-size: 18px;
        }

        .comm-name p{
            font-size: 20px;
        }

        .advant-img-item{
            margin: 0 auto;
        }

        .advantage-block-item p{
            text-align: center;
            margin-top: 10px;
        }

        .advantage-block-item{
            display: block!important;
        }

        p.main-banner-text{
            font-size: 18px;
        }

        .teaching-img > img{
            top: 184px;
            right: -127px;
        }

        .border-teach-comm {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column
        }

        .card-comm-teach-body p{
            text-align: center;
        }

        .services_main_description{
            width: 75%;
        }

        .services_main_description p {
            font-size: 16px;
        }


        .consult-form .captcha_text{
            position: absolute;
            top: 300px;
            left: 6%;
            width: 140px;
        }

        .consult-form .mathcaptcha-315{
            position: absolute;
            right: 27px;
            top: 287px;
            padding: 8px;
            background-color: rgba(218, 218, 218, 0.5);
            font-size: 18px;
            font-family: Roboto;
            border-radius: 8px;
        }

        .captcha_text{
            position: absolute;
            top: 348px;
            left: 69px;
            width: 120px;
        }

        .mathcaptcha-315{
            position: absolute;
            right: 38px;
            top: 338px;
            padding: 8px;
            background-color: rgba(218, 218, 218, 0.5);
            font-size: 18px;
            font-family: Roboto;
            border-radius: 8px;
        }

        .social_network_small{
            margin-top: 20px;
        }

        h6{
            font-size: 18px;
            line-height: 25px;
        }

        .consult-form{
            height: auto;
        }

        .menu-phone.scrolled a {
            font-size: .8rem
        }
        .text-program > p {
            font-size: 1.1rem;
            line-height: 1.3rem;
        }

        .menu-phone_line{
            display: none;
        }

        .block-description p{
            display: none;
        }
        .block-description p:nth-child(1){
            display: block;
        }
        .block-description{
        }

        .consult-form{
            width: 65%;
        }

        .main_advantages_small{
            display: none;
        }

        .main_advantages_large{
            display: none;
        }

        .main_advantages_large_md12{
            display: flex;
            flex-direction: column;
        }

        .services_company{
            justify-content: space-evenly;
        }

        .teaching-block{
            font-size: 36px !important;
        }

        .teaching-block-sm5{
            display: block;
        }

        .teaching-block-sm5 p{
            font-size: 23px;
            text-align: center;
        }

        .teaching-wrap .teaching-block{
            display: none !important;
        }

        .orderEducation_TM{
            font-size: 19px;
            height: 60px;
        }

        .moreInfoEducation_TM{
            font-size: 19px;
            height: 60px;
        }

        .reason-description-title{
            text-align: center;
            font-size: 22px;
        }

        .reason-description p{
            text-align: center;
        }

        .youtube_watch_btn{
            width: 240px;
            font-size: 22px;
            font-weight: 400;
            text-align: center;
        }

        .order_btn{
            height: 50px;
        }

        .main_comments{
            flex-direction: row;
        }

        .comm_item_wrap {
            margin-bottom: 30px;
        }

        .social_network_small{
            display: flex;
        }

        .social_network_large{
            display: none;
        }

        .tab-wrap-program{
            display:none!important;
        }

        /*.tab-wrap-program{*/
        /*    display:none!important;*/
        /*}*/

        .section-comp{
            display:flex;
        }

    }

    @media (max-width: 850px) {
        .step-item-wrap, .service-item-wrap {
            width: 48%
        }

        .social_network_large ul{
            justify-content: flex-start;
        }


        .btn-sm {
            font-size: .7rem
        }

        .tab-program h2,
        .tab-program h3 {
            font-size: 1rem
        }

        .circle-price-wrap-right {
            right: -2%
        }

        .price-green-points.right-side {
            margin-left: 2rem
        }

        p.teaching-block {
            font-size: 24px;
            line-height: 2.5rem
        }

        .service-title {
            height: auto;
            font-size: 1.2rem
        }

        .service-text {
            font-size: 1rem
        }
        .text-block {
            min-height: 8.5rem;
        }

        .blog-link{
            font-size: 18px;
        }

        .blog_item__text{
            width: 100%;
            max-width: 100%;
            min-height: 4.5rem !important
        }


    }

    @media (max-width: 830px) {
        .header.scrolled .menu-item a {
            font-size: .8rem
        }
        .block-grey {
            display: none !important;
        }
    }

    @media (max-width: 670px) {


        .consult-form .captcha_text {
            position: absolute;
            top: 288px;
            left: 6%;
            width: 85px;
        }

        .captcha_text {
            position: absolute;
            top: 348px;
            left: 50px;
            width: 140px;
        }
    }

    @media (max-width: 645px) {

        .teaching_main_description{
            margin: 0 auto;
        }

        p.main-banner-text {
            text-align: center;
            line-height: 1.5
        }

        .teaching-img > img{
            display: none;
        }

        .consult-form .captcha_text {
            position: absolute;
            top: 288px;
            left: 6%;
            width: 85px;
        }

        .consult-form .mathcaptcha-315{
            position: absolute;
            right: 27px;
            top: 288px;
            padding: 8px;
            background-color: rgba(218, 218, 218, 0.5);
            font-size: 18px;
            font-family: Roboto;
            border-radius: 8px;
        }

        .captcha_text {
            position: absolute;
            top: 348px;
            left: 50px;
            width: 120px;
        }

        .mathcaptcha-315{
            position: absolute;
            right: 38px;
            top: 338px;
            padding: 8px;
            background-color: rgba(218, 218, 218, 0.5);
            font-size: 18px;
            font-family: Roboto;
            border-radius: 8px;
        }
    }
    /*@media (max-width: 790px) {*/
    /*    .price-green-star li {*/
    /*        font-size: 1rem*/
    /*    }*/

    /*    .price-green-star li:before {*/
    /*        width: 17px;*/
    /*        height: 17px;*/
    /*        margin-top: 3px*/
    /*    }*/
    /*    .text-program > p {*/
    /*        line-height: 1.1;*/
    /*        font-size: 1rem;*/
    /*    }*/
    /*}*/

    /*@media (max-width: 768px) {*/

    /*    .wow {*/
    /*        animation-name: none !important;*/
    /*        visibility: visible !important;*/
    /*    }*/

    /*    #menu-head_menu a {*/
    /*        font-size: 1.2rem !important*/
    /*    }*/

    /*    .header.scrolled {*/
    /*        min-height: 50px*/
    /*    }*/

    /*    .menu-phone a {*/
    /*        font-size: .9rem !important*/
    /*    }*/

    /*    h1.section-block {*/
    /*        font-size: 1.5rem;*/
    /*        line-height: 1.2*/
    /*    }*/

    /*    p.section-block, h2.section-block, h3.section-block, h4.section-block, h5.section-block, h6.section-block {*/
    /*        font-size: 1.5rem;*/
    /*        font-weight: 500;*/
    /*        line-height: 1.2*/
    /*    }*/

    /*    .btn-lg {*/
    /*        font-size: .8rem*/
    /*    }*/

    /*    .logo-header {*/
    /*        width: 32%*/
    /*    }*/

    /*    .block-description p {*/
    /*        margin-bottom: 1rem !important*/
    /*    }*/

    /*    .consult-form p {*/
    /*        font-size: 1.5rem !important*/
    /*    }*/

    /*    .card-subscription p {*/
    /*        font-size: 1rem*/
    /*    }*/

    /*    .consult-form .btn {*/
    /*        font-size: .8rem !important*/
    /*    }*/

    /*    .banner-block {*/
    /*        padding-top: .5rem;*/
    /*        -webkit-box-align: center;*/
    /*        -ms-flex-align: center;*/
    /*        align-items: center;*/
    /*        -webkit-box-orient: vertical;*/
    /*        -webkit-box-direction: reverse;*/
    /*        -ms-flex-flow: column-reverse;*/
    /*        flex-flow: column-reverse;*/
    /*        position: relative*/
    /*    }*/

    /*    .block-description p {*/
    /*        width: 40%;*/
    /*        margin-bottom: 0 !important;*/
    /*        font-size: 10px;*/
    /*        line-height: 0;*/
    /*        position: absolute;*/
    /*        top: 50%;*/
    /*        left: 30%;*/
    /*        bottom: 50%*/
    /*    }*/

    /*    .block-description {*/
    /*        width: 70%;*/
    /*        margin-right: 0;*/
    /*        margin-top: 2rem*/
    /*    }*/

    /*    .block-grey {*/
    /*        height: 70%*/
    /*    }*/

    /*    .card-subscription button {*/
    /*        width: 100%*/
    /*    }*/

    /*    .comment-wrap {*/
    /*        -webkit-box-orient: vertical;*/
    /*        -webkit-box-direction: normal;*/
    /*        -ms-flex-flow: column;*/
    /*        flex-flow: column*/
    /*    }*/

    /*    .consult-form .btn {*/
    /*        font-size: 1.2rem !important*/
    /*    }*/

    /*    .consult-form p {*/
    /*        font-size: 1.2rem !important*/
    /*    }*/

    /*    .banner-content {*/
    /*        padding-bottom: 30px*/
    /*    }*/

    /*    .blog-link {*/
    /*        height: 3.6rem !important;*/
    /*        font-size: 1rem;*/
    /*        line-height: 1.2 !important;*/
    /*        overflow: hidden*/
    /*    }*/

    /*    .banner-content-teaching {*/
    /*        padding-bottom: 20px*/
    /*    }*/

    /*    .advant-img-item {*/
    /*        width: 100px;*/
    /*        height: 100px*/
    /*    }*/

    /*    .tab-program {*/
    /*        padding: 10px 5px*/
    /*    }*/

    /*    .tab-program h2, .tab-program h3, .tab-program h4 {*/
    /*        font-size: 1rem*/
    /*    }*/

    /*    .price-block {*/
    /*        padding: 0*/
    /*    }*/

    /*    .btn_order {*/
    /*        background: #fee048;*/
    /*        width: 100%*/
    /*    }*/

    /*    .circle-price-wrap {*/
    /*        margin: -2% 2% -2% -28%*/
    /*    }*/

    /*    .circle-price-wrap-right {*/
    /*        margin: -2% -28% -2% -0*/
    /*    }*/

    /*    .padding-order-btn button {*/
    /*        margin: 0 auto;*/
    /*        width: 100%*/
    /*    }*/

    /*    .price-block {*/
    /*        width: 79%*/
    /*    }*/

    /*    .price-green-points li {*/
    /*        margin: 0;*/
    /*        font-size: 14px*/
    /*    }*/

    /*    .btn_order {*/
    /*        font-size: 20px*/
    /*    }*/

    /*    .price-item-text {*/
    /*        -ms-flex-wrap: wrap;*/
    /*        flex-wrap: wrap*/
    /*    }*/

    /*    #categories-3 li {*/
    /*        font-size: .8rem*/
    /*    }*/

    /*    .banner-content-service p {*/
    /*        line-height: 1.5rem;*/
    /*        font-size: 1rem*/
    /*    }*/

    /*    .service-img {*/
    /*        height: 100%*/
    /*    }*/

    /*    .blog-item-title {*/
    /*        !*font-size: 2rem*!*/
    /*    }*/

    /*    .teaching-block p {*/
    /*        font-size: 15px*/
    /*    }*/

    /*    h2.accordion-title, h3.accordion-title {*/
    /*        font-size: 1.3rem*/
    /*    }*/

    /*    .border-teach-comm {*/
    /*        -webkit-box-orient: horizontal;*/
    /*        -webkit-box-direction: normal;*/
    /*        -ms-flex-flow: row;*/
    /*        flex-flow: row*/
    /*    }*/

    /*    .comm-teach-item {*/
    /*        width: 100%*/
    /*    }*/
    /*    .text-block {*/
    /*        min-height: 8rem;*/
    /*    }*/

    /*}*/

    /*@media (max-width: 700px) {*/
    /*    .text-block {*/
    /*        min-height: 6.5rem;*/
    /*    }*/
    /*    .blog-page-item-title {*/
    /*        font-size: 1rem;*/
    /*    }*/
    /*}*/
    /*@media (max-width: 685px) {*/

    /*    p.teaching-block {*/
    /*        font-size: 21px*/
    /*    }*/
    /*    h5 {*/
    /*        font-size: .9rem*/
    /*    }*/

    /*    .circle-price-item-left, .circle-price-item-right {*/
    /*        margin: 0 auto*/
    /*    }*/

    /*    .price-block {*/
    /*        width: 100%;*/
    /*        background: transparent;*/
    /*        -webkit-box-shadow: none;*/
    /*        box-shadow: none;*/
    /*        margin-top: 1.5rem;*/
    /*        margin-bottom: 0;*/
    /*        position: relative*/
    /*    }*/

    /*    .price-block {*/
    /*        display: -webkit-box;*/
    /*        display: -ms-flexbox;*/
    /*        display: flex;*/
    /*        -webkit-box-orient: vertical;*/
    /*        -webkit-box-direction: normal;*/
    /*        -ms-flex-flow: column;*/
    /*        flex-flow: column*/
    /*    }*/

    /*    .circle-price-wrap, .circle-price-wrap-right, .price-item-text {*/
    /*        position: unset*/
    /*    }*/

    /*    .circle-price-wrap, .circle-price-wrap-right {*/
    /*        -webkit-box-ordinal-group: 2;*/
    /*        -ms-flex-order: 1;*/
    /*        order: 1*/
    /*    }*/

    /*    .price-item-text {*/
    /*        -webkit-box-ordinal-group: 3;*/
    /*        -ms-flex-order: 2;*/
    /*        order: 2*/
    /*    }*/

    /*    .price-green-points.right-side, .price-green-points.left-side {*/
    /*        margin-left: 7rem*/
    /*    }*/

    /*    .price-item-text {*/
    /*        padding: 10rem 0 1rem 0;*/
    /*        -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);*/
    /*        box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);*/
    /*        margin-top: -9rem*/
    /*    }*/

    /*    .circle-price-wrap, .circle-price-wrap-right {*/
    /*        z-index: 10;*/
    /*        width: 100%;*/
    /*        margin: 0*/
    /*    }*/

    /*    .price-green-points li {*/
    /*        font-size: 1rem;*/
    /*        font-weight: 400;*/
    /*        line-height: 1.5;*/
    /*        margin: 8px 0*/
    /*    }*/

    /*    .circle-price-item-left {*/
    /*        margin: 0 auto*/
    /*    }*/

    /*    .price-img-wrap {*/
    /*        display: none*/
    /*    }*/

    /*    .padding-order-btn {*/
    /*        padding: 0 1rem*/
    /*    }*/

    /*    .banner-content-service p {*/
    /*        line-height: 1.4rem*/
    /*    }*/
    /*}*/

    @media (max-width: 768px) {
        #shownOnlyOnceAWeek .modal-dialog{
            width: 350px;
        }
        #shownOnlyOnceAWeek iframe{
            height: 170px;
        }
        #shownOnlyOnceAWeek button{
            width: 100%;
        }
    }
    @media (max-width: 620px) {

        .blog_article__sidebar{
            margin-top: 60px;
        }

        .blog-item-title{
            font-size: 22px !important;
        }

        .blog_readmore_wrap_mob{
            display: block;
        }

        .blog_readmore_wrap_desktop{
            display: none!important;
        }

        .blog__share_icons{
            flex-direction: row;
        }

        #uptolike{
            margin-left: 0px;
        }

        .blog_readmore_wrap_mob {
            margin: 15px auto;
        }

        #uptolike a {
            margin:0!important;
            margin-left: 20px !important;
        }

        .blog_item__text{
            font-size: 18px;
            color: #303030;
        }

        .blog__share_icons{
            flex-direction: row;
        }

        #load_more{
            text-decoration: underline;
            color: #2B799C;
            font-size: 22px;
            font-weight: 500;
            text-align: center;
        }

        .widget_categories ul{
            width: 92%;
            margin: 0 auto;
        }

        .subscribe_newsletter{
            width: 92%;
            margin: 0 auto;
        }

        .subscribe_newsletter{
            font-size: 18px;
        }

        .subscribe_newsletter{
            height: 180px;
        }

        .blog-readmore {
            display: none
        }

        .blog_readmore_wrap_mob{
            display: block;
        }


        .orderEducation_teaching{
            font-size: 16px!important;
        }
        .teaching_reviews_description{
            width: 95%;
        }

        .teaching_advantages{
            width: 95%;
        }

        .teaching_advantages_text{
            font-size: 20px;
        }

        .comm-teach-item{
            width: 95%;
        }

        .card-subscription_teaching{
            width: 95%;
        }


        .program-advantage-item {
            margin: 0 auto;
            max-width: 100% !important;
        }

        .services_main_description{
            width: 90%;
            margin: 0 auto;
        }

        .banner-wrap-header{
            background: none !important;
        }

        .btn_get_consult{
            width: 295px;
        }

        #second_paragraph_description_services_mob{
            display: block;
        }

        #second_paragraph_description_services{
            display: none;
        }

        .service-text-title{
            line-height: 33px;
        }

        .card-service{
            padding-left: 15px !important;
        }

        .btn_main_wrap{
            margin-bottom: 10px;
        }

        .consult-form .captcha_text {
            position: absolute;
            top: 285px;
            left: 13%;
            width: 103px;
        }

        .consult-form .mathcaptcha-315{
            position: absolute;
            right: 25px;
            top: 287px;
            padding: 8px;
            background-color: rgba(218, 218, 218, 0.5);
            font-size: 18px;
            font-family: Roboto;
            border-radius: 8px;
        }

        .captcha_text {
            position: absolute;
            top: 348px;
            left: 50px;
            width: 150px;
        }

        .mathcaptcha-315{
            position: absolute;
            right: 38px;
            top: 338px;
            padding: 8px;
            background-color: rgba(218, 218, 218, 0.5);
            font-size: 18px;
            font-family: Roboto;
            border-radius: 8px;
        }

        .step_title{
            font-size: 18px;
        }

        .banner-block{
            flex-direction: column-reverse;
            gap: 24px;
        }

        .logo-header {
            width: 32%;
        }

        .consult-form, .consult-form {
            width: 70%
        }

        .teaching-block{
            display:none;
        }

        .teaching-block-sm-5{
            display:none !important;
        }

        .teaching-block-mobile{
            display: block;
        }

        .teaching-block-mobile p{
            font-size: 25px;
            text-align: center;
        }

        .youtube_watch_btn{
            width: 250px;
        }


        .orderEducation_TM{
            display: block;
        }

        .teaching-wrap{
            display: block;
        }

        .teaching-block-sm5{
            display: none;
        }

        .teaching-header{
            display: block;
        }

        .section-block{
            line-height: 34px;
            font-size: 24px !important;
        }

        .center-block h1{
            font-size: 24px !important;
        }

        .consult-form{
            width: 96%;
        }

        h2.section-block{
            font-size: 24px;
        }

        .support-green-block h2{
            font-size: 20px !important;
        }

        .support-green-block p{
            font-size: 18px;
            line-htight: 25px;
        }

        .block-description, .consult-form {
            margin: 0 auto;
            width: 96%
        }

        .carousel button{
            width: 90% !important;
        }

        .choose_tariff{
            font-size: 18px !important;
        }

        .card-comm-body p{
            line-height: 25px;
        }

        .social_network_small{
            display: none;
        }

        .social_network_large{
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .schedule_wrap,
        .contacts_block{
            text-align: left !important;
            padding-left: 0px !important;
        }
        .menu_block{
            padding-left: 0px !important;
        }
        .social_network_large{
            margin-top: 0px;
        }

        .social_network_large ul{
            justify-content: center;
        }

        .service-title{
            font-size: 22px;
        }

        .smartphone-main-container{
            flex-direction:column;
        }

        .wp-block-image{
            width:100%;
        }

        .main-company-smartcomp-padding-top{
            padding-top:1rem!important;
        }

        .bottom_bar{
            width:40px;
        }

        .width-100{
            width:100%;
        }
        .w-100 .banner-content-teaching .px-0{
            margin-top:10px!important;
        }
    }

}
@media (max-width: 656px) {
    .btn_get_consult {
        height: auto;
        min-height: 72px;
    }

    p.teaching-block {
        font-size: 28px!important;
    }
    .teaching-block p {
        font-size: 12px;
    }
    .more_toggle{
        display: none;
    }
    .services_card_delails{
        color: #2B799C;
        text-decoration: underline;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        margin: 0 auto;
        margin-top: 20px;
        width: 150px;
    }
    .services_card_delails.more{
        display: none;
    }
    .services_card_delails.less{
        display: block;
    }
    .collapsed .services_card_delails.more{
        display: block;
    }
    .collapsed .services_card_delails.less{
        display: none;
    }
}

@media (max-width: 620px) {
    .smartphone-main-container .wp-block-table{
        width:100%!important;
    }

    .smartphone-main-container .wp-block-image{
        margin-top:20px;
    }

    .smartphone-main-container .wp-block-column{
        flex-direction:column!important;
    }

    #main .smartphone-main-container .figure-table{
        width:100%;
    }

    #main .smartphone-main-container figure{
        width:100%;
    }

    #main .smartphone-main-container .wp-block-image{
        width:100%;
        margin-top:20px;
    }

    .text-share{
        margin-left: 10px !important;
    }

    .teaching-block-mobile{
        margin-bottom: 40px;
    }

    #wpadminbar {
        position: fixed !important;
    }

    h4, .h4 {
        font-size: 1rem
    }

    .logo-header{
        width: 40%;
    }


    .banner-content-service p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .banner-content-service .btn_main_wrap{
        padding-top:0!important;
    }

    .teaching_reviews_description span{
        font-size: 18px!important;
    }
    .modal-size {
        width: calc(100% - 10px);
    }
    footer p,
    footer p a,
    .navbar-nav>li>a{
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {



    .step-item-wrap {
        width: 99%
    }

    h1, h4, .h4 {
        font-size: 1.6rem;
        font-weight: 600
    }

    h5 {
        font-size: 1rem
    }

    p, h6 {
        font-size: 1.1rem
    }

    .btn-sm {
        font-size: 0.8rem
    }

    .btn-md {
        font-size: 18px !important
    }

    .btn-lg {
        font-size: 1.2rem
    }

    .btn-xl {
        font-size: 1.5rem
    }

    .d-xs-none {
        display: none !important
    }

    .carousel-height {
        height: 310px
    }

    .step-item-wrap {
        padding: 1rem
    }

    .header {
        min-height: 50px
    }

    .header #navbarNavAltMarkup {
        top: 50px;

    }

    .logo-header {
        -webkit-animation: none;
        animation: none
    }

    .block-grey {
        display: none !important;
    }

    .outline-yellow {
        background: #fee048
    }

    .consult-form-input {
        padding: 0 1rem
    }

    .banner-content {
        padding-bottom: 0
    }

    .step-indicator-wrap {
        top: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 10px 20px
    }

    .slider-indicator {
        color: #545454 !important;
        text-indent: unset !important;
        text-align: center;
        font-weight: 900;
        padding: 3px 3px 0 3px
    }

    .bottom_bar{
        height: 6px;
        border: 1px #00B3B2 solid;
    }

    .slider-indicator:hover {
        text-decoration: none
    }

    .slider-indicator {
        color: white !important;
        -webkit-text-stroke: 1px #00B3B2;
        text-decoration: none;
        font-size: 1.3rem;
        display: block
    }

    .slider-indicator.active {
        color: #3bb2b1 !important;
    }

    .slider-indicator.active a {
        color: #3bb2b1 !important;
        background-color: #3bb2b1 !important;
    }

    .active .bottom_bar{
        background-color: #00B3B2;;
    }

    .service-text{
        font-weight: 400;
    }

    .teaching-header{
        line-height: 3rem;
    }


    .carousel {
        width: 100%
    }

    .service-item-wrap {
        width: 100%;
    }

    .visible-darken-block .font-weight-bold {
        font-size: 1.6rem
    }

    .comment-photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }



    .comm-item {
        padding: .2rem
    }

    .teaching-block {
        width: 100%;
        text-align: center;
    }

    .teaching-block p {
        font-size: 18px;
        line-height: 1
    }

    .card-subscription {
        width: 100%;
        margin-bottom: 25px
    }
    .card-subscription_teaching button,
    .card-subscription button {
        width: 100%
    }

    .reason-description {
        width: 100%
    }

    .tab-program h2, .tab-program h3, .tab-program h4 {
        font-size: 1.2rem
    }
    .tab-program {
        margin-top: 10px;
    }

    .reason-description-title {
        margin: 19px 0;
        text-align: center;
        font-weight: 700
    }

    .reason-description {
        margin-left: 0
    }

    .reason-description p {
        text-align: center
    }

    .reason-item1, .reason-item2, .reason-item3 {
        display: block
    }

    .reason-item1:before, .reason-item2:before, .reason-item3:before {
        display: block;
        margin: 0 auto
    }

    .blog-item {
        width: 100%;
        margin-bottom: 10px
    }

    .blog-link {
        font-size: 18px;
        height: 3.8rem !important;
        line-height: 1.2 !important;
        overflow: hidden;
        font-weight: 400;
    }

    .card-comm-body p {
        font-size: 17px
    }



    #categoriesID {
        margin-bottom: 0
    }

    #categoriesID ul {
        border-left: none;
        border-right: none
    }

    .reason-description p {
        font-size: 1rem
    }

    .category-title-underline {
        margin: 0 auto
    }

    .widget-area #recent-posts-widget-with-thumbnails-2 {
        display: none
    }
    .blog-widget{
        display:flex;
        flex-flow: column;
    }
    .blog-widget .widget_categories{
        order: 2;
    }

    .blog-widget .recent-posts-widget-with-thumbnails{
        order: 1;
    }
    .blog-widget .recent-posts-widget-with-thumbnails span{
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .blog-widget .recent-posts-widget-with-thumbnails a:hover{
        text-decoration: none;
    }

    .banner-content-teaching {
        padding-bottom: 20px
    }

    .card-blog-img, .block-darken {
        height: 270px
    }

    .advant-img-item {
        width: 160px;
        height: 160px;
        margin: 10px auto
    }

    .carousel-teaching {
        height: 320px
    }

    .teaching-carousel-nav {
        position: absolute;
        top: 30%;
        cursor: pointer;
        display: block;
    }

    .gorizontal-line {
        display: none
    }

    /*.tab-wrap-program {*/
    /*    display: none!important;*/
    /*    margin: 0 10px*/
    /*}*/

    /*#tab-wrap-program_acc {*/
    /*    display: block!important;*/
    /*}*/

    /*.tab-program_acc {*/
    /*    position: relative;*/
    /*}*/

    /*.tab-program_acc:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 25%;*/
    /*    right: 20px;*/
    /*    width: 2px;*/
    /*    height: 50%;*/
    /*    background-color: #000;*/
    /*    transform: rotate(45deg);*/
    /*    transition: 0.3s;*/
    /*}*/

    /*.tab-program_acc:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 25%;*/
    /*    right: 35px;*/
    /*    width: 2px;*/
    /*    height: 50%;*/
    /*    background-color: #000;*/
    /*    transform: rotate(-45deg);*/
    /*    transition: 0.3s;*/
    /*}*/

    /*.active.tab-program_acc:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 25%;*/
    /*    right: 20px;*/
    /*    width: 2px;*/
    /*    height: 50%;*/
    /*    background-color: #000;*/
    /*    transform: rotate(135deg);*/
    /*    transition: 0.3s;*/
    /*}*/

    /*.active.tab-program_acc:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    top: 25%;*/
    /*    right: 35px;*/
    /*    width: 2px;*/
    /*    height: 50%;*/
    /*    background-color: #000;*/
    /*    transform: rotate(-135deg);*/
    /*    transition: 0.3s;*/
    /*}*/

    /*.tab-program {*/
    /*    width: 100%;*/
    /*    border: 2px solid #00b3b2;*/
    /*    border-radius: 0*/
    /*}*/

    /*.tab-program {*/
    /*    font-size: 1.1rem*/
    /*}*/

    /*.text-program {*/
    /*    position: unset;*/
    /*    -webkit-box-ordinal-group: 11;*/
    /*    -ms-flex-order: 10;*/
    /*    order: 10;*/
    /*    width: 100%;*/
    /*    padding: 2% 2% 2% 2%;*/
    /*    height: auto;*/
    /*    border: 2px solid #00b3b2;*/
    /*    display: none;*/
    /*    !*margin-top: 10px*!*/
    /*}*/
    /*.btn-program-block{*/
    /*    width: 100%;*/
    /*    padding: 2% 2% 5% 2%;*/
    /*}*/

    /*.text-program > p {*/
    /*    line-height: 1.3;*/
    /*    font-size: 1.1rem*/
    /*}*/
    /*.btn-program-block p {*/
    /*    font-size: 1.5rem;*/
    /*}*/

    /*.text-program.active {*/
    /*    display: block*/
    /*}*/

    .price-green-star li {
        display: block;
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 5px
    }

    .price-green-star li:before {
        width: 45px;
        height: 45px;
        display: block;
        margin: 0 auto
    }

    #categories-3 li {
        font-size: 1.2rem
    }

    .service-img {
        display: none
    }

    .banner-content-service {
        text-align: center
    }

    .toggle_img.collapsed img {
        display: block;
        float: unset
    }

    .toggle_img img {
        float: unset;
        display: none
    }

    .card-service {
        border: 2px solid #00b3b2;
        border-radius: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 7px 14px 7px
    }



    .visible-darken-block h2 {
        font-size: 1.5rem
    }

    .visible-darken-block p {
        font-size: 1.2rem
    }

    .visible-darken-block:hover a {
        text-decoration: underline
    }

    .bg-light-grey {
        overflow: hidden;
        background: #f7f7f7 !important
    }

    .service-blue-block p {
        font-size: 1.3rem;
        font-weight: 400
    }

    .service-blue-block button {
        font-size: 1rem
    }

    .service-text-title {
        font-size: 1.5rem
    }

    .price-green-points.right-side, .price-green-points.left-side {
        margin-left: 3rem
    }

    .price-green-points li:before {
        left: -20px
    }

    .price-green-star li:before {
        position: unset
    }

    .price-green-star {
        padding-left: 0
    }

    .blog-img-wrap {
        height: 270px
    }


    .blog-wrap {
        width: 95%
    }

    #categories-3 li a {
        padding: 10px 20px
    }

    .text-block a {
        color: #212529;
        font-weight: 600;
        font-size: 1.2rem
    }

    .article-block p, ol, ul {
        /*font-weight: 350;*/
        font-size: 18px;
    }
    .text-block {
        height: auto;
        min-height: unset;
    }

    .text-share {
        font-size: 16px;
    }

    .social-icon-blog {
        height: 30px;
        width: 30px;
        display: block
    }

    .article-block {
        border: none
    }

    p.main-banner-text {
        font-size: 1.1rem
    }

    .program-advantage p {
        font-size: 1.1rem;
        font-weight: 400
    }

    .carousel-teaching p {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1.6rem
    }

    .program-advantage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .border-teach-comm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .card-subscription p, .price-green-points li {
        font-size: 1.2rem
    }

    #main {
        overflow: hidden
    }
    .card-subscription_teaching button,
    .card-subscription button,
    .modal-size .btn{
        font-size: 1rem !important;
    }

    #articles_btn {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }

    .card-comm-body{
        margin-top:20px;
    }
    .scammers-modal__footer__btn{
        width: 100%;
    }
    #shownOnlyOnceAWeek .modal-dialog{
        width: 320px;
        max-width: 320px;
        margin: 0.5rem auto;
    }
    .scammers-modal__header__title{
        font-size: 22px;
    }
    .scammers-modal__header__title svg{
        margin: 0;
    }
    .scammers-modal__footer__phone, .scammers-modal__footer__email{
        margin-left: 0;
    }
    .blog-page-item{
        flex-direction: column;
    }
    .scammers-modal__title{
        padding: 4px 10px;
        font-size: 26px;
    }
}

@media (max-width: 500px) {

    .captcha_text {
        position: absolute;
        top: 347px;
        left: 31px;
        width: 100px;
    }

    .mathcaptcha-315{
        position: absolute;
        right: 38px;
        top: 349px;
        padding: 8px;
        background-color: rgba(218, 218, 218, 0.5);
        font-size: 18px;
        font-family: Roboto;
        border-radius: 8px;
    }

    .teaching-img > img {
        position: absolute;
        top: 0;
        height: 100%;
        width: unset
    }
/*    .tariff-header .discount{
        font-size: 20px;
        width: 50px;
    }*/
    .subscription-price{
        font-size: 30px;
    }
    .card-subscription .text-center p {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .carousel-height {
        height: 350px
    }
    #formConsult .modal-size .btn{
        font-size: .9rem;
    }
    .descr-header{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .descr-header__right{
        width: 100%;
        margin-bottom: 16px;
    }
    .descr-title{
        font-size: 28px;
    }

    .modal-size .btn {
        font-size: 22px!important;
        width: auto;
    }
    .talent-promo__countdown__value span {
        word-spacing: 9999999px;
        text-align: center !important;
    }
}

@media (max-width: 420px) {

    .captcha_text {
        position: absolute;
        top: 359px;
        left: 31px;
        width: 100px;
    }

    .mathcaptcha-315{
        position: absolute;
        right: 38px;
        top: 361px;
        padding: 8px;
        background-color: rgba(218, 218, 218, 0.5);
        font-size: 18px;
        font-family: Roboto;
        border-radius: 8px;
    }
    #formConsult .modal-size .btn{
        font-size: .9rem;
    }
    .menu-item {
        padding: .75rem
    }

    .block-description {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top:35px;
    }

    .btn-xl {
        font-size: 1rem
    }

    .blog-img-wrap {
        height: 200px
    }

    .carousel-teaching {
        height: 340px
    }

    .carousel-height {
        height: 370px
    }

    .visible-darken-block .font-weight-bold {
        font-size: 1.2rem
    }
    .text-program {
        padding: 2% 2% 2% 2%;
    }
    .block-grey {
        height: 73%;
    }
    .form-control-wrap label{
        font-size: 20px;
    }

    .form-control-wrap {
        padding-left: 10px;
    }
    .talent-promo.consult-form .btn {
        font-size: 18px !important;
        line-height: 32px !important;
    }
}
@media (max-width: 390px) {
    .block-grey {
        height: 70%;
    }
    .subscription-price{
        font-size: 30px;
    }
    .card-subscription .text-center p {
        font-size: 22px;
    }
    .tariff-header .discount{
        font-size: 20px;
        width: 50px;
    }
}

@media (max-width: 375px) {


    .visible-darken-block h2 {
        font-size: 1.3rem
    }

    .visible-darken-block p {
        font-size: 1.1rem
    }

    .consult-form p {
        font-size: 1.3rem !important
    }

    .consult-form .btn {
        font-size: 1rem !important
    }

    .price-green-points li {
        font-size: .9rem
    }

    .card-subscription p, .price-green-points li {
        font-size: 1.1rem
    }

    .tab-program h2, .tab-program h3, .tab-program h4 {
        font-size: 1rem
    }

    .carousel-height {
        height: 410px
    }


}

@media (max-width: 350px) {

    #categories-3 li {
        font-size: 1rem
    }
    .block-description {
        padding-left: 0
    }

    .color-grey {
        font-size: .8rem
    }

    .card-blog-img, .block-darken {
        height: 230px
    }

    .carousel-height {
        height: 435px
    }

    .visible-darken-block > div {
        padding: .8rem !important
    }

    .visible-darken-block p {
        margin-bottom: .5rem
    }

    .visible-darken-block p {
        font-size: 1rem
    }

    .blog-link {
        height: 3.6rem !important
    }

    .consult-form {
        padding: .5rem
    }
    .talent-promo.consult-form .btn {
        font-size: 16px !important;
    }

}
.contacts-form__form  .form-note-contact p {
    justify-content: center;
}



input[type="radio"] {
    accent-color: #2B799C;
}

.btn.yellow {
    font-size: 22px;
}

.navbar-nav li:last-child a {
    text-decoration: underline;
}

.navbar-nav li:last-child {
    border-top: 1px solid #00B3B2;
    margin-left: -100%;
    margin-right: -100%;
    margin-top: 20px;
}

.contacts-form__form .form-note-contact p {
    display: inline-block;
}

 #navbarNavAltMarkup {
     position: absolute;
     top: 70px;
     z-index: 2;
     background: rgb(249, 250, 254);
     left: -10px;
     right: -8px;
     max-height: calc(100vh - 130px);
 overflow-y: auto;
     overflow-x: hidden;
 }
 .form-note {
     font-size: 20px;
 }
