.section_info
{
    background: #F2F6FA;
    padding-top: 40px;
}

.section_info .accordion .item
{
    border-top: 1px solid #D9DCE0;
    padding: 20px 0;
}

.section_info .accordion .item:last-child
{
    border-bottom: 1px solid #D9DCE0;
}

.section_info .accordion .item .open_btn
{
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    cursor: pointer;
    position: relative;
    padding-right: 115px;

    color: #4299E5;
    transition: .2s linear;
}

.section_info .accordion .item .open_btn:hover
{
    color: #071318;
}

.section_info .accordion .item.active .open_btn
{
    color: #071318;
}

.section_info .accordion .item .open_btn .icon
{
    position: absolute;
    top: 6px;
    right: 0;

    width: 32px;
    height: 32px;
    border: 2px solid #4299E5;
    border-radius: 50%;
}

.section_info .accordion .item .open_btn .icon:after
{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;

    display: block;

    width: 2px;
    height: 14px;

    margin: -7px 0 0 -1px;

    background: #4299E5;
}

.section_info .accordion .item.active .open_btn .icon:after
{
    display: none;
}

.section_info .accordion .item .open_btn .icon:before
{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;

    display: block;

    width: 14px;
    height: 2px;

    margin: -1px 0 0 -7px;

    background: #4299E5;
}

.section_info .text_block
{
    max-width: 890px;
}

.section_info .accordion .item .data
{
    display: none;
    padding-top: 20px;
}

.section_info .box_cost
{
    margin-top: 80px;
}

.section_info .box_cost .items
{
    margin-top: 40px;
}

.section_info .box_cost .item_cost
{
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);

    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.section_info .box_cost .item_cost .service
{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-right: 35px;

    color: #071318;
}

.section_info .box_cost .item_cost .price
{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;

    text-align: right;

    color: #4299E5;
    flex-shrink: 0;
    white-space: nowrap;
    margin-bottom: auto;
}

.section_info .box_cost .desc
{
    font-size: 15px;
    line-height: 20px;

    text-align: center;
    letter-spacing: -0.01em;

    color: #8E959D;
    margin: 20px auto 0;
    max-width: 850px;
}

.section_info .box_cost .desc a
{
    font-weight: 700;
    color: #8E959D;
    text-decoration: none;

    display: inline-block;
}

.guide__spec .ul {
    width: 100%;
    -webkit-column-count: 4;
    column-count: 4;
}

.section-post * {
    outline: none;
}

.section-post input[type="text"], .section-post textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.guide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guide-top__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.guide-top__search input[type="text"] {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.01em;
    color: #071318;
    padding: 12px 22px 11px;
    padding-right: 150px;
}

.guide-top__search input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s;
}

.guide-top__search input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s;
}

.guide-top__search input[type="text"]::-ms-input-placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s;
}

.guide-top__search input[type="text"]::placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s;
}

.guide-top__search input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.guide-top__search input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.guide-top__search input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.guide-top__search input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.guide-top__search button, .guide-top__search input[type="submit"] {
    background: #4299E5;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 6px 20px;
    min-width: 115px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 7px;
}

.guide-top__count {
    margin-left: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
}

.guide-top__count-item {
    font-size: 18px;
    line-height: 1.45;
    color: #4299E5;
    letter-spacing: -0.01em;
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 20px;
    border-radius: 3px;
    text-align: center;
    width: 262px;
    -webkit-transition: .2s;
    transition: .2s;
}

.guide-top__count-item:last-child {
    margin-right: 0;
}

.guide-top__count-item.active {
    color: #071318;
    background-color: #E6EDF4;
    text-decoration: none;
}

.guide-alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -1px 42px;
}

