body{
    font-family: 'Proxima Nova';
    font-weight: normal;
    min-width: 1280px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	/*display: block;	*/
	max-width: 100%;	
}
button{
	cursor: pointer;
}
.wrapper{
    min-width: 1280px;
}
.c-red{
	color: #2358ad;
}
.r-btn{
    background-color: #2358ad;
    font-size: 18px;
    color: #fff;
    border: 0;
}
.container{
	max-width: 1160px ;
}

/*=============== стартовый экран ===========*/
.hero{
	padding-top: 70px;
    padding-bottom: 160px;
    background-image: url(../img/hero-bg.png);
    /*background-image: url(https://www.zdrav.ru/images/banner/black_friday.png?);*/
	background-repeat: no-repeat;
	background-position: 85% 100%;
}
@media(max-width: 1785px){
    .hero{
        background-position: 96% 100%;
        background-size: 45%;
    }
}
.hero__inner{
    display: flex;
    justify-content: space-between;
}
.hero__logo{
	max-width: 250px;
}
.logo__desc{
    font-size: 13px;
    line-height: .85;
    color: #2d3039;
    margin-top: 12px;
}
.hero__menu .item__link{
	font-size: 18px;
    color: #6e7992;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    margin-right: 30px;
}
.hero__menu .item__link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2358ad;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.hero__menu .item__link:hover {
    color: #2358ad;
}
.hero__menu .item__link:hover:after {
    opacity: 1;
}
.hero__menu .item__link.active{
	color: #165192;
}
.hero__menu .item__link.active:hover:after{
	opacity: 0;
}
.hero__title {
    margin-top: 60px;
    font-size: 45px;
    color: #2358ad;
    line-height: 1.22;
    max-width: 640px;
}
.hero__desc {
    font-size: 22px;
    line-height: 1.18;
    margin-top: 23px;
    margin-bottom: 58px;
}
.hero__search {
    width: 772px;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero__search input{
	display: block;
    outline: none;
	width: 100%;
    height: 100%;
	max-width: 620px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 10px;
    padding-right: 20px;
    color: #908b89;
    border: solid 1px #e5e5e5;
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 2.06;
}
.hero__search button {
	border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 182px;
    background-color: #2358ad;
    height: 100%;
    font-size: 18px;
    color: #fff;
}


/*============================*/
.section__insert{
	background-color: #f6f6f6;
}
.insert__desc{
    padding-top: 39px;
    font-size: 21px;
    color: #2d3039;
    font-weight: 500;
    padding-bottom: 11px;
}
.section__scroll {
	border-top: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding-bottom: 70px;
}

.section__scroll {
	background-color: #f6f6f6;
}

.section__scroll .scroll {
	padding-top: 28px;
	/*padding-bottom: 55px;*/
}

.section__scroll .scroll .scroll__content {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}

.section__scroll .scroll .scroll__content .scroll__list {
	width: 45%;
}
 .scroll__list a{
 	color: #000;
    text-decoration: none;
    display: block;
 }
.section__scroll .scroll .scroll__content .scroll__list .list__item {
	margin-top: 29px;
	position: relative;
	z-index: 99;
	text-decoration: none;
}

.section__scroll .scroll .scroll__content .scroll__list .list__item:first-child {
	margin-top: 0;
}

.section__scroll .scroll .scroll__content .scroll__list .list__item .item__badge {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 9px;
	line-height: 2;
	color: #2358ad;
	border-radius: 3px;
	border: solid 1px #2358ad;
	margin-bottom: 11px;
	cursor: pointer;
}

.section__scroll .scroll .scroll__content .scroll__list .list__item .item__desc {
	font-size: 18px;
	line-height: 1.44;
	color: #435466;
	position: relative;
	text-decoration: underline;
}

.section__scroll .scroll .scroll__content .scroll__list .list__item .item__desc:hover {
	text-decoration: none;
}

.section__scroll .scroll .scroll__content .scroll__list .list__item .item__desc:after {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	top: 15px;
	right: -80px;
	background-color: #2358ad;
	opacity: .5;
	z-index: 99;
	display: none;
}

.section__scroll .scroll .scroll__content .scroll__list .list__item.active .item__desc {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.18;
	text-decoration: none;
}

/* .section__scroll .scroll .scroll__content .scroll__list .list__item.active .item__desc:after {
	display: block;
} */

.section__scroll .scroll .scroll__content .scroll__list .list__item.active .item__badge {
	transition: 0.3s;
	background-color: #2358ad;
	color: #fff;
}

.section__scroll .scroll .scroll__content .scroll__list .scroll__list__desc {
	font-size: 18px;
	line-height: 1.67;
	color: #2d3039;
	margin-top: 16px;
	padding-bottom: 14px;
}

.section__scroll .scroll .scroll__content .scroll__main__content {
	width: 55%;
	margin-left: 37px;
	display: flex;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__list {
	height: 882px;
	overflow: hidden;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__list::-webkit-scrollbar {
	display: none;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__list .content__elem {
	display: flex;
	flex-direction: column;
	scroll-behavior: smooth;
	position: relative;
	transition: 0.4s;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__list .content__elem .list__elem {
	font-size: 0;
	height: 100%;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__list .content__elem .list__elem img {
	max-width: 100%;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__right {
	height: 800px;
	overflow: hidden;
}

.section__scroll .scroll .scroll__content .scroll__main__content .main__content__right img {
	max-width: 100%;
}


/*============================*/

.payment__ability{
    background: #f6f6f6;
    padding-bottom: 70px;
}
.payment{
	padding-top: 67px;
    border-bottom: 1px solid #e5e5e5;
}
.ability__title{
	font-size: 21px;
    font-weight: 500;
    color: #2d3039;
}
.ability__content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 53px -20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ability__elem {
    width: calc(50% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    color: #000;
    padding: 28px 20px 21px 28px;
    border: solid 1px #e9e7e6;
    display: flex;
    margin: 0 20px 33px;
}
.ability__cap {
    font-size: 21px;
    line-height: 1.23;
    color: #2358ad;
    font-weight: 500;
    margin-top: 20px;
}
.ability__text {
    font-size: 16px;
    line-height: 1.38;
    margin-top: 15px;
    font-weight: normal;
    color: #2d3039;
}
 .ability__pic {
	margin-left: 34px;
    flex: none;
}
.payment__content__title {
    font-size: 35px;
    color: #2d3039;
    text-align: center;
    /* padding-bottom: 80px; */
}
.payment__content {
    /*max-width: 980px;*/
    margin: 57px auto 0;
}
.data__title__pic img{
    width: 30px;
    vertical-align: bottom;
}
.data__title__pic span{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.23;
	color: #2358ad;
    vertical-align: text-bottom;
    margin-left: 7px;
}
.payment__table td{
	width: 33%;
    padding: 0 20px;
    padding-bottom: 30px;
}
/*=======================*/

.other {

}

.other__txt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.other__img {
  margin-bottom: 30px;
  text-align: center;
}

/*=======================*/

.section__advice {
    padding-top: 60px;
}
.advice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.advice_text{
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.4;
}
.advice__about {
    width: 493px;
    padding-top: 60px;
    padding-right: 50px;
}
.advice__elem {
    margin-bottom: 36px;
}
.advice__title {
    font-size: 22px;
    color: #2358ad;
    font-weight: 500;
    margin-bottom: 5px;
}
.advice__desc {
    font-size: 18px;
}
.advice__button {
    margin-bottom: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advice__button .button {
    background-color: #2358ad;
    width: 378px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    line-height: 1.44;
    text-align: center;
    padding: 11.5px 60px;
    display: block;
    text-decoration: none;
}
.advice__pic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: fit-content;
}
.advice__pic__quest {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 80%;
    width: 100%;
}
.advice__pic__anim {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/*========================*/
/*.section__journal {
    padding-top: 63px;
    padding-bottom: 30px;
}
.journal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid#e5e5e5;
}
.journal__header {
    margin-bottom: 38px;
}
.journal__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.journal__title {
    min-width: 390px;
    font-size: 25px;
    color: #2d3039;
    font-weight: 500;
}
.journal__top .journal__desc {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.44;
}
.journal__top .journal__pic {
    font-size: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    flex: none;
}*/

/*=======================*/

.section__journal {
    padding-top: 63px;
    padding-bottom: 105px;
}
.journal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.journal .journal__header {
    margin-bottom: 38px;
}
.journal .journal__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.journal .journal__top .journal__title {
    min-width: 390px;
    font-size: 25px;
    color: #2d3039;
    font-weight: 500;
}
.journal .journal__top .journal__desc {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.44;
}
.journal .journal__top .journal__desc span {
    display: block;
}
.journal .journal__top .journal__title span {
    display: block;
}
.journal .journal__top .journal__number {
    font-size: 18px;
    color: #9b9b9b;
    line-height: 1.44;
    margin-top: 30px;
}
.journal .journal__top .journal__pic {
    font-size: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    flex: none;
    margin-left: 70px;
}
.journal .journal__top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}
.journal .journal__slider {
    margin-top: 51px;
}
.section__journal .journal .journal__slider .slider__cap {
    font-size: 25px;
    text-align: center;
    color: #2d3039;
    margin-bottom: 40px;
}
.journal .journal__slider .slider__cap {
    font-size: 25px;
    text-align: center;
    color: #2d3039;
}
.journal .journal__bottom .bottom__title,
.demo__bottom .bottom__title {
    font-size: 35px;
    color: #2d3039;
    text-align: center;
    margin-bottom: 20px;
}
.demo__bottom .bottom__button,
.journal .journal__bottom .bottom__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.demo__bottom .button,
.journal .journal__bottom .bottom__button .button {
    background-color: #2358ad;
    width: 378px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    line-height: 1.44;
    text-align: center;
    padding: 11.5px 60px;
    display: block;
    text-decoration: none;
}
.content__journal{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.journal__elem{
	max-width: 150px;
}
.slider__content{
    /*margin-top: 90px;*/
    margin-bottom: 40px;
}
.vedom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.vedom .insert__title {
    font-size: 21px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}
.vedom .insert__desc {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 21px;
    color: #2d3039;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 11px;
}
.vedom .insert__elem {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 11px;
}
.vedom .insert__elem .elem__desc {
    padding-top: 5px;
    font-size: 12px;
    color: #93989c;
    text-align: center;
}
.vedom .insert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.user__elem {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}
.user__elem .user__pic {
    width: 158px;
    /*height: 206px;*/
    -webkit-filter: grayscale(96%);
    filter: grayscale(96%);
}
 .user__elem .user__pic img {
    max-width: 100%;
    height: auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
 .user__elem .user__name {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.64;
    min-width: 161px;
    text-align: center;
}
.user__elem .user__desc {
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    height: 230px;
    text-align: center;
}
.slider__content .user__elem .user__desc{
    font-weight: normal;
}
.user__elem_mini .user__desc{
    font-size: 12px;
}
.owl-item.center.active .user__elem .user__pic {
    width: 198px;
    /*height: 256px;*/
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 112%;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.section__specialist {
    padding-top: 74px;
    padding-bottom: 67px;
}
.specialist .specialist__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.specialist .specialist__top .specialist__title {
    min-width: 400px;
    font-size: 22px;
    color: #2358ad;
    font-weight: bold;
}
.specialist .specialist__top .specialist__desc {
    min-height: 116px;
    margin-top: 73px;
    margin-left: 108px;
    font-size: 18px;
    line-height: 1.44;
}
 .content__user .user__elem .user__name {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.64;
    min-width: 161px;
    text-align: center;
}
.specialist--second .specialist__list, .specialist--third .specialist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.specialist--second .specialist__list .user__elem {
    cursor: auto;
}
.specialist--second .specialist__list .user__elem{
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 5 - 22px);
    margin: 0 11px 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.specialist--second .specialist__list .user__elem .user__pic, .specialist--third .specialist__list .user__elem .user__pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 13px;
    filter: grayscale(0);
}
.specialist--second .specialist__list .user__elem .user__pic img, .specialist--third .specialist__list .user__elem .user__pic img {
    max-width: 100%;
}
.specialist--second .specialist__list .user__elem .user__name, .specialist--second .specialist__list .user__elem .user__stat, .specialist--third .specialist__list .user__elem .user__name, .specialist--third .specialist__list .user__elem .user__stat {
    font-size: 14px;
    line-height: 1.29;
}
.specialist--second .specialist__list .user__elem .user__stat, .specialist--third .specialist__list .user__elem .user__stat {
    font-weight: bold;
}
.specialist--exprts{
    margin-top: 50px;
}
.specialist--second.specialist--exprts .specialist__list .user__elem{

    width: calc(100% / 3 - 22px);
    padding: 0 30px;
}
.specialist--exprts .specialist__list .user__elem .user__pic{
    width: 150px;
    height: 150px;
}
.specialist--second .specialist__list .user__elem .user__pic{
/*    width: 120px;
    height: 120px;*/
}
.section__specialist .specialist__button {
    text-align: center;
    margin-top: 70px;
}
.section__specialist .specialist__button .button__title {
    font-size: 35px;
    color: #2d3039;
}
.section__specialist .specialist__button .button {
    font-size: 18px;
    color: #fff;
    background-color: #2358ad;
    border-radius: 3px;
    padding: 12px 60px;
    margin-top: 40px;
    display: block;
    text-decoration: none;
}




.section__review {
    padding-bottom: 145px;
    background-color: #f6f6f6;
}
.review .review__title {
    font-size: 35px;
    text-align: center;
}
.review .review__desc {
    font-size: 18px;
    text-align: center;
    color: #979797;
    margin: 30px 0;
}
.review {
    padding-top: 64px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.review .review__content {
    width: 994px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.review__user{
    width: calc(50% - 10px);
    background: #fff;
    border: 1px solid #e3dfdd;
    border-radius: 3px;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
}
.review .user__data{
    display: flex;
    align-items: center;
}
.review .user__pic{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    background: #e5e5e5;
    /*padding: 7px;*/
    flex: none;
    margin-right: 15px;
}
.review .review__user__text{
    margin-top: 20px;
    line-height: 1.3;
    color: #303030;
}
.user__from{
    font-weight: 500;
    color: #2358ad;
    margin-bottom: 10px;
}
.specialist__top_noflex{
    display: block !important;
}
.specialist__top_noflex .specialist__desc{
    margin-left: 0 !important;
    margin-top: 20px !important;
    width: 63%;
}