h2, h3, .h2, .h3 {
    text-align: center;
}
.wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100vh;
}
.container,
.container-md{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container{
    max-width: 1170px;
}
.container-md{
    max-width: 975px;
}
.clear:after,
.clear:before{
    content: "";
    display: table;
    clear: both;
}
.ovh{
    overflow: hidden;
}
/*progress*/
.progress{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1062AA;
    z-index: 99;
}
.progress__bar{
    width: 0;
    height: 100%;
    background-color: #F7B916;
}
/*header*/
.header{
    padding-top: 31px;
}
.header a:hover{
    text-decoration: none;
}
.header__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.header-mobile-menu-toggle{
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #1062AA;
    z-index: 12;
}
.header-mobile-menu-toggle span{
    position: absolute;
    left: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header-mobile-menu-toggle span:nth-child(1){
    top: 14px;
}
.header-mobile-menu-toggle span:nth-child(2){
    top: 19px;
}
.header-mobile-menu-toggle span:nth-child(3){
    top: 24px;
}
.header-logo{
    width: 20%;
    margin-top: 4px;
}
.header-logo a{
    display: inline-block;
    height: 100%;
}
.header-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin-left: auto;
}
.header-search{
    position: relative;
    width: 300px;
    margin-left: auto;
}
.inp-header-search{
    width: 100%;
    height: 30px;
    padding: 0 40px 0 22px;
    border: 2px solid #1062AA;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #1062AA;
}
.inp-header-search::-webkit-input-placeholder {
    color: #7F7E7E;
}
.inp-header-search::-moz-placeholder {
    color: #7F7E7E;
}
.inp-header-search:-ms-input-placeholder {
    color: #7F7E7E;
}
.inp-header-search:-moz-placeholder {
    color: #7F7E7E;
}
.btn-header-search{
    position: absolute;
    top: 50%;
    right: 42px;
    width: 19px;
    margin-top: -8px;
    cursor: pointer;
}
.btn-header-search svg{
    display: block;
    stroke: #1062AA;
}
.btn-header-search:hover svg{
    stroke: #F7B916;
}
.header-tel,
.header-login{
    font-size: 18px;
    line-height: 21px;
    color: #1062AA;
}
.header-tel{
    display: flex;
    flex-direction: column;
    margin-left: 46px;
}
.header-tel:hover{
    color: #F7B916;
    text-decoration: none;
}
.header-tel__text{
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 9px;
    color: #807E7E;
}
.header-login{
    margin-left: 52px;
}
.header-signup{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 30px;
    margin-left: 38px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    color: #ffffff;
    background-color: #1062AA;
}
.header-signup:hover{
    background-color: #F7B916;
    text-decoration: none;
}
.header-lang{
    position: relative;
    margin-left: 20px;
}
.header-lang__switch{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-lang__switch-text{
    margin: 0 11px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.header-lang__switch-arrow{
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.header-lang__switch_active .header-lang__switch-arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-lang__select{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    margin-top: 5px;
    padding: 2px 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #E6E7EB;
    z-index: 11;
}
.header-lang__item{
    padding: 4px 12px;
}
.header-lang__link{
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.header-lang__link_current,
.header-lang__link:hover{
    color: #81859C;
    text-decoration: none;
}
.header-navigation{
    margin-left: auto;
    margin-top: 23px;
}
.header-menu{
    display: flex;
}
.header-menu__item{
    position: static;
}
.header-menu__item:not(:first-child){
    margin-left: 60px;
}
.header-menu__link{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
    color: #807E7E;
    cursor: pointer;
}
.header-menu__link:hover{
    text-decoration: none;
}
.header-menu__link:after{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #6FC6AD;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.header-menu__item:hover .header-menu__link:after{
    width: 100%;
}
.header-menu__arrow{
    width: 8px;
    height: 5px;
    margin-left: 10px;
    background: transparent url('/wp-content/themes/epochta.ru/assets/img/header/header-menu-arrow.svg') center center no-repeat;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.header-submenu{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin-top: -2px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 10;
}
.header-submenu__box{
    width: 25%;
    padding: 54px 25px 88px 25px;
}
.header-submenu__top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
}
.header-submenu__icon{
    height: 32px;
    margin-bottom: 22px;
}
.header-submenu__icon img,
.header-submenu__icon svg{
    max-height: 100%;
}
.header-submenu__link{
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #1062AA;
}
.header-submenu__link:hover{
    text-decoration: none;
}
.header-submenu__link:hover:after,
.header-submenu__list-link:hover:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 5px;
    height: 8px;
    margin-top: -4px;
}
.header-submenu__link:after{
    background: transparent url('/wp-content/themes/epochta.ru/assets/img/header/header-submenu-link.svg') center center no-repeat;
}
.header-submenu__list-link{
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #333333;
}
.header-submenu__list-link:hover{
    color: #6FC6AD;
    text-decoration: none;
}
.header-submenu__list-link:after{
    background: transparent url('/wp-content/themes/epochta.ru/assets/img/header/header-submenu-list-link.svg') center center no-repeat;
}
.header-submenu-product{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header-submenu-product img{
    max-width: 100px;
}
/*top*/
.top{
    padding-top: 135px;
}
.top__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top__content{
    width: 100%;
    max-width: 585px;
    margin-top: 25px;
}
.top__title span{
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
}
.top__title span:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #F7B916;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.top__description{
    margin-top: 62px;
    font-size: 24px;
    line-height: 28px;
}
.top__btns{
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
}
.top__play{
    margin-left: 33px;
}
.top__play path{
    stroke: #1062AA;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.top__play:hover path{
    stroke: #F7B916;
    fill: #F7B916;
}
/*abilities*/
.abilities{
    padding-top: 127px;
    padding-bottom: 140px;
}
.abilities__list{
    margin-top: 88px;
}
.ability{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 84px;
}
.ability__content{
    width: 100%;
    max-width: 360px;
}
.ability:nth-child(even) .ability__content{
    text-align: right;
}
.ability:nth-child(even) .ability__media{
    order: 2;
}
.ability__link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.abilities__btns{
    display: flex;
    justify-content: center;
}

.abilities__art{
    content: "";
    position: absolute;
    bottom: -200px;
    left: -20px;
    width: 212px;
    height: 235px;
    background: transparent url('../img/home/home-counter-before.svg') center center no-repeat;
}
/*counter*/
.counter{
    padding: 85px 0 78px 0;
    background-color: #1062AA;
    color: #FFFFFF;
}
.counter__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.counter__text{
    max-width: 458px;
    text-align: left;
}
/*sms*/
.sms{
    padding-top: 124px;
}
.section__description{
    margin-top: 68px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}
.sms__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.sms-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 262px;
    margin-top: 50px;
    text-align: center;
}
.sms-item__title{
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.sms-item__description{
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
}
/*bussiness*/
.bussiness{
    padding-top: 116px;
}
.bussiness__inner{
    display: flex;
    justify-content: space-between;
    margin-top: 106px;
}
.bussiness__content{
    width: 100%;
    max-width: 460px;
}
.bussiness__list{
    margin-bottom: 67px;
}
.bussiness-item__title{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    cursor: pointer;
}
.bussiness-item_active .bussiness-item__title{
    color: #1062AA;
    cursor: text;
}
.bussiness-item__title:hover{
    color: #1062AA;
}
.bussiness-item_active .bussiness-item__title:after,
.bussiness-item__title:hover:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 15px;
    height: 20px;
    margin-top: -10px;
    background: transparent url(../img/home/bussiness-arrow.svg) center center no-repeat;
}
.bussiness-item__text{
    display: none;
    padding: 15px 0 12px 0;
    font-size: 14px;
    line-height: 24px;
}
.bussiness-item_active .bussiness-item__text{
    display: block;
}
.bussiness__media img{
    display: none;
}
.bussiness__media img:nth-child(1){
    display: block;
}
/*bestsellers*/
.home-bestsellers{
    padding-top: 125px;
}
.home-bestsellers .container {padding: 0 50px;}
.home-bestsellers .slider-arrow--prev {left: -30px;}
.home-bestsellers .slider-arrow--next {right: -30px;}
.home-regural__list {
    position: relative;
}
.home-regural__slider{
    margin-top: 80px;
    margin-left: -15px;
    margin-right: -15px;
}
.home-regural__slider .slick-track{
    display: flex;
}
.home-regural__slider .slick-slide{
    height: auto;
    padding: 0 15px;
}
.home-regural-slide{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 32px 47px 36px 47px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 3px solid #E6E7EB;
}
.home-regural-slide:hover{
    border: 3px solid #1062AA;
}
.home-regural-slide__top{
    display: flex;
    justify-content: space-between;
}
.home-regural-slide__icon{
    max-width: 48px;
    margin-right: 25px;
}
.home-regural-slide__text{
    max-width: 184px;
}
.home-regural-slide__title{
    margin-bottom: 9px;
}
.home-regural-slide__description{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.home-regural-slide__descr-text{
    margin: 28px 0 30px 0;
    font-size: 14px;
    line-height: 24px;
}
.home-regural-slide__characteristics{
    margin: 29px 0 46px 0;
}
.home-regural-slide__list{
    font-size: 14px;
    line-height: 24px;
}
ul.home-regural-slide__list li{
    padding-left: 7px;
}
ul.home-regural-slide__list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.blue .home-regural-slide__list li:before{
    background-color: #4AE4E4;
}
.orange .home-regural-slide__list li:before{
    background-color: #F7B916;
}
.pink .home-regural-slide__list li:before{
    background-color: #EB008B;
}
.yellow .home-regural-slide__list li:before{
    background-color: #FFE735;
}
.maroon .home-regural-slide__list li:before{
    background-color: #FF6341;
}
.cornfieldblue .home-regural-slide__list li:before{
    background-color: #00ADEE;
}
.lime .home-regural-slide__list li:before{
    background-color: #DDF516;
}
.darkviolet .home-regural-slide__list li:before{
    background-color: #010059;
}
.greencyan .home-regural-slide__list li:before{
    background-color: #6FC6AD;
}
.salad .home-regural-slide__list li:before{
    background-color: #8CC63F;
}
.home-regural-slide .btn-p{
    margin-top: auto;
}
/*home program*/
.home-program{
    padding-top: 125px;
}
.home-program__small-title{
    position: relative;
    margin: 65px 0 114px 0;
    text-align: center;
    color: #1062AA;
}
.home-program__small-title:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    width: 21px;
    height: 21px;
    margin-left: -277px;
    background: transparent url('../img/home/home-program-title-plus.svg') center center no-repeat;
}
.home-program-items{
    position: relative;
}
.home-program-items__row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 66px;
}
.home-program-items__row:first-child{
    margin-top: 0;
}
.home-program-item{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 260px;
}
.home-program-item:nth-child(even){
    margin-left: auto;
    justify-content: flex-end;
}
.home-program-item:after{
    content: "";
    position: absolute;
    right: -98px;
    width: 68px;
    height: 6px;
    background: transparent url('../img/home/home-program-pointer.svg') center center no-repeat;
}
.home-program-item:nth-child(even):after{
    right: auto;
    left: -98px;
}
.home-program-items__row:nth-child(1) .home-program-item:after{
    top: 54px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}
.home-program-items__row:nth-child(1) .home-program-item:nth-child(even):after{
    -webkit-transform: rotateZ(-25deg) rotateY(180deg);
    -moz-transform: rotateZ(-25deg) rotateY(180deg);
    -ms-transform: rotateZ(-25deg) rotateY(180deg);
    -o-transform: rotateZ(-25deg) rotateY(180deg);
    transform: rotateZ(-25deg) rotateY(180deg);
}
.home-program-items__row:nth-child(2) .home-program-item:after{
    top: 19px;
}
.home-program-items__row:nth-child(2) .home-program-item:nth-child(even):after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home-program-items__row:nth-child(3) .home-program-item:after{
    top: -8px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.home-program-items__row:nth-child(3) .home-program-item:nth-child(even):after{
    -webkit-transform: rotateZ(25deg) rotateY(180deg);
    -moz-transform: rotateZ(25deg) rotateY(180deg);
    -ms-transform: rotateZ(25deg) rotateY(180deg);
    -o-transform: rotateZ(25deg) rotateY(180deg);
    transform: rotateZ(25deg) rotateY(180deg);
}
.home-program-item__icon{
    width: 43px;
    min-width: 43px;
    margin-right: 50px;
}
.home-program-item__icon svg{
    display: block;
    max-width: 100%;
}
.home-program-item:nth-child(even) .home-program-item__icon{
    width: 43px;
    min-width: 43px;
    margin-left: 50px;
    margin-right: 0;
    order: 2;
}
.home-program-item:nth-child(even) .home-program-item__content{
    order: 1;
    text-align: right;
}
.home-program-item__title{
    margin-bottom: 22px;
}
.home-program-item__title a{
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.home-program-item__text{
    font-size: 14px;
    line-height: 16px;
}
.home-program-main{
    position: absolute;
    top: 49px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.home-program-btn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
/*home reviews*/
.home-reviews{
    padding: 124px 0;
}
.reviews-list{
    position: relative;
    margin-top: 74px;
}
.reviews-slide{
    display: flex;
    justify-content: space-between;
}
.reviews-slide__info{
    width: 100%;
    max-width: 260px;
}
.reviews-slide__content{
    width: 100%;
    max-width: 655px;
}
.reviews-slide__rating{
    display: flex;
}
.reviews-slide__rating-item{
    margin-right: 10px;
}
.reviews-slide__author{
    margin-top: 26px;
    font-size: 16px;
    line-height: 32px;
}
.reviews-slide__author-name{
    font-weight: 500;
}
.reviews-slide__author-date{
    color: #807E7E;
}
.reviews-slide__all{
    margin-top: 2px;
    margin-bottom: 34px;
}
.reviews-slide__all-link{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #868585;
}
.reviews-slide__all-link-arrow{
    margin-left: 10px;
}
.reviews-slide__text{
    font-size: 16px;
    line-height: 19px;
}
.reviews-slide__text .hidden-reviews {
    display: none;
}
.reviews-slide__more{
    margin-top: 11px;
}
.reviews-slide__more-link{
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #868585;
}
.reviews-list .slider-arrow{
    top: 50px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.reviews-slider-arrow{
    top: 50px;
}
/*home cta*/
.home-cta{
    padding: 23px 0 83px 0;
    background-color: #1062AA;
    color: #FFFFFF;
}
.home-cta__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.home-cta__content{
    width: 100%;
    max-width: 400px;
}
.home-cta h3{
    text-align: left;
}
.home-cta__text{
    margin-top: 39px;
    font-size: 16px;
    line-height: 19px;
}
.home-cta__form{
    display: flex;
    margin-bottom: 7px;
}
.home-cta__form .inp{
    margin-right: 28px;
}
/*home blog*/
.home-blog{
    padding: 124px 0;
}
.home-blog__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-blog-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 360px;
    min-height: 440px;
    margin-top: 69px;
    padding: 41px 33px 36px 33px;
    border: 1px solid #1062AA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -ms-transition: all 0.125s;
    -o-transition: all 0.125s;
    transition: all 0.125s;
}
.home-blog-item:hover{
    border: 3px solid #1062AA;
}
.home-blog-item__category,
.home-blog-item__date{
    font-size: 12px;
    line-height: 14px;
}
.home-blog-item__category{
    display: flex;
    align-items: center;
}
.home-blog-item__category:before{
    content: '';
    width: 26px;
    height: 1px;
    margin-right: 10px;
    background-color: #333333;
}
.home-blog-item__title{
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}
.home-blog-item__title:hover{
    color: #1062AA;
    text-decoration: none;
}
.home-blog-item__title:hover:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 136px;
    height: 9px;
    margin-top: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #F7B916;
}
.home-blog__btn{
    display: flex;
    justify-content: center;
    margin-top: 83px;
}
/*home clients*/
.home-clients__subtitle{
    margin-top: 65px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #1062AA;
}
.home-clients__subtitle span{
    font-weight: 900;
}
.home-clients__list{
    position: relative;
    margin-top: 94px;
}
.home-clients .slick-initialized .slick-track {
    display: flex;
    align-items: center;
}
/*footer*/
.footer{
    margin-top: auto;
    padding: 45px 0 32px 0;
    background-color: #1062AA;
}
.footer-logo img{
    width: 70px;
    height: 52px;
}
.footer__row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer__row:first-child{
    padding-bottom: 46px;
    border-bottom: 1px solid #F7B916;
}
.footer__row:last-child{
    padding-top: 37px;
}
.footer__col-l{
    width: 100%;
    max-width: 260px;
    margin-right: auto;
}
.footer__col{
    width: 100%;
    max-width: 165px;
    margin-left: 11%;
}
.footer-logo{
    display: flex;
}
.footer-contacts{
    margin-top: 45px;
    margin-bottom: 24px;
}
.footer-contacts__item{
    margin-bottom: 17px;
}
.footer-contacts__title{
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #E5E5E5;
}
.footer-contacts__tel,
.footer-contacts__tel:hover{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #F7B916;
}
.footer-socials{
    display: flex;
}
.footer-socials__item{
    width: 34px;
    margin-right: 15px;
}
.footer-socials__item:last-child{
    margin-right: 0;
}
.footer-socials__item svg{
    fill: #F7B916;
}
.footer-socials__item:hover svg{
    fill: #ffffff;
}
.footer-menu{
    margin-top: 34px;
}
.footer-menu__top{
    display: flex;
    justify-content: space-between;
}
.footer-menu__arrow{
    display: none;
}
.footer-menu__top-link{
    font-size: 18px;
    line-height: 21px;
    color: #F2F2F2;
}
.footer-menu__list{
    margin-top: 20px;
}
.footer-menu__list-link{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #E5E5E5;
}
.footer-copyright{
    font-size: 12px;
    line-height: 14px;
    color: #E5E5E5;
}
.footer-policy-link{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #E5E5E5;
}
.footer a:not(.footer-contacts__tel):hover{
    text-decoration: underline;
}
/*slick*/
.slider-arrow{
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    z-index: 9;
}
.slider-arrow--next{
    right: -70px;
}
.slider-arrow--prev{
    left: -70px;
}
.slider-arrow svg{
    fill: #1062AA;
}
.slick-disabled svg{
    fill: #E5E5E5;
}
.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 69px;
}
.slick-dots button{
    height: 8px;
    width: 8px;
    margin: 0 6px;
    background-color: rgba(129, 133, 156, 0.45);
    font-size: 0;
    line-height: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.slick-dots .slick-active button{
    background-color: rgba(129, 133, 156, 1);
}
/*faqs*/
.faqs{
    padding: 102px 0 132px 0;
}
.faqs a:hover{
    color: #F7B916;
    text-decoration: underline;
}
.faqs__list{
    max-width: 808px;
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
}
.faq{
    padding-left: 30px;
    padding-right: 30px;
}
.faq:not(:last-child){
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid #1062AA;
}
.faq__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq__arrow{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq_opened .faq__arrow{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq__title{
    font-size: 24px;
    line-height: 24px;
    color: #1062AA;
}
.faq__content{
    display: none;
    margin-top: 30px;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 28px;
}
.faq_opened .faq__content{
    display: block;
}
.faq ul li{
    padding-left: 12px;
}
.faq ul li:before{
    width: 4px;
    height: 4px;
    margin-top: 12px;
}
.faq ol{
    counter-reset: section;
}
.faq ol li:before{
    counter-increment: section;
    content: counter(section) ". ";
    position: static;
    color: #1062AA;
}
/*modal cta*/
.modal-home-cta{
    width: 50%;
    padding-top: 73px;
}
/*Support component*/
.support{
    padding-top: 124px;
}
.support__inner{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
}
.support__about{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.support__text{
    width: 246px;
    margin-left: 31px;
    color: #333333;
}
.support__title{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.support__description{
    font-size: 16px;
    line-height: 19px;
}
.support__contacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
a.support__contacts-tel,
a.support__contacts-mail{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
a.support__contacts-tel:hover,
a.support__contacts-mail:hover{
    color: #F7B916;
}
a.support__contacts-tel{
    color: #333333;
    text-decoration: none;
}
a.support__contacts-mail{
    color: #1062AA;
    text-decoration: underline;
}
.support__chat{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #1062AA;
    background-color: #F7B916;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    cursor: pointer;
}
.support__chat:before{
    content: "";
    position: absolute;
    top: -27px;
    right: 54px;
    width: 30px;
    height: 29px;
    background: url("/wp-content/themes/epochta.ru/assets/img/chat-arrow.svg") no-repeat center center, transparent;
}
.support__chat:hover{
    color: #fff;
}
.support__chat .chat-btn {
    background-color: transparent!important;
    color: #1062AA!important;
}
.grecaptcha-badge{
    display: none !important;
}

@media all and (min-width: 768px){
    /*header*/
    .header-menu__item:hover .header-submenu{
        display: flex;
    }
    .header-menu__item:hover .header-menu__arrow{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media all and (min-width: 768px) and (max-width: 1024px){
    /*header*/
    .header{
        padding-top: 15px;
    }
    .header-top{
        justify-content: space-between;
    }
    .header-logo{
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .header-search{
        width: 200px;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header-tel, .header-login, .header-search, .header-lang{
        margin-left: 0;
    }
    .header-navigation{
        width: 100%;
    }
    .header-menu{
        justify-content: space-between;
    }
    .header-menu__item:not(:first-child){
        margin-left: 0;
    }
    .header-submenu-product{
        display: none;
    }
    .header-submenu__box{
        width: 33.33333333333333%;
    }
    /*footer*/
    .footer__col-l,
    .footer__col{
        max-width: 25%;
        margin: 0;
    }
    .footer__col{
        padding-left: 15px;
    }
    /*reviews*/
    .reviews-list .slider-arrow--prev{
        left: 0;
    }
    .reviews-list .slider-arrow--next{
        right: 0;
    }
    .reviews-slider{
        max-width: 90%;
        margin: 0 auto;
    }
    /*slider*/
    .slider-arrow{
        display: none;
    }
    /*bestseller*/
    .home-regural-slide{
        padding: 30px;
    }
    /*modal cta*/
    .modal-home-cta{
        width: 75%;
    }
}
@media all and (max-width: 767px){
    /*general*/
    body{
        padding-top: 122px;
    }
    /*header*/
    .header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 11;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    .header-mobile-menu-toggle{
        display: block;
    }
    .header-navigation_opened .header-mobile-menu-toggle span:nth-child(1){
        top: 19px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .header-navigation_opened .header-mobile-menu-toggle span:nth-child(2){
        opacity: 0;
        left: -60px;
    }
    .header-navigation_opened .header-mobile-menu-toggle span:nth-child(3){
        top: 19px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .header-top{
        width: auto;
    }
    .header-mobile-search-toggle {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        background: no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='28' fill='none'%3E%3Cpath d='M22.83 12.415c0 5.751-4.664 10.414-10.415 10.414C6.663 22.83 2 18.166 2 12.415 2 6.663 6.663 2 12.415 2c5.751 0 10.414 4.663 10.414 10.415z' stroke='%231062AA' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M20.422 19.09l7.958 6.8' stroke='%231062AA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: 21px;
        border: 2px solid #1062AA;
    }
    .header-logo{
        width: auto;
        height: 40px;
        margin-top: 0;
    }
    .header-logo img{
        max-height: 100%;
    }
    .header-search{
        display: none;
        background: #fff;
        position: absolute;
        z-index: 999;
        top: 55px;
        left: 0;
        width: 100%;
        padding: 10px 30px;
    }
    .header-signup{
        display: none;
    }
    .header-login {
        width: 40px;
        height: 40px;
        margin: 0 15px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .header-tel__text{
        display: none;
    }
    .header-lang{
        top: 0;
        right: 15px;
        border: 2px solid #1062AA;
    }
    .header-lang__switch{
        justify-content: center;
    }
    .header-lang__switch-icon{
        display: none;
    }
    .header-lang__switch-arrow{
        display: none;
    }
    .header-lang__switch-text{
        margin: 0;
        line-height: 36px;
        color: #1062AA;
    }
    .header-login{
        top: 0;
        right: 70px;
        font-size: 0;
        line-height: 0;
        background: transparent url('/wp-content/themes/epochta.ru/assets/img/header/header-login-mobile.svg') center center no-repeat;
        background-size: cover;
    }
    .header-tel{
        top: 0;
        right: 125px;
        font-size: 0;
        line-height: 0;
        background: #1062AA url('/wp-content/themes/epochta.ru/assets/img/header/header-tel-mobile.svg') center center no-repeat;
    }
    .header-navigation{
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        background-color: #fff;
        -webkit-transition: left 0.25s;
        -moz-transition: left 0.25s;
        -ms-transition: left 0.25s;
        -o-transition: left 0.25s;
        transition: left 0.25s;
        z-index: 10;
    }
    .header-navigation_opened .header-navigation{
        left: 0;
    }
    .header-menu{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px;
        overflow-y: auto;
    }
    .header-menu{
        flex-direction: column;
    }
    .header-menu__item{
        width: 100%;
    }
    .header-menu__item:not(:first-child){
        margin-left: 0;
    }
    .header-menu__link{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-menu__link:after{
        display: none;
    }
    .header-menu__arrow{
        width: 14px;
        height: 10px;
        background-size: contain;
        margin-left: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header-menu__link_active .header-menu__arrow{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header-submenu{
        position: static;
        box-shadow: none;
        padding: 10px 0;
    }
    .header-submenu-product{
        display: none;
    }
    .header-submenu__box{
        width: 100%;
        padding: 10px 0;
    }
    .header-submenu__top{
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
    }
    .header-submenu__icon{
        display: flex;
        justify-content: center;
        width: 50px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .header-submenu__list{
        display: none;
        margin-top: 18px;
        margin-left: 60px;
    }
    .header-submenu__top{
        position: relative;
    }
    .header-submenu__link:after{
        display: none;
    }
    .header-submenu__top:after{
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 14px;
        margin-top: -7px;
        background: transparent url(/wp-content/themes/epochta.ru/assets/img/header/header-submenu-link.svg) center center no-repeat;
        background-size: contain;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        cursor: pointer;
    }
    .header-submenu__top_active:after{
        -webkit-transform-origin: 40% 50%;
        -moz-transform-origin: 40% 50%;
        -ms-transform-origin: 40% 50%;
        -o-transform-origin: 40% 50%;
        transform-origin: 40% 50%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    /*top*/
    .top{
        padding-top: 50px;
    }
    .top__title{
        font-size: 34px;
        line-height: 40px;
    }
    .top__title span:after {
        height: 6px;
        bottom: -8px;
    }
    .top__description{
        margin: 30px 0;
    }
    /*abilities*/
    .abilities{
        padding: 60px 0;
    }
    .abilities__art{
        display: none;
    }
    .ability:nth-child(even) .ability__media{
        order: 1;
    }
    .ability:nth-child(even) .ability__content{
        order: 2;
        text-align: left;
    }
    .ability__content{
        margin-top: 15px;
    }
    /*counter*/
    .counter__inner{
        justify-content: center;
    }
    .counter__text,
    .counter__numbers{
        text-align: center;
    }
    .counter__numbers span{
        display: block;
    }
    /*sms*/
    .sms{
        padding-top: 60px;
    }
    .section__description{
        margin-top: 30px;
    }
    .sms__items{
        justify-content: center;
    }
    /*bussiness*/
    .bussiness{
        padding-top: 60px;
    }
    .bussiness__inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    .bussiness-item__title{
        margin-top: 30px;
        margin-left: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    .bussiness__content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*bestsellers*/
    .home-bestsellers{
        padding-top: 50px;
    }
    .home-regural__slider{
        margin-top: 50px;
    }
    .home-regural-slide{
        padding: 15px;
    }
    .home-regural-slide__top{
        justify-content: flex-start;
    }
    .home-regural-slide .btn-p{
        margin-left: auto;
        margin-right: auto;
    }
    /*program*/
    .home-program{
        padding-top: 50px;
    }
    .home-program__small-title{
        margin: 50px 0;
    }
    .home-program-item{
        max-width: 100%;
    }
    .home-program-item:nth-child(even){
        margin-left: 0;
        justify-content: flex-start;
    }
    .home-program-item__icon{
        margin-right: 25px;
    }
    .home-program-item:nth-child(even) .home-program-item__icon{
        order: 1;
        margin-right: 25px;
        margin-left: 0;
    }
    .home-program-item:after{
        display: none;
    }
    .home-program-items__row{
        margin-top: 0;
    }
    .home-program-item{
        margin-bottom: 30px;
    }
    .home-program-item__title{
        margin-bottom: 6px;
    }
    .home-program-main{
        position: static;
        display: flex;
        justify-content: center;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
    .home-program-item:nth-child(even) .home-program-item__content{
        order: 2;
        text-align: left;
    }
    /*reviews*/
    .home-reviews{
        padding: 60px 0;
    }
    .reviews-list{
        margin-top: 30px;
    }
    .reviews-slide{
        flex-wrap: wrap;
    }
    .reviews-slide__author{
        margin-top: 16px;
    }
    .reviews-slide__all{
        margin-bottom: 11px;
    }
    .reviews-slider-arrow--prev{
        left: 0;
    }
    .reviews-slider-arrow--next{
        right: 0;
    }
    .reviews-slider-arrow{
        top: 50%;
        margin-top: -14px;
    }
    /*cta*/
    .home-cta,
    .home-cta h3{
        text-align: center;
    }
    .home-cta__form{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .home-cta__form .inp{
        margin: 30px 0;
    }
    /*blog*/
    .home-blog{
        padding: 60px 0;
    }
    .home-blog__items{
        display: block;
    }
    .home-blog__btn{
        margin-top: 40px;
    }
    /*clients*/
    .home-clients__subtitle{
        margin-top: 30px;
    }
    .home-clients__list{
        margin-top: 30px;
    }
    .home-clients__slider img{
        margin: 0 auto;
    }
    /*support*/
    .support{
        padding-top: 60px;
    }
    .faqs{
        padding: 60px 0;
    }
    /*slider*/
    .slick-dots{
        margin-top: 19px;
    }
    .slider-arrow{
        display: none;
    }
    /*footer*/
    .footer__col-l,
    .footer__col{
        max-width: 100%;
        margin: 0;
    }
    .footer-logo,
    .footer-socials{
        justify-content: center;
    }
    .footer-socials{
        margin-bottom: 15px;
    }
    .footer-contacts{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 24px;
    }
    .footer-contacts__item{
        margin-bottom: 0;
        text-align: center;
    }
    .footer-menu{
        margin-top: 15px;
    }
    .footer-menu__list{
        display: none;
        margin-top: 10px;
    }
    .footer-menu__arrow{
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .footer-menu__arrow_opened{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .footer-policy-link{
        margin-top: 10px;
    }
    /*modal cta*/
    .modal-home-cta{
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait){
    .support__inner,
    .support__about{
        flex-direction: column;
        align-items: center;
    }
    .support__icon,
    .support__text{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .support__title{
        margin: 10px 0;
    }
    .support__contacts{
        margin: 10px 0 50px 0;
        align-items: center;
    }
}