.guide-alphabet__item {
    margin: 0 1px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #8E959D;
    width: 36px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.guide__block {
    display: none;
}

.guide__wrap {
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.guide__wrap:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.guide__letter {
    width: 105px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: #071318;
}

.castom_guide__list ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.castom_guide__list ul li {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

.castom_guide__list ul li:last-child {
    margin-bottom: 0;
}

.castom_guide__list ul li a {
    display: inline-block;
    color: #4299E5;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.guide__spec {
    margin-top: 60px;
}

.guide__spec.castom_guide__list ul {
    width: 100%;
    -webkit-column-count: 4;
    column-count: 4;
}

.guide__spec-inner.guide__spec {
    margin-top: 60px;
}

.guide__spec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 38px;
}

.guide__spec-title > span {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #071318;
}

.guide__spec-back {
    display: block;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1px;
}

select.doctors-top__select-item {
    display: none;
}

.main-select .jq-selectbox__select-text, .doctors-top__select .jq-selectbox__select-text {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #071318;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-right: 50px;
}

.main-select .jq-selectbox__select-text::after, .doctors-top__select .jq-selectbox__select-text::after {
    display: none;
}

.main-select .jq-selectbox__select-text::before, .doctors-top__select .jq-selectbox__select-text::before {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    background: url(/new-files/img/select-arrow.svg) center center no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
}

.main-select .jq-selectbox__dropdown, .doctors-top__select .jq-selectbox__dropdown {
    bottom: auto !important;
    top: calc(100% - 1px) !important;
    width: 100%;
    left: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    max-width: 100%;
}

.main-select .jq-selectbox__dropdown li, .doctors-top__select .jq-selectbox__dropdown li {
    font-weight: 400;
    color: #071318;
    -webkit-transition: .15s;
    transition: .15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.main-select .jq-selectbox__dropdown li.selected, .main-select .jq-selectbox__dropdown li:hover, .doctors-top__select .jq-selectbox__dropdown li.selected, .doctors-top__select .jq-selectbox__dropdown li:hover {
    color: #4299E5;
}

.doctors-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px 20px;
}

.doctors-top__col {
    width: 33.3333333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.doctors-top__select-item.opened .jq-selectbox__select-text::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.doctors-list {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.doctors__col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    width: 25%;
}

.doctors__item {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.doctors__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doctors__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.doctors__img img {
    display: block;
    width: 100%;
}

.doctors__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.doctors__experience {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8E959D;
}

.doctors__experience a {
    color: #8E959D;
    text-decoration: underline;
}

.doctors__desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #071318;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.doctors__bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(20, 51, 65, 0.1);
}

.doctors__geo {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
}

.doctors__geo a {
    text-decoration: underline;
    color: #4299E5;
    padding-right: 5px;
}

.doctors a.doctors__geo-more {
    color: #8E959D;
}

.doctors__price {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8E959D;
}

.doctors__price-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.doctors__price-col i {
    padding: 0 5px;
}

.doctors__price-col b {
    color: #071318;
    font-weight: 400;
}

.doctors__btn {
    margin-top: 15px;
}

.doctors__btn a {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#50B9F4), to(#0A9AEB));
    background: linear-gradient(180deg, #50B9F4 0%, #0A9AEB 100%);
    -webkit-box-shadow: 0px 4px 8px rgba(10, 154, 235, 0.3);
    box-shadow: 0px 4px 8px rgba(10, 154, 235, 0.3);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    padding: 6px 15px;
}

.doctors__detail {
    margin-top: 15px;
}

.doctors__detail a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #4299E5;
    border: 1px solid #4299E5;
    border-radius: 20px;
    padding: 5px 14px;
}

.doctors-btn {
    text-align: center;
}

.doctor-n-card {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.doctor-n-card__img {
    width: 427px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.doctor-n-card__img img {
    display: block;
    width: 100%;
}

.doctor-n-card__title {
    margin-bottom: 20px;
}

.doctor-n-card__desc {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #071318;
}

.doctor-n-card__meta {
    margin-top: 20px;
}

.doctor-n-card__meta-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
    z-index: 1;
}

.doctor-n-card__meta-item:last-child {
    margin-bottom: 0;
}

.doctor-n-card__meta-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px dashed rgba(142, 149, 157, 0.4);
    z-index: -1;
}

.doctor-n-card__meta-item > span, .doctor-n-card__meta-item > i {
    display: block;
    background-color: #f2f6fa;
}

.doctor-n-card__meta-item > span {
    padding-right: 10px;
}

.doctor-n-card__meta-item > i {
    padding-left: 10px;
    font-style: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}

.doctor-n-card__meta-item > i a {
    text-decoration: underline;
    color: #4299E5;
}

.doctor-n-card__meta-item > i b {
    font-weight: 500;
}

.doctor-n-card__info {
    margin-top: 30px;
}

.doctor-n-card__info p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.doctor-n-card__info p:last-child {
    margin-bottom: 0;
}

.doctor-n-card__btn {
    margin-top: 30px;
}

.doctor-n-card__btn a {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#50B9F4), to(#0A9AEB)), -webkit-gradient(linear, left top, left bottom, from(#EF5545), to(#CF3727));
    background: linear-gradient(180deg, #50B9F4 0%, #0A9AEB 100%), linear-gradient(180deg, #EF5545 0%, #CF3727 100%);
    -webkit-box-shadow: 0px 4px 8px rgba(10, 154, 235, 0.3);
    box-shadow: 0px 4px 8px rgba(10, 154, 235, 0.3);
    border-radius: 30px;
    padding: 15px;
    width: 280px;
}

.doctor-n-card__mob {
    margin-top: 40px;
}

.doctor-widget {
    margin-top: 64px;
}

.doctor-widget .main_title {
    margin-bottom: 40px;
}

.doctor-widget img {
    display: block;
    margin: 0 auto;
}

.section_info.section_info--n {
    padding-top: 80px;
    padding-bottom: 40px;
}

.section_info.section_info--n .accordion .item .open_btn {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
}

.section_info.section_info--n .accordion .item .data {
    padding-top: 30px;
    padding-bottom: 20px;
}

.section_info.section_info--n .accordion .item .data h3 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #071318;
}

.section_info.section_info--n .accordion .item .data h3:first-child {
    margin-top: 0;
}

.section_info.section_info--n .accordion .item .data h3:last-child {
    margin-bottom: 0;
}

.section_info.section_info--n .accordion .item .data ul {
    margin: 0;
    padding: 0;
}

.section_info.section_info--n .accordion .item .data ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
    max-width: 1010px;
}

.section_info.section_info--n .accordion .item .data ul li:last-child {
    margin-bottom: 0;
}

.section_info.section_info--n .accordion .item .data ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4299E5;
}

.section_info.section_info--n .accordion .item .data .guide__spec {
    margin: 0;
}

.video-item {
    display: block;
    width: 100%;
    max-width: 893px;
    position: relative;
    margin: 40px 0;
}

.video-item:first-child {
    margin-top: 0;
}

.video-item:last-child {
    margin-bottom: 0;
}

.video-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/new-files/img/play-btn.svg) center center no-repeat;
}

