@charset "UTF-8";
/*---------------- Fonts ----------------*/
@font-face {
    font-family: Onest-Light;
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Light.eot');
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Light.ttf') format('truetype'),
        url('/fonts/Onest-Light.woff') format('woff'),
        url('/fonts/Onest-Light.svg#Onest-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Onest-Regular;
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Regular.eot');
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Regular.ttf') format('truetype'),
        url('/fonts/Onest-Regular.woff') format('woff'),
        url('/fonts/Onest-Regular.svg#Onest-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest-Medium;
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Medium.eot');
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Medium.ttf') format('truetype'),
        url('/fonts/Onest-Medium.woff') format('woff'),
        url('/fonts/Onest-Medium.svg#Onest-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Onest-Bold;
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Bold.eot');
    src:url('/wp-content/themes/ugmedrostov/fonts/Onest-Bold.ttf') format('truetype'),
        url('/fonts/Onest-Bold.woff') format('woff'),
        url('/fonts/Onest-MBold.svg#Onest-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/* Reset */
*{box-sizing:border-box;margin:0;padding:0;}
html,body{width:100%;margin:0;padding:0;overflow-x: hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{font-family: Onest-Medium;font-weight: 500;background:#fff;color:#1D222D;font-size:16px;line-height: normal;width:100%;overflow: hidden;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;border-collapse: separate;border-spacing: 6px;}
img {display: block;}
em {font-style: italic;}
input:focus,
select:focus,
textarea:focus {outline: none;}
p {padding: 0 0 15px 0;}
p:last-of-type {padding: 0;}
::-webkit-input-placeholder {color:#535C6F;font-size:15px;font-family:Onest-Light;font-weight:300;}
::-moz-placeholder          {color:#535C6F;font-size:15px;font-family:Onest-Light;font-weight:300;}
:-moz-placeholder           {color:#535C6F;font-size:15px;font-family:Onest-Light;font-weight:300;}
:-ms-input-placeholder      {color:#535C6F;font-size:15px;font-family:Onest-Light;font-weight:300;}
/* General */
h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: Onest-Bold;
    font-weight: 700;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.container__1200 {
    width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.btn__red {
    background: #D2323E;
    height: 53px;
    width: 193px;
    border-radius: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Onest-Bold;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}
.border_radius__8 {
    border-radius: 8px;
}
.margin__120 {
    margin: 120px auto 0 auto;
}
.container__img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 689px;
    position: relative;
}
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    backdrop-filter: blur(5px);
    display: none;
}
.popup.active {
    display: block;
}
.popup__container {
    border-radius: 12px;
    background: #fff;
    width: 400px;
    padding: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.popup .block__form_submit:before {
    left: 100px;
}
.popup__title {
    font-family: Onest-Bold;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 20px 0;
}
/* Form */
form input {
    border: none;
    border-bottom: 1px #EAEAEA solid;
    width: 100%;
    height: 55px;
    margin: 0 0 7px 0;
    outline: none;
    background: transparent;

}
form textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-bottom: 1px #EAEAEA solid;
    resize: none;
}
form input[type="submit"] {
    width: 100%;
    background: #D2323E;
    height: 53px;
    border-radius: 12px;
    font-size: 15px;
    font-family: Onest-Bold;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0 0;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
}
.block__form_submit {
    position: relative;
}
.block__form_submit:before {
    content: "";
    background: url(/wp-content/themes/ugmedrostov/images/phone-3.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 40px;
    top: 18px;
    z-index: 1;
}
.block__form_name,
.block__form_phone {
    position: relative;
}
.block__form_name:after {
    content: "";
    background: url(/wp-content/themes/ugmedrostov/images/user-icon.svg) no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.block__form_phone:after {
    content: "";
    background: url(/wp-content/themes/ugmedrostov/images/phone-icon.svg) no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.block__form_checkbox {
    position: relative;
    margin: 18px 0 0 0;
}
.block__form_checkbox label {
    color: #535C6F;
    font-family: Onest-Light;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    display: block;
}
.block__form_checkbox label a {
    display: inline-block;
    color: #236092;
    text-decoration: none;
}
form input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    opacity: 0;
}
form input[type="checkbox"]+label {
    user-select: none;
    cursor: pointer;
}
form input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    background: transparent  no-repeat center;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-right: 15px;
    border: 1px #236092 solid;
    position: absolute;
    left: 0;
    transition: 0.1s;
}
form input[type="checkbox"]:checked+label::before {
    background: #236092 url("/images/done.svg") no-repeat center;
    transition: 0.1s;
}
/* Header */
header {    
    border-bottom: 1px solid #EAF0F8;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
header.fixed {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.header__inner {
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.header__inner > div:nth-child(1) {
    border-right: 1px solid #EAF0F8;
    flex: 0 265px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Onest-Bold;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #1D222D;
}
.header__contact {
    align-items: center;
}
header .btn__call {
    margin: 0 0 0 20px;
}
.block_start__bg.container__img {
    height: 824px;
}
.btn__red img,
.header__phone img {
    margin: 0 15px 0 0;
}
.menu__mobile {
    display: none;
}
.header__icon {
    margin: 0 10px 0 0;
}
nav ul {
    display: flex;
}
nav ul a {
    font-size: 15px;
    color: #1D222D;
    margin: 0 14px;
    display: block;
    text-decoration: none;
}
.btn__menu {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: none;
    margin: 0 0 0 20px;
}
.btn__menu span {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    background: #1D222D;
}
.btn__menu span:nth-child(2) {
    top: 5px;
}
.btn__menu span:nth-child(3) {
    top: 10px;
}
.btn__menu.active span:nth-child(2) {
    display: none;
}
.btn__menu.active span:nth-child(1) {
    top: 10px;
    transform:rotate(-45deg);
    transition: 0.2s;
}
.btn__menu.active span:nth-child(3) {
    top: 8px;
    transform:rotate(45deg);
    transition: 0.2s;
}
/* Block Start */
.block_start {
/*     margin: 25px 0 0 0; */
    position: relative;
}
.block_start__bg.container__img {
    display: flex;
}
.block_start__auto {
    position: absolute;
    bottom: 210px;
    right: 13%;
}
.container__img_img {
    width: 100%;
    height: auto;
}
.block_start__container {
    height: 560px;
    position: absolute;
    top: 170px;
    left: 20px;
    z-index: 1;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block_start h1 {
    font-family: Onest-Bold;
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 35px 0;
}
.block_start h1 span {
    color: #236092;
}
.block_start__bullits {
    justify-content: space-between;
}
.block_start__bullits > div {
    background: #fff;
    border-radius: 12px;
    height: 149px;
    flex: 0 calc(25% - 34px);
    margin: 0 40px 0 0;
    padding: 25px;
}
.block_start__bullits > div:last-of-type {
    margin: 0;
}
.icon__blue {
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DEE7EF;
}
.block_start__bullits p {
    padding: 25px 0 0 0;
}
/* Block Services */
.block_services__list {
    margin: 40px 0 0 0;
    justify-content: space-between;
}
.block_services__list > div {
    flex: 0 calc(25% - 18px);
    height: 366px;
    border: 1px #EEEEEE solid;
    border-radius: 12px;
    padding: 15px 0 30px 0;
    margin: 0 18px 18px 0;
}
.block_services__icon {
    margin: 0 auto;
}
.block_services__price {
    justify-content: center;
    align-items: center;
}
.block_services__price > p {
    margin: 0 0 0 8px;
    font-size: 15px;
    font-family: Onest-Regular;
    font-weight: 400;
}
.block_services__title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 35px 0 0 0;
    height: 82px;
}
/* Врачи */
.swiper_doctors {
    padding: 45px 0 0 0;
    overflow: hidden;
    position: relative;
}
.swiper_doctors .swiper-slide {
    display: flex;
    padding: 0 30px 0 0;
    border-radius: 12px;
    border: 1px #EEEEEE solid;
    height: 366px;
}
.swiper_doctors .swiper-slide > div:nth-child(1) {
    flex: 0 calc(100% - 250px);
    display: flex;
    align-items: start;
}
.swiper_doctors .swiper-slide > div:nth-child(2) {
    flex: 0 250px;
    padding: 40px 0 0 0;
}
.swiper_doctors .swiper-slide > div:nth-child(1) img {
    width: auto;
    height: 336px;
    margin: 0 auto;
}
.swiper_doctors__name {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px 0;
}
.swiper_doctors__prof {
    color: #535C6F;
    font-size: 14px;
    font-family: Onest-Light;
    font-weight: 300;
}
.swiper_doctors__ul {
    padding: 30px 0 0 0;
}
.swiper_doctors__ul li {
    position: relative;
    padding: 0 0 15px 32px;
    font-size: 15px;
    line-height: 23px;
    font-family: Onest-Regular;
    font-weight: 400;
}
.swiper_doctors__ul li:last-of-type {
    padding: 0 0 0 32px;
}
.swiper_doctors__ul li:before {
    content: "";
    background: url(/wp-content/themes/ugmedrostov/images/shield-icon.svg) no-repeat;
    width: 19px;
    height: 21px;
    display: block;
    position: absolute;
    left: 0;
}
.swiper_doctors__desc {
    font-size: 15px;
    line-height: 23px;
    font-family: Onest-Regular;
    font-weight: 400;
}
.swiper_doctors .swiper-slide hr {
    outline: none;
    border: none;
    height: 1px;
    width: 100%;
    background: #EEEEEE;
    margin: 27px 0 32px 0;
}
.swiper__btn {
    width: 108px;
    height: 45px;
    justify-content: space-between;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 35px 0 0 0;
}
.swiper-button-prev,
.swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    border-radius: 90px;
    border: 1px #EEEEEE solid;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-prev:after {
    content: "" !important;
    background: url(/wp-content/themes/ugmedrostov/images/prev.svg) no-repeat !important;
    width: 17px !important;
    height: 15px !important;
}
.swiper-button-next:after {
    content: "" !important;
    background: url(/wp-content/themes/ugmedrostov/images/next.svg) no-repeat !important;
    width: 17px !important;
    height: 15px !important;
}
/* Лицензии */
.block_license__bg {    
    background: #F0F7FA;
    position: relative;
}
.block_license__loop {
    width: 44px !important;
    height: 44px !important;
    position: absolute;
    cursor: pointer;
}
.block_license__loop_1 {
    top: 410px;
    left: 280px;
}
.block_license__loop_2 {
    top: 410px;
    right: 280px;
}
.block_license__lic  {
    position: absolute;
    height: 84% !important;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
    z-index: 99;
}
.block_license__loop_1.active,
.block_license__loop_2.active {
    display: block;
}
.block_license__bg img {
    width: 100%;
    height: auto;
}
.block_license h2 {
    top: 80px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
/* Цены */
.block_price h2 {
    text-align: center;
    margin: 0 0 40px 0;
}
.block_price__table {
     border: 1px #EEEEEE solid;
     border-radius: 12px;
     padding: 0 0 13px 0;
     margin: 0 0 22px 0;
}
.block_price__table_header {
    background: #D2323E;
    height: 64px;
    border-radius: 12px 12px 0 0;
    padding: 0 30px;
    align-items: center;
}
.block_price__table_num {
    background: #fff;
    color: #D2323E;
    width: 25px;
    height: 25px;
    border-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Onest-Bold;
    font-weight: 700;
    border-radius: 50px;
}
.block_price__table_title {
    color: #fff;
    font-size: 18px;
    font-family: Onest-Regular;
    font-weight: 400;
    margin: 0 0 0 13px;
}
.block_price__table_subheader {
    color: #535C6F;
    font-size: 15px;
    font-family: Onest-Regular;
    font-weight: 400;
    padding: 30px 30px 0 30px;
    justify-content: space-between;
}
.block_price__table_body {
    padding: 0 30px;
}
.block_price__table_row {
    height: 58px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px #EEEEEE solid;
}
.block_price__table_row:last-of-type {
    border-bottom: none;
}
.block_price__table_row > div:nth-child(1),
.block_price__table_subheader > div:nth-child(1) {
    flex: 0 calc(100% - 138px);
}
.block_price__table_row > div:nth-child(2),
.block_price__table_subheader > div:nth-child(2) {
    flex: 0 138px;
}
/* Консультация */
.block_consult {
    position: relative;
}
.block_consult__container {
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
}
.block_consult__img {
    position: absolute;
    bottom: 0;
    right: 33%;
}
.block_consult__form {
    background: #fff;
    border-radius: 12px;
    width: 360px;
    height: 507px;
    padding: 25px 33px 0 33px;
}
.block_consult__container {
    height: 689px;
}
.block_consult__container > div:nth-child(1) {
    flex: 0 calc(100% - 360px);
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 85px 0;
}
.block_consult__container > div:nth-child(2) {
    flex: 0 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block_consult__container h2 {
    max-width: 400px;
}
.block_consult__subtitle {
    font-size: 15px;
    line-height: 23px;
    max-width: 307px;
    font-family: Onest-Regular;
    font-weight: 400;
    margin: 16px 0 0 0;
}
.block_consult__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #D1E0EE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_consult__bottom p {
    font-size: 18px;
    line-height: 24px;
    margin: 28px 0 0 0;
}
/* О нас */
.block_about__subtitle {
    color: #236092;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 35px 0;
}
.block_about__inner > div:nth-child(1) {
    flex: 0 50%;
    padding: 0 58px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block_about__inner > div:nth-child(2) {
    flex: 0 50%;
    padding: 0 0 0 58px;
}
.block_about__text,
.block_about__text p {
    font-size: 15px;
    line-height: 23px;
    color: #535C6F;
    font-family: Onest-Regular;
    font-weight: 400;
}
.swiper_about {
    margin: 70px 0 0 -13%;
    position: relative;
}
.swiper_about .swiper-slide img {
    margin: 0 auto;
    border-radius: 12px;
    width: 100%;
    height: auto;
}
.swiper_about .swiper__btn {
    margin: 35px 0 0 6.5%;
}
/* Автопарк */
.swiper_auto {
    margin: 40px 0 0 0;
    position: relative;
    overflow: hidden;
}
.swiper_auto .swiper-slide img {
    margin: 0 auto;
    border-radius: 12px;
    width: 100%;
    height: auto;
}
.swiper_auto .swiper-slide p {
    text-align: center;
    padding: 25px 0 0 0;
}
/* Оснащение машин */
.block_equipment__container {
    display: flex;
}
.block_equipment__container > div:nth-child(1) {
    margin: 40px 20px 0 0;
    flex: 0 calc(50% - 20px);
}
.block_equipment__container > div:nth-child(2) {
    margin: 25px 0 0 20px;
    position: relative;
    flex: 0 calc(50% - 20px);
}
.swiper_equipment {
    position: relative;
    overflow: hidden;
    padding: 0 0 40px 0;
}
.swiper_equipment__bg {
    background: #F0F7FA;
    width: 100%;
    height: 527px;
    position: relative;
    top: 15px;
    left: 0;
}
.swiper_equipment__img {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.swiper_equipment__text_container {
    border-radius: 12px;
    border: 1px #EEEEEE solid;
    padding: 0 30px;
}
.swiper_equipment__text_row {
    min-height: 70px;
    padding: 15px 0;
    border-bottom: 1px #EEEEEE solid;
    display: flex;
    align-items: center;
}
.swiper_equipment__text > div:nth-child(1) {
    flex: 0 25px;
}
.swiper_equipment__text > div:nth-child(2) {
    flex: 0 calc(90% - 25px);
    padding: 0 0 0 20px;
}
.swiper_equipment__num {
    border-radius: 40px;
    background: #D2323E;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Onest-Bold;
    font-weight: 700;
    color: #fff;
}
.swiper_equipment__text p {
    font-size: 18px;
    line-height: 24px;
}
.swiper_equipment .swiper__btn {
    width: 174px;
    align-items: center;
    justify-content: center;
    left: 0;
    transform: translateX(0%);
    margin: 0;
    bottom: 20px;
    z-index: 1;
}
.swiper_equipment  .swiper__btn_count {
    color: #535C6F;
    font-family: Onest-Regular;
    font-weight: 400;
}
.swiper__btn_mobile {
    display: none;
}
/* Преимущества */
.block_benefits__img {
    position: absolute;
    bottom: 0;
    right: 20%;
}
.block_benefits__icon {
    border-radius: 12px;
    width: 48px;
    height: 48px;
    background: #D2323E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
}
.block_benefits__container {
    position: absolute;
    left: 0px;
    width: 580px;
    top: 100px;
    z-index: 1;
}
.block_benefits__title {
    font-size: 18px;
}
.block_benefits__list {
    margin: 45px 0 0 0;
}
.block_benefits__list > div {
    flex: 0 50%;
    margin: 0 0 30px 0;
}
.block_benefits__work {
    margin: 40px 0 0 0;
}
.block_benefits__work > div {
    height: 290px;
    border-radius: 12px;
    border: 1px #EEEEEE solid;
    padding: 30px;
    flex: 0 calc(33.33% - 18px);
    margin: 0 18px 0 0;
}
.block_benefits__num {
    background: #DEE7EF;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #236092;
    margin: 0 0 25px 0;
}
.block_benefits__text {
    color: #535C6F;
    font-size: 15px;
    font-family: Onest-Regular;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.btn__appoint {
    margin: 30px 0 0 0;
}
/* Трансфер */
.block_transfer__container {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 100px;
    width: 100%;
    height: 655px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block_transfer__bullits > div {
    flex: 0 calc(20% - 12px);
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 162px;
}
.block_transfer__bullits > div:last-of-type {
    margin: 0;
}
.block_transfer__bullits p {
    padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 24px;
}
.block_transfer h2 {
    margin: 0 0 35px 0;
}
.block_transfer__bg {
    height: 824px;
    display: flex;
}
/* Отзывы */
.swiper_review {
    margin: 50px 0 0 0;
    overflow: hidden;
}
.swiper_review .swiper-slide {
    border: 1px #EEEEEE solid;
    border-radius: 12px;
    height: 254px;
    padding: 30px;
}
.swiper_review .swiper-slide {
    display: flex;
}
.swiper_review .swiper-slide > div:nth-child(1) {
    flex: 0 61px;
}
.swiper_review .swiper-slide > div:nth-child(1) img {
    width: 100%;
    height: auto;
}
.swiper_review .swiper-slide > div:nth-child(2) {
    flex: 0 calc(100% - 61px);
    padding: 0 0 0 28px;
}
.swiper_review__name {
    font-size: 18px;
    margin: 10px 0 15px 0;
}
.swiper_review__text {
    color: #2B2B2B;
    font-size: 15px;
    font-family: Onest-Regular;
    font-weight: 400;
}
.swiper_review__date {
    color: #535C6F;
    font-size: 14px;
    font-family: Onest-Light;
    font-weight: 300;
    margin: 25px 0 0 0;
}
/* Faq */
.block_faq__wrap {
    background: #F0F7FA;
    height: auto;
    min-height: 552px;
}
.block_faq__container .btn__quest {
    width: 227px;
}
.block_faq__container {
    margin: 90px 0;
}
.block_faq__container > div:nth-child(1) {
    flex: 0 calc(100% - 570px);
    padding: 0 50px 0 0;
}
.block_faq__container > div:nth-child(2) {
    flex: 0 570px;
}
.block_faq__q {
    height: 55px;
    border-radius: 12px;
    background: #fff;
    padding: 0 0 0 35px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 0 0 14px 0;
    position: relative;
    cursor: pointer;
}
.block_faq__a {
    height: 0;
    opacity: 0;
    transition: 0.2s;
}
.block_faq__a.active {
    height: auto;
    opacity: 1;
    transition: 0.2s;
    padding: 0 35px 30px 35px;
}
.block_faq h2 {
    margin: 0 0 25px 0;
}
.block_faq__q:after {
    content: "";
    background: #236092 url(/wp-content/themes/ugmedrostov/images/plus-icon.svg) no-repeat center;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: 0px;
    transform: translateX(-50%);
    padding: 20px;
}
.block_faq__q.active:after {
    content: "";
    background: #236092 url(/wp-content/themes/ugmedrostov/images/minus-icon.svg) no-repeat center;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: 0px;
    transform: translateX(-50%);
    padding: 20px;
}
.block_faq__wrap.container__img {
    height: auto !important;
}
/* Видео */
.block_video h2 {
    text-align: center;
}
.block_video iframe {
    margin: 40px auto 0 auto;
    border-radius: 12px;
    display: block;
}
/* Блог */
.block_blog__wrap {
    /* background: #F0F7FA; */
    height: auto;
    padding: 90px 0 0 0;
}
.block_blog__list {
    margin: 40px 0 0 0;
}
.block_blog__list > div {
    flex: 0 calc(32.33% - 11px);
    margin: 0 16px 0 0;
}
.block_blog__list > div:last-of-type {
    margin: 0;
}
.block_blog__list_img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.block_blog__list_img img {
    width: 100%;
    height: auto;
}
.block_blog__list_tag {
    height: 29px;
    background: #236092;
    color: #fff;
    font-size: 13px;
    font-family: Onest-Regular;
    font-weight: 400;
    padding: 0 12px;
    width: fit-content;
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.block_blog h4 a {
    color: #1D222D;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 25px 0 20px 0;
    font-family: Onest-Medium;
    font-weight: 500;
}
.block_blog__list_date {
    color: #535C6F;
    font-size: 13px;
    font-family: Onest-Light;
    font-weight: 300;
    margin: 25px 0 0 0;
}
.block_blog .btn__more {
    width: 212px;
    height: 53px;
    background: #D2323E;
    border-right: 12px;
    margin: 45px auto 80px auto;
}
/* Текст */
.block_text__list {
    margin: 40px 0 0 0;
}
.block_text__list_inner {
    margin: 0 0 20px 0;
}
.block_text__list_inner > div:nth-child(1) {
    flex: 0 25px;
}
.block_text__list_inner > div:nth-child(2) {
    flex: 0 calc(100% - 25px);
    padding: 0 0 0 15px;
}
.block_text__list_num {
    background: #236092;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: Onest-Bold;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    top: -2px;
}
.block_text__list_inner > div:nth-child(2) p:nth-child(1) {
    font-size: 18px;
    padding: 0 0 10px 0;
    font-family: Onest-Medium;
    font-weight: 500;
}
.block_text__list_inner > div:nth-child(2) p:not(:first-child) {
    font-size: 15px;
    line-height: 23px;
    font-family: Onest-Regular;
    font-weight: 400;
    padding: 0 0 10px 0;
}
/* Контакты */
.block_contacts__wrap {
    height: auto;
    min-height: 770px;
}
.block_contacts__list {
    margin: 30px 0 0 0;
}
.block_contacts__list_item {
    align-items: center;
    margin: 0 0 12px 0;
}
.block_contacts__list_item img {
    flex: 0 31px;
}
.block_contacts__list_item p {
    padding: 0 0 0 14px;
    flex: 0 calc(100% - 31px);
}
.block_contacts__form_title {
    font-size: 26px;
    line-height: 32px;
    font-family: Onest-Bold;
    font-weight: 700;
}
.block_contacts__form_subtitle {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 15px 0;
}
.block_contacts__wrap {
    background: #F0F7FA;
    position: relative;
}
.block_contacts__wrap iframe {
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
}
.block_contacts__inner > div:nth-child(1) {
    flex: 0 386px;
    padding: 90px 0 0 0;
}
.block_contacts__form {
    margin: 50px 0 0 0;
}
.block_contacts .block__form_submit:before {
    left: 135px;
}
/* Города */
.block_cities h2 {
    text-align: center;
}
.block_cities__wrap {
    border-radius: 10px;
    border: 1px #EEEEEE solid;
    margin: 40px 0 0 0;
}
.block_cities__tabs {
    padding: 25px;
    border-bottom: 1px #EEEEEE solid;
}
.block_cities__tabs > div {
    flex: 0 calc(20% - 16px);
    margin: 0 20px 0 0;
    height: 53px;
    border-radius: 12px;
    border: 1px #EEEEEE solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #236092;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.block_cities__tabs > div:last-of-type {
    margin: 0;
}
.block_cities__tabs > div.active {
    background: #236092;
    color: #fff;
    transition: 0.2s;
}
.block_cities__city {
    justify-content: space-between;
    padding: 0 30px;
    margin: 40px 0 40px 0;
}
.block_cities__city > div {
    flex: 0 25%;
}
.block_cities__city p {
    position: relative;
    padding: 0 0 8px 28px;
    font-size: 15px;
    cursor: pointer
}
.block_cities__city p:before {
    content: "";
    background: url(/wp-content/themes/ugmedrostov/images/location-icon-noactive.svg) no-repeat;
    width: 17px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
.block_cities__city p.active {
    color: #D2323E;
}
.block_cities__city p.active:before {
    background: url(/wp-content/themes/ugmedrostov/images/location-icon-active.svg) no-repeat;
}
/* Footer */
footer {
    background: #F0F7FA;
    margin: 110px 0 0 0;
}
.footer__top {
    height: 145px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #E0E4E5 solid;
}
.footer__title {
    line-height: 24px;
    padding: 0 0 16px 0;
}
.footer__center {
    padding: 35px 0;
    justify-content: space-between;
}
.footer__center > div:nth-child(1) {
    flex: 0 536px;
}
.footer__center > div:nth-child(2) {
    flex: 0 calc(100% - 842px);
    padding: 0 0 0 60px;
}
.footer__center > div:nth-child(3) {
    flex: 0 306px;
}
.footer__menu_1 {
    display: flex;
    justify-content: space-between;
}
.footer__menu_1 p {
    padding: 0;
}
.footer__menu_1 a,
footer ul a {
    font-size: 15px;
    font-family: Onest-Regular;
    font-weight: 400;
    color: #1D222D;
    text-decoration: none;
    padding: 0 0 15px 0;
    display: block;
}
.footer__inner {
    margin: 0 0 15px 0;
}
.footer__inner p {
    flex: 0 calc(100% - 30px);
    margin: 0 0 0 10px;
    font-size: 15px;
    font-family: Onest-Regular;
    font-weight: 400;
}
.footer__bottom {
    border-top: 1px #E0E4E5 solid;
    height: 76px;
    align-items: center;
    justify-content: space-between;
    color: #1D222D;
    font-family: Onest-Regular;
    font-weight: 400;
    font-size: 15px;
}
.footer__bottom a {
    color: #236092;
    font-family: Onest-Regular;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}

.video {
    height: 480px;
    width: 800px;
    background-color: #eee;
    margin: 80px auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.video img {
    width: 200px;
}

.block1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.block.block_content {
    margin-top: 15px;
    padding: 15px;
}

.block.block_content h1 {
    font-size: 40px;
    margin: 35px 0;
}

.block.block_content img {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 25px;
}

.block_services__list.flex a {
    color: black;
    text-decoration: none;
}

.btn__more.btn__red a {
    color: white;
    text-decoration: none;
}

.message {
    color: green;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin: 15px 0;
}

div#block_doctors img {
    max-width: 265px;
    height: auto;
    margin: 43px 20px;
}

.block_about__text h2 {
    font-size: 35px;
    padding-bottom: 25px;
    line-height: 1.1;
}

.block_about__text p {
    line-height: 1.5;
}

.block_about .btn__number {
    margin-top: 30px;
}

.block_text h2 {
    margin-bottom: 20px;
}

.block_about__text ul, .block_text ul {list-style-type: inherit;margin: revert;padding: revert;}

.block_about__text li, .block_text li {margin: inherit;}

.dropdown_inside{
     display: none;
    position: absolute;
    z-index: 2;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 10px;
    width: 300px;
}

li.dropdown:hover .dropdown_inside {
    display: block;
}

li.dropdown {
    position: relative;
}

ul.dropdown_inside li {
    padding: 4px 0;
}

.menu li a:hover {
    color: #d84c56;
}

.btn__red:hover {
    background-color: red;
    transition: 0.3s;
}

.service_h1_row {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    margin-top: 20px;
}

.service_h1_row h1 {
    font-size: 47px;
    color: white;
    text-shadow: 0 0 20px #000000;
    padding: 15px;
}

.swiper_equipment__num {
    margin: 0px 5px;
}

.block_text {
    color: #535C6F;
    font-family: Onest-Regular;
    font-weight: 400;
    font-size: 15px;
}

.block_contacts__list_item.flex a {
    color: #1D222D;
}

.block_review {
    text-align: center;
}

.block_review h2 {
    margin-bottom: 30px;
}

a.whatsapp_icon {
    display: none;
}

.footer__contacts a {
    padding-left: 9px;
    color: #1D222D;
    text-decoration: none;
    font-family: Onest-Regular;
    font-weight: 400;
}

.block_blog__list_date {
    display: none;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.2);
    transition: all 0.3s ease;
    margin-right: 10px;
}

.max-color {
    background: linear-gradient(90deg, #1798ff, #4260ff, #6b42ff);
}

.max-color img {
    filter: none;
    opacity: 1;
}
.icon-circle img {
    width: 18px;
    height: 18px;
    display: block;
}

.block_cities__city a {
    color: black;
    text-decoration: none;
}