* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
}
input {
    outline: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}
.no-select {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.container:after,
.container:before {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hidden {
    display: none;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    position: relative;
}
.page > * {
    width: 100%;
}
.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 45px;
}
.header__top {
    display: flex;
}
.header__logo {
    margin-top: 28px;
}
.header__middle {
    margin-top: 40px;
    margin-left: 82px;
}
.header__right {
    margin-left: auto;
    margin-top: 34px;
}
.header__bottom {
    display: flex;
    padding-top: 10px;
    position: relative;
}
.header__button {
    margin-left: auto;
    margin-top: 15px;
}
.company-addres {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    text-decoration-style: dashed;
    padding-left: 15px;
    position: relative;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.25s;
}
.company-addres:hover {
    text-decoration-color: transparent;
}
.company-addres:before {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background-color: #cdcdcd;
    position: absolute;
    top: 6px;
    left: 0;
}
.company-addres_footer {
    text-align: right;
    margin-top: 19px;
    display: block;
    font-size: 14px;
    padding-left: 0;
}
.company-addres_footer:before {
    content: none;
}
.company-addres_footer span {
    display: inline-block;
    font-family: Roboto, sans-serif;
}
.company-addres_footer span:before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background-color: #cdcdcd;
    vertical-align: middle;
    margin-right: 16px;
}
.company-phone__link {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color: #0d72cc;
    transition: all 0.25s;
}
.company-phone__link:hover {
    color: #aa293f;
}
.company-shedule {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding-top: 1px;
}
.menu {
    display: flex;
    list-style-type: none;
}
.menu__item {
    margin-right: 14px;
    margin-top: 15px;
}
.menu__item:last-child {
    margin-right: 0;
}
.menu__item_parent .menu__link {
    padding-left: 45px;
    border: 1px solid #aa293f;
    position: relative;
}
.menu__item_parent .menu__link:before {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    background-image: url(../img/burger.png);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s;
}
.menu__item_parent .menu__link:after {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    background-image: url(../img/burger-hover.png);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s;
    opacity: 0;
}
.menu__item_parent .menu__link:hover {
    border: 1px solid transparent;
}
.menu__item_parent .menu__link:hover:before {
    opacity: 0;
}
.menu__item_parent .menu__link:hover:after {
    opacity: 1;
}
.menu__link {
    display: inline-block;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    transition: all 0.25s;
    padding: 18px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
}
.menu__link:hover {
    color: #aa293f;
}
.btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    background-color: #aa293f;
    font-size: 14px;
    padding: 20px 27px;
    transition: all 0.25s;
}
.btn:hover {
    background-color: #cb4057;
}
.btn_arrow {
    padding-right: 64px;
    position: relative;
}
.btn_arrow:after {
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    background-image: url(../img/btn-arrow-right.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}
.btn_border {
    border: 9px solid #f2dfe2;
    box-shadow: 0 0 0 1px #e5bdc4;
}
.btn_border:hover {
    box-shadow: 0 0 0 0 #e5bdc4;
}
.main-section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/main-banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 83px;
    padding-top: 10px;
}
.main-section__title {
    font-size: 46px;
    font-weight: 700;
    color: #010101;
    margin-top: 34px;
    line-height: 47px;
}
.main-section__text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-top: 39px;
}
.main-section__button {
    margin-top: 52px;
}
.main-section__bottom {
    padding-top: 68px;
}
.main-steps {
    display: flex;
}
.main-steps__col {
    margin-right: 15px;
}
.main-steps__col:last-child {
    margin-right: 0;
}
.main-steps__item {
    display: flex;
    padding: 20px 0;
    width: 285px;
}
.main-steps__image {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 10px;
    background-color: #0d72cc;
    border-radius: 100%;
    position: relative;
}
.main-steps__image img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.main-steps__content {
    color: #333;
}
.main-steps__title {
    font-weight: 500;
}
.main-steps__text {
    font-size: 14px;
    margin-top: 5px;
}
.section-title {
    text-align: center;
    font-size: 36px;
    color: #000;
    padding: 30px 15px;
}
.section-title__text {
    font-weight: 700;
}
.sales-section {
    padding-top: 28px;
    padding-bottom: 84px;
    background-image: url(../img/sales-section.png);
    background-repeat: no-repeat;
    background-position: 65% top;
    position: relative;
    z-index: 20;
}
.sales-section__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sales-section__item {
    height: 332px;
    width: 570px;
    max-width: 100%;
    margin-bottom: 32px;
}
.sales-section__item-title {
    font-size: 30px;
    font-weight: 500;
    color: #0d72cc;
    margin-top: 56px;
    transition: all 0.25s;
}
.sales-section__item-title:hover {
    opacity: 0.8;
}
.sales-section__item-price {
    font-weight: 800;
    font-size: 30px;
    color: #901e38;
    margin-top: 11px;
}
.sales-section__item-desc {
    font-size: 14px;
    color: #333;
    margin-top: 24px;
    line-height: 24px;
}
.sales-section__item-list {
    list-style-type: none;
    padding-left: 3px;
}
.sales-section__item-li {
    color: #333;
    font-size: 14px;
    padding-left: 65px;
    position: relative;
    line-height: 42px;
    margin: 10px 0;
}
.sales-section__item-li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background-color: #0d72cc;
    background-position: center center;
    background-image: url(../img/ok-white.png);
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
}
.sales-section__button {
    text-align: center;
    padding-top: 30px;
}
.services-section {
    padding-bottom: 40px;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.services-section > div {
    position: relative;
    z-index: 10;
}
.services-section__items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}
.services-section__item {
    width: 390px;
    height: 268px;
    text-align: center;
    transition: all 0.25s;
}
.services-section__item:hover {
    background-color: #fafbfb;
}
.services-section__item:hover .services-section__item-title {
    color: #0d72cc;
}
.services-section__item:nth-child(even) {
    background-color: #dce5e7;
}
.services-section__item:nth-child(even):hover {
    background-color: #f1f5f5;
}
.services-section__item-image {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px 0 rgba(14, 7, 34, 0.07);
    position: relative;
    margin-top: 25px;
}
.services-section__item-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
}
.services-section__item-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 5px;
}
.services-section__item-text {
    font-size: 14px;
    color: #333;
    margin-top: 9px;
    line-height: 23px;
}
.services-section__button {
    text-align: center;
    padding-top: 45px;
}
.services-section__button .btn {
    padding-left: 78px;
    padding-right: 95px;
}
.services-section__button .btn_arrow:after {
    right: 62px;
}
.doctors-section {
    padding-top: 48px;
    padding-bottom: 81px;
    position: relative;
}
.doctors-section > div {
    position: relative;
    z-index: 10;
}
.doctors-section:before {
    content: "";
    display: block;
    width: 1323px;
    height: 957px;
    background-image: url(../img/main-doctors/section-image.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    top: -99px;
    left: -388px;
}
.doctors {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}
.doctors__general {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
}
.doctors__general-item {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
}
.doctors__general-item-image {
    height: 271px;
    overflow: hidden;
}
.doctors__general-item-image img {
    display: block;
}
.doctors__general-item-title {
    font-size: 18px;
    font-weight: 700;
    padding-top: 39px;
}
.doctors__general-item-title a {
    color: #000;
}
.doctors__general-item-text {
    font-size: 14px;
    padding-top: 13px;
    line-height: 21px;
}
.doctors__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 420px;
    height: 285px;
    max-width: 100%;
}
.doctors__item img {
    display: block;
}
.doctors__item_more {
    width: 128px;
    height: 128px;
    position: relative;
}
.doctors__item_more a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0d72cc;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
}
.doctors__item_more a:hover {
    background-color: #1c85e3;
}
.doctors__item_more a span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-top: 24px;
    background-image: url(../img/main-doctors/arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.form-section {
    background-color: #0d72cc;
    padding-top: 86px;
    padding-bottom: 91px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.form-section > div {
    position: relative;
    z-index: 5;
}
.form-section:after {
    content: "";
    display: block;
    background-image: url(../img/main-form-bg.png);
    width: 932px;
    height: 932px;
    position: absolute;
    right: -155px;
    bottom: -291px;
}
.form-block {
    background-color: #dce5e7;
    background-image: url(../img/main-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-left: 62px;
    padding-top: 55px;
    padding-bottom: 53px;
}
.form-block__title {
    font-size: 36px;
    font-weight: 700;
}
.form-block__text {
    font-weight: 500;
    margin-top: 12px;
    line-height: 24px;
}
.form-block__form {
    max-width: 100%;
    margin-top: 34px;
}
.form-block__form-row {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.form-block__form-col {
    margin-left: 5px;
    margin-right: 5px;
    flex-grow: 1;
    margin-bottom: 8px;
    max-width: 300px;
}
.form-block__form-bottom {
    max-width: 610px;
    text-align: center;
    padding-top: 25px;
}
.form-block__form-bottom .btn {
    outline: 0;
    padding-left: 110px;
    padding-right: 140px;
    cursor: pointer;
}
.form-block__form-bottom .btn_arrow:after {
    right: 105px;
}
.form-block__form-politics {
    color: #575757;
    font-size: 12px;
    margin-top: 23px;
}
.form-block__form-politics a {
    color: #0d72cc;
    text-decoration: underline;
}
.form-input {
    background-color: #fff;
    display: block;
    border: 1px solid #e6e9ec;
    line-height: 55px;
    padding-left: 47px;
    padding-right: 15px;
    width: 100%;
    font-size: 14px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 16px center;
}
.form-input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}
.form-input::-moz-placeholder {
    color: #333;
    font-size: 14px;
}
.form-input:-moz-placeholder {
    color: #333;
    font-size: 14px;
}
.form-input:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
}
.form-input.error {
    border: 1px solid red;
}
.form-input_name {
    background-image: url(../img/form-name.png);
}
.form-input_phone {
    background-image: url(../img/form-phone.png);
}
.form-input_service {
    background-image: url(../img/form-service.png);
}
.form-input_time {
    background-image: url(../img/form-time.png);
}
.form-input_dark {
    background-color: #d5e4f1;
    border-radius: 16px;
}
.form-upload {
    position: relative;
    cursor: pointer;
}
.form-upload__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-upload__content {
    display: flex;
    border: 1px solid #e6e9ec;
}
.form-upload__name {
    background-color: #fff;
    flex-grow: 1;
    font-size: 14px;
    color: #333;
    line-height: 55px;
    padding-left: 47px;
    background-image: url(../img/form-file.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
    overflow: hidden;
}
.form-upload__arrow {
    width: 56px;
    min-width: 56px;
    background-color: #0d72cc;
    background-image: url(../img/form-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.form-captcha img {
    display: block;
}
.gallery-section {
    background-color: #ebf1f6;
    padding-top: 72px;
    padding-bottom: 125px;
}
.gallery-block {
    padding-top: 5px;
}
.gallery-block__bottom {
    display: flex;
    justify-content: space-between;
}
.gallery-block__video {
    background-image: url(../img/main-video-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 839px;
    height: 246px;
    position: relative;
}
.gallery-block__play {
    cursor: pointer;
    width: 87px;
    height: 87px;
    background-image: url(../img/play-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 125px;
}
.gallery-block__video-content {
    color: #fff;
    padding-left: 369px;
    padding-top: 35px;
}
.gallery-block__video-title {
    font-weight: 700;
    font-size: 24px;
}
.gallery-block__video-text {
    margin-top: 13px;
    line-height: 24px;
}
.gallery-block__video-link {
    margin-top: 16px;
}
.gallery-block__video-link a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding-right: 34px;
    display: inline-block;
    background-image: url(../img/main-video-block-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.gallery-block__bottom-image {
    display: block;
}
.main-gallery {
    display: flex;
    justify-content: space-between;
}
.main-gallery__left {
    position: relative;
    margin-bottom: 20px;
}
.main-gallery__item {
    margin-bottom: 20px;
}
.main-gallery img {
    display: block;
}
.main-gallery_360 {
    background-image: url(../img/360.png);
    width: 72px;
    height: 50px;
    position: absolute;
    bottom: 19px;
    left: 27px;
}
.map-section.loading {
    min-height: 600px;
}
.map-section {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    padding-bottom: 80px;

}
.map-section__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}
.map-section__content .container {
    height: 0;
}
.map-section__block {
    float: right;
    background-color: #0d72cc;
    border-radius: 25px;
    padding-left: 44px;
    padding-right: 55px;
    position: relative;
    z-index: 100;
    width: 400px;
    max-width: 100%;
    margin-top: -74px;
    padding-bottom: 45px;
    

}
.map-section__title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    margin-top: 42px;
    line-height: 36px;
}
.map-section__text {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 14px;
}
.map-section__form {
    margin-top: 26px;
}
.map-section__form-row {
    margin-bottom: 9px;
}
.map-section__form-bottom {
    padding-top: 19px;
}
.map-section__form-bottom .btn {
    border: 9px solid #2467b7;
    cursor: pointer;
    outline: 0;
    width: 100%;
    box-shadow: 0 0 0 1px #e5bdc4;
    padding-left: 47px;
}
.map-section__form-bottom .btn:after {
    right: 67px;
}
.map-section__form-politics {
    margin-top: 21px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.map-section__form-politics a {
    color: #fff;
    text-decoration: underline;
}
.form-select {
    position: relative;
}
.form-select__current {
    background-color: #fff;
    border: 1px solid #e6e9ec;
    line-height: 55px;
    padding-left: 47px;
    padding-right: 15px;
    font-size: 14px;
    color: #333;
    background-repeat: no-repeat;
    background-position: 16px center;
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}
.form-select__current:after {
    content: "";
    display: block;
    background-image: url(../img/dropdown.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
}
.form-select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border-left: 1px solid #e6e9ec;
    border-right: 1px solid #e6e9ec;
}
.form-select__item {
    background-color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.25s;
    border-bottom: 1px solid #e6e9ec;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}
.form-select__item:hover {
    background-color: #e6e9ec;
}
.form-select__item_active {
    display: none;
}
.form-select_service .form-select__current {
    background-image: url(../img/form-service.png);
}
.form-select_time .form-select__current {
    background-image: url(../img/form-time.png);
}
.form-select.error .form-select__current {
    border: 1px solid red;
}
.footer {
    padding-top: 1px;
    padding-bottom: 40px;
    position: relative;
    
    position: relative;
    z-index: 100;
}
.footer__inner {
    display: flex;
    align-items: flex-start;
    
    
}
.footer__logo {
    margin-top: 44px;
    width: 236px;
}
.footer__copyright {
    margin-top: 13px;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 14px;
}
.footer__middle {
    margin-top: 43px;
    margin-left: 94px;
}
.footer__menus {
    display: flex;
}
.footer__menu {
    margin-right: 20px;
}
.footer__menu:nth-child(2) {
    margin-right: 104px;
}
.footer__menu-title {
    font-weight: 700;
    font-size: 18px;
    color: #333;
}
.footer__menu-list {
    list-style-type: none;
    margin-top: 10px;
}
.footer__menu-li {
    margin-bottom: 10px;
}
.footer__menu-link {
    font-size: 14px;
    color: #333;
    transition: all 0.25s;
}
.footer__menu-link:hover {
    opacity: 0.7;
}
.footer__right {
    margin-left: auto;
    margin-top: 40px;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__links {
   
}
.footer__link {
    display: inline-block;
    color: #0d72cc;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 22px;
    transition: all 0.25s;
}
.footer__link:hover {
    color: #aa293f;
}
.company-email {
    text-align: right;
    margin-top: 15px;
}
.company-email a {
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    transition: all 0.25s;
}
.company-email a:hover {
    opacity: 0.7;
}
.socials {
    list-style-type: none;
}
.socials__li {
    display: inline-block;
    margin-right: 5px;
}
.socials__li:last-child {
    margin-right: 0;
}
.socials__link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #0d72cc;
    transition: all 0.25s;
    position: relative;
}
.socials__link:hover {
    background-color: #aa293f;
}
.socials__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.services-ellips {
    position: absolute;
    top: -228px;
    right: 0;
}
.popup {
    position: relative;
    width: 570px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 70px 60px;
}
.popup__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 36px;
}
.popup__text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 20px;
}
.popup__form {
    margin-top: 15px;
}
.popup__form-row {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
}
.popup__form-button {
    text-align: center;
    padding-top: 15px;
}
.popup__form-button .btn {
    padding-left: 110px;
    padding-right: 138px;
    cursor: pointer;
    outline: 0;
}
.popup__form-button .btn:after {
    right: 100px;
}
.popup__form-politics {
    text-align: center;
    font-size: 12px;
    color: #575757;
    padding-top: 20px;
}
.popup__form-politics a {
    color: #0d72cc;
    text-decoration: underline;
}
.popup .mfp-close {
    color: transparent !important;
    background-image: url(../img/popup-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1 !important;
    top: 10px;
    right: 10px;
    transition: all 0.25s;
}
.popup .mfp-close:hover {
    opacity: 0.7 !important;
}
.burger {
    display: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.mobile-menu {
    transform: translateX(200%);
    opacity: 0;
    box-shadow: 0 0 98px 0 #333;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0d72cc;
    z-index: 1000;
    width: 250px;
    transition: all 0.25s;
}
.mobile-menu__list {
    padding-left: 40px;
    list-style-type: none;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mobile-menu__li {
    margin-bottom: 10px;
}
.mobile-menu__link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.mobile-menu.open {
    transform: translateX(0);
    opacity: 1;
}
.mobile-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(../img/popup-close.png);
    width: 14px;
    height: 14px;
    cursor: pointer;
    transition: all 0.25s;
}
.sub-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    padding-left: 15px;
    padding-top: 15px;
    width: 100%;
    display: none;
}
.sub-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(../img/popup-close.png);
    width: 14px;
    height: 14px;
    cursor: pointer;
    transition: all 0.25s;
}
.sub-menu__close:hover {
    opacity: 0.7;
}
.sub-menu__inner {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 40px 0 rgba(14, 7, 34, 0.07);
    padding: 35px 30px 25px;
    display: flex;
    justify-content: space-between;
}
.sub-menu__block {
    margin-right: 30px;
    max-width: 270px;
}
.sub-menu__block:last-child {
    margin-right: 0;
}
.sub-menu__title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.sub-menu__list {
    list-style-type: none;
    margin-top: 10px;
}
.sub-menu__item {
    margin-bottom: 5px;
}
.sub-menu__link {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    transition: all 0.25s;
}
.sub-menu__link:hover {
    text-decoration-color: transparent;
}
.back__link {
    color: #333;
    font-size: 14px;
    display: inline-block;
    background-image: url(../img/back.png);
    background-position: left center;
    padding-left: 30px;
    background-repeat: no-repeat;
    transition: all 0.25s;
}
.back__link:hover {
    opacity: 0.7;
}
.not-found__image {
    text-align: center;
}
.not-found__text {
    font-weight: 600;
    color: #333;
    text-align: center;
}
.not-found__list {
    padding-top: 15px;
}
.not-found__item {
    display: inline-block;
    margin-top: 15px;
    padding-left: 30px;
    background-image: url(../img/not-found-item.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin-right: 20px;
}
.not-found__item:last-child {
    margin-right: 0;
}
.breadcrumbs {
    list-style-type: none;
}
.breadcrumbs__item {
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.breadcrumbs__item:last-child {
    margin-right: 0;
}
.breadcrumbs__link {
    display: inline-block;
    color: #0d72cc;
    text-decoration: underline;
    position: relative;
    margin-right: 30px;
    transition: all 0.25s;
}
.breadcrumbs__link:hover {
    text-decoration-color: transparent;
}
.breadcrumbs__link:after {
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    background-image: url(../img/breadcrumb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    right: -10px;
}
.page-title {
    font-size: 46px;
    font-weight: 700;
    color: #010101;
    margin-top: 85px;
    margin-bottom: 35px;
}
.page-title_center {
    text-align: center;
}
.page-body {
    min-height: 400px;
    position: relative;
}
.page-body:after {
    content: "";
    display: block;
    background-image: url(../img/before-map.png);
    width: 1010px;
    height: 730px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 400px;
    right: 0;
    transform: translateX(60%);
}
.page-body_2:after {
    background-image: url(../img/before-map-2.png);
    width: 1010px;
    height: 730px;
    bottom: -480px;
    top: auto;
    left: 0;
    transform: translateX(-60%);
}
.page-body > * {
    position: relative;
    z-index: 10;
}
.page-body_before-map {
    padding-bottom: 72px;
}
.services {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.services__item {
    width: 50%;
    min-height: 275px;
    padding: 45px 30px 15px 55px;
    display: flex;
}
.services__item:nth-child(2),
.services__item:nth-child(3) {
    background-color: #dce5e7;
}
.services__left {
    padding-right: 40px;
}
.services__image {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 40px rgba(14, 7, 34, 0.07);
    position: relative;
    background-color: #fff;
}
.services__image img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 71px;
}
.services__title {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    padding-left: 20px;
}
.services__list {
    margin-top: 10px;
    list-style-type: none;
}
.services__li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.services__li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #0d72cc;
    position: absolute;
    top: 6px;
    left: 0;
}
.services__link {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
    transition: all 0.25s;
}
.services__link:hover {
    text-decoration-color: transparent;
}
.detail {
    padding-bottom: 40px;
}
.detail__top {
    display: flex;
    align-items: center;
}
.detail__image {
    border-right: 6px solid #aa293f;
    padding-right: 30px;
}
.detail__image img {
    display: block;
    width: 570px;
    min-width: 570px;
}
.detail__announce {
    color: #333;
    padding-left: 65px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.detail__announce b {
    font-size: 18px;
}
.detail__announce p {
    margin-top: 13px;
    margin-bottom: 13px;
}
.detail__content {
    padding-top: 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}
.detail__content b {
    font-size: 18px;
}
.detail__content p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail__content ul {
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail__content ul li {
    padding-left: 20px;
}
.detail__content ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #0d72cc;
}
.detail__content ol {
    padding-left: 16px;
}
.detail__content ol li {
    padding-left: 5px;
}
.detail__content li {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}
.detail__content br {
    line-height: 16px;
}
.detail__content h1 {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail__content h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail__content h3 {
    font-size: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.detail__content h4 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.detail__content h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.detail__content h6 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.detail__content hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.detail__content a {
    color: #0d72cc;
    text-decoration: underline;
    transition: all 0.25s;
}
.detail__content a:hover {
    text-decoration-color: transparent;
}
.detail__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
}
.detail__gallery div {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
.detail__gallery img {
    display: block;
}
.articles {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.articles__item {
    margin-left: 15px;
    margin-right: 15px;
    width: 370px;
    max-width: 100%;
    margin-bottom: 50px;
}
.articles__image {
    height: 233px;
    overflow: hidden;
    text-align: center;
}
.articles__info {
    background-color: #f8f8f8;
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
}
.articles__category {
    display: flex;
    align-items: center;
}
.articles__category:hover .articles__category-title {
    text-decoration-color: transparent;
}
.articles__category-cat {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}
.articles__category-cat img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
    width: 26px;
}
.articles__category-title {
    font-size: 13px;
    color: #555;
    font-style: italic;
    text-decoration: underline;
    transition: all 0.25s;
}
.articles__date {
    font-size: 13px;
    color: #555;
}
.articles__title {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.articles__title a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.articles__announce {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}
.articles__readmore {
    margin-top: 10px;
}
.articles__readmore a {
    color: #0d72cc;
    font-size: 14px;
    display: inline-block;
    padding-right: 35px;
    background-image: url(../img/articles/readmore.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.articles__readmore a span {
    text-decoration: underline;
    transition: all 0.25s;
}
.articles__readmore a:hover span {
    text-decoration-color: transparent;
}
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-top: 60px;
}
.pagination__toggle {
    color: #333;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.25s;
}
.pagination__toggle:hover {
    opacity: 0.7;
}
.pagination__list {
    list-style-type: none;
}
.pagination__li {
    margin: 5px 2px;
    display: inline-block;
}
.pagination__link {
    display: block;
    color: #333;
    font-size: 14px;
    width: 37px;
    height: 37px;
    text-align: center;
    transition: all 0.25s;
    border: 2px solid #dce5e7;
    line-height: 33px;
}
.pagination__link:hover,
.pagination__link_current {
    color: #fff;
    background-color: #0d72cc;
    border: 2px solid #0d72cc;
}
.doctors-list__item {
    display: flex;
    margin-bottom: 50px;
}
.doctors-list__image {
    width: 235px;
    min-width: 235px;
    margin-right: 65px;
}
.doctors-list__name {
    font-size: 18px;
    font-weight: 700;
}
.doctors-list__name a {
    color: #000;
}
.doctors-list__positions {
    margin-top: 15px;
    color: #0d72cc;
    font-weight: 500;
    line-height: 1.5;
}
.doctors-list__description {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.doctors-list__description p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.doctors-list__description ul {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}
.doctors-list__description ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.doctors-list__description ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0d72cc;
    position: absolute;
    left: 0;
    top: 6px;
}
.doctors-list__description ol {
    margin-top: 10px;
    margin-bottom: 10px;
}
.doctor-detail {
    padding-top: 80px;
    padding-bottom: 60px;
}
.doctor-detail__header {
    background-color: #0d72cc;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 100px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}
.doctor-detail__header:after {
    content: "";
    display: block;
    width: 932px;
    height: 932px;
    background-image: url(../img/doctor-detail/header-ellips.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    position: absolute;
    top: 60px;
    z-index: 5;
    transform: translateX(41%);
}
.doctor-detail__header > * {
    position: relative;
    z-index: 10;
}
.doctor-detail__header-image {
    display: flex;
    align-items: flex-end;
}
.doctor-detail__header-image img {
    display: block;
}
.doctor-detail__header-content {
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}
.doctor-detail__header-name {
    font-weight: 700;
    font-size: 46px;
    color: #fff;
}
.doctor-detail__header-positions {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    line-height: 1.5;
}
.doctor-detail__content ul {
    list-style-type: none;
}
.doctor-detail__content ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.doctor-detail__content ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #0d72cc;
}
.doctor-detail__section {
    margin-top: 80px;
}
.doctor-detail__title {
    font-size: 36px;
    font-weight: 700;
}
.doctor-detail__section-body {
    padding-top: 25px;
}
.sertificates-slider {
    margin-top: 15px;
    position: relative;
}
.sertificates-slider__slide {
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
}
.sertificates-slider__slide-image {
    display: block;
    border: 2px solid #0d72cc;
    width: 100%;
    padding: 8px;
    overflow: hidden;
    transition: all 0.25s;
}
.sertificates-slider__slide-image:hover {
    opacity: 0.7;
}
.sertificates-slider__slide-image img {
    display: block;
    width: 100%;
}
.sertificates-slider__slide-image_half:nth-child(2) {
    margin-top: auto;
}
.sertificates-slider__arrows {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    display: flex;
    justify-content: flex-end;
    z-index: 10;
    height: 58px;
    width: 130px;
    margin-top: -20px;
}
.sertificates-slider__arrow {
    display: block;
    position: relative !important;
    margin: 0 !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 100%;
    border: 1px solid #bfd6e9;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
}
.sertificates-slider__arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/doctor-detail/sertificates-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.sertificates-slider__arrow:after {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    border: 7px solid #dbeaf7;
    border-radius: 100%;
    width: 42px;
    height: 42px;
}
.sertificates-slider__arrow_prev {
    margin-right: 13px !important;
}
.sertificates-slider__arrow_next:before {
    transform: rotate(180deg);
}
.sertificates-slider__arrow.swiper-button-disabled {
    opacity: 0;
}
.prices-page__text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.prices-page__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding-top: 25px;
}
.prices-page__icon {
    margin-top: 25px;
    width: 25%;
}
.prices-page__icon-text {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.prices-page__content {
    padding-top: 75px;
    padding-bottom: 50px;
}
.prices-page__info {
    font-size: 14px;
    color: #333;
    margin-top: 50px;
}
.tabs__head {
    display: flex;
}
.tabs__head-item {
    margin-right: 10px;
    color: #333;
    font-weight: 700;
    border: 2px solid #dce5e7;
    border-bottom: none;
    padding: 17px 22px;
    text-align: center;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    transition: all 0.25s;
}
.tabs__head-item:last-child {
    margin-right: 0;
}
.tabs__head-item.active,
.tabs__head-item:hover {
    background-color: #dce5e7;
}
.tabs__item {
    display: none;
}
.tabs__item.active {
    display: block;
}
.tabs__item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background-color: #dce5e7;
}
.tabs__item-head div {
    padding: 20px 25px;
}
.tabs__item-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tabs__item-content p {
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tabs__item-content table {
    width: 100% !important;
    border: none !important;
    border-spacing: 0 !important;
}
.tabs__item-content table tr:nth-child(odd) td {
    background-color: rgba(220, 229, 231, 0.3);
}
.tabs__item-content table td {
    font-size: 14px;
    color: #333;
    padding: 9px 25px;
}
.tabs__item-content table td:first-child {
    width: 100%;
}
.tabs__item-content table td:last-child {
    white-space: nowrap;
}
.tabs__item-mobile {
    display: none;
}
.contacts-page {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.contacts-page__info {
    width: 500px;
    min-width: 500px;
    max-width: 100%;
    padding-right: 20px;
}
.contacts-page__map {
    flex-grow: 1;
}
.contacts-block__item {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: 24px auto;
}
.contacts-block__item_adres {
    background-image: url(../img/contacts-point.svg);
}
.contacts-block__item_phone {
    background-image: url(../img/contacts-phone.svg);
}
.contacts-block__item_shedule {
    background-image: url(../img/contacts-clock.svg);
}
.contacts-block__item-title {
    color: #333;
}
.contacts-block__item-text {
    font-weight: 600;
    margin-top: 5px;
}
.contacts-block__item-text a {
    color: #333;
}
.contacts-block__info {
    padding-top: 15px;
    color: #333;
}
.documents__text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.documents__list {
    margin-top: 40px;
    list-style-type: none;
}
.documents__item {
    margin-bottom: 10px;
}
.documents__link {
    display: inline-block;
    color: #0d72cc;
    font-weight: 700;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
    min-height: 35px;
    padding-top: 7px;
    transition: all 0.25s;
    background-size: 35px auto;
}
.documents__link span {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.documents__link_pdf {
    background-image: url(../img/documents/pdf.svg);
}
.documents__link_doc {
    background-image: url(../img/documents/doc.svg);
}
.documents__link_xls {
    background-image: url(../img/documents/xls.svg);
}
.documents__link:hover {
    opacity: 0.7;
}
.certificates {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 55px;
    padding-bottom: 30px;
}
.certificates__item {
    margin-left: 15px;
    margin-right: 15px;
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    min-height: 375px;
}
.certificates__link {
    width: 100%;
    display: block;
    border: 2px solid #0d72cc;
    padding: 8px;
    overflow: hidden;
    background-color: #fff;
}
.certificates__link_half {
    margin-top: auto;
    min-height: 46%;
}
.certificates__link_half:first-child {
    margin-top: 0;
    margin-bottom: auto;
}
.certificates__link img {
    display: block;
    width: 100%;
}
.mobile-sub-menu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
}
.mobile-sub-menu__item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mobile-sub-menu__link {
    color: #fff;
}
.menu__item_secondary .menu__link {
	border: 1px solid transparent;
	padding: 18px 20px;
}
.menu__item_secondary .menu__link:before,
.menu__item_secondary .menu__link:hover:before,
.menu__item_secondary .menu__link:after,
.menu__item_secondary .menu__link:hover:after {
	content: none;
}
.menu__item_secondary {
	position: relative;
}
.sub-menu {
	
}

.menu__item_secondary .sub-menu {
	padding: 20px;
	width: auto;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(14, 7, 34, 0.07);
}
.menu__item_secondary .sub-menu__inner {
	padding: 0;
    box-shadow: 0 0 0px 0 rgba(14, 7, 34, 0.07);
}
.menu__item_secondary .sub-menu__close {
	top: -10px;
    right: -10px;
    display: none;
}
.menu__item_secondary .sub-menu__list {
	margin-top: 0;
}
.form-captcha {
    transform: scale(0.78) translate(-14%, -15%);
}
.footer__socials {
    margin-top: 15px;
}
.page-body + .detail__content {
    padding-top: 0;
}
.detail__content img {
    height: auto !important;
    width: auto !important;
}
.detail__content iframe {
    
    max-width: 100% !important;
}