.video-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.doctor-certificates-list {
    margin: 0 -20px -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.doctor-certificates-list__col {
    width: 16.66666666%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.doctor-certificates-list__item img {
    display: block;
    width: 100%;
}

.section_reviews.section_reviews-n .q-a-item {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_reviews.section_reviews-n .q-a-item .q-a-item__top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.section_reviews.section_reviews-n.section_reviews-n--spec .reviews-n__item {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_reviews.section_reviews-n.section_reviews-n--spec .reviews-n__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.share-block {
    background-color: #F2F6FA;
    padding: 40px 0 80px;
}

.share-block__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.share-block__row {
    margin: 10px -10px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.share-block__col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.share-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.promo-top {
    margin-left: -20px;
    margin-right: -20px;
}

.promo-top__col {
    width: 33.3333333%;
    padding-left: 20px;
    padding-right: 20px;
}

.promo-top__col .guide-top__count {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo-top__col .guide-top__count .guide-top__count-item {
    width: calc(50% - 5px);
    margin-right: 0;
}

.promo {
    margin-top: 40px;
}

.promo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}

.promo__col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.promo__item {
    padding: 0 40px 30px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.promo__img {
    display: block;
    margin-left: -40px;
    margin-right: -40px;
}

.promo__img img {
    display: block;
    width: 100%;
}

.promo__top {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo__sub {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    max-width: 365px;
}

.promo__sub a {
    color: #071318;
}

.promo__percent {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-left: 30px;
    padding-left: 26px;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #CF3727;
}

.promo__percent::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 20px;
    height: 4px;
    background: #CF3727;
}

.promo__desc {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8E959D;
    margin-top: 10px;
    max-width: 365px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.promo__bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo__date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8E959D;
}

.promo__date span {
    color: #4299E5;
}

.promo__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
}

.promo-btn {
    margin-top: 40px;
    text-align: center;
}

.page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}

.page-wrap__col {
    padding-left: 20px;
    padding-right: 20px;
}

.page-wrap__left {
    width: calc(100% / 12 * 8);
}

.page-wrap__right {
    width: calc(100% / 12 * 4);
}

.promo-info {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 30px 30px;
}

.promo-info__img {
    margin-left: -30px;
    margin-right: -30px;
}

.promo-info__img img {
    display: block;
    width: 100%;
}

.promo-info__percent {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #CF3727;
    position: relative;
    padding-left: 40px;
    margin: 30px 0;
}

.promo-info__percent:first-child {
    margin-top: 0;
}

.promo-info__percent:last-child {
    margin-bottom: 0;
}

.promo-info__percent::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    width: 20px;
    background: #CF3727;
}

.promo-info__desc p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
    margin-bottom: 20px;
}

.promo-info__desc p:last-child {
    margin-bottom: 0;
}

.promo-info__desc p span {
    color: #CF3727;
}

.promo-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 10px;
}

.promo-info__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.promo-info__item {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 160px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #071318;
    padding: 20px;
}

.promo-info__sub {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
}

.promo-info__price {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 18px;
    line-height: 26px;
}

.promo-info__price span {
    letter-spacing: -0.03em;
    text-decoration: line-through;
    color: #8E959D;
}

.promo-info__price b {
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #CF3727;
}

.form-aside {
    background-color: #E4E9EE;
    border-radius: 15px;
    padding: 30px;
}

.form-aside__sub {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #071318;
    margin-bottom: 20px;
}

.form-aside__btn {
    display: block;
    width: 100%;
    background-color: #4299E5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 20px 15px;
    margin-top: 10px;
}

.form-aside__agree {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8E959D;
}

.form-aside__agree a {
    color: #4299E5;
    text-decoration: underline;
}

.form-aside__item {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.form-aside__item:last-child {
    margin-bottom: 0;
}

.form-aside__item input, .form-aside__item textarea {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px !important;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
    padding: 16px 19px;
}

.form-aside__item input:focus + span, .form-aside__item input.not-empty + span, .form-aside__item textarea:focus + span, .form-aside__item textarea.not-empty + span {
    display: none;
}

.form-aside__item textarea {
    resize: none;
    height: 150px;
}

.form-aside__item > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    padding: 17px 20px;
    cursor: text;
    color: #8E959D;
}

.form-aside__item > span span {
    color: #CF3727;
}

.form-aside__item .jq-selectbox__select-text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 19px;
    padding-right: 50px;
    border-radius: 15px;
}

.form-aside__item .jq-selectbox__select-text::after {
    content: ' *';
    color: #CF3727;
    display: inline;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: none;
}

.form-aside__item .jq-selectbox.opened .jq-selectbox__select-text {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-aside__item .jq-selectbox.changed .jq-selectbox__select-text::after {
    display: none;
}

.form-aside__item .jq-selectbox__dropdown li:first-child {
    display: none;
}

.form-aside__checkbox-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-aside__checkbox-wrap:first-child {
    margin-top: 0;
}

.form-aside__checkbox-wrap:last-child {
    margin-bottom: 0;
}

.form-aside__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.form-aside__checkbox:last-child {
    margin-bottom: 0;
}

.form-aside__checkbox label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-aside__checkbox label input {
    display: none;
}

.form-aside__checkbox label input:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.form-aside__checkbox label span {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #8E959D;
    display: inline-block;
    position: relative;
    padding-left: 34px;
}

.form-aside__checkbox label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
}

.form-aside__checkbox label span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: #4299E5;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
}

.promo-geo {
    margin: 60px 0 -60px;
    width: calc(100% / 12 * 8 - 15px);
}

.promo-geo__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
    color: #071318;
}

.promo-geo__row {
    margin: 0 -20px -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promo-geo__col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}

.promo-geo__item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 30px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #071318;
}

.promo-geo__img {
    margin-left: -30px;
    margin-right: -30px;
}

.promo-geo__img img {
    display: block;
    width: 100%;
}

.promo-geo__sub {
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.promo-geo__sub a {
    color: #4299E5;
}

.promo-geo__loc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.promo-geo__metro {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.promo-geo__tel {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.promo-geo__tel a {
    color: #071318;
}

.promo-other {
    background-color: #EAEFF4;
    padding: 60px 0;
}

.promo-other__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #4299E5;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
}

.news-list__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.news-list__item {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #071318;
    height: 100%;
}

.news-list__img {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
}

.news-list__img img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.news-list__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-list__date {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #8E959D;
    margin-bottom: 10px;
}

.news-list__sub {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #4299E5;
}

.news-list__sub a {
    color: #4299E5;
}

.news-list__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.news-list__btn {
    text-align: center;
    margin-top: 40px;
}

.newsletter {
    background-color: #4299E5;
    border-radius: 15px;
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 50px;
    color: #fff;
}

.newsletter__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 110px;
}

.newsletter__col {
    max-width: 660px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.newsletter__sub {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
}

.newsletter__desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.newsletter__wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter__wrap:first-child {
    margin-top: 0;
}

.newsletter__wrap input {
    background: #fff;
    border-radius: 15px !important;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
    padding: 12px 16px;
}

.newsletter__wrap input::-webkit-input-placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.newsletter__wrap input:-ms-input-placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.newsletter__wrap input::-ms-input-placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.newsletter__wrap input::placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s;
}

.newsletter__wrap input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.newsletter__wrap input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.newsletter__wrap input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.newsletter__wrap input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.newsletter__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.newsletter__btn button {
    background-color: #0158A6;
    border-radius: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 12px 40px;
}

.newsletter__agree {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    opacity: 0.8;
}

.newsletter__agree a {
    text-decoration: underline;
    color: #fff;
}

.news-content__img img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.news-content__date {
    margin-top: 45px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #071318;
}

.news-content__share {
    margin-top: 45px;
}

.news-content__control {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-content__item {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #4299E5;
    padding: 20px;
}

.news-content__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.news-content__item img, .news-content__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news-content__prev img, .news-content__prev svg {
    margin-right: 20px;
}

.news-content__next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.news-content__next img, .news-content__next svg {
    margin-left: 20px;
}

.page-wrap__right .newsletter {
    margin: 0;
    display: block;
    padding: 30px;
}

.page-wrap__right .newsletter__col {
    max-width: 100%;
}

.page-wrap__right .newsletter__wrap {
    display: block;
    margin-top: 25px;
}

.page-wrap__right .newsletter__wrap input {
    width: 100%;
}

.page-wrap__right .newsletter__btn {
    margin-top: 5px;
    margin-left: 0;
}

.page-wrap__right .newsletter__btn button {
    display: block;
    width: 100%;
}

.page-wrap__right .newsletter__sub {
    font-size: 20px;
    line-height: 25px;
}

.page-wrap__right .newsletter__agree {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.post-content {
    color: #071318;
}

.post-content p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.post-content p:first-child {
    margin-top: 0;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.post-content blockquote {
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0;
    padding: 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.post-content blockquote b {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #CF3727;
}

.post-content blockquote b:last-child {
    margin-bottom: 0;
}

.post-content blockquote:first-child {
    margin-top: 0;
}

.post-content blockquote:last-child {
    margin-bottom: 0;
}

.post-content h2 {
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.03em;
}

.post-content h2:first-child {
    margin-top: 0;
}

.post-content h2:last-child {
    margin-bottom: 0;
}

.post-content ul {
    margin: 0;
    padding: 0;
}

.post-content ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.post-content ul li:last-child {
    margin-bottom: 0;
}

.post-content ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4299E5;
}

.post-content ul li a {
    text-decoration: underline;
    color: #4299E5;
}

.post-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.post-content table td, .post-content table th {
    padding: 14px 20px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgba(20, 51, 65, 0.1);
    border-bottom: 1px solid rgba(20, 51, 65, 0.1);
}

.post-content table td:first-child, .post-content table th:first-child {
    padding-left: 20px;
}

.post-content table thead tr th {
    background-color: #fff;
    white-space: nowrap;
    font-weight: 400;
}

.news-other-aside {
    margin-top: 40px;
}

.news-other-aside__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #071318;
    margin-bottom: 30px;
}

.news-other-aside__title:last-child {
    margin-bottom: 0;
}

.news-other-aside .news-list__item {
    display: block;
    margin-bottom: 20px;
}

.news-other-aside .news-list__item:last-child {
    margin-bottom: 0;
}

.reviews-n .reviews-n__item {
    margin-bottom: 10px;
    position: relative;
}

.reviews-n .reviews-n__item:last-child {
    margin-bottom: 0;
}

.reviews-n__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    color: #071318;
}

.reviews-n__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.reviews-n__top span {
    color: #8E959D;
    white-space: nowrap;
}

.reviews-n__top a {
    margin-left: 10px;
    color: #4299E5;
}

.reviews-n__desc p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
}

.reviews-n__desc p:last-child {
    margin-bottom: 0;
}

.reviews-n__bottom {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-n__col {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
}

.reviews-n__name {
    font-weight: 700;
}

.reviews-n__video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 50px;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #071318;
}

.reviews-n__video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/html-vrst/img/new_images/ic_youtube.svg) 50% no-repeat;
}

.reviews-n__video-block {
    margin-top: 20px;
}

.reviews-n__video-block .video-item {
    max-width: 100%;
}

.reviews-n__share {
    margin-top: 40px;
}

.reviews-pagination {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    width: 46px;
    height: 38px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #4299E5;
}

.reviews-pagination__item.active {
    background-color: rgba(255, 255, 255, 0.5);
    color: #8E959D;
}

.reviews-pagination__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -2px;
}

.reviews-pagination__row .reviews-pagination__item {
    margin-right: 2px;
}

.main_banner-spec.main_banner-spec--z {
    min-height: 420px;
}

.main_banner .info .main_banner__bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_banner .info .main_banner__bottom .link {
    margin-top: 0;
}

.main_banner__question {
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.main_banner__question a {
    text-decoration: underline;
    color: #4299E5;
}

.main_banner__question a:hover {
    text-decoration: none;
}

.section-post--spec {
    padding-top: 40px;
}

.guide-aside {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 20px;
}

.guide-aside__sub {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #071318;
}

.section_info.dir-price--spec {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section_info.dir-price--spec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.dir-consultation--spec {
    padding-top: 0;
    background-color: #EAEFF4;
}

.guide-banner {
    margin: 45px 0;
    background-color: #4299E5;
    border-radius: 10px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guide-banner__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.guide-banner__img img {
    display: block;
    margin: 0;
    border-radius: 5px;
}

.guide-banner__info {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #fff;
}

.guide-banner__sub {
    font-weight: 500;
}

.guide-banner__desc {
    margin-top: 5px;
    text-decoration: underline;
}

.guide-author {
    margin-top: 15px;
}

.guide-author__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
    margin-bottom: 15px;
}

.guide-author__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.guide-author__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.guide-author__img img {
    display: block;
    width: 100%;
}

.guide-author__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #4299E5;
}

.guide-author__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #071318;
}

.reviews-n__desc {
    position: relative;
    padding-right: 140px;
}

.reviews-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #071318;
}

.reviews-video__icon {
    background-color: #F7FBFE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
}

.reviews-video__icon img {
    display: block;
    max-width: 100%;
}

.reviews-video__sub {
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .doctors__col {
        width: 33.3333333%;
    }
}

@media (min-width: 1200px) {
    .doctor-n-card__mob, .doctor-n-card__btn {
        display: none;
    }
}

@media (max-width: 1199px) {
    .guide-top {
        display: block;
    }
    .guide-top__count {
        margin-left: 0;
        margin-top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .guide-top__count-item {
        margin-right: 0;
        width: calc(50% - 5px);
    }
    .castom_guide__list ul {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .guide__spec.castom_guide__list ul {
        -webkit-column-count: 3;
        column-count: 3;
    }
    .doctors-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .doctors-top__col.doctors-top__col--search {
        width: 100%;
    }
    .doctors-top__col {
        width: 50%;
    }
    .doctor-n-card__col .doctor-n-card__meta, .doctor-n-card__col .doctor-n-card__info {
        display: none;
    }
    .doctor-certificates-list {
        margin: 0 -10px -20px;
    }
    .doctor-certificates-list__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .promo-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .promo-top__col {
        width: 50%;
    }
    .promo-top__col:last-child {
        width: 100%;
    }
    .promo__item {
        padding: 0 20px 20px;
    }
    .promo__img {
        margin-left: -20px;
        margin-right: -20px;
    }
    .page-wrap {
        display: block;
    }
    .page-wrap__col {
        width: 100%;
    }
    .page-wrap__right {
        margin-top: 40px;
    }
    .promo-geo {
        width: 100%;
    }
    .news-list {
        margin: 0 0 -20px;
    }
    .news-list__col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .news-list__btn {
        margin-top: 20px;
    }
    .newsletter {
        padding: 20px 20px 25px;
        padding-left: 0;
        overflow: hidden;
    }
    .newsletter__img {
        margin-left: -33px;
        margin-right: 35px;
    }
    .newsletter__wrap {
        display: block;
    }
    .newsletter__wrap input {
        width: 100%;
    }
    .newsletter__btn {
        margin-top: 10px;
        margin-left: 0;
    }
    .newsletter__btn button {
        display: block;
        width: 100%;
    }
    .reviews-n__item {
        padding: 20px;
    }
    .guide-aside {
        margin-top: 30px;
        border: 0;
        padding: 0;
    }
    .guide-aside__sub {
        margin-bottom: 20px;
    }
    .guide-aside__list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1024px) {
    .main_banner-spec.main_banner-spec--z {
        min-height: 0;
    }
}

@media (min-width: 992px) {
    .guide-top__count-item:hover {
        text-decoration: none;
    }
    .guide-top__search button, .guide-top__search input[type="submit"] {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .guide-top__search button:hover, .guide-top__search input[type="submit"]:hover {
        opacity: .7;
    }
    .guide-alphabet__item {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .guide-alphabet__item:hover {
        color: #4299E5;
        border-color: #4299E5;
    }
    .castom_guide__list ul li a:hover {
        text-decoration: none;
    }
    .guide__spec-back {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .guide__spec-back:hover {
        opacity: .7;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .doctors__experience a {
        -webkit-transition: color .2s;
        transition: color .2s;
    }
    .doctors__experience a:hover {
        color: #4299E5;
    }
    .doctors__geo a:hover {
        text-decoration: none;
    }
    .doctors__btn a {
        -webkit-transition: -webkit-box-shadow .2s;
        transition: -webkit-box-shadow .2s;
        transition: box-shadow .2s;
        transition: box-shadow .2s, -webkit-box-shadow .2s;
    }
    .doctors__btn a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .doctors__detail a {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .doctors__detail a:hover {
        background-color: #4299E5;
        color: #fff;
    }
    .doctor-n-card__btn a {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .doctor-n-card__btn a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .doctor-n-card__meta-item > i a:hover {
        text-decoration: none;
    }
    .video-item::before {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .video-item:hover::before {
        opacity: .7;
    }
    .form-aside__btn {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .form-aside__btn:hover {
        color: #4299E5;
        background-color: transparent;
        border-color: #4299E5;
    }
    .form-aside__agree a {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .form-aside__agree a:hover {
        color: #071318;
    }
    .newsletter__btn button {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .newsletter__btn button:hover {
        opacity: .7;
    }
    .newsletter__agree a:hover {
        text-decoration: none;
    }
    .share-block__item {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .share-block__item svg path {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .share-block__item:hover {
        background-color: #4299E5;
    }
    .share-block__item:hover svg path {
        fill: #fff;
    }
    .news-content__item {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .news-content__item svg path, .news-content__item svg circle {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .news-content__item:hover {
        background-color: #4299E5;
        color: #fff;
    }
    .news-content__item:hover svg path {
        stroke: #fff;
    }
    .news-content__item:hover svg circle {
        stroke: #fff;
    }
    .reviews-n__top a:hover {
        text-decoration: underline;
    }
    .reviews-n__video {
        -webkit-transition: color .2s;
        transition: color .2s;
    }
    .reviews-n__video:hover {
        color: #4299E5;
    }
    .reviews-pagination__item {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .reviews-pagination__item:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .post-content ul li a:hover {
        text-decoration: none;
    }
    .guide-banner:hover .guide-banner__desc {
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    .castom_guide__list ul {
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
    .guide__wrap {
        padding: 20px 0;
    }
    .guide-alphabet {
        margin-top: 30px;
        margin-bottom: 28px;
    }
    .guide__spec {
        margin-top: 30px;
    }
    .guide__spec.castom_guide__list ul {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .guide__spec-title {
        margin-bottom: 30px;
    }
    .guide__spec-title > span {
        font-size: 30px;
        padding-top: 4px;
    }
    .guide__spec-back {
        margin-top: 0;
    }
    .guide__spec-inner.guide__spec {
        margin-top: 32px;
    }
    .doctors-top {
        margin-left: -10px;
        margin-right: -10px;
    }
    .doctors-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .doctors-top__col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .doctors__col {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .doctors-btn {
        margin-top: 40px;
    }
    .doctor-n-card__img {
        width: calc(100% / 12 * 4);
        margin-right: 20px;
    }
    .doctor-n-card__desc {
        font-size: 20px;
        line-height: 28px;
    }
    .doctor-widget {
        margin-top: 40px;
    }
    .doctor-widget .main_title {
        display: none;
    }
    .section_info.section_info--n {
        padding-top: 40px;
    }
    .section_info.section_info--n .accordion .item .open_btn {
        font-size: 30px;
        line-height: 35px;
    }
    .section_info.section_info--n .accordion .item .data {
        padding-top: 20px;
    }
    .share-block {
        padding-bottom: 60px;
    }
    .section_info.section_info--n .accordion .item .data h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .doctor-certificates-list__col {
        width: 25%;
    }
    .promo-top {
        margin-left: -10px;
        margin-right: -10px;
    }
    .promo-top__col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .promo-top__col .guide-top__count {
        margin-top: 20px;
    }
    .promo__top {
        display: block;
    }
    .promo__sub {
        max-width: 100%;
        font-size: 20px;
        line-height: 28px;
    }
    .promo__percent {
        margin-left: 0;
        margin-top: 6px;
    }
    .promo__desc {
        margin-top: 6px;
    }
    .promo__bottom {
        display: block;
    }
    .promo__btn {
        margin-top: 20px;
        margin-left: 0;
    }
    .promo__row {
        margin: 0 -10px -20px;
    }
    .promo__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .promo__percent {
        font-size: 25px;
        line-height: 35px;
        padding-left: 24px;
    }
    .promo__percent::before {
        width: 14px;
    }
    .promo-info__percent {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .promo-geo {
        margin: 50px 0 -40px;
    }
    .promo-geo__title {
        font-size: 30px;
        line-height: 35px;
    }
    .promo-geo__row {
        margin: 0 -10px -20px;
    }
    .promo-geo__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .promo-other {
        padding: 40px 0;
    }
    .promo-other__title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px;
    }
    .news-list__sub {
        font-size: 20px;
        line-height: 28px;
    }
    .newsletter__sub {
        font-size: 24px;
        line-height: 32px;
    }
    .newsletter__agree {
        margin-top: 15px;
    }
    .newsletter {
        margin: 20px 0;
    }
    .post-content h2 {
        margin-top: 45px;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 35px;
    }
    .news-content__date {
        font-size: 18px;
        line-height: 24px;
    }
    .news-content__control {
        margin-top: 40px;
    }
    .news-other-aside__title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }
    .section-post--spec {
        padding-top: 30px;
    }
    .section_info.dir-price--spec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .post-content__table {
        overflow-x: auto;
    }
    .post-content__table table {
        min-width: 900px;
    }
}

@media (max-width: 767px) {
    .castom_guide__list ul li {
        font-size: 16px;
    }
    .guide__letter {
        font-size: 16px;
        width: 40px;
    }
    .doctor-n-card__meta-item {
        font-size: 16px;
    }
    .doctor-n-card__desc {
        font-size: 18px;
        line-height: 26px;
    }
    .doctor-n-card__info p {
        font-size: 16px;
        line-height: 24px;
    }
    .promo__col {
        width: 100%;
    }
    .promo-btn {
        margin-top: 20px;
    }
    .promo-info__col {
        width: 100%;
        margin-bottom: 10px;
    }
    .promo-info__row {
        margin-bottom: 20px;
    }
    .promo-geo {
        display: none;
    }
    .news-list__item {
        padding: 20px;
    }
    .newsletter__img {
        display: none;
    }
    .newsletter {
        padding: 20px 20px 25px;
    }
    .news-content__control {
        display: block;
    }
    .news-content__item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .news-content__item:last-child {
        margin-bottom: 0;
    }
    .reviews-pagination__row .reviews-pagination__item:nth-child(1n + 4) {
        display: none;
    }
    .main_banner .info .main_banner__bottom {
        margin-top: 30px;
    }
    .dir-consultation--spec {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .castom_guide__list ul {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .guide-top__count {
        display: block;
    }
    .guide-top__count-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .guide-top__count-item:last-child {
        margin-bottom: 0;
    }
    .guide-alphabet {
        margin-top: 20px;
        margin-bottom: 18px;
    }
    .guide-top__search input[type="text"] {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2;
    }
    .guide-top__search button, .guide-top__search input[type="submit"] {
        margin-top: 10px;
        position: static;
        display: block;
        width: 100%;
    }
    .guide__spec {
        margin-top: 20px;
    }
    .guide__spec.castom_guide__list ul {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .guide-top__count-item {
        font-size: 16px;
    }
    .guide__spec-title {
        margin-bottom: 20px;
    }
    .guide__spec-title > span {
        padding-top: 8px;
        font-size: 24px;
    }
    .guide__spec-inner.guide__spec {
        margin-top: 30px;
    }
    .doctors-top__select .jq-selectbox__select-text {
        font-size: 16px;
        line-height: 1.25;
    }
    .doctors-list {
        margin-bottom: -10px;
    }
    .doctors__col {
        width: 100%;
        margin-bottom: 10px;
    }
    .doctors-top__col {
        width: 100%;
    }
    .doctors__name {
        font-size: 16px;
        line-height: 24px;
    }
    .doctors-btn {
        margin-top: 20px;
    }
    body .cont a.spec-btn {
        font-size: 16px;
    }
    .doctor-n-card {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 74px;
    }
    .doctor-n-card__btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
    }
    .doctor-n-card__btn a {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
        display: block;
        width: 100%;
    }
    .doctor-n-card__img {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .doctor-n-card__info {
        margin-top: 20px;
    }
    .doctor-widget {
        margin-top: 30px;
    }
    .doctor-n-card__title {
        margin-bottom: 10px;
    }
    .section_info.section_info--n .accordion .item .open_btn {
        font-size: 24px;
        line-height: 32px;
    }
    .share-block {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .share-block__item {
        width: 50px;
        height: 50px;
    }
    .section_info.section_info--n .accordion .item .data ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .section_info.section_info--n .accordion .item .data ul li::before {
        top: 6px;
    }
    .section_info.section_info--n .accordion .item .data h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .video-item {
        margin: 20px 0;
    }
    .video-item::before {
        background-size: 48px;
    }
    .doctor-certificates-list__col {
        width: 50%;
    }
    .promo-top__col {
        width: 100%;
        margin-bottom: 20px;
    }
    .promo-top__col:last-child {
        margin-bottom: 0;
    }
    .promo-top__col .guide-top__count {
        margin-top: 0;
    }
    .promo-top__col .guide-top__count .guide-top__count-item {
        width: 100%;
    }
    .promo__row {
        margin-bottom: -10px;
    }
    .promo__col {
        margin-bottom: 10px;
    }
    .promo__sub {
        font-size: 18px;
        line-height: 26px;
    }
    .promo__desc, .promo__date {
        font-size: 13px;
        line-height: 18px;
    }
    .promo-info {
        padding: 0 20px 20px;
    }
    .promo-info__percent {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 42px;
    }
    .promo-info__img {
        margin-left: -20px;
        margin-right: -20px;
    }
    .promo-info__desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .promo-info__row {
        margin-top: 20px;
    }
    .promo-info__sub, .promo-info__price {
        font-size: 16px;
        line-height: 24px;
    }
    .form-aside {
        padding: 20px;
    }
    .form-aside__item .jq-selectbox__select-text, .form-aside__item input, .form-aside__item textarea, .form-aside__item > span, .form-aside__btn {
        font-size: 16px;
        line-height: 24px;
    }
    .form-aside__agree {
        font-size: 13px;
        line-height: 18px;
    }
    .form-aside__btn {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .form-aside__item .jq-selectbox__select-text, .form-aside__item input, .form-aside__item textarea {
        padding: 12px 19px;
    }
    .form-aside__item textarea {
        height: 120px;
    }
    .form-aside__item > span {
        padding: 13px 20px;
    }
    .page-wrap__right {
        margin-top: 30px;
    }
    .form-aside__sub {
        font-size: 16px;
        line-height: 24px;
    }
    .promo-other {
        padding: 30px 0;
    }
    .promo-other__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .news-list__item {
        display: block;
    }
    .news-list__img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 5px;
    }
    .news-list__sub {
        font-size: 18px;
        line-height: 26px;
    }
    .news-list__date {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .news-list__desc {
        margin-top: 5px;
        font-size: 13px;
        line-height: 18px;
    }
    .newsletter {
        margin: 10px 0;
    }
    .newsletter__sub {
        font-size: 20px;
        line-height: 28px;
    }
    .newsletter__agree {
        font-size: 13px;
        line-height: 18px;
    }
    .post-content p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .post-content p, .post-content blockquote, .post-content ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .post-content blockquote {
        padding: 20px;
    }
    .post-content h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px;
    }
    .news-content__date {
        margin-top: 40px;
        font-size: 16px;
        line-height: 22px;
    }
    .news-content__share {
        margin-top: 40px;
    }
    .news-content__control {
        margin-top: 30px;
    }
    .news-content__item {
        margin-bottom: 10px;
    }
    .news-other-aside {
        margin-top: 30px;
    }
    .news-other-aside__title {
        font-size: 20px;
        line-height: 28px;
    }
    .page-wrap__right .newsletter {
        padding: 20px;
    }
    .reviews-n__top {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .reviews-n__desc p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .reviews-n__bottom {
        display: block;
    }
    .reviews-n__video {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .reviews-n__share {
        margin-top: 20px;
    }
    .main_banner .info .main_banner__bottom {
        display: block;
    }
    .main_banner__question {
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
    .section-post--spec {
        padding-top: 20px;
    }
    .guide-aside__sub {
        font-size: 16px;
        line-height: 24px;
    }
    .guide-aside__list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .section_info.dir-price--spec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .dir-consultation--spec {
        padding-top: 10px;
    }
    .guide-banner {
        margin: 40px 0 30px;
        padding: 15px;
    }
    .guide-banner__info {
        font-size: 14px;
        line-height: 22px;
    }
    .guide-banner__img {
        max-width: 100px;
        margin-right: 15px;
    }
    .guide-author__block {
        display: block;
        text-align: center;
    }
    .guide-author__img {
        margin: 0 auto 10px;
    }
    .guide-author__name {
        font-size: 16px;
        line-height: 24px;
    }
    .guide-author__desc {
        margin-top: 6px;
    }
    .reviews-n__desc {
        position: static;
        padding-right: 0;
    }
    .reviews-video {
        top: auto;
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: auto;
    }
    .reviews-n__item {
        padding-bottom: 84px !important;
        position: relative !important;
    }
    .reviews-video__icon {
        display: none;
    }
    .reviews-video__sub {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #F6FBFE;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 9px;
    }
    .reviews-video__sub::before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url(/new-files/img/yt-icon.svg) center center no-repeat;
        background-size: contain;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
    }
}

.castom_guide__list ul li:before{
    content: none!important;
}
.castom_guide__list ul li{
    content: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
}
.section-post.padding_none{
    padding: 0;
}
.doctor-form{
    margin-bottom: 0!important;
}
@media (max-width: 321px) {
    .doctor-n-card__meta-item {
        font-size: 14px!important;
    }
    .doctor-n-card__meta-item > i {
        padding-left: 0px!important;
    }
}
.section_info.section_info--n .accordion .item .data ul li:last-child{
    margin-bottom: 20px!important;
}
.accordion p{
    margin-bottom: 20px
}

.section-post__title h1.big_h1{
    text-transform: initial;
}

.doctor-n-card__meta-item i span{
    position: relative;
}
.doctor-n-card__meta-item i span:before{
    content: "";
    border-bottom: 2px solid #e02015;
    position: absolute;
    width: 100%;
    height: 60%;
    transform: rotate(
            -12deg
    );
}
.doctor-n-card__meta-item i b{
    color: #e02015;
}
.bg_color {
    background: #f2f6fa;
}
.bg_color .section_reviews {
    padding: 80px 0;
    background: #EAEFF4;
    margin-top: 80px;
}

.bg_color section.section-post{
    padding-bottom: 0;
}
.thumb-wrap1 {
    position: relative;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .thumb-wrap1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .thumb-wrap1 {
        height: 0;
        padding-bottom: 56.25%;
    }
}
.accordion a{
    color: #4299E5;
}

/*Новые стили от 17.01.2021*/
.bg_color.v2 .wrapp_head, .section-post.padding_none {
    background: #FFFFFF;
}
.bg_color.v2 .wrapp_head{
    padding-bottom: 40px;
}

.bg_color.v2 .section-post{
    padding-top: 0px;
}

.bg_color.v2 .doctor-n-card__meta-item > span, .bg_color.v2 .doctor-n-card__meta-item > i {
    display: block;
    background-color: #ffffff;
}

.bg_color.v2 .doctor-n-card__desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #143341;
}

.bg_color.v2 .price_info_text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #8E959D;
}

.bg_color.v2 .price_info_text small{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.bg_color.v2 .buttons_page.left{
    justify-content: left;
}

.bg_color.v2 .buttons_page.left .scrollToForm.btn_red {
    background: linear-gradient(180deg, #e02015 0%, #e02015 100%);
    color: #ffffff;
    border: 1px solid #e02015;
}

.bg_color.v2 .section_info.section_info--n {
    padding-top: 40px;
    padding-bottom: 40px;
}

.h2_big {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.03em;
    color: #143341;
}
.cont.about_vrach{
    margin-top: 39px;
}

.cont.about_vrach .contener{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    margin-top: 25px;
}
.bg_color.v2 .section_reviews.section_reviews-n.section_reviews-n--spec{
    padding-top: 80px;
}
.bg_color.v2 .section_reviews {
    padding-top: 0;
    background: #EAEFF4;
    margin-top: 0px;
}

.bg_color.v2  .doctor-n-card__info {
    margin-top: 0px;
}
.bg_color.v2 .doctor-n-card__info p {
    font-size: 18px;
    line-height: 26px;
}
.bg_color.v2 .doctor-n-card__info ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #143341;
}

.bg_color.v2 .doctor-n-card__info ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4299E5;
}

.bg_color.v2 .doctor-n-card__img {
    width: 310px;
}

@media (max-width: 991px){
    .bg_color.v2 .doctor-n-card__img {
        width: calc(100% / 12 * 4);
    }
}

@media (max-width: 767px){
    .bg_color.v2 .doctor-n-card__info ul li {
        position: relative;
        padding-left: 36px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
        color: #143341;
    }
}


@media (max-width: 575px){
    .bg_color.v2  .doctor-n-card__img {
        width: 100%;
    }
    .cont.about_vrach .contener {
        padding: 15px;
    }
}

.doctor-n-card__meta-item i span:before {
    transform: rotate(8deg);
}
.doctor-n-card__meta-item i span{
    font-weight: 500;
    margin-right: 20px;
}