/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Модальное окно*/


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(158, 37, 44, 1);
}


/* Слайдер */

#slider_glavn {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@keyframes load {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

.slides {
    width: 400%;
    height: 100%;
    position: relative;
    -webkit-animation: slide 30s infinite;
    -moz-animation: slide 30s infinite;
    animation: slide 30s infinite;
}

.slider_glavn {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
}

.image_slider {
    width: 100%;
    height: 100%;
}

.image_slider img {
    width: 100%;
    height: auto;
}


/* Switch */
.switch {
    width: 120px;
    height: 10px;
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 30px;
}

.switch > ul {
    list-style: none;
}

.switch > ul > li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ededeb;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.switch ul {
    overflow: hidden;
}

.on {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #0aa96c;
    position: relative;
    -webkit-animation: on 30s infinite;
    -moz-animation: on 30s infinite;
    animation: on 30s infinite;
}


/* Animation */
@-webkit-keyframes slide {
    0%, 100% {
        margin-left: 0%;
    }
    21% {
        margin-left: 0%;
    }
    25% {
        margin-left: -100%;
    }
    46% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    71% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    96% {
        margin-left: -300%;
    }
}

@-moz-keyframes slide {
    0%, 100% {
        margin-left: 0%;
    }
    21% {
        margin-left: 0%;
    }
    25% {
        margin-left: -100%;
    }
    46% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    71% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    96% {
        margin-left: -300%;
    }
}

@keyframes slide {
    0%, 100% {
        margin-left: 0%;
    }
    21% {
        margin-left: 0%;
    }
    25% {
        margin-left: -100%;
    }
    46% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    71% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    96% {
        margin-left: -300%;
    }
}

@-webkit-keyframes on {
    0%, 100% {
        margin-left: 0%;
    }
    21% {
        margin-left: 0%;
    }
    25% {
        margin-left: 15px;
    }
    46% {
        margin-left: 15px;
    }
    50% {
        margin-left: 30px;
    }
    71% {
        margin-left: 30px;
    }
    75% {
        margin-left: 45px;
    }
    96% {
        margin-left: 45px;
    }
}

@-moz-keyframes on {
    0%, 100% {
        margin-left: 0%;
    }
    21% {
        margin-left: 0%;
    }
    25% {
        margin-left: 15px;
    }
    46% {
        margin-left: 15px;
    }
    50% {
        margin-left: 30px;
    }
    71% {
        margin-left: 30px;
    }
    75% {
        margin-left: 45px;
    }
    96% {
        margin-left: 45px;
    }
}

@keyframes on {
    0%, 100% {
        margin-left: 0%;
    }
    21% {
        margin-left: 0%;
    }
    25% {
        margin-left: 15px;
    }
    46% {
        margin-left: 15px;
    }
    50% {
        margin-left: 30px;
    }
    71% {
        margin-left: 30px;
    }
    75% {
        margin-left: 45px;
    }
    96% {
        margin-left: 45px;
    }
}


/* Онлайн оплата */
.pscb-payform-container {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pscb-payform {
    /* display:inline-block; */
    padding: 0px 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
}

.pscb-payform label {
    display: block;
    float: left;
    margin: 15px 0 6px 0;
    line-height: 1em;
    font-size: 18px;
}

.pscb-payform input, select {
    display: inline-block;
    width: 100%;
    height: 35px;
    float: left;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
    transition-property: box-shadow;
    transition-duration: .25s;
}

.pscb-button {
    display: inline-block;
    height: 55px !important;
    margin: 1.5em 0;
    padding: 0px 2em !important;
    color: #fff;
    font-weight: bold;
    background-color: #c53743 !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    letter-spacing: 0.5px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.selectpayment {
    width: 100% !important;
    border: 1px solid #b3b3b3 !important;
}

.pscb-payform input:hover {
    box-shadow: 0px 0px 1px 1px rgb(7, 192, 113);
    border: 1px solid #07c071;
    outline: none;
}

.pscb-payform input:focus {
    box-shadow: 0px 0px 1px 1px rgb(7, 192, 113);
    border: 1px solid #07c071;
    outline: none;
}

.pscb-payform select:hover {
    outline: none;
}

.pscb-payform select:focus {
    outline: none;
}

.pscb-payform input[type="submit"] {
    box-shadow: none !important;
    border: 0 !important;
}

.pscb-payform input[type="submit"]:hover {
    background-image: -moz-linear-gradient(top, #07c071, #07c071);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#07c071), to(07 c071));
    background-image: -webkit-linear-gradient(top, #07c071, #07c071);
    background-image: -o-linear-gradient(top, #07c071, #07c071);
    background-image: linear-gradient(to bottom, #07c071, #07c071);
    background-repeat: repeat-x;
}


figure img, legend {
    max-width: 100%
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    padding: 0;
    box-sizing: border-box
}

html, legend {
    box-sizing: border-box
}

.slick-slider, html {
    -webkit-tap-highlight-color: transparent
}

body, html {
    height: 100%
}

button, hr, input {
    overflow: visible
}

.btn--2, .btn--3 {
    min-width: 170px
}

.cols-2, .cols-3 {
    column-gap: 30px
}

.group:after, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    margin: .67em 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    white-space: normal
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

html {
    font-size: 16px;
    font-weight: 300;
    font-family: ProximaNova, sans-serif;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.accent-link, .btn-link, b, label, ol li:before, strong {
    font-weight: 700
}

*, :after, :before {
    box-sizing: inherit
}

body {
    background: #fff;
    padding: 0;
    margin: 0
}

.h1, .h2, h1, h2 {
    margin-bottom: 24px
}

.h1, h1 {
    font-size: 30px;
    line-height: 1.15em;
    color: #4d3b3b
}

.h2, .h3, h2, h3, h4 {
    color: #453939
}

.h2, h2 {
    font-size: 26px;
    line-height: 1.2em
}

.h3, h3 {
    font-size: 22px;
    margin-bottom: 20px
}

blockquote, table {
    margin-top: 40px;
    margin-bottom: 40px
}

blockquote p, h4 {
    margin-bottom: 16px
}

h4 {
    font-size: 18px
}

p {
    line-height: 1.5em;
    margin-bottom: 24px
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #07c071;
    text-decoration: none;
    border-bottom: 1px solid rgba(7, 203, 119, .3);
    transition: border-color .3s, color .3s
}

a:hover {
    color: #07cb77;
    border-color: transparent
}

a:active, a:focus {
    outline: 0
}

a[href^="callto:"], a[href^="mailto:"], a[href^="tel:"] {
    border-bottom: none
}

address {
    font-style: normal
}

figure {
    margin: 0 0 30px
}

nav ul, nav ul li, nav ul li ul, nav ul li ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=password], [type=tel], [type=text], [type=time], [type=url], [type=week], [type=number], [type=search], input:not([type]), textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 15px;
    color: #4d3b3b;
    box-shadow: inset 0 -3px 10px rgba(69, 57, 57, .05);
    border-radius: 3px;
    border: 1px solid #ecebdf;
    background-color: #fff;
    padding: 0 20px;
    transition: border-color .3s
}

[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=password]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, [type=number]:focus, [type=search]:focus, input:not([type]):focus, textarea:focus {
    outline: 0;
    border-color: #51d39b
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=password]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, [type=number]:hover, [type=search]:hover, input:not([type]):hover, textarea:hover {
    border-color: #51d39b
}

::-webkit-input-placeholder {
    color: #c3c3c3;
    opacity: 1;
    transition: opacity .3s ease
}

::-moz-placeholder {
    color: #c3c3c3;
    opacity: 1;
    transition: opacity .3s ease
}

:-moz-placeholder {
    color: #c3c3c3;
    opacity: 1;
    transition: opacity .3s ease
}

:-ms-input-placeholder {
    color: #c3c3c3;
    opacity: 1;
    transition: opacity .3s ease
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

input:required {
    box-shadow: none
}

label {
    display: block;
    color: #4d3b3b;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 8px
}

input[type=submit] {
    border: none;
    cursor: pointer
}

textarea {
    overflow: auto;
    line-height: 1.5em;
    padding-top: .65em
}

table {
    width: 100%;
    border-collapse: collapse
}

table th {
    background-color: #07c071;
    color: #fff;
    text-align: left;
    padding: 17px 16px;
    line-height: 1
}

table tbody tr:nth-child(2n) td {
    background-color: #f5f5f2
}

table tbody tr td {
    padding: 15px 16px;
    line-height: 1.3em
}

blockquote {
    margin-left: 68px;
    border-left: 5px solid #f5f5f2;
    padding-left: 30px;
    position: relative
}

blockquote:after {
    content: "";
    display: inline-block;
    width: 53px;
    height: 41px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: -5px
}

blockquote * {
    position: relative;
    z-index: 2
}

blockquote :first-child {
    position: relative;
    top: -3px
}

hr {
    box-sizing: content-box;
    border: none;
    height: 1px;
    background-color: #f3f3f3;
    margin-top: 30px;
    margin-bottom: 28px
}

figcaption {
    color: #62625d;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    margin-left: 10px
}

.group:after {
    content: ".";
    display: block;
    clear: both;
    height: 0
}

.cols-2 {
    column-count: 2
}

.cols-3 {
    column-count: 3
}

.alphabetical-list-item, .benefits-item, .links-list--2cols, .no-column-break {
    break-inside: avoid
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.left-justify {
    float: left;
    margin: 0 20px 20px 0
}

.right-justify {
    float: right;
    margin: 0 0 20px 20px
}

.justify-full {
    text-align: justify
}

.centered {
    text-align: center
}

.visible-flex-xss, .visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-xss {
    display: none !important
}

.btn, .btn--1, .btn--2, .btn--3, .calc-list-item__delete, .open-ellipsis, .open-hidden-content, .reset-filter, .review-rating-stars__item, .shared-list__item, .sidebar-btn, .slider-nav__item {
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
    background: 0 0;
    outline: 0;
    padding: 0
}

.btn--1, .btn--2, .btn--3 {
    min-width: 170px;
    height: 50px;
    padding: 0 22px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    background-color: #c53743;
    transition: background-color .3s
}

.btn--1:hover, .btn--2:hover, .btn--3:hover {
    background-color: #d63c49;
    color: #fff
}

.btn--1:active, .btn--2:active, .btn--3:active {
    background-color: #d6525d;
    color: #fff
}

.btn--1:disabled, .btn--2:disabled, .btn--3:disabled {
    color: #c3c3c3;
    background-color: #f5f5f2
}

.btn--2 {
    background-color: #07c071
}

.btn--2:hover {
    background-color: #07cb77;
    color: #fff
}

.btn--2:active {
    background-color: #4ecb95;
    color: #fff
}

.btn--3 {
    background-color: transparent !important;
    border: 1px solid #cdf2e3;
    color: #07c071;
    transition: border-color .3s
}

.btn--3:hover {
    border-color: #51d39b;
    color: #07c071
}

.btn--3:active {
    border-color: #07c071;
    color: #07c071
}

.btn--3:disabled {
    border-color: #f5f5f2
}

.btn--sm {
    height: 40px;
    line-height: 40px
}

.buttons-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.buttons-row * {
    margin-right: 30px
}

.btn-link {
    height: 60px;
    box-shadow: 0 4px 32px rgba(69, 57, 57, .12);
    border-radius: 3px;
    background-color: #fff;
    padding: 0 10px;
    text-align: center;
    border: none;
    color: #62625d;
    line-height: 1.3em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.btn-link:hover {
    color: #07cb77
}

.btn-link:hover span {
    background-image: linear-gradient(to right, rgba(7, 203, 119, .3) 50%, rgba(7, 203, 119, .3) 50%)
}

.btn-link span {
    display: inline-block;
    background-image: linear-gradient(to right, rgba(67, 67, 63, .3) 50%, rgba(67, 67, 63, .3) 50%);
    background-position: 0 1.04em;
    background-repeat: repeat-x;
    background-size: 1px
}

.btn-link--accent {
    background-color: #07c071;
    color: #fff
}

.btn-link--accent:hover {
    color: #fff;
    background-color: #07cb77
}

.btn-link--accent span, .btn-link--accent:hover span {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 50%)
}

.btn-links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-links-list li {
    width: 16.6666666667%;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important
}

.accent-link {
    text-transform: uppercase;
    border-bottom: none;
    font-size: 13px;
    position: relative;
    display: inline-block;
    line-height: 1
}

.accent-link:hover {
    color: #4ecb95
}

.accent-link:hover:after {
    width: 100%
}

.accent-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: rgba(7, 203, 119, .3);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width .3s
}

.acc .acc-item, .contacts-card, .form-wrap, .panel, .sales-card, .sales-date, .sales-item__inner {
    box-shadow: 0 4px 24px rgba(69, 57, 57, .12);
    background-color: #fff;
    padding: 28px 28px 24px
}

.accent-panel {
    box-shadow: 0 4px 32px rgba(69, 57, 57, .5);
    background-color: #453939;
    padding: 56px 40px 54px;
    color: #fefefe
}

.excerption, .pattern-2, .slider--bg:before, .slogan {
    background: url(../images/pattern-2.png) #f5f5f2
}

.pattern-1 {
    background: url(../images/pattern-1.png) #c53743
}

.bg {
    box-shadow: inset 0 -7px 38px rgba(69, 57, 57, .05);
    background-color: #f5f5f2
}

.balloon-content__inner, .hint, .static-balloon {
    box-shadow: 0 4px 32px rgba(69, 57, 57, .12)
}

.benefits-item ul, .main-content ul:not(.tabs), ul.ticked-list {
    list-style: none;
    padding: 0;
    margin: 0 0 26px 20px
}

.benefits-item ul li, .main-content ul:not(.tabs) li, ul.ticked-list li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: .65em;
    padding-left: 20px
}

.benefits-item ul li:last-child, .main-content ul:not(.tabs) li:last-child, ol li:last-child, ul.ticked-list li:last-child {
    margin-bottom: 0
}

.benefits-item ul li:before, .main-content ul:not(.tabs) li:before, ul.ticked-list li:before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 11px;
    background: url(../images/tick.svg) no-repeat;
    background-size: 11px 8px;
    margin-right: 9px;
    position: absolute;
    left: 0;
    top: .4em
}

ol {
    list-style: none;
    padding: 0;
    margin: 0 0 26px 20px;
    counter-reset: myCounter
}

ol li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 18px
}

ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    width: 15px;
    color: #07c071;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 2px
}

.hint:after, .marked-list li:before {
    content: ""
}

.alphabetical-list, .alphabetical-list ul, .breadcrumbs, .btn-links-list, .doctors-degrees, .events-list, .links-list, .no-list, .secondary-menu, .sidebar-menu, .sidebar-sub-menu, .slick-dots, .tabs, nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.alphabetical-list li, .breadcrumbs li, .btn-links-list li, .doctors-degrees li, .events-list li, .links-list li, .no-list li, .secondary-menu li, .sidebar-menu li, .sidebar-sub-menu li, .slick-dots li, .tabs li, nav ul li {
    position: static;
    padding: 0
}

.alphabetical-list li:before, .breadcrumbs li:before, .btn-links-list li:before, .doctors-degrees li:before, .events-list li:before, .links-list li:before, .no-list li:before, .secondary-menu li:before, .sidebar-menu li:before, .sidebar-sub-menu li:before, .slick-dots li:before, .tabs li:before, nav ul li:before {
    display: none
}

.hint, .hint:after, .icon-title span {
    display: inline-block
}

.marked-list li {
    position: relative;
    margin-bottom: .65em !important;
    padding-left: 20px
}

.marked-list li:before {
    display: inline-block;
    height: 8px;
    width: 12px;
    background: url(../images/bullet.svg) no-repeat;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: .4em
}

.hint, .icon-title span, .static-balloon, .tabs-wrap--1 {
    background-color: #fff
}

.list-title {
    padding-left: 40px
}

.excerption, .slogan {
    padding: 54px 0 48px
}

.excerption {
    margin: 0 0 50px
}

.excerption__text {
    width: 55%;
    margin: 0 auto;
    color: #4d3b3b;
    font-size: 36px;
    line-height: 1.1em;
    font-style: italic
}

.icon-title, .slogan {
    font-size: 30px;
    font-weight: 700
}

.excerption__desc {
    width: 55%;
    margin: 0 auto 28px;
    color: #4d3b3b
}

.slogan {
    margin: 0 0 50px;
    color: #4d3b3b;
    line-height: 1.25em
}

.icon-title {
    position: relative;
    text-align: center;
    color: #453939;
    padding-top: 30px
}

.icon-title .icon {
    fill: #ededeb;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto auto;
    top: 0;
    bottom: 0
}

.hinted, .icon-title span {
    position: relative
}

.links-list--2cols {
    column-count: 2
}

.links-list li {
    margin-bottom: .6em;
    line-height: 1.3em
}

.links-list li:last-child {
    margin-bottom: 0
}

.links-list li a {
    color: #43433f;
    border-bottom-color: rgba(67, 67, 63, .3)
}

.links-list li a:hover {
    color: #07cb77;
    border-bottom-color: rgba(7, 203, 119, .3)
}

.alphabetical-list {
    padding-top: 30px;
    border-top: 1px solid rgba(195, 195, 195, .2)
}

.alphabetical-list--4cols {
    column-count: 4;
    column-gap: 30px
}

.alphabetical-list-item {
    margin-bottom: 24px
}

.alphabetical-list-item__letter {
    color: #c3c3c3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px
}

.open-ellipsis, .open-hidden-content {
    color: #07c071;
    font-size: 16px;
    line-height: 1
}

.balloon-arrow, .balloon-content, .hint, .hint:after {
    position: absolute
}

.hint {
    width: 130px;
    padding: 12px 8px;
    font-size: 12px;
    line-height: 1.3em;
    text-align: center;
    left: 0;
    margin-left: -60px;
    z-index: 2
}

.hint:after {
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #fff transparent transparent
}

.balloon-open.active .icon {
    fill: #07c071
}

.balloon-content {
    display: none;
    width: 100%;
    right: 0;
    top: 100%;
    padding-top: 8px
}

.balloon-content__inner {
    padding: 20px;
    background-color: #fff
}

.balloon-arrow {
    width: 16px;
    height: 8px;
    top: 0;
    z-index: 2
}

.balloon-arrow:before, .static-balloon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff;
    content: ""
}

.balloon-arrow:before {
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0 8px 8px
}

.balloon-content-wide {
    padding-left: 15px;
    padding-right: 15px
}

.static-balloon {
    position: relative;
    padding: 30px
}

.certificate-slider__item, .gallery-v img, .shadowed-img, .video-item, figure img {
    box-shadow: 0 4px 7px rgba(69, 57, 57, .15)
}

.static-balloon:before {
    display: block;
    position: absolute;
    top: -7px;
    left: 12%;
    border-width: 0 13px 7px
}

.open-ellipsis .icon, .open-hidden-content .icon {
    height: 4px;
    margin-left: 10px;
    fill: #07c071;
    transition: transform .3s
}

.hidden-content {
    display: none
}

.open-hidden-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.open-hidden-content.active .icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.open-hidden-content--list {
    padding-left: 20px
}

.open-hidden-content--form {
    margin-bottom: 10px
}

.term, .warning {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px
}

.open-hidden-content .icon {
    width: 7px
}

.open-hidden-sign {
    margin-right: 5px;
    width: 5px
}

.open-ellipsis {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.term__title, .warning {
    color: #453939;
    font-size: 18px;
    font-weight: 700
}

.open-ellipsis.active .icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.open-ellipsis .icon {
    width: 7px
}

.warning {
    border-top: 1px solid #4ecb95;
    border-bottom: 1px solid #4ecb95
}

.term {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3
}

.term__header {
    padding-right: 30px;
    width: 25%;
    max-width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup, .popup__frm .jq-selectbox, .popup__frm input, .popup__frm select, .popup__frm textarea {
    max-width: 100%
}

.tabs li, .video__text {
    -ms-flex-align: center
}

.term__title {
    margin-bottom: 26px
}

.term__text {
    width: 100%
}

.term-synonyms {
    color: #62625d;
    font-size: 12px
}

.term-synonyms__title {
    line-height: 1;
    margin-bottom: 12px
}

.term-synonyms__item {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3em
}

.tabs-wrap--1 .tabs {
    height: 65px
}

.tabs-wrap--1 .tabs li {
    height: 100%;
    color: #4d3b3b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 36px
}

.tabs-wrap--1 .tabs li.current {
    background-color: #f5f5f2
}

.tabs-wrap--1 .tabs li:not(.current):hover {
    color: #07c071
}

.tabs-wrap--1 .tabs-content {
    padding: 30px 36px;
    background-color: #f5f5f2
}

.tabs-wrap--2 .tabs {
    height: 50px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tabs-wrap--2 .tabs--centered {
    width: 650px;
    margin: 0 auto
}

.tabs-wrap--2 .tabs li {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(7, 192, 113, .2);
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -1px
}

.tabs-wrap--2 .tabs li:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: 0
}

.tabs-wrap--2 .tabs li:last-child {
    border-radius: 0 3px 3px 0
}

.tabs-wrap--2 .tabs li.current {
    background-color: #07c071;
    color: #fff
}

.tabs-wrap--2 .tabs li:not(.current):hover {
    color: #07c071
}

.tabs-wrap--2 .tabs-content {
    padding-top: 20px
}

.tabs li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs li:not(.current) {
    cursor: pointer
}

.tabs-content .box {
    display: none
}

.tabs-content .box.visible {
    display: block
}

.skype-consult {
    height: 147px;
    width: 211px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #07c071;
    padding: 0 60px
}

.skype-consult a {
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center
}

.skype-consult a .icon {
    fill: #fff;
    margin-bottom: 6px;
    transition: transform .3s
}

.skype-consult a:hover .icon {
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

.skype-consult a:hover span {
    border-color: transparent
}

.skype-consult a span {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: border-color .3s
}

.skype-link {
    display: inline-block;
    height: 14px;
    width: 14px;
    transition: transform .3s
}

.skype-link:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.skype-link .icon {
    height: 14px;
    width: 14px;
    fill: #07c071
}

.video-item {
    position: relative;
    display: block;
    width: 180px;
    height: 120px;
    background-size: 126%;
    background-position: left center;
    border: none
}

.video-item .video-play, .video-item:after {
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0
}

.video-item .video-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #07c071;
    transition: border-color .35s, transform .45s;
    z-index: 2
}

.video-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .6s
}

.video-item:hover .video-play {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-color: transparent transparent transparent #07cb77
}

.video-item:hover:after {
    opacity: 1
}

.gallery-v img, .shadowed-img, figure img {
    display: inline-block
}

.popup {
    width: 370px;
    position: relative;
    background-color: #fff;
    margin: 0 auto
}

.popup--centered .popup__inner {
    text-align: center
}

.popup__inner {
    padding: 20px 20px 30px
}

.popup__title {
    color: #453939;
    font-size: 22px;
    font-weight: 700;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 47px;
    line-height: 1.3em;
    position: relative
}

.popup__text {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 22px
}

.popup__close {
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    outline: 0;
    border: none;
    cursor: pointer;
    background-color: #07c071
}

.popup__close .icon {
    height: 17px;
    width: 17px;
    fill: #fff;
    transition: transform .3s
}

.popup__close:hover .icon {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.popup__frm .input-wrap {
    margin-bottom: 20px
}

.popup__frm .input-wrap label.error {
    right: 0
}

.popup__frm textarea {
    height: 120px
}

.popup__frm + p {
    margin-top: 20px;
    line-height: 1.3em;
    margin-bottom: 0
}

.popup__submit {
    width: 100%;
    margin-top: 5px
}

.thumbnail-container {
    width: 100%;
    height: 430px;
    background-size: cover;
    position: relative
}

.thumbnail-container:hover:before {
    background-color: rgba(7, 192, 113, .9)
}

.thumbnail-container:hover .play {
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.thumbnail-container:hover .video__duration {
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1
}

.video {
    position: relative
}

.thumbnail-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 192, 113, .8);
    transition: background-color .3s;
    z-index: 1
}

.browsehappy, .slider-wrap, .video__text {
    position: relative
}

.video__text {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    z-index: 2
}

.video__text .video__title {
    width: 100%;
    text-align: center
}

.video__text .play {
    display: inline-block;
    margin-bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #fff;
    transition: transform .3s
}

.video__duration {
    color: #fff;
    font-weight: 400;
    opacity: 0;
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    transition: opacity .3s, transform .3s;
    z-index: 2
}

.pagination {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pagination__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px
}

.pagination__item--prev {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__item a, .pagination__item span {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #453939;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    transition: background-color .3s
}

.pagination__item a:hover {
    background-color: #614a4a;
    color: #fff
}

.pagination__item span {
    background-color: #f5f5f2;
    color: #43433f
}

.pagination__item .icon-arrow {
    margin: auto;
    fill: #fff;
    opacity: .7
}

.acc .acc-item {
    margin-bottom: 20px;
    padding: 0 0 18px
}

.acc .acc-item.is-hidden {
    display: none
}

.acc .acc-title {
    color: #453939;
    font-size: 18px;
    font-weight: 700;
    padding: 26px 30px 12px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: color .3s
}

.acc .acc-title .icon {
    fill: #07c071;
    transition: transform .3s
}

.acc .acc-title:hover {
    color: #07c071
}

.acc .acc-title.opened .icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.acc .acc-content {
    padding: 0 30px 30px
}

.acc-content {
    display: none
}

.acc-title.opened + .acc-content {
    display: block
}

.highlight, .icon {
    display: inline-block
}

.highlight {
    background-color: #07c071;
    color: #fff;
    padding: 0 5px
}

.highlight-row {
    background-color: #f5f5f2
}

.browsehappy {
    width: 100%;
    background: red;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    z-index: 1000
}

.browsehappy a {
    color: #e6e8ea;
    border-bottom: 1px solid !important
}

.icon {
    transition: fill .3s, transform .3s
}

.icon-clock {
    height: 15px;
    width: 15px
}

.icon-mail {
    height: 11px;
    width: 16px
}

.icon-metro {
    height: 13px;
    width: 16px
}

.icon-location {
    height: 18px;
    width: 14px
}

.icon-skype {
    height: 46px;
    width: 45px
}

.icon-phone {
    height: 16px;
    width: 10px
}

.icon-phone-2 {
    height: 18px;
    width: 19px
}

.icon-down {
    height: 8px;
    width: 14px
}

.icon-tube {
    height: 70px;
    width: 36px
}

.icon-degree {
    height: 72px;
    width: 48px
}

.icon-arrow {
    height: 12px;
    width: 13px
}

.icon-doctor {
    height: 41px;
    width: 36px
}

.icon-stethoscope {
    height: 41px;
    width: 46px
}

.icon-tubes {
    height: 33px;
    width: 36px
}

.icon-note {
    height: 26px;
    width: 25px
}

.icon-wreath {
    height: 28px;
    width: 36px
}

.icon-medal {
    height: 30px;
    width: 26px
}

.icon-rank-1, .icon-rank-2, .icon-rank-3, .icon-rank-4, .icon-rank-5, .icon-rank-6, .icon-rank-7, .icon-rank-8 {
    height: 18px;
    width: 18px;
    fill: #f7af37
}

.icon-star {
    height: 18px;
    width: 19px
}

.icon-star-filled {
    height: 12px;
    width: 12px;
    fill: #c3c3c3
}

.icon-eng {
    height: 21px;
    width: 21px
}

.icon-vk {
    height: 10px;
    width: 17px;
    fill: #5181b6
}

.icon-fb {
    height: 15px;
    width: 8px;
    fill: #3a5897
}

.icon-youtube {
    height: 18px;
    width: 15px
}

.icon-inst {
    height: 16px;
    width: 16px;
    fill: #d6378c
}

.icon-tw {
    height: 12px;
    width: 15px
}

.icon-viber {
    height: 18px;
    width: 16px;
    fill: #9069aa
}

.icon-telegram {
    height: 14px;
    width: 14px;
    fill: #2da2de
}

.icon-whatsapp {
    height: 14px;
    width: 14px;
    fill: #4cb964
}

.icon-cache, .icon-mastercard, .icon-visa {
    height: 30px;
    width: 48px
}

.icon-book {
    height: 17px;
    width: 20px
}

.icon-earth {
    height: 18px;
    width: 18px
}

.icon-expert {
    height: 17px;
    width: 17px
}

.icon-rouble {
    height: 17px;
    width: 11px
}

.icon-gift {
    height: 19px;
    width: 16px
}

.icon-discount {
    height: 16px;
    width: 18px
}

.icon-kidneys {
    height: 47px;
    width: 91px
}

.icon-srv-1 {
    height: 29px;
    width: 21px
}

.icon-srv-2 {
    height: 26px;
    width: 26px
}

.icon-srv-3 {
    height: 20px;
    width: 20px
}

.icon-srv-4 {
    height: 28px;
    width: 27px
}

.icon-srv-5 {
    height: 30px;
    width: 23px
}

.icon-srv-6 {
    height: 26px;
    width: 22px
}

.icon-srv-7 {
    height: 26px;
    width: 26px
}

.icon-srv-8 {
    height: 26px;
    width: 28px
}

.icon-srv-9 {
    height: 24px;
    width: 27px
}

.icon-srv-10 {
    height: 24px;
    width: 16px
}

.icon-srv-11 {
    height: 21px;
    width: 27px
}

.icon-srv-12 {
    height: 31px;
    width: 22px
}

.icon-srv-13 {
    height: 26px;
    width: 24px
}

.icon-srv-14 {
    height: 23px;
    width: 22px
}

.icon-srv-15 {
    height: 25px;
    width: 15px
}

.icon-srv-16 {
    height: 26px;
    width: 26px
}

.icon-sprig {
    height: 43px;
    width: 42px;
    margin-right: 12px
}

.icon-sprig + .icon-sprig {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 0;
    margin-left: 12px
}

.icon-eye {
    height: 8px;
    width: 15px
}

.icon-calc {
    width: 21px;
    height: 21px
}

.icon-tour {
    width: 32px;
    height: 24px
}

.slider-wrap--centered + .all-link {
    margin-top: 70px;
    display: inline-block
}

.slider-wrap--2row + .all-link {
    margin-top: 60px
}

.slider--horizontal .slick-list {
    margin: 0 -20px
}

.slider--horizontal .slick-slide {
    margin: 0 15px
}

.slider--horizontal + .slider-nav {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -40px
}

.slider--bg, .slider--centered {
    position: relative
}

.slider--panels .slick-list {
    margin: 0 -20px 10px
}

.slider--panels .slick-slide {
    margin: 0;
    padding: 20px 15px
}

.slider--centered {
    z-index: 2
}

.slider--centered + .slider-nav {
    width: 88.0341880342%;
    height: 120px;
    text-align: center;
    padding-top: 70px;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto
}

.slider--centered + .slider-nav__item {
    margin: 0 2.5px
}

.slider--2row.slider--panels .slick-list {
    padding-bottom: 0
}

.slider--2row.slider--panels .slick-slide {
    padding-bottom: 0 !important
}

.slider--2row.slider--panels .slider-item {
    margin-bottom: 30px
}

.slider--2row.slider--panels + .slider-nav {
    bottom: -40px
}

.slider--bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -115px
}

.slick-dots button, .slider-nav__item {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    transition: background-color .3s
}

.slider-nav {
    font-size: 0
}

.slider-nav__item {
    background-color: #453939;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.slider-nav__item:hover {
    background-color: #614a4a
}

.slider-nav__item .icon {
    margin: auto;
    fill: #fff
}

.slider-nav__item--prev {
    -ms-transform: rotate(180deg) translateX(2.5px);
    transform: rotate(180deg) translateX(2.5px)
}

.slider-nav__item--next {
    -ms-transform: translateX(2.5px);
    transform: translateX(2.5px)
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0 9px 0 0
}

.slick-dots li.slick-active button {
    background-color: #f5f5f2;
    color: #453939;
    cursor: default
}

.slick-dots li:not(.slick-active) button:hover {
    background-color: #614a4a
}

.slick-dots button {
    padding: 0;
    outline: 0;
    background-color: #453939;
    border: none;
    cursor: pointer;
    color: #f5f5f2;
    font-size: 14px
}

.main-slider-wrap {
    height: 600px
}

.main-slider-wrap .slider-dots {
    position: absolute;
    top: 318px;
    right: 0;
    height: 30px;
    width: 670px;
    z-index: 3
}

.main-slider-wrap .slider-nav {
    position: absolute;
    bottom: 54px;
    right: 0;
    padding-left: 76px;
    height: 30px;
    width: 670px;
    z-index: 3
}

.main-slider-wrap .slider-nav__item {
    background-color: transparent
}

.main-slider-wrap .slider-nav__item .icon {
    fill: #453939;
    opacity: .7;
    transition: opacity .3s
}

.gallery-nav-v__item.slick-current:after, .main-slider-wrap .slider-nav__item:hover .icon {
    opacity: 1
}

.main-slider-wrap .slider-nav__item--prev {
    margin-right: 10px
}

.main-slider {
    margin-top: -600px;
    height: 600px
}

.main-slider-title {
    font-size: 50px;
    margin-bottom: 6px;
    margin-top: -6px
}

.main-slider-sub-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.main-slider-text {
    font-size: 16px;
    line-height: 1.5em
}

.main-slider-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    position: relative
}

.main-slider-header {
    height: 250px;
    width: 670px;
    position: absolute;
    top: 40px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.main-slider-panel {
    padding: 30px;
    background-color: #f5f5f2
}

.main-slider-item {
    height: 600px !important;
    position: relative
}

.main-slider-item__img-wrap, .main-slider-item__img-wrap img {
    position: absolute;
    bottom: 0;
    left: 0
}

.main-slider-item__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.main-slider-item__img-wrap {
    width: 45%;
    height: 600px
}

.main-slider-item__caption {
    height: 190px;
    width: 670px;
    margin-top: 368px;
    padding: 30px 70px 30px 100px;
    position: relative;
    overflow: hidden
}

.main-slider-item__icon-wrap {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.main-slider-item__icon-wrap .icon {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
    fill: #453939
}

.main-slider-item__title {
    color: #4d3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 6px
}

.main-slider-item__text {
    font-size: 16px;
    line-height: 1.5em
}

.doctors-slider-wrap {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(195, 195, 195, .2)
}

.doctors-slider-wrap .slider-nav {
    bottom: -60px
}

.doctors-slider {
    padding-bottom: 30px
}

.doctors-slider__item {
    text-align: center
}

.centered-frm .form-col label, .history-slider__item {
    text-align: left
}

.doctors-slider img {
    display: inline-block !important
}

.doctors-slider .slick-list {
    margin: 0 !important
}

.blog-slider__item > div {
    height: 270px
}

.video-slider {
    height: 120px;
    margin-left: -10px;
    margin-right: -5px;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.video-slider__item {
    height: 120px;
    padding: 10px
}

.gallery-slider-wrap .slider-nav {
    margin-top: -10px
}

.gallery-slider {
    width: 100%;
    margin-left: -3px;
    margin-right: -17px;
    margin-bottom: 13px
}

.gallery-slider__item {
    padding-top: 3px
}

.gallery-slider .slick-list {
    padding-left: 3px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-slider .slick-slide {
    margin: 0 10px
}

.certificate-slider-wrap--wide {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%
}

.certificate-slider-wrap--wide .slider-nav {
    position: absolute;
    left: 23px;
    bottom: 50px
}

/*.certificate-slider{height:100%}*/
.certificate-slider__item {
    border: 3px solid #fff
}

.certificate-slider__item:hover {
    border-color: #07c071
}

.certificate-slider__item img {
    max-width: 100%
}

.certificate-slider__item div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.certificate-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.certificate-slider .slick-slide {
    margin: 0 10px
}

.certificate-slider .slick-list {
    margin: 0 30px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px
}

.certificate-slider--wide .slick-list {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.certificate-slider--wide .slick-slide {
    margin: 0 5px
}

.advantages-slider + .slider-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%
}

.achievements-slider-item__inner, .achievements-slider-wrap__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.advantages-slider + .slider-nav .slider-nav__item {
    position: absolute;
    top: 0
}

.advantages-slider + .slider-nav .slider-nav__item--prev {
    left: 0
}

.advantages-slider + .slider-nav .slider-nav__item--next {
    right: 0
}

.achievements-slider-wrap {
    height: 500px
}

.achievements-slider-wrap .slider-nav {
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 3
}

.achievements-slider-wrap__inner {
    height: 100%;
    position: absolute
}

.achievements-slider-wrap__inner:after {
    content: "";
    position: absolute;
    display: block;
    width: 1045px;
    height: 100%;
    background-image: url(../files/about/about-slider/about-slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    left: 550px
}

.achievements-slider {
    height: 100%;
    position: relative;
    z-index: 2
}

.achievements-slider-item__inner {
    position: relative;
    height: 500px
}

.achievements-slider-item__caption {
    width: 500px;
    height: calc(100% - 75px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 2
}

.achievements-slider-item__caption .icon {
    fill: #fff
}

.achievements-slider-item__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3em
}

.achievements-slider-item__img-wrap {
    width: 1045px;
    height: 100%;
    position: absolute;
    left: 630px;
    top: 36px
}

.gallery-v {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px
}

.gallery-v .gallery-for-v, .gallery-v .gallery-nav-v-wrap {
    margin-right: 15px;
    box-sizing: border-box;
    word-wrap: break-word
}

.gallery-v .gallery-for-v {
    margin-left: 15px;
    width: calc(75% - 30px)
}

.gallery-v .gallery-for-v .slick-slide {
    padding-left: 3px;
    margin-left: -3px;
    padding-bottom: 10px;
    margin-bottom: 0
}

.gallery-v .gallery-nav-v-wrap {
    margin-left: 15px;
    width: calc(25% - 30px);
    padding-top: 12px
}

.gallery-v .gallery-nav-v-wrap .slick-slide {
    padding-bottom: 8px
}

.gallery-nav-v-wrap {
    position: relative;
    height: 100%
}

.gallery-nav-v-wrap .slider-nav {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px
}

.gallery-nav-v-wrap .slider-nav .slider-nav__item {
    z-index: 3
}

.gallery-nav-v-wrap .slider-nav .slider-nav__item--prev {
    position: absolute;
    top: -1px;
    left: 0
}

.gallery-nav-v-wrap .slider-nav .slider-nav__item--next {
    position: absolute;
    bottom: -6px;
    left: 0
}

.gallery-nav-v {
    position: relative;
    z-index: 2
}

.gallery-nav-v__item {
    position: relative;
    cursor: pointer
}

.gallery-nav-v__item img {
    max-width: 100%
}

.gallery-nav-v__item:after {
    content: "";
    display: block;
    width: calc(100% + 1px);
    height: calc(100% - 8px);
    border: 3px solid #07c071;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s
}

.diseases-slider-wrap {
    padding-left: 100px;
    padding-right: 100px
}

.diseases-slider-wrap .slider-nav {
    width: 100%;
    height: 160px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 0
}

.diseases-slider-wrap .slider-nav__item {
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.diseases-slider-wrap .slider-nav__item--prev {
    left: 35px
}

.diseases-slider-wrap .slider-nav__item--next {
    right: 35px
}

.diseases-slider {
    position: relative;
    z-index: 2
}

.wide-slider-wrap {
    height: 600px;
    margin-bottom: 30px
}

.wide-slider-caption, .wide-slider-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.wide-slider-wrap .slider-nav {
    width: calc(100% - 40px) !important;
    height: 30px;
    position: absolute;
    bottom: 75px
}

.wide-slider-wrap .slider-nav__item {
    background-color: transparent;
    position: absolute;
    top: 0;
    opacity: .7;
    transition: opacity .3s
}

.wide-slider-wrap .slider-nav__item .icon {
    fill: #453939
}

.wide-slider-wrap .slider-nav__item:hover {
    opacity: 1
}

.wide-slider-wrap .slider-nav__item--prev {
    left: 20px
}

.wide-slider-wrap .slider-nav__item--next {
    right: 20px
}

.wide-slider-inner {
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.wide-slider__item {
    height: 600px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.wide-slider-caption {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px
}

.wide-slider-caption__inner {
    width: 100%;
    height: 140px;
    background-color: #fff;
    padding: 20px 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.wide-slider-caption__title {
    width: 50%;
    color: #453939;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    padding-right: 20px
}

.wide-slider-caption__text {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sales-slider-wrap {
    padding-left: 33px;
    padding-right: 33px
}

.sales-slider-wrap .slider-nav {
    width: 100%;
    height: 160px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 0
}

.sales-slider-wrap .slider-nav__item {
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.sales-slider, .slick-list, .slick-slider, .slick-track {
    position: relative
}

.sales-slider-wrap .slider-nav__item--prev {
    left: 6px
}

.sales-slider-wrap .slider-nav__item--next {
    right: 6px
}

.sales-slider {
    overflow: hidden;
    padding-left: 14px;
    padding-right: 14px;
    z-index: 2
}

.sales-slider .slick-slide {
    height: auto
}

.sales-slider .sales-item__inner {
    box-shadow: 0 4px 14px rgba(69, 57, 57, .12)
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0 !important
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.jq-checkbox {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 1px solid rgba(195, 195, 195, .2);
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: border-color .3s
}

.jq-checkbox.checked {
    background-color: #07c071;
    border-color: #07c071
}

.jq-checkbox.checked .jq-checkbox__div {
    visibility: visible
}

.jq-checkbox__div {
    height: 6px;
    width: 8px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden
}

.jq-checkbox.checkbox-lg {
    height: 30px;
    width: 30px;
    margin-right: 12px
}

.jq-checkbox.checkbox-lg .jq-checkbox__div {
    height: 30px;
    width: 30px;
    background-size: 60%;
    background-position: 5px 6px
}

.jq-selectbox {
    min-width: 280px;
    position: relative;
    height: 51px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ecebdf;
    background-color: #fff;
    vertical-align: middle;
    z-index: 9 !important
}

.jq-selectbox:before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: calc(100% + 15px);
    position: absolute;
    top: -5px;
    left: -15px;
    box-shadow: 0 4px 32px rgba(69, 57, 57, .12);
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s
}

.jq-selectbox__select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 49px;
    position: relative;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: inset 0 -3px 10px rgba(69, 57, 57, .05);
    border-radius: 3px;
    z-index: 20;
    transition: box-shadow .3s
}

.jq-selectbox__select-text {
    color: #43433f;
    display: block;
    font-size: 1rem;
    width: auto !important
}

.jq-selectbox__dropdown {
    position: absolute;
    padding: 10px 15px 15px;
    width: calc(100% + 30px) !important;
    height: 0;
    top: 100%;
    left: -15px;
    background-color: #fff;
    box-shadow: 0 4px 32px -7px rgba(69, 57, 57, .12);
    transition: transform .3s, height .3s, opacity .3s;
    opacity: 0;
    z-index: 10;
    overflow: hidden
}

.jq-selectbox__dropdown ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.jq-selectbox__dropdown ul li {
    background-image: none !important;
    margin: 0 !important;
    padding: 8px 20px 11px !important;
    font-size: 1rem;
    white-space: normal;
    border: none
}

.jq-selectbox__dropdown ul li:first-child {
    border-top: none;
    padding-top: 9px !important
}

.jq-selectbox__dropdown ul li:hover {
    color: #07c071
}

.jq-selectbox__dropdown ul li:before {
    display: none !important
}

.jq-selectbox__dropdown ul li.sel {
    background-color: #999;
    color: #fff
}

.jq-selectbox__trigger {
    height: 6px;
    width: 9px;
    position: absolute;
    right: 16px;
    top: 20px;
    margin-left: 7px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: transform .3s
}

.jq-selectbox__trigger-arrow {
    height: 6px;
    width: 9px;
    background-image: url(../images/down.svg);
    background-repeat: no-repeat
}

.jq-selectbox__search {
    margin-bottom: 10px
}

.jq-selectbox.opened {
    height: auto;
    z-index: 10 !important
}

.jq-selectbox.opened:before {
    opacity: 1
}

.jq-selectbox.opened .jq-selectbox__select {
    border-radius: 3px 3px 0 0;
    box-shadow: none
}

.jq-selectbox.opened .jq-selectbox__trigger {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jq-selectbox.opened .jq-selectbox__dropdown {
    height: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.jq-radio {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 4px rgba(33, 147, 227, .16);
    border: 1px solid #dcdcdc;
    background-color: #fff;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.jq-radio.checked {
    border-color: #b2323d
}

.jq-radio.checked .jq-radio__div {
    visibility: visible
}

.jq-radio.disabled {
    opacity: .33
}

.jq-radio.disabled + span {
    color: #bbb
}

.jq-radio__div {
    height: 12px;
    width: 12px;
    background-color: #b2323d;
    visibility: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.jq-file {
    line-height: 1;
    font-size: 17px;
    color: #07c071
}

.jq-file__browse {
    display: none
}

.ui-slider {
    height: 1px;
    border: none !important;
    background: #d6d6d6;
    margin-top: -6px
}

.ui-slider .ui-slider-range {
    background: #b2323d !important
}

.ui-slider .ui-slider-handle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 11px;
    border-color: transparent transparent #b2323d;
    background-color: transparent;
    margin-left: -6px;
    border-radius: 0 !important;
    outline: 0;
    cursor: pointer
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -7px
}

.mfp-arrow, .mfp-arrow:active {
    margin-top: -25px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4d5861;
    opacity: 1
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity .15s
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .88
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity .3s
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .88
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: opacity .3s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .88
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-figure figure {
    padding: 0;
    border: 0
}

.mfp-figure figure img {
    border: none
}

.mfp-figure figcaption {
    padding: 0;
    color: #fff
}

.mfp-figure:after {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.mfp-close {
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    padding: 0 !important;
    opacity: 1;
    transition: transform .3s
}

.input-wrap, .online-order-frm {
    position: relative
}

.mfp-close:hover {
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.mfp-close .icon {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    fill: #fff
}

.centered-frm .form-col--single .input-wrap, .centered-frm .form-col--single .input-wrap textarea, .col-2-frm .form-col--single {
    height: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -30px
}

.mfp-figure .mfp-close {
    cursor: pointer !important
}

.mfp-zoom-out-cur {
    cursor: default
}

.hamburger, .main-menu-btn, .main-sub-menu-title--active, .search-open {
    cursor: pointer
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.phone-input {
    color: #c3c3c3;
    transition: color .3s
}

.phone-input:focus {
    color: #43433f
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.form-row .input-wrap {
    margin-right: 30px
}

.centered-frm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-pack: center;
    justify-content: center
}

.centered-frm .form-col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px)
}

.centered-frm .form-col .input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.centered-frm .form-col .input-wrap:last-child {
    margin-bottom: 0
}

.centered-frm .form-col input, .centered-frm .form-col textarea {
    width: 100%
}

.full-order-frm__text, label.error {
    text-align: center
}

.centered-frm .submit-btn {
    margin-top: 50px
}

.online-order-frm {
    z-index: 2
}

.online-order-frm .form-row {
    margin-bottom: 24px
}

.online-order-frm .input-wrap {
    width: 270px
}

.full-order-frm .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 36px
}

.full-order-frm .form-row .input-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px)
}

.full-order-frm .form-row .input-wrap:first-child {
    margin-left: calc(8.33333% + 15px)
}

.full-order-frm .form-row .btn-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.66667% - 30px)
}

.full-order-frm__submit {
    max-width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.sidebar-order-frm .input-wrap {
    margin-bottom: 18px
}

.sidebar-order-frm .btn-wrap {
    margin-top: 26px;
    margin-bottom: 20px
}

.sidebar-order-frm__submit {
    width: 100%
}

.form-wrap {
    padding: 30px 20px
}

.form-wrap p {
    line-height: 1.3em;
    margin-bottom: 0
}

.form-title {
    color: #453939;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}

.aside-frm .form-row {
    display: block
}

.aside-frm .form-row .input-wrap {
    margin-right: 0
}

.aside-frm .input-wrap {
    margin-bottom: 20px
}

.aside-frm__submit {
    margin-bottom: 24px;
    margin-top: 10px;
    width: 100%
}

.col-2-frm .form-row {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 16px
}

.col-2-frm .form-col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px)
}

.col-2-frm .form-col .input-wrap {
    margin-bottom: 16px
}

.col-2-frm .form-col--single .input-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0 !important
}

.col-2-frm .form-col--single textarea {
    height: 137px
}

.col-2-frm .input-wrap {
    margin-right: 0
}

.col-2-frm__submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 16px
}

label.error, label.error:after {
    display: inline-block;
    position: absolute
}

.input-wrap .jq-selectbox {
    width: 100%
}

label.error {
    top: 0;
    right: -20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #d63c49;
    padding: 12px 30px
}

label.error:after {
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #d63c49 transparent transparent
}

.input-holder {
    margin-bottom: 10px
}

.collapsed-inputs {
    margin-bottom: 0 !important
}

.collapsed-inputs.form-row {
    -ms-flex-direction: column;
    flex-direction: column
}

.collapsed-inputs .form-col {
    width: calc(50% - 30px)
}

.collapsed-inputs .form-col .jq-selectbox, .main-menu {
    width: 100%
}

.top-menu {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.top-menu__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 18px;
    border-left: 1px solid #614a4a
}

.top-menu__item:first-child {
    border-left-color: transparent
}

.top-menu__item a {
    color: #fcfbf0;
    font-size: 14px;
    line-height: 1;
    border-color: transparent
}

.top-menu__item a:hover {
    color: #07cb77;
    border-color: rgba(7, 203, 119, .3)
}

.main-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3
}

.main-menu__item {
    height: 100%
}

.main-menu__item.opened {
    background-color: #614a4a;
    color: #fff
}

.main-menu__item.opened > a {
    color: #fff
}

.main-menu__item.is-parent > .icon-down {
    fill: #c3c3c3;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 15px
}

.main-menu__item > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #4d3b3b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 0 20px;
    transition: none;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 2
}

.main-sub-menu-wrap, .main-sub-menu-wrap--2 {
    padding: 28px 28px 24px
}

.main-menu-dropdown {
    position: absolute;
    box-shadow: 0 4px 32px rgba(69, 57, 57, .12);
    background-color: #fff;
    display: none;
    overflow: hidden;
    z-index: 100
}

.main-menu-dropdown__col {
    position: relative;
    width: 240px;
    float: left;
    border-bottom: 1px solid #fff;
    transition: height .3s
}

.main-menu-dropdown__col:last-child {
    background-color: #f5f5f2
}

.main-menu-dropdown a {
    font-size: 15px;
    color: #43433f;
    border-bottom: 1px solid rgba(67, 67, 63, .3);
    line-height: 1.5em
}

.main-menu-dropdown a:hover {
    color: #07cb77;
    border-color: rgba(7, 203, 119, .3)
}

.main-menu-dropdown .is-folder > .icon {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 8px;
    height: 4px;
    position: relative;
    top: -2px;
    fill: #786161;
    margin-left: 2px;
    z-index: 0
}

.main-sub-menu-title {
    color: #453939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.2em
}

.main-sub-menu-title--active:hover {
    color: #614a4a
}

.main-sub-menu-title--active:hover .icon {
    fill: #614a4a;
    -ms-transform: rotate(90deg) translateY(3px);
    transform: rotate(90deg) translateY(3px)
}

.main-sub-menu-title .icon-down {
    margin-right: 10px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .3s
}

.main-sub-menu-wrap--2 {
    position: absolute;
    width: 240px;
    min-height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .35s, opacity .35s;
    opacity: 0;
    display: none;
    z-index: 101
}

.main-sub-menu-wrap--2.active {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.main-sub-menu-wrap .service-menu-item {
    padding-left: 0;
    padding-right: 0;
    margin-top: 34px
}

.main-sub-menu-wrap .service-menu-item a {
    color: #43433f
}

.main-sub-menu__item {
    margin-bottom: .5em
}

.main-menu-btn {
    width: 20px;
    height: 16px
}

.secondary-menu__item {
    line-height: 1.3em;
    margin-bottom: .65em
}

.secondary-menu__item a {
    color: #43433f;
    font-size: 14px;
    border-color: rgba(67, 67, 63, .3)
}

.secondary-menu__item a:hover {
    color: #07cb77;
    border-color: rgba(7, 203, 119, .3)
}

.doctors-item--row, .service-menu-item {
    border-top: 1px solid rgba(195, 195, 195, .2)
}

.service-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.service-menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 20px
}

.main-menu-wrap, .top-menu-wrap {
    max-width: 1200px;
    padding-right: 20px
}

.service-menu-item__icon-wrap {
    width: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.service-menu-item__icon-wrap .icon {
    fill: #b2323d
}

.service-menu-item__icon-wrap .icon-skype {
    height: 17px;
    width: 17px
}

.service-menu-item:first-child {
    border-top: none
}

.service-menu-item a {
    border: none;
    color: inherit;
    line-height: 1.45em
}

.service-menu-item a:hover {
    color: #07c071
}

.sidebar-menu__item {
    position: relative;
    border-bottom: 1px solid rgba(195, 195, 195, .2);
    padding-bottom: 10px !important
}

.sidebar-menu__item--parent > a.opened {
    color: #07cb77
}

.sidebar-menu__item--parent > a.opened:before {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar-menu__item--parent > a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #07c070;
    position: absolute;
    left: 0;
    top: 1.2em;
    transition: transform .3s
}

.sidebar-menu__item a {
    display: block;
    color: #43433f;
    border: none;
    position: relative;
    padding-left: 22px
}

.sidebar-menu__item a:hover {
    color: #07cb77
}

.sidebar-menu__item > a {
    padding-top: 15px;
    padding-bottom: 5px
}

.sidebar-sub-menu {
    margin-left: 14px
}

.sidebar-sub-menu__item {
    margin-bottom: 5px
}

.hamburger {
    width: 20px;
    height: 16px;
    position: relative;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    z-index: 5
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4d3b3b;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    top: 7px
}

.hamburger span:nth-child(4) {
    top: 14px
}

.active .hamburger span:nth-child(1) {
    top: 14px;
    width: 0;
    left: 50%;
    opacity: 0
}

.active .hamburger span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.active .hamburger span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.active .hamburger span:nth-child(4) {
    top: 0;
    width: 0;
    left: 50%;
    opacity: 0
}

.top {
    height: 40px;
    background-color: #453939
}

.top address {
    color: #fcfbf0;
    display: inline-block;
    font-size: 14px;
    line-height: 40px
}

.top address strong {
    margin-right: 14px
}

.top address .icon {
    margin-right: 10px;
    fill: #fcfbf0;
    position: relative;
    top: 4px
}

.top-menu-wrap {
    height: 100%;
    margin: 0 auto;
    padding-left: 20px
}

.page-header {
    position: relative;
    z-index: 20
}

.page-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px
}

.page-header .contacts-group {
    color: #62625d
}

.page-header .contacts-group strong {
    color: #554545;
    transition: color .3s
}

.page-header .contacts-group a[href^="mailto:"] {
    font-size: 15px;
    line-height: 1
}

.page-header .contacts-group a[href^="mailto:"]:hover strong {
    color: #07cb77
}

.page-header .phone-number {
    color: #4d3b3b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.page-header .balloon-holder {
    margin-left: auto;
    margin-right: 20px
}

.page-header .phone-balloon-open {
    height: 85px;
    font-size: 0;
    line-height: 1;
    position: relative
}

.page-header-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.page-header-col .phone-number {
    margin-bottom: 8px
}

.logo img {
    height: 52px;
    width: 200px
}

.logo .descriptor {
    color: #999;
    font-size: 12px;
    padding-left: 63px;
    top: 8px;
    position: relative
}

.contacts-group {
    font-size: 14px
}

.contacts-group__item {
    position: relative;
    padding-left: 26px;
    line-height: 1.3em
}

.contacts-group__item:first-child {
    margin-bottom: 12px
}

.contacts-group__item--cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-group__item--cols .contacts-group__col.first {
    margin-right: 34px
}

.contacts-group .icon {
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 12px;
    fill: #999
}

.menu-wrap {
    height: 65px;
    background-color: #f5f5f2;
    position: relative
}

.main-menu-wrap {
    position: relative;
    margin: 0 auto;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.main-menu-wrap .search {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%
}

.main-menu-wrap .search .search-frm {
    display: none
}

.search-frm {
    width: 100%;
    height: 100%;
    padding-top: 7px;
    position: relative;
    z-index: 4
}

.search-frm__input {
    width: 100%
}

.search-frm__submit {
    height: 18px;
    width: 18px;
    position: absolute;
    right: 20px;
    top: 24px
}

.search-frm__submit:hover .icon {
    fill: #999
}

.search-frm__submit .icon {
    height: 18px;
    width: 18px;
    fill: #4d3b3b
}

.search-open {
    height: 100%;
    width: 58px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.search-open:hover .icon {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.search-open .icon {
    height: 18px;
    width: 18px;
    margin: auto;
    fill: #07c071;
    transition: transform .3s
}

.sidebar {
    background-color: #fff
}

.sidebar.fixed {
    position: fixed;
    top: 0 !important
}

.sidebar.fixed .sidebar-btn {
    opacity: 0;
    transition: transform .3s;
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.sidebar.fixed .sidebar-btn.visible {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.sidebar__inner {
    padding-left: 20px;
    padding-bottom: 100px
}

.sidebar .service-menu-item:last-child {
    padding-bottom: 0
}

.sidebar .accent-panel {
    margin-bottom: 36px
}

.sidebar-section {
    margin-bottom: 50px
}

.sidebar-section__title {
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.sidebar-section__title a {
    border-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    position: relative;
    top: -2px
}

.sidebar-section__title a:hover {
    border-bottom-color: rgba(7, 203, 119, .3)
}

.sidebar-section .section-header {
    margin-bottom: 28px
}

.sidebar-section .service-menu {
    margin-top: -10px
}

.sidebar-form-section__title {
    font-size: 22px
}

.sidebar-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    display: none;
    background-color: #07c071;
    z-index: 100
}

.sidebar-btn .icon {
    margin: auto;
    fill: #fff;
    transition: transform .3s
}

.sidebar-btn .icon-arrow {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-btn .calc-count {
    position: absolute;
    right: 14px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    color: #07c071;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .3s
}

.sidebar-btn .calc-count.is-visible {
    -ms-transform: scale(1);
    transform: scale(1)
}

.page, body.sidebar-opened {
    overflow: hidden
}

.section-title {
    margin-bottom: 10px
}

.section-header {
    margin-bottom: 34px
}

.section-header .section-title {
    margin-bottom: 5px
}

.section-header--1 .section-intro {
    margin: 25px auto;
    color: #62625d;
    font-size: 18px;
    line-height: 1.45em
}

.section-header--2 {
    margin-bottom: 70px
}

.section-header--2 .section-title {
    margin-bottom: 40px;
    font-size: 50px
}

.section-header--2 .section-intro {
    margin: 25px auto;
    font-size: 1rem;
    line-height: 1.5em
}

.section-header--left {
    margin-left: 0;
    width: 65%
}

.section-header--form, .section-header--left .section-title {
    margin-bottom: 20px
}

.section-header .h1 {
    margin-bottom: 18px
}

.section-sub-title {
    line-height: 1.5em;
    color: #62625d
}

.section-description {
    font-size: 18px;
    line-height: 1.4em
}

.centered .section-header--1 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto
}

.centered .section-header--2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.advantages {
    background-color: #0aa96c;
    padding: 50px 0 34px;
    margin-bottom: 64px
}

.advantages__inner, .services-promo {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px
}

.advantages__inner {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.advantages .advantages-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    color: #fff
}

.advantages .advantages-item .icon {
    fill: #fff
}

.advantages-item {
    position: relative
}

.advantages-item__icon-wrap {
    width: 60px;
    position: absolute;
    left: 0;
    top: 5px
}

.advantages-item__title {
    font-size: 18px;
    font-weight: 700;
    margin-left: 60px;
    margin-bottom: 10px
}

.advantages-item__desc {
    font-size: 16px;
    margin-left: 60px;
    line-height: 1.5em
}

.services-promo {
    margin: 0 auto 30px
}

.services-promo__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.services-promo .services-list, .services-promo .services-set {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px
}

.services-promo .services-set {
    width: calc(58.33333% - 30px)
}

.services-promo .services-list {
    width: calc(41.66667% - 30px)
}

.services-list .tabs {
    display: -ms-flexbox;
    display: flex
}

.services-list .tabs li {
    width: 50%;
    padding: 0
}

.services-list .box.group .links-list {
    float: left
}

.services-list .box.group .skype-consult {
    float: right
}

.doctors-promo {
    max-width: 1200px;
    margin: 0 auto 76px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.doctors-item--row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px
}

.doctors-item--row .doctors-item__img-wrap {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.doctors-item--row .doctors-item__text {
    width: 100%;
    padding-right: 20px;
    height: 104px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.doctors-item--row .doctors-item__title {
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 5px;
    margin-top: -5px
}

.doctors-item--row .doctors-item__title a {
    font-size: 22px;
    font-weight: 700
}

.doctors-item--row .doctors-item__position {
    padding: 0;
    text-align: left;
    margin-bottom: 0
}

.doctors-item--row .doctors-item__buttons {
    margin-left: auto
}

.doctors-item--row .doctors-item__btn {
    width: 170px
}

.doctors-item--row .doctors-item__btn:first-child {
    margin-bottom: 10px
}

.doctors-item--sm {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(195, 195, 195, .2)
}

.doctors-item--sm:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.doctors-item--sm .doctors-item__img-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    margin-bottom: 0
}

.doctors-item--sm .doctors-item__title {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3px
}

.doctors-item--sm .doctors-item__position {
    text-align: left;
    margin-bottom: 5px
}

.doctors-item--sm .doctors-item__degree {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.doctors-item__img-wrap {
    display: block;
    margin-bottom: 20px;
    border: none;
    overflow: hidden
}

.doctors-item__img-wrap:hover img {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.doctors-item__img-wrap img {
    max-width: 100%;
    transition: transform .3s
}

.doctors-item__title {
    text-align: center;
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.2em
}

.blog-promo, .history-promo, .online-order__inner, .reviews-promo {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px
}

.doctors-item__title a {
    color: #4d3b3b;
    font-size: 16px;
    font-weight: 700;
    border: none
}

.doctors-item__title a:hover {
    color: #07cb77
}

.doctors-item__position {
    color: #62625d;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.5em
}

.doctors-item__degree {
    margin-bottom: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c3c3c3;
    font-size: 15px
}

.doctors-item__order {
    width: 200px;
    display: block;
    margin: 0 auto
}

.doctors-degree {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.doctors-degree .icon {
    margin-right: 10px
}

.reviews-promo {
    margin: 0 auto 116px
}

.reviews-item__meta {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.reviews-item__ava {
    margin-right: 20px
}

.reviews-item__author {
    margin-right: 24px
}

.reviews-item__name {
    color: #4d3b3b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: -4px;
    margin-bottom: 4px
}

.reviews-item__date {
    color: #c3c3c3;
    font-size: 12px;
    display: inline-block;
    margin-top: -6px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.reviews-item__rating {
    line-height: 1
}

.reviews-item__rating .rating-star {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1
}

.reviews-item__rating .rating-star.is-filled .icon {
    fill: #f7af37
}

.reviews-item__text {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px
}

.reviews-item__link {
    color: #c3c3c3;
    font-size: 12px;
    border-color: transparent
}

.reviews-item__link:hover {
    color: #07c071;
    border-color: rgba(7, 203, 119, .3)
}

.online-order {
    height: 410px;
    background: url(../images/consult-bg.jpg) center no-repeat;
    background-size: cover;
    color: #62625d;
    margin-bottom: 80px
}

.online-order__inner {
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.online-order__inner:after {
    content: "";
    display: block;
    width: 448px;
    height: 438px;
    background: url(../images/girl.png) no-repeat;
    position: absolute;
    top: -110px;
    right: -95px
}

.online-order__title {
    color: #4d3b3b;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 28px;
    line-height: 1
}

.online-order__sub-title {
    margin-bottom: 40px
}

.history-promo {
    margin: 0 auto 76px
}

.history-item__title {
    color: #4d3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px
}

.history-item__text {
    margin-bottom: 16px
}

.history-item__more {
    margin-bottom: 30px
}

.history-item__ava {
    float: left;
    margin-right: 9px
}

.history-item__name {
    color: #4d3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
    top: -2px
}

.history-item__position {
    color: #62625d;
    font-size: 12px;
    line-height: 1.3em
}

.blog-promo {
    margin: 0 auto 76px
}

.acc .blog-item .acc-item, .blog-item .acc .acc-item, .blog-item .contacts-card, .blog-item .form-wrap, .blog-item .panel, .blog-item .sales-card, .blog-item .sales-date, .blog-item .sales-item__inner {
    display: -ms-flexbox;
    display: flex;
    padding: 28px 23px
}

.blog-item__meta {
    width: 145px;
    text-align: right;
    margin-right: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog-item__ava {
    margin-bottom: 10px
}

.blog-item__ava img {
    display: inline-block;
    max-width: 100%
}

.blog-item__name {
    color: #4d3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 5px
}

.blog-item__position {
    color: #62625d;
    font-size: 12px;
    line-height: 1.5em
}

.blog-item__body {
    text-align: left;
    margin-top: -3px
}

.achievements-position, .filter-tabs-item, .full-order .section-header, .sales-date {
    text-align: center
}

.blog-item__title {
    color: #4d3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px
}

.blog-item__text {
    margin-bottom: 20px
}

.expert {
    color: #62625d;
    margin-bottom: 100px
}

.expert .section-header {
    width: 40%
}

.club-promo {
    padding-top: 80px;
    padding-bottom: 47px;
    margin-bottom: 76px
}

.club-promo__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.club-promo__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 34px
}

.club-promo__desc, .club-promo__events {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px
}

.club-promo__desc {
    width: calc(58.33333% - 30px)
}

.club-promo__events {
    width: calc(41.66667% - 30px)
}

.events-panel__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px
}

.events-list .events-list-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #957b7b
}

.events-list .events-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.events-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.events-list-item p {
    margin-bottom: 8px
}

.events-list-item .date-item {
    margin-left: 10px
}

.events .events-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(195, 195, 195, .2);
    margin-bottom: 30px
}

.events-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.events-item__col:first-child {
    width: 170px;
    text-align: center;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.events-item__img-wrap {
    display: block;
    font-size: 0;
    border: none;
    margin-bottom: 20px
}

.events-item__img-wrap img {
    max-width: 100%
}

.events-item__title {
    color: #453939;
    font-size: 18px;
    font-weight: 700;
    border: none;
    margin-bottom: 6px;
    display: block
}

.events-item__intro {
    margin-bottom: 14px
}

.events-item__date {
    color: #453939 !important;
    margin-bottom: 16px
}

.events-item__date-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.events-item__date-wrap .events-item__time {
    margin-right: 80px;
    line-height: 1;
    position: relative;
    top: -4px
}

.event-card {
    background-color: #f5f5f2;
    margin-bottom: 36px
}

.event-card__header {
    padding: 30px;
    border-bottom: 1px solid #ebebe9
}

.event-card__title {
    margin-bottom: 0
}

.event-card-doctor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 30px 0;
    border-bottom: 1px solid #ebebe9;
    background-color: #f5f5f2
}

.event-card-doctor__info {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 34px
}

.event-card-doctor__title {
    color: #453939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.event-card-doctor__name {
    color: #453939;
    font-size: 18px;
    font-weight: 700
}

.event-card-doctor__position {
    color: #62625d;
    font-size: 12px
}

.event-card-doctor:last-child {
    border-bottom: none
}

.event-meta-card .event-meta-item {
    margin-bottom: 16px
}

.event-meta-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.event-meta-group .event-meta-item {
    margin-bottom: 0
}

.event-meta-group .event-meta-item:first-child {
    margin-right: 85px
}

.event-meta-item__title {
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 2px
}

.date-item__day, .time-item {
    font-size: 30px;
    font-weight: 700
}

.event-meta-item__value {
    font-weight: 700
}

.lecturers__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lecturers__title {
    width: 100%;
    color: #4d3b3b;
    font-weight: 700;
    margin-bottom: 12px
}

.lecturers .lecturers-item {
    margin-right: 20px;
    max-width: calc(50% - 30px);
    margin-bottom: 20px
}

.ask-doctor--wide, .content-header__inner, .content:not(.content--landing), .gallery-promo__inner {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px
}

.time-item {
    color: #453939
}

.date-item {
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.date-item__month {
    font-size: 13px
}

.article-date {
    color: #c3c3c3;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 24px;
    line-height: 1
}

.ask-doctor--wide {
    margin: 0 auto 70px
}

.ask-doctor .section-intro {
    margin-top: 0
}

.ask-doctor .ask-doctor-frm {
    margin-bottom: 24px
}

.gallery-promo {
    padding-top: 64px;
    padding-bottom: 48px;
    box-shadow: inset 0 -7px 38px rgba(69, 57, 57, .05)
}

.gallery-promo__inner {
    margin: 0 auto
}

.gallery-item {
    position: relative;
    display: inline-block;
    border: none;
    box-shadow: 0 4px 7px rgba(69, 57, 57, .15);
    transition: box-shadow .3s
}

.gallery-item img {
    position: relative;
    z-index: 2
}

.gallery-item:after {
    content: "";
    display: block;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: 0;
    left: -3px;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    transition: opacity .35s
}

.gallery-item:hover {
    box-shadow: 0 4px 20px rgba(69, 57, 57, .3)
}

.gallery-item:hover:after {
    opacity: 1
}

.page-wrapper {
    position: relative
}

.content {
    min-height: 300px;
    padding-bottom: 78px;
    padding-top: 30px
}

.content:not(.content--landing) {
    margin: 0 auto
}

.content--landing {
    padding-top: 90px
}

.content__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.content .main-content, .content .sidebar {
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    word-wrap: break-word
}

.content .main-content {
    width: calc(66.66667% - 30px)
}

.content .sidebar {
    width: calc(33.33333% - 30px)
}

.content-header {
    border-bottom: 1px solid rgba(195, 195, 195, .2)
}

.content-header--article {
    position: relative;
    background-color: #fff;
    z-index: 16
}

.content-header__inner {
    margin: 0 auto
}

.faq-item-answer__ava img, .reviews-item-patient__ava img {
    max-width: 100%
}

.page-title {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-bottom: 30px
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 10px
}

.breadcrumbs__item {
    display: inline-block;
    position: relative
}

.breadcrumbs__item:after {
    content: "\2044";
    display: inline-block;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin: 0 3px 0 6px;
    font-size: 12px;
    line-height: 1;
    vertical-align: baseline
}

.breadcrumbs__item a {
    color: #43433f;
    border: none
}

.breadcrumbs__item a:hover {
    color: #07cb77
}

.main-content table {
    min-width: 560px
}

.main-content .scroll-holder {
    overflow-x: scroll
}

.inner-aside {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px)
}

.intro-text {
    color: #453939;
    font-size: 18px;
    font-weight: 700
}

.doctors-card {
    width: 100%;
    margin-bottom: 60px
}

.doctors-card--wide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #f5f5f2;
    padding-top: 10px
}

.doctors-card--wide .doctors-card__name {
    margin-bottom: 12px;
    margin-top: -14px
}

.doctors-card--wide .doctors-card__img {
    position: static;
    margin-left: 80px;
    margin-right: 80px
}

.doctors-card--wide .doctors-card__info {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.doctors-card--wide .doctors-card__row {
    display: -ms-flexbox;
    display: flex
}

.doctors-card--wide .doctors-card__row .doctors-card__buttons {
    margin-left: 60px
}

.doctors-card--wide .doctors-card__row .doctors-card__btn {
    width: 200px
}

.doctors-card--wide .doctors-card__position {
    font-size: 12px;
    color: #62625d
}

.doctors-card--in-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #f5f5f2;
    padding-top: 10px;
    overflow: hidden
}

.doctors-card--in-list .doctors-card__img {
    position: static
}

.doctors-card--in-list .doctors-card__name {
    font-size: 1rem;
    margin-top: -10px
}

.doctors-card--in-list .doctors-card__info {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.doctors-card--in-list .doctors-card__degree {
    margin-bottom: 14px
}

.doctors-card--in-list .doctors-card__position {
    font-size: 12px;
    color: #62625d
}

.doctors-card--in-list .doctors-card__btn {
    width: 200px
}

.doctors-card--in-list .doctors-card__degrees {
    margin-bottom: 20px !important
}

.doctors-card__header {
    position: relative;
    background-color: #f5f5f2;
    padding: 22px 30px 28px
}

.doctors-card__name {
    font-size: 30px;
    font-weight: 700;
    color: #453939;
    line-height: 1.1em;
    margin-bottom: 5px;
    position: relative;
    z-index: 2
}

.doctors-card__position {
    margin-bottom: 10px;
    line-height: 1.5em;
    position: relative;
    z-index: 2
}

.doctors-card__img {
    position: absolute;
    right: 28px;
    bottom: 0
}

.doctors-card__advantages {
    padding: 36px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.doctors-card__advantages-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px
}

.doctors-card__advantages-item .icon {
    margin-right: 20px;
    fill: #f7af37
}

.doctors-card__advantages-item span {
    color: #453939;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase
}

.doctors-card__buttons {
    position: relative;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.doctors-card__buttons .doctors-card__btn {
    margin-right: 20px
}

.doctors-card__desc {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    background-color: rgba(195, 195, 195, .2);
    margin-bottom: 34px
}

.doctors-card__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

.doctors-card__progress {
    width: 60%;
    padding-right: 30px
}

.doctors-card__progress ul {
    margin-bottom: 10px !important
}

.doctors-card__price {
    width: 40%;
    padding-left: 10px
}

.benefits, .gallery, .promo__inner, .reasons {
    padding-left: 20px;
    padding-right: 20px
}

.doctors-card__price .price-item {
    margin-bottom: 16px
}

.doctors-card .doctors-degrees {
    margin-bottom: 23px
}

.price-item__title {
    color: #62625d;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 3px
}

.price-item__value {
    color: #453939;
    font-size: 18px;
    font-weight: 700
}

.doctors-degrees {
    font-size: 0;
    height: 18px
}

.doctors-degrees__item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.doctors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.doctors .doctors-card {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px)
}

.promo-video {
    margin-bottom: 46px
}

.certificate {
    margin-bottom: 55px
}

.certificate--wide {
    height: 510px;
    padding-top: 40px;
    padding-bottom: 30px
}

.full-reviews {
    margin-bottom: 50px
}

.full-reviews-list {
    margin-bottom: 60px
}

.full-reviews-item__answer, .full-reviews-list + .pagination {
    margin-bottom: 40px
}

.full-reviews-list .full-reviews-item {
    border-top: 1px solid #4ecb95
}

.full-reviews-list .full-reviews-item:last-child {
    border-bottom: 1px solid #4ecb95
}

.full-reviews-item {
    padding-top: 20px
}

.full-reviews-item .reviews-item-patient {
    border-top: 1px solid #f2f2f2
}

.full-reviews-item__answer .reviews-item-doctor {
    padding-bottom: 8px
}

.reviews-item-doctor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14px
}

.reviews-item-doctor__name {
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px
}

.reviews-item-doctor__position {
    font-size: 12px;
    line-height: 1.4em
}

.reviews-item-doctor__action {
    line-height: 1;
    margin-top: -10px
}

.reviews-item-doctor__action a {
    border-color: transparent;
    display: inline-block;
    margin-bottom: 5px
}

.reviews-item-doctor__action a:hover {
    border-color: rgba(7, 203, 119, .3)
}

.reviews-item-doctor__mark {
    width: auto;
    margin-left: 37px
}

.reviews-item-patient {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex
}

.reviews-item-patient__ava {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.reviews-item-patient__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.reviews-item-patient__name {
    font-size: 18px;
    font-weight: 700
}

.reviews-item-patient__date {
    color: #62625d;
    font-size: 12px;
    margin-right: auto;
    margin-left: 20px
}

.reviews-item-patient__origin {
    color: #62625d;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.reviews-item-patient__origin div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 14px
}

.reviews-item-patient__origin .icon {
    fill: #c7c7c7;
    margin-right: 5px
}

.item-mark {
    width: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1
}

.item-mark .rating__item .icon {
    width: 19px;
    height: 18px;
    fill: #f7af37;
    margin-left: 3px
}

.item-mark .mark {
    font-size: 18px;
    font-weight: 700
}

.faq {
    margin-bottom: 80px
}

.faq-list {
    margin-bottom: 40px
}

.faq-list .faq-item {
    margin-bottom: 16px
}

.faq-list + .pagination {
    margin-bottom: 40px
}

.faq-item .reviews-item-doctor {
    margin-top: -4px;
    padding-bottom: 6px
}

.faq-item-answer {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.faq-item-answer__ava {
    margin-right: 30px;
    width: 136px;
    height: 136px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.benefits, .gallery, .promo__inner, .reasons, .terms__inner, .therapy__inner {
    max-width: 1200px
}

.reasons {
    margin: 0 auto 60px;
    padding-top: 60px
}

.reasons__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.reasons .reasons-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px)
}

.reasons .reasons-item:last-child {
    margin-bottom: 0
}

.reasons-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.reasons-item__num {
    width: 55px;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ededeb;
    font-size: 100px;
    font-weight: 700;
    line-height: .88
}

.reasons-item__title {
    color: #453939;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 10px
}

.promo {
    position: relative;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px
}

.promo__inner {
    margin: 0 auto
}

.promo__title {
    margin-bottom: 30px
}

.promo__text {
    width: 35%
}

.promo__text p {
    margin-bottom: 16px
}

.achievements {
    margin-bottom: 80px
}

.achievements .section-header--2 {
    margin-bottom: 100px
}

.achievements-position {
    width: 117px
}

.achievements-position__num {
    font-size: 50px;
    font-weight: 700;
    line-height: 1
}

.achievements-position__text {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1
}

.achievements-position .icon {
    margin-top: -14px
}

.benefits {
    margin: 0 auto 70px
}

.benefits .tabs-content {
    padding-top: 50px
}

.benefits .benefits-item {
    margin-bottom: 30px
}

.benefits-item__title {
    color: #453939;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.benefits-item ul {
    margin-bottom: 0
}

.gallery {
    margin: 0 auto 30px
}

.gallery__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.gallery .gallery-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    margin-bottom: 30px
}

.quote-item-doctor {
    display: -ms-flexbox;
    display: flex
}

.quote-item-doctor__ava {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.quote-item-doctor__name {
    font-weight: 700;
    line-height: 1.3em;
    color: #4d3b3b
}

.quote-item-doctor__position {
    font-size: 12px;
    line-height: 1.4em;
    color: #62625d
}

.sales {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.sales .sales-item {
    margin-bottom: 30px
}

.sales-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    height: 390px
}

.sales-item__inner {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.sales-item__body {
    padding: 26px 20px 20px;
    background-color: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.sales-item__title {
    color: #453939;
    font-weight: 700;
    border: none;
    line-height: 1.2em;
    display: block;
    margin-bottom: 12px
}

.sales-item__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sales-item__buttons .sales-item__btn:first-child {
    margin-right: 5px
}

.sales-item__buttons .sales-item__btn:last-child {
    margin-left: 5px
}

.sales-item__date {
    position: absolute;
    top: -12px;
    left: 20px
}

.sales-item__discount {
    margin-top: auto;
    margin-bottom: 22px
}

.sales-item--lg {
    width: calc(50% - 30px)
}

.sales-item--lg .sales-item__body {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.sales-item--lg .sales-item__title {
    margin-right: 10px
}

.sales-item--lg .sales-item__buttons {
    margin-left: auto
}

.sales-item--lg .sales-item__buttons .sales-item__btn:last-child {
    margin-left: 5px
}

.sales-item__btn {
    width: 110px;
    min-width: 110px;
    padding-left: 14px;
    padding-right: 14px
}

.sales-date {
    display: inline-block;
    padding: 0 16px;
    height: 24px;
    border-radius: 12px;
    background-color: #fff;
    font-size: 12px;
    color: #d63c49;
    line-height: 24px
}

.sales-discount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sales-discount__text {
    line-height: 1
}

.sales-discount__title {
    color: #62625d;
    font-size: 12px;
    margin-bottom: 8px
}

.sales-discount__price {
    color: #453939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.sales-discount .icon {
    fill: #b2323d;
    margin-right: 14px
}

.sales-card {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    height: 286px;
    margin-bottom: 50px
}

.sales-card__body {
    padding: 34px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.sales-card__info {
    display: -ms-flexbox;
    display: flex
}

.sales-card__discount {
    margin-bottom: 20px
}

.sales-card__discount .sales-discount__title {
    font-size: 1rem
}

.sales-card__discount .sales-discount__price {
    font-size: 30px;
    text-transform: none
}

.sales-card__date {
    margin-left: 24px
}

.sales-card__text p {
    margin-bottom: 14px
}

.sales-card__text + div {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sales-card__btn {
    width: 170px;
    margin-top: auto
}

.articles {
    margin-bottom: 30px
}

.articles--sidebar .articles-item {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f2
}

.articles--sidebar .articles-item:first-child {
    padding-top: 0
}

.articles--sidebar .articles-item__img-wrap {
    width: 100%;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.articles .articles-item {
    padding-top: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid #f5f5f2
}

.articles .articles-item:first-child {
    padding-top: 0
}

.articles-item {
    display: -ms-flexbox;
    display: flex
}

.articles-item__img-wrap {
    width: 170px;
    height: 170px;
    margin-right: 30px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 0
}

.articles-item__img-wrap img {
    display: inline-block
}

.articles-item__body {
    margin-top: -2px
}

.articles-item__title {
    color: #453939;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin-bottom: 16px;
    line-height: 1.3em;
    display: block
}

.articles-item__intro {
    margin-bottom: 22px
}

.articles-item .quote-item-doctor {
    margin-bottom: 16px
}

.articles-meta {
    color: #c3c3c3;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

.articles-meta__date {
    margin-right: 50px
}

.articles-meta__views .icon {
    fill: #c3c3c3;
    margin-right: 6px
}

.article-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.article-title__inner {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.article-author .articles-meta {
    margin-bottom: 5px
}

.content-wrap {
    position: relative
}

.shared {
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

.shared--desktop {
    position: absolute !important
}

.shared--mobile {
    width: 174px;
    display: none;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px
}

.shared--mobile .shared-list {
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    padding: 16px 10px;
    -ms-flex-order: 1;
    order: 1
}

.shared--mobile .shared-list__item {
    margin: 0 18px
}

.shared--mobile .shared__title {
    -ms-transform: none;
    transform: none;
    margin-bottom: 5px;
    -ms-flex-order: 0;
    order: 0
}

.shared__title {
    color: #614a4a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.shared .icon-vk {
    height: 12px;
    width: 21px
}

.shared .icon-fb {
    height: 17px;
    width: 9px
}

.shared .icon-tw {
    height: 12px;
    width: 15px
}

.shared-list {
    width: 58px;
    padding: 30px 20px;
    background-color: #614a4a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.shared-list__item {
    margin-bottom: 20px
}

.shared-list__item:hover .icon {
    fill: #07cb77
}

.shared-list__item:last-child {
    margin-bottom: 0
}

.shared-list__item .icon {
    fill: #fff
}

.service-menu--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.service-menu--grid .service-menu-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    padding-left: 0;
    border-top: none;
    border-bottom: 1px solid rgba(195, 195, 195, .2)
}

.service-card {
    position: relative;
    background-color: #f5f5f2;
    padding: 26px 30px 32px;
    overflow: hidden
}

.service-card__body {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.service-card__title {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    z-index: 2
}

.service-card__desc {
    width: 80%;
    padding-right: 60px
}

.service-card__order {
    width: 200px
}

.service-card__all {
    display: inline-block;
    color: #07c071;
    font-size: 12px;
    border-color: transparent;
    line-height: 1
}

.service-card-price__value, .service-card-time__value {
    color: #453939;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.service-card__all:hover {
    border-color: rgba(7, 203, 119, .3)
}

.service-card__icon {
    -ms-transform: scale(4);
    transform: scale(4);
    position: absolute;
    top: 74px;
    left: 0;
    fill: #ededeb
}

.service-card__info .service-card-price, .service-card__info .service-card-time {
    margin-bottom: 8px
}

.service-card-price__title, .service-card-time__title {
    margin-bottom: 5px
}

.terms {
    margin-bottom: 100px
}

.terms__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.glossary-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #07c071;
    border-bottom: 1px solid #07c071
}

.glossary-nav__item {
    border: none;
    display: inline-block;
    color: #43433f;
    line-height: 1
}

.glossary-nav__item.current {
    font-weight: 700
}

.glossary-body {
    border-top: none
}

.glossary-body .alphabetical-list-item {
    transition: opacity .3s
}

.hidden-filter {
    opacity: 0
}

.price-item {
    padding: 0 !important
}

.filter-tabs {
    width: calc(100% + 10px);
    height: 40px;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px 10px
}

.filter-tabs-item {
    position: relative !important;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(7, 192, 113, .2);
    color: #07c071;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    transition: border-color .3s
}

table.price-tbl tbody td:first-child, table.price-tbl th:first-child {
    padding-left: 30px
}

table.price-tbl tbody td:last-child, table.price-tbl th:last-child {
    padding-right: 30px;
    text-align: right
}

.filter-tabs-item:hover {
    border-color: #07c071
}

.filter-tabs-item.current {
    background-color: #07c071;
    color: #fff;
    cursor: default
}

.filter-tabs-item.current:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(../images/tick-white.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px
}

.filter-tabs-item.current a {
    color: #fff
}

.filter-tabs-item a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: none;
    line-height: 38px
}

.filter-search {
    margin-bottom: 20px
}

.filter-search-not-found {
    display: none;
    padding: 30px;
    color: #c53743;
    background-color: #f5f5f2
}

table.price-tbl th, table.price-tbl tr:nth-child(2n) td {
    background-color: transparent
}

.filter-search-not-found.is-visible {
    display: block
}

.filter-select {
    margin-bottom: 10px
}

table.price-tbl {
    margin: 0
}

table.price-tbl th {
    color: #43433f;
    border-bottom: 1px solid #f5f5f2
}

table.price-tbl tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f2;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

table.price-tbl tbody tr:last-child td {
    border-bottom: none
}

table.price-tbl tr.is-hidden {
    display: none
}

table tr.check-row {
    cursor: pointer
}

table tr.check-row td:first-child {
    position: relative
}

table tr.check-row td:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
}

table tr.check-row:hover .jq-checkbox {
    border-color: #07c071
}

.therapy, .therapy .therapy-item {
    border-bottom: 1px solid rgba(195, 195, 195, .2)
}

.calc-list {
    padding-bottom: 10px
}

.calc-list-item {
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 11px 8px;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 14px
}

.calc-list-item span {
    display: inline-block;
    padding-right: 10px
}

.calc-list-item__delete {
    height: 10px;
    width: 10px;
    margin-left: auto
}

.calc-list-item__delete .icon {
    height: 10px;
    width: 10px;
    fill: #c3c3c3;
    transition: transform .3s
}

.calc-list-item__delete:hover .icon {
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.calc-summary {
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    line-height: 1;
    border-top: 1px solid #dadada;
    margin-bottom: 40px
}

.calc-summary-value {
    display: inline-block;
    margin-right: 5px
}

.calc-btn {
    height: 46px;
    line-height: 46px;
    width: 100%
}

.therapy__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.therapy .therapy-item:last-child {
    border-bottom: none
}

.therapy-item {
    padding-bottom: 22px;
    padding-top: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.therapy-item__title {
    width: 220px;
    padding-right: 10px;
    color: #453939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.therapy-item__links a {
    display: inline-block;
    margin-right: 20px;
    border-color: transparent;
    line-height: 1.3em
}

.therapy-item__links a:hover {
    border-color: rgba(7, 203, 119, .3)
}

.diseases {
    margin-bottom: 40px
}

.diseases__title {
    margin-bottom: 5px
}

.disease-card__img, .review-rating {
    margin-bottom: 14px
}

.disease-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 370px;
    box-shadow: 0 4px 32px rgba(69, 57, 57, .12);
    background-color: #fff
}

.disease-card__img {
    max-width: 100%
}

.disease-card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 20px 30px;
    text-align: left
}

.disease-card__title {
    color: #453939;
    display: block;
    font-weight: 700;
    border: none;
    line-height: 1.4em
}

.disease-card__title:hover {
    color: #07c071
}

.disease-card__link {
    width: 100%;
    margin-top: auto
}

.review-rating-stars {
    font-size: 0
}

.review-rating-stars__item {
    height: 18px;
    width: 19px;
    cursor: pointer;
    margin-right: 3px;
    position: relative;
    display: inline-block
}

.review-rating-stars__item.is-filled .icon:last-child, .review-rating-stars__item.is-selected .icon:last-child {
    opacity: 1
}

.review-rating-stars__item .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 18px;
    width: 19px;
    fill: #f7af37
}

.review-rating-stars__item .icon:last-child {
    opacity: 0
}

.visual-tour {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 430px;
    position: relative;
    overflow: hidden
}

.visual-tour:hover .visual-tour__caption {
    -ms-transform: translateY(150%);
    transform: translateY(150%)
}

.visual-tour__inner iframe {
    width: 100%;
    height: 430px
}

.visual-tour__caption {
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 350px;
    height: 80px;
    background-color: #fff;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #453939;
    transition: transform .3s
}

.visual-tour__caption .icon {
    fill: #07c071;
    margin-right: 24px
}

.gm-iv-short-address-description {
    opacity: 0 !important
}

.filter {
    padding: 22px 20px 5px
}

.filter-frm .form-row {
    margin: 0 -5px
}

.filter-frm .form-col {
    width: 100%;
    padding: 0 5px
}

.filter-frm .input-wrap {
    width: 100%
}

.reset-filter {
    font-size: 12px;
    color: #07c071;
    display: block;
    margin-top: 3px
}

.reset-filter:hover {
    color: #07cb77
}

.contacts {
    background-image: linear-gradient(to left, #f5f5f2 0, rgba(245, 245, 242, 0) 100%);
    padding-top: 43px;
    padding-bottom: 43px
}

.contacts__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.contacts__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-align: center;
    align-items: center
}

.contacts__col, .contacts__wrap {
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    word-wrap: break-word
}

.contacts__wrap {
    width: calc(66.66667% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.contacts__wrap-col {
    width: 50%
}

.contacts__wrap-col:first-child {
    padding-right: 15px
}

.contacts__wrap-col:last-child {
    padding-left: 15px
}

.contacts__col {
    width: calc(33.33333% - 30px)
}

.contacts .contacts-group {
    display: -ms-flexbox;
    display: flex;
    color: #62625d
}

.contacts .contacts-group:first-child {
    margin-bottom: 40px
}

.contacts .contacts-group__item--cols .contacts-group__col.first {
    margin-right: 66px
}

.contacts .contacts-group__item--loc {
    margin-right: 16px;
    margin-bottom: 0
}

.contacts .contacts-item {
    padding-left: 33px
}

.contacts .contacts-item:first-child {
    margin-bottom: 30px
}

.contacts-item__title {
    margin-bottom: 5px;
    line-height: 1
}

.contacts-item__value {
    color: #453939;
    font-size: 30px;
    font-weight: 700;
    border: none;
    line-height: 1;
    display: block;
    margin-left: -32px
}

.contacts-item .call-link {
    border-color: transparent;
    line-height: 1.3em
}

.contacts-item .call-link:hover {
    border-color: rgba(7, 203, 119, .3)
}

.contacts-item .icon {
    fill: #999
}

.contacts-item .icon-phone {
    position: relative;
    margin-right: 18px
}

.contacts-item .icon-mail {
    margin-right: 15px
}

.contacts-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px
}

.contacts-card--sidebar {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.contacts-card--sidebar .contacts-item {
    margin-bottom: 20px
}

.contacts-card--sidebar .contacts-item:last-child {
    margin-bottom: 0
}

.contacts-card--sidebar .contacts-item__title {
    margin-bottom: 8px
}

.contacts-card--sidebar .contacts-item__value {
    font-size: 22px
}

.contacts-card--sidebar + .group .contacts-col:first-child {
    float: left;
    margin-right: 60px
}

.contacts-col--row-items .contacts-col__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    margin-right: 15px;
    transition: transform .3s
}

.contacts-col--row-items .contacts-col__item:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.contacts-col--row-items .contacts-col__item .icon {
    margin: 0
}

.contacts-col--row-items .contacts-col__item .icon-vk {
    height: 12px;
    width: 21px
}

.contacts-col--row-items .contacts-col__item .icon-fb {
    height: 17px;
    width: 9px
}

.contacts-col__title {
    color: #453939;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px
}

.contacts-col__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    color: #43433f
}

.contacts-col__item .icon {
    margin-right: 15px
}

.map-wrap {
    width: 100%;
    height: 500px
}

.popup .map-wrap {
    width: 640px;
    max-width: 100%;
    height: 440px;
    margin: 0 auto;
    background: #fff;
    padding: 20px
}

.ymaps-map {
    background: 0 0
}

.ymaps-layers-pane {
    filter: grayscale(100%)
}

.mfp-map .mfp-content {
    line-height: 0;
    width: 640px;
    max-width: 100%
}

.mfp-map .mfp-content .mfp-close {
    top: -30px
}

.page-footer {
    font-size: 14px
}

.page-footer__top {
    background-color: #453939;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px
}

.page-footer__top .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.page-footer__top .contacts-group__item {
    margin-bottom: 20px
}

.page-footer__top .contacts-group__item:last-child {
    margin-bottom: 0
}

.page-footer__top .call-btn {
    width: 220px
}

.page-footer__top a {
    color: #fff
}

.page-footer__top .phone-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.page-footer__inner {
    background-color: #fff;
    position: relative
}

.page-footer__inner:after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5f5f2
}

.page-footer__bottom {
    padding-top: 25px;
    padding-bottom: 22px;
    background-color: #453939;
    color: #999
}

.page-footer__bottom .logo {
    margin-bottom: 26px
}

.page-footer .logo img {
    max-width: 100%
}

.page-footer-col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px
}

.page-footer-col--1 {
    width: calc(33.33333% - 30px);
    padding-top: 40px;
    padding-bottom: 40px
}

.page-footer-col--2, .page-footer-col--3 {
    width: calc(16.66667% - 30px);
    padding-top: 40px;
    padding-bottom: 40px
}

.page-footer-col--4 {
    width: calc(33.33333% - 30px);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f2;
    padding-left: 40px;
    position: relative;
    z-index: 2
}

.page-footer-col--4 .secondary-menu {
    margin-bottom: 20px
}

.page-footer-col--b1 {
    width: calc(25% - 30px)
}

.page-footer-col--b2 {
    width: calc(41.66667% - 30px)
}

.page-footer-col--b3 {
    width: calc(33.33333% - 30px);
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-footer-col__title {
    color: #4d3b3b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 15px
}

.page-footer-col .localization {
    margin-bottom: 45px
}

.page-footer-col .localization a {
    font-size: 14px
}

.copy, .offer {
    font-size: 12px;
    line-height: 1.5em
}

.page-footer-top-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-footer-top-col a {
    width: 100%
}

.offer {
    margin-bottom: 8px;
    margin-top: -4px
}

.payments, .social {
    font-size: 0
}

.localization {
    line-height: 1.3em
}

.localization a {
    color: #43433f;
    border-color: rgba(67, 67, 63, .3);
    position: relative;
    top: 2px
}

.localization a:hover {
    color: #07cb77;
    border-color: rgba(7, 203, 119, .3)
}

.localization .icon {
    margin-right: 10px;
    vertical-align: middle
}

.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.social__item {
    border: none;
    margin-right: 18px;
    transition: transform .3s
}

.social__item:hover {
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.payments__item {
    margin-right: 10px
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proxima_nova_regular.woff2) format("woff2"), url(../fonts/proxima_nova_regular.woff) format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proxima_nova_regular_italic.woff2) format("woff2"), url(../fonts/proxima_nova_regular_italic.woff) format("woff");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/proxima_nova_bold.woff2) format("woff2"), url(../fonts/proxima_nova_bold.woff) format("woff");
    font-style: normal;
    font-weight: 700
}

@media (min-width: 381px) and (max-width: 480px) {
    .diseases-slider img, .sales-slider img {
        width: 100%
    }
}

@media (min-width: 481px) and (max-width: 750px) {
    .visible-xs {
        display: block !important
    }

    span.visible-xs {
        display: inline-block !important
    }

    .row.visible-xs {
        display: flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 481px) {
    .alphabetical-list--2cols {
        column-count: 2;
        column-gap: 30px
    }

    .certificate-slider__item img {
        min-width: 100%
    }
}

@media (min-width: 581px) and (max-width: 750px) {
    .sales-item__img {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (min-width: 751px) and (max-width: 970px) {
    .visible-sm {
        display: block !important
    }

    span.visible-sm {
        display: inline-block !important
    }

    .row.visible-sm {
        display: flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .hidden-md {
        display: none !important
    }

    .content--with-sidebar {
        padding-right: 84px !important
    }

    .page-footer-col--4 {
        width: 25% !important;
        padding-left: 20px;
        margin-left: 0 !important
    }
}

@media (min-width: 751px) {
    .main-menu__item.is-parent > .icon-down, .main-sub-menu-wrap--1 > .main-sub-menu-title .icon {
        display: none
    }

    .gallery-nav-v-wrap .slider-nav .slider-nav__item--prev {
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .gallery-nav-v-wrap .slider-nav .slider-nav__item--next {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .col-2-frm .form-col .input-wrap:last-child {
        margin-bottom: 0
    }

    .main-menu__item > a:hover {
        background-color: #614a4a;
        color: #fff
    }

    .page-header {
        box-shadow: 0 4px 7px rgba(69, 57, 57, .15)
    }

    .club-promo__events .events {
        margin-top: -130px
    }

    .doctors-card__name, .doctors-card__position {
        width: 80%
    }

    .sales-card__text + div {
        margin-left: 30px
    }
}

@media (min-width: 901px) and (max-width: 970px) {
    .sales-item__img {
        width: 100%
    }
}

@media (min-width: 971px) and (max-width: 1200px) {
    .visible-md {
        display: block !important
    }

    span.visible-md {
        display: inline-block !important
    }

    .row.visible-md {
        display: flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .hidden-lg {
        display: none !important
    }

    .doctors-card--in-list .doctors-card__img, .doctors-card--in-list .doctors-card__info {
        margin-left: -30px
    }
}

@media (min-width: 971px) {
    .achievements-slider-wrap__inner {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .sidebar .service-menu {
        margin-left: -20px
    }

    .sales-card {
        overflow: hidden
    }

    .page-footer-col--1 .secondary-menu {
        column-count: 2
    }
}

@media (min-width: 1201px) {
    .visible-lg {
        display: block !important
    }

    span.visible-lg {
        display: inline-block !important
    }

    .row.visible-lg {
        display: flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .hidden {
        display: none !important
    }

    .services-promo .services-set {
        padding-right: calc(8.33333% + 15px)
    }
}

@media (max-width: 1600px) {
    .main-slider-item__img-wrap {
        width: 40%
    }

    .main-slider-item__img-wrap img {
        left: auto;
        right: 0
    }
}

@media (max-width: 1350px) {
    .article-title__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .article-title__inner h1 {
        margin-bottom: 10px
    }

    .article-title__inner .item-mark {
        margin-bottom: 20px
    }

    .shared--desktop {
        display: none
    }

    .shared--mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 1200px) {
    .gallery-v, .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .gallery-v .gallery-for-v {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(75% - 30px)
    }

    .gallery-v .gallery-nav-v-wrap {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px)
    }

    .centered-frm {
        margin-left: -15px;
        margin-right: -15px
    }

    .centered-frm .form-col {
        margin-left: 15px;
        margin-right: 15px
    }

    .centered-frm .form-col--1 {
        padding-left: calc(16.66667% + 15px)
    }

    .centered-frm .form-col--2 {
        padding-right: calc(16.66667% + 15px)
    }

    .full-order-frm .form-row {
        margin-left: -15px;
        margin-right: -15px
    }

    .full-order-frm .form-row .btn-wrap, .full-order-frm .form-row .input-wrap {
        margin-left: 15px;
        margin-right: 15px
    }

    .col-2-frm .form-row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col-2-frm .form-col {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }

    .advantages__row {
        margin-left: -15px;
        margin-right: -15px
    }

    .advantages .advantages-item {
        margin-left: 15px;
        margin-right: 15px
    }

    .services-promo__inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .services-promo .services-list, .services-promo .services-set {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }

    .club-promo__row {
        margin-left: -15px;
        margin-right: -15px
    }

    .club-promo__desc, .club-promo__events {
        margin-left: 15px;
        margin-right: 15px
    }

    .content__inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .content .main-content, .content .sidebar, .inner-aside, .page-title {
        margin-left: 15px;
        margin-right: 15px
    }

    .doctors {
        margin-left: -15px;
        margin-right: -15px
    }

    .doctors .doctors-card {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(50% - 30px)
    }

    .reasons__inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .reasons .reasons-item {
        margin-left: 15px;
        margin-right: 15px
    }

    .gallery__inner {
        margin-left: -15px;
        margin-right: -15px
    }

    .gallery .gallery-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px)
    }

    .sales {
        margin-left: -15px;
        margin-right: -15px
    }

    .sales-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(25% - 30px)
    }

    .sales-item--lg {
        width: calc(50% - 30px)
    }

    .article-title {
        margin-left: -15px;
        margin-right: -15px
    }

    .article-title__inner {
        margin-left: 15px;
        margin-right: 15px
    }

    .service-menu--grid {
        margin-left: -15px;
        margin-right: -15px
    }

    .service-menu--grid .service-menu-item {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(33.33333% - 30px)
    }

    .contacts__row {
        margin-left: -15px;
        margin-right: -15px
    }

    .contacts__col, .contacts__wrap, .page-footer-col {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width: 1200px) {
    .btn-links-list li {
        width: 20%
    }

    .blog-slider__item > div {
        height: 360px
    }

    .achievements-slider-wrap__inner:after {
        width: 50%;
        left: 50%
    }

    .achievements-slider-item__caption {
        width: 50%
    }

    .centered-frm .submit-btn {
        width: 294px
    }

    .page-header .call-btn {
        width: 212px
    }

    .advantages {
        display: none
    }

    .services-promo {
        padding-top: 36px
    }

    .services-list .box.group .skype-consult {
        max-width: 40%
    }

    .doctors-promo {
        margin-bottom: 50px
    }

    .doctors .doctors-item__title {
        padding-left: 10px;
        padding-right: 10px
    }

    .history-promo, .online-order {
        margin-bottom: 44px
    }

    .expert .section-header {
        width: 70%;
        max-width: 70%
    }

    .gallery-item img {
        max-width: 100%
    }

    .sales-item {
        height: 440px
    }

    .sales-item__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sales-item__buttons .sales-item__btn:first-child {
        margin-bottom: 10px !important
    }

    .sales-item__buttons .sales-item__btn {
        width: 100%;
        margin: 0 !important
    }

    .sales-card__body {
        min-width: 60%
    }

    .contacts-item__value {
        font-size: 22px;
        margin-left: -25px
    }

    .contacts-item .icon-phone {
        margin-right: 13px
    }

    .contacts-item .icon-mail {
        margin-right: 9px
    }
}

@media (max-width: 1120px) {
    .certificate-slider .slick-list {
        margin: 0 10px
    }

    .doctors-card__img {
        right: 0
    }
}

@media (max-width: 1100px) {
    .main-slider-wrap .slider-dots {
        width: 53%;
        padding-left: 90px
    }

    .main-slider-wrap .slider-nav {
        width: calc(53% - 7px)
    }

    .main-slider-title {
        font-size: 44px
    }

    .main-slider-header {
        width: calc(53% - 15px)
    }

    .main-slider-item__img-wrap {
        width: 50%
    }

    .main-slider-item__caption {
        width: 53%;
        padding: 30px 20px 30px 90px
    }

    .main-slider-item__icon-wrap {
        width: 90px
    }
}

@media screen and (max-width: 970px) {
    .gallery-v, .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .gallery-v .gallery-for-v {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(75% - 20px)
    }

    .gallery-v .gallery-nav-v-wrap {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(25% - 20px)
    }

    .centered-frm {
        margin-left: -10px;
        margin-right: -10px
    }

    .centered-frm .form-col {
        margin-left: 10px;
        margin-right: 10px
    }

    .full-order-frm .form-row {
        margin-left: -10px;
        margin-right: -10px
    }

    .full-order-frm .form-row .input-wrap {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px)
    }

    .full-order-frm .form-row .input-wrap:first-child {
        margin-left: calc(0% + 10px)
    }

    .full-order-frm .form-row .btn-wrap {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px);
        margin-right: calc(0% + 10px)
    }

    .col-2-frm .form-row {
        margin-left: -10px;
        margin-right: -10px
    }

    .col-2-frm .form-col {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }

    .advantages__row {
        margin-left: -10px;
        margin-right: -10px
    }

    .advantages .advantages-item {
        margin-left: 10px;
        margin-right: 10px
    }

    .services-promo__inner {
        margin-left: -10px;
        margin-right: -10px
    }

    .services-promo .services-list, .services-promo .services-set {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }

    .club-promo__row {
        margin-left: -10px;
        margin-right: -10px
    }

    .club-promo__desc, .club-promo__events {
        margin-left: 10px;
        margin-right: 10px
    }

    .content__inner {
        margin-left: -10px;
        margin-right: -10px
    }

    .content .main-content, .content .sidebar, .inner-aside, .page-title {
        margin-left: 10px;
        margin-right: 10px
    }

    .content .main-content, .content .sidebar {
        width: calc(100% - 20px)
    }

    .inner-aside {
        width: calc(100% - 20px)
    }

    .doctors {
        margin-left: -10px;
        margin-right: -10px
    }

    .doctors .doctors-card {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }

    .reasons__inner {
        margin-left: -10px;
        margin-right: -10px
    }

    .reasons .reasons-item {
        margin-left: 10px;
        margin-right: 10px
    }

    .gallery__inner {
        margin-left: -10px;
        margin-right: -10px
    }

    .gallery .gallery-item {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(25% - 20px)
    }

    .sales {
        margin-left: -10px;
        margin-right: -10px
    }

    .sales-item {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33333% - 20px)
    }

    .sales-item--lg {
        width: calc(66.66667% - 20px)
    }

    .article-title {
        margin-left: -10px;
        margin-right: -10px
    }

    .article-title__inner {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px)
    }

    .contacts__col, .contacts__wrap {
        width: calc(50% - 20px)
    }

    .service-menu--grid {
        margin-left: -10px;
        margin-right: -10px
    }

    .service-menu--grid .service-menu-item {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px)
    }

    .contacts__row {
        margin-left: -10px;
        margin-right: -10px
    }

    .contacts__col, .contacts__wrap, .page-footer-col {
        margin-left: 10px;
        margin-right: 10px
    }

    .page-footer-col--1, .page-footer-col--2, .page-footer-col--3, .page-footer-col--4 {
        width: calc(25% - 20px)
    }

    .page-footer-col--b1 {
        width: calc(33.33333% - 20px)
    }

    .page-footer-col--b2 {
        width: calc(50% - 20px)
    }

    .page-footer-col--b3 {
        width: calc(16.66667% - 20px)
    }
}

@media (max-width: 970px) {
    .diseases-slider img, .sales-slider img {
        max-width: 100%
    }

    blockquote {
        margin-left: 50px
    }

    .btn-links-list li {
        width: 25%
    }

    .excerption__desc, .excerption__text {
        width: 65%
    }

    .slider-wrap--centered + .all-link {
        margin-top: 70px
    }

    .slider-wrap--2row + .all-link {
        margin-top: 60px
    }

    .slider--horizontal .slick-list {
        margin: 0 -10px
    }

    .slider--horizontal .slick-slide {
        margin: 0 10px
    }

    .slider--panels .slick-list {
        margin: 0 -17px 10px
    }

    .slider--panels .slick-slide {
        padding: 20px 7.5px
    }

    .main-slider-wrap {
        height: 480px
    }

    .main-slider-wrap .slider-dots {
        width: 60%;
        top: auto;
        bottom: 102px;
        padding-left: 0
    }

    .main-slider-wrap .slider-nav {
        display: none
    }

    .main-slider-header {
        width: calc(60% - 15px);
        height: auto;
        top: 10px
    }

    .main-slider-panel {
        padding: 20px
    }

    .main-slider-item {
        height: 480px
    }

    .main-slider-item__img-wrap {
        width: 40%;
        height: 480px
    }

    .main-slider-item__img-wrap img {
        max-height: 100%
    }

    .main-slider-item__caption {
        width: 60%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-slider-item__icon-wrap {
        position: static;
        width: auto;
        margin-right: 20px
    }

    .main-slider-item__icon-wrap .icon {
        position: static;
        height: 25px;
        width: 20px
    }

    .main-slider-item__title {
        margin-bottom: 0
    }

    .main-slider-item__text {
        display: none
    }

    .achievements-slider-wrap, .blog-slider__item > div {
        height: auto
    }

    .achievements-slider-wrap .slider-nav {
        width: 100%;
        bottom: auto;
        left: 0;
        right: 0;
        top: -65px;
        margin: auto;
        text-align: center
    }

    .achievements-slider-wrap__inner {
        height: 500px;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .achievements-slider-wrap__inner:after {
        width: 100%;
        left: 0
    }

    .achievements-slider-item__inner {
        height: auto;
        padding-bottom: 500px
    }

    .achievements-slider-item__caption {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 90px;
        -ms-flex-align: center;
        align-items: center
    }

    .achievements-slider-item__title {
        text-align: center
    }

    .achievements-slider-item__img-wrap {
        bottom: -100px;
        left: 0;
        width: 100%;
        top: auto;
        height: auto;
        text-align: center
    }

    .achievements-slider-item__img-wrap img {
        display: inline-block !important;
        max-width: 100%
    }

    .gallery-v {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .gallery-v .gallery-for-v img {
        width: 100%
    }

    .gallery-v .gallery-nav-v-wrap {
        padding-top: 5px
    }

    .gallery-v .gallery-nav-v-wrap img {
        width: 100%
    }

    .gallery-nav-v-wrap .slider-nav .slider-nav__item--next {
        bottom: 0
    }

    .wide-slider-caption__inner {
        padding-left: 60px;
        padding-right: 60px
    }

    .centered-frm .form-col--1 {
        padding-left: 0
    }

    .centered-frm .form-col--2 {
        padding-right: 0
    }

    .online-order-frm {
        width: 340px
    }

    .online-order-frm__submit {
        width: 100%
    }

    .online-order-frm .form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .online-order-frm .input-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .form-title {
        margin-bottom: 26px
    }

    .aside-frm .form-row {
        display: -ms-flexbox;
        display: flex
    }

    .aside-frm .form-row .input-wrap {
        margin-right: 20px;
        width: 100%
    }

    .aside-frm .form-row .input-wrap:last-child {
        margin-right: 0
    }

    .aside-frm__submit {
        margin-bottom: 0
    }

    .top-menu__item {
        padding-left: 10px;
        padding-right: 10px
    }

    .main-menu {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 50px
    }

    .main-menu__item > a {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-header__inner {
        padding-top: 16px;
        padding-bottom: 10px
    }

    .page-header .logo .descriptor {
        top: 2px
    }

    .page-header .contacts-group {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-header .contacts-group.first {
        width: 100px
    }

    .page-header .contacts-group__item--cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header .contacts-group__item--cols .contacts-group__col {
        width: 100%
    }

    .page-header .contacts-group__item--cols .contacts-group__col.first {
        margin-bottom: 7px;
        margin-right: 0
    }

    .page-header .contacts-group__item--metro {
        -ms-flex-order: 1;
        order: 1
    }

    .page-header .contacts-group__item--loc {
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 23px
    }

    .page-header .phone-number {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: -5px
    }

    .page-header .call-btn {
        width: 166px;
        height: 40px;
        line-height: 40px
    }

    .sidebar {
        position: absolute;
        width: 420px !important;
        height: 100%;
        top: 0;
        right: 0;
        padding-left: 64px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        -ms-transform: translateX(calc(100% - 64px));
        transform: translateX(calc(100% - 64px));
        transition: box-shadow .3s, transform .3s;
        z-index: 15
    }

    .sidebar__inner {
        padding-top: 22px;
        padding-right: 20px;
        overflow-y: scroll;
        height: 100%
    }

    .sidebar.opened {
        position: fixed;
        box-shadow: -4px 0 17px rgba(69, 57, 57, .15);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .sidebar.opened .sidebar-btn .icon-arrow {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .sidebar.opened .sidebar-btn .icon-calc {
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .sidebar.opened .calc-count {
        right: auto;
        left: 15px
    }

    .sidebar:before {
        content: "";
        height: 100%;
        width: 64px;
        background-color: #f5f5f2;
        position: absolute;
        left: 0;
        top: 0
    }

    .sidebar-btn {
        display: -ms-flexbox;
        display: flex
    }

    .services-promo .services-set {
        margin-bottom: 20px
    }

    .reviews-promo {
        margin-bottom: 100px
    }

    .online-order {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .online-order__sub-title {
        margin-bottom: 30px
    }

    .blog-promo {
        margin-bottom: 50px
    }

    .doctors-card--wide .doctors-card__img {
        margin-left: 0;
        margin-right: 0
    }

    .doctors-card--in-list .doctors-card__name {
        font-size: 30px
    }

    .doctors-card--in-list .doctors-card__row {
        display: -ms-flexbox;
        display: flex
    }

    .doctors-card--in-list .doctors-card__buttons {
        padding-left: 30px
    }

    .full-reviews-list {
        margin-bottom: 10px
    }

    .full-reviews-list .full-reviews-item:last-child {
        border-bottom: none
    }

    .sales-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -ms-flex-align: center;
        align-items: center
    }

    .sales-card__img {
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }

    .sales-card__body {
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }

    .contacts__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts__wrap-col {
        width: 100%;
        padding: 0 !important
    }

    .contacts__wrap-col:first-child {
        margin-bottom: 30px
    }

    .contacts .contacts-group:first-child {
        margin-bottom: 10px
    }

    .contacts .contacts-item {
        padding-left: 25px
    }

    .contacts .contacts-item:first-child {
        margin-bottom: 20px
    }

    .page-footer__top .phone-number {
        font-size: 22px;
        margin-bottom: 8px
    }

    .page-footer__inner:after {
        width: 10%
    }

    .page-footer-col--3 {
        margin-right: 0 !important
    }

    .page-footer-top-col {
        width: 180px;
        text-align: center
    }
}

@media (max-width: 970px) and (max-width: 750px) {
    .sidebar.opened .calc-count {
        right: auto;
        left: 6px !important
    }
}

@media (max-width: 960px) {
    .sales-slider-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .sales-slider-wrap .slider-nav {
        position: relative;
        height: 50px;
        width: 50%;
        margin: -60px auto 0
    }

    .sales-slider-wrap .slider-nav__item--prev {
        left: 50%;
        margin-left: -30px
    }

    .sales-slider-wrap .slider-nav__item--next {
        right: 50%;
        margin-right: -30px
    }

    .sales-slider .slick-slide {
        padding-bottom: 10px !important
    }

    .sales-slider .slick-list {
        margin-bottom: 0
    }

    .disease-card__img {
        width: 100%
    }
}

@media (max-width: 850px) {
    .main-slider-wrap .slider-dots {
        width: 65%
    }

    .main-slider-header {
        width: calc(65% - 15px)
    }

    .main-slider-item__caption {
        width: 65%
    }
}

@media (max-width: 800px) {
    .doctors-card--in-list .doctors-card__name {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    .excerption__desc, .excerption__text {
        width: 80%
    }

    .popup__inner {
        padding: 20px
    }

    .popup__title {
        padding-left: 20px
    }
}

@media (max-width: 759px) {
    .sales-card__body {
        padding: 20px 15px
    }
}

@media screen and (max-width: 750px) {
    .gallery-v, .row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .achievements-slider-item__inner, .achievements-slider-wrap__inner, .advantages__inner, .ask-doctor--wide, .benefits, .certificate-slider-wrap--wide, .contacts__inner, .container, .content-header__inner, .content:not(.content--landing), .gallery, .gallery-promo__inner, .main-menu-wrap, .main-slider-inner, .main-slider-item__inner, .page-header__inner, .promo__inner, .reasons, .services-promo, .terms__inner, .therapy__inner, .top-menu-wrap, .visual-tour, .wide-slider-caption, .wide-slider-inner {
        padding-left: 15px;
        padding-right: 15px
    }

    .gallery-v .gallery-for-v, .gallery-v .gallery-nav-v-wrap {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }

    .centered-frm {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .centered-frm .form-col {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .full-order-frm .form-row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .full-order-frm .form-row .input-wrap {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }

    .full-order-frm .form-row .input-wrap:first-child {
        margin-left: calc(0% + 7.5px)
    }

    .full-order-frm .form-row .btn-wrap {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px);
        margin-right: calc(0% + 7.5px)
    }

    .col-2-frm .form-row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .col-2-frm .form-col {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }

    .advantages__row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .advantages .advantages-item {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .services-promo__inner {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .services-promo .services-list, .services-promo .services-set {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }

    .blog-promo, .club-promo__inner, .doctors-promo, .history-promo, .online-order__inner, .reviews-promo {
        padding-left: 15px;
        padding-right: 15px
    }

    .club-promo__row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .club-promo__desc, .club-promo__events {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }

    .content__inner {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .content .main-content, .content .sidebar, .inner-aside, .page-title {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .content .main-content {
        width: calc(100% - 15px)
    }

    .doctors {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .doctors .doctors-card {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .reasons__inner {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .reasons .reasons-item {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(100% - 15px)
    }

    .gallery__inner {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .gallery .gallery-item {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(33.33333% - 15px)
    }

    .sales-item, .sales-item--lg {
        width: calc(50% - 15px)
    }

    .sales {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .sales-item {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .contacts__col, .contacts__wrap, .page-footer-col--4 {
        width: calc(100% - 15px)
    }

    .article-title {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .article-title__inner {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .service-menu--grid {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .service-menu--grid .service-menu-item {
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .contacts__row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .contacts__col, .contacts__wrap, .page-footer-col {
        margin-left: 7.5px;
        margin-right: 7.5px
    }
}

@media (max-width: 750px) {
    .btn-links-list li, .term__header {
        margin-bottom: 10px;
        width: 100%
    }

    .blog-slider .blog-item__meta .blog-item__name br, .main-slider-text, .video__duration, .wide-slider-caption__text {
        display: none
    }

    blockquote {
        margin-left: 0
    }

    .cols-3 {
        column-count: 2
    }

    .main-content .cols-3 {
        column-count: 1
    }

    .btn-links-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .btn-links-list li .btn-link--all {
        margin-top: 10px
    }

    .accent-panel {
        padding: 30px 15px
    }

    .slogan {
        font-size: 22px
    }

    .alphabetical-list--4cols {
        column-count: 3
    }

    .static-balloon {
        padding: 20px 15px
    }

    .term, .warning {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .term {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .term__header {
        max-width: 100%
    }

    .tabs-wrap--2 .tabs--centered {
        width: 100%
    }

    .tabs-wrap--2 .tabs li {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.1em
    }

    .thumbnail-container {
        height: 360px
    }

    .video__text .video__title {
        margin-bottom: 0
    }

    .slider--horizontal .slick-list {
        margin: 0 -7.5px
    }

    .slider--horizontal .slick-slide {
        margin: 0 7.5px
    }

    .slider--panels {
        margin-top: -10px
    }

    .slider--panels .slick-list {
        margin: 0 -15px 10px
    }

    .slider--panels .slick-slide {
        padding: 20px 7.5px
    }

    .diseases-slider-wrap, .gallery-v .gallery-nav-v-wrap {
        padding-left: 60px;
        padding-right: 60px
    }

    .main-slider-wrap {
        padding-top: 20px
    }

    .main-slider-wrap .slider-dots {
        width: 100%;
        left: 15px
    }

    .main-slider-title {
        font-size: 30px
    }

    .main-slider-sub-title {
        font-size: 14px;
        margin-bottom: 0
    }

    .main-slider-header {
        width: 100%;
        text-align: center;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        z-index: 2
    }

    .main-slider-item__img-wrap {
        width: 100%;
        height: 60%
    }

    .main-slider-item__img-wrap img {
        left: 0;
        right: auto
    }

    .main-slider-item__caption {
        width: calc(100% - 30px);
        left: 15px
    }

    .acc .blog-slider .blog-item .acc-item, .blog-slider .blog-item .acc .acc-item, .blog-slider .blog-item .contacts-card, .blog-slider .blog-item .form-wrap, .blog-slider .blog-item .panel, .blog-slider .blog-item .sales-card, .blog-slider .blog-item .sales-date, .blog-slider .blog-item .sales-item__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-slider .blog-item__meta {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 16px
    }

    .blog-slider .blog-item__meta .blog-item__ava {
        float: left;
        width: 32px;
        height: 32px;
        margin-right: 12px
    }

    .blog-slider .blog-item__meta .blog-item__name {
        position: relative;
        top: -2px;
        margin-bottom: 0;
        line-height: 1.3em
    }

    .video-slider__item a {
        width: 100%
    }

    .achievements-slider-wrap__inner {
        height: 300px
    }

    .achievements-slider-item__inner {
        padding-bottom: 300px
    }

    .achievements-slider-item__caption {
        padding-top: 40px
    }

    .achievements-slider-item__title {
        font-size: 22px
    }

    .achievements-slider-item__img-wrap {
        bottom: -50px
    }

    .achievements-slider-item__img-wrap img {
        width: 50%
    }

    .gallery-v {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .gallery-v .gallery-nav-v-wrap .slick-slide {
        margin: 0 10px
    }

    .gallery-v .gallery-nav-v-wrap .slick-list {
        margin-left: -10px;
        margin-right: -10px
    }

    .gallery-nav-v-wrap .slider-nav {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 30px;
        top: 50%;
        margin-top: -18px
    }

    .gallery-nav-v-wrap .slider-nav .slider-nav__item--prev {
        top: 0;
        left: 0
    }

    .gallery-nav-v-wrap .slider-nav .slider-nav__item--next {
        top: 0;
        right: 0;
        left: auto
    }

    .diseases-slider .disease-card__link {
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 100%
    }

    .wide-slider-wrap {
        height: 400px
    }

    .wide-slider__item {
        height: 400px !important
    }

    .wide-slider-caption__title {
        width: 100%;
        padding-right: 0;
        text-align: center
    }

    .form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-row .input-wrap {
        width: 100%;
        margin-bottom: 20px
    }

    .online-order-frm {
        width: 100%
    }

    .full-order-frm__text {
        text-align: left
    }

    .col-2-frm__submit {
        margin-top: 0
    }

    .collapsed-inputs {
        margin-bottom: 20px !important
    }

    .top-menu {
        display: block;
        padding-left: 15px;
        padding-right: 15px
    }

    .top-menu__item {
        display: inline-block;
        border: none;
        padding: 0 14px 0 0
    }

    .top-menu__item a {
        color: #07c071;
        font-size: 14px
    }

    .main-menu {
        display: block;
        padding-top: 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 15px
    }

    .main-menu__item {
        height: auto
    }

    .main-menu__item.is-parent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-menu__item > a {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .main-menu-dropdown {
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .3s
    }

    .main-menu-dropdown.active {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .main-menu-dropdown__col {
        width: 100%;
        float: none;
        border: none
    }

    .main-menu-dropdown__col:last-child {
        display: none
    }

    .main-sub-menu-title {
        padding-left: 15px;
        padding-right: 15px
    }

    .main-sub-menu-wrap {
        width: 100%;
        padding: 26px 0 0
    }

    .main-sub-menu-wrap .service-menu-item {
        padding-left: 20px
    }

    .main-sub-menu__item {
        padding-left: 15px;
        padding-right: 15px
    }

    .top-menu-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .page-header__inner {
        position: relative;
        height: 85px;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 0 4px 7px rgba(69, 57, 57, .15);
        z-index: 4
    }

    .club-promo, .content--landing {
        padding-top: 40px
    }

    .page-header .logo img {
        height: 35px;
        width: 136px
    }

    .page-header .logo .descriptor {
        font-size: 12px;
        padding-left: 0
    }

    .page-header .contacts-group {
        display: none
    }

    .page-header .phone-number {
        margin-bottom: 18px;
        margin-top: 0;
        display: block;
        font-size: 22px
    }

    .menu-wrap, .page-header-col {
        display: none
    }

    .page-header .call-btn {
        height: 50px;
        line-height: 50px;
        width: 290px;
        max-width: 100%
    }

    .menu-wrap {
        height: auto;
        background-color: #fff
    }

    .main-menu-wrap {
        display: block;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }

    .main-menu-wrap .search {
        position: relative;
        width: 100%;
        margin-bottom: 24px;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

    .main-menu-wrap .search .search-frm {
        display: block
    }

    .sidebar {
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        padding-left: 0
    }

    .sidebar:before {
        display: none
    }

    .sidebar .sidebar-btn {
        width: 47px;
        height: 47px;
        top: 15px;
        left: -47px
    }

    .sidebar-btn .calc-count {
        top: 6px;
        right: 6px
    }

    .section-header--2 {
        margin-bottom: 40px
    }

    .section-header--2 .section-title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .section-header--left {
        width: 100%
    }

    .doctors-promo {
        margin-bottom: 40px
    }

    .doctors-item--row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .doctors-item--row .doctors-item__img-wrap {
        margin-right: 0;
        width: 100%
    }

    .doctors-item--row .doctors-item__buttons {
        width: 100%;
        margin-left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .doctors-item--row .doctors-item__btn {
        width: 100%;
        height: 40px;
        line-height: 40px
    }

    .doctors-item__img-wrap img {
        width: 100%
    }

    .reviews-promo {
        margin-bottom: 60px
    }

    .online-order__inner:after {
        display: none
    }

    .expert {
        margin-bottom: 40px
    }

    .club-promo__desc {
        margin-bottom: 43px
    }

    .events-panel__title {
        margin-bottom: 16px
    }

    .events-list-item .date-item {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .events-item__col:first-child {
        width: auto
    }

    .event-card__title {
        font-size: 26px
    }

    .lecturers__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .lecturers .lecturers-item {
        width: 100%;
        max-width: 100%
    }

    .doctors-card--wide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #fff;
        margin-bottom: 10px
    }

    .doctors-card--wide .doctors-card__img-wrap {
        width: 100%;
        padding-top: 10px;
        margin-bottom: 26px;
        background-color: #f5f5f2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .doctors-card--wide .doctors-card__name {
        font-size: 24px
    }

    .doctors-card--wide .doctors-card__info {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 0;
        text-align: center
    }

    .doctors-card--wide .doctors-card__row {
        display: block
    }

    .doctors-card--wide .doctors-card__row .doctors-card__buttons {
        position: static;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .doctors-card--wide .doctors-card__row .doctors-card__btn {
        width: 100%;
        margin-right: 0
    }

    .doctors-card--in-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #fff;
        margin-bottom: 10px
    }

    .doctors-card--in-list .doctors-card__img-wrap {
        width: 100%;
        padding-top: 10px;
        margin-bottom: 26px;
        background-color: #f5f5f2
    }

    .benefits .tabs-content, .reasons {
        padding-top: 30px
    }

    .doctors-card--in-list .doctors-card__info {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 0;
        text-align: center
    }

    .doctors-card--in-list .doctors-card__row {
        display: block
    }

    .doctors-card--in-list .doctors-card__buttons {
        position: static;
        margin-right: 0;
        width: 100%
    }

    .doctors-card--in-list .doctors-card__btn {
        width: 100%;
        margin-right: 0
    }

    .doctors-card__header {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 0
    }

    .doctors-card__img {
        position: static;
        display: block;
        margin: 0 auto
    }

    .doctors-card__advantages {
        margin-top: 100px
    }

    .doctors-card__advantages-item {
        width: 100%;
        text-align: center
    }

    .doctors-card__advantages-item .icon {
        margin-right: 0
    }

    .doctors-card__advantages-item span {
        display: block
    }

    .doctors-card__advantages-item span br {
        display: none
    }

    .doctors-card__buttons {
        position: absolute;
        bottom: -120px;
        width: calc(100% - 10px);
        left: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .doctors-card__buttons .doctors-card__btn {
        width: 100%;
        margin-bottom: 10px
    }

    .doctors-card__desc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .doctors-card__progress {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

    .doctors-card__price {
        width: 100%;
        padding-left: 20px
    }

    .doctors-card .doctors-degrees {
        margin-bottom: 10px
    }

    .full-reviews-item > .reviews-item-doctor .reviews-item-doctor__info {
        width: 100%;
        margin-bottom: 20px
    }

    .reviews-item-doctor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reviews-item-patient--with-ava .reviews-item-patient__meta {
        padding-left: 45px
    }

    .reviews-item-patient__ava {
        position: absolute;
        top: 16px;
        left: 0;
        width: 32px;
        height: 32px
    }

    .reviews-item-patient__meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reviews-item-patient__name {
        width: 100%
    }

    .reviews-item-patient__date {
        margin-left: 0
    }

    .faq-item-answer__ava {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 16px;
        left: 15px
    }

    .faq-item-answer .reviews-item-doctor .reviews-item-doctor__info {
        width: 100%;
        padding-left: 50px;
        margin-bottom: 5px
    }

    .achievements, .promo {
        margin-bottom: 40px
    }

    .reasons {
        padding-bottom: 0
    }

    .promo {
        height: 400px;
        background-position: left
    }

    .promo__text {
        width: 100%
    }

    .achievements .section-header--2 {
        margin-bottom: 60px
    }

    .benefits, .sales-card {
        margin-bottom: 30px
    }

    .sales-item__inner {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .sales-card__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sales-card__text {
        width: 100%
    }

    .sales-card__btn {
        margin-top: 30px
    }

    .article-author {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -10px
    }

    .article-author .quote-item-doctor {
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }

    .article-author .articles-meta {
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 20px
    }

    .service-card {
        padding: 20px 15px 24px
    }

    .service-card__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-card__desc {
        width: 100%;
        padding-right: 0
    }

    .service-card__info {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .service-card__info .service-card-time {
        margin-right: 50px
    }

    .glossary-nav {
        display: block
    }

    .glossary-nav__item {
        padding-right: 15px;
        margin-bottom: 5px
    }

    .therapy-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .therapy-item__title {
        width: 100%
    }

    .filter-frm .form-col:last-child .input-wrap {
        margin-bottom: 0
    }

    .contacts__wrap {
        margin-bottom: 30px
    }

    .contacts .contacts-card {
        width: 400px
    }

    .page-footer__top .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-footer__top .contacts-group {
        width: 50%
    }

    .page-footer__top .contacts-group__item--cols {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page-footer__inner .container {
        padding-left: 0;
        padding-right: 0
    }

    .page-footer-col--1, .page-footer-col--2, .page-footer-col--3 {
        display: none
    }

    .page-footer-col--4 {
        padding-left: 20px;
        padding-right: 20px
    }

    .page-footer-top-col {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }
}

@media (max-width: 650px) {
    .diseases-slider-wrap {
        padding-left: 40px;
        padding-right: 40px
    }

    .diseases-slider-wrap .slider-nav__item--prev {
        left: 6px
    }

    .diseases-slider-wrap .slider-nav__item--next {
        right: 6px
    }

    .diseases-slider .slick-slide, .sales-slider .slick-slide {
        margin: 0 5px
    }
}

@media (max-width: 640px) {
    .popup__frm .jq-selectbox, .popup__frm input, .popup__frm select, .popup__frm textarea {
        width: 100%
    }

    .achievements-slider-item__img-wrap img {
        width: 65%
    }

    .gallery .gallery-item {
        width: calc(50% - 15px);
        margin-bottom: 15px
    }

    .page-footer-col--b1, .page-footer-col--b2 {
        width: 100%;
        margin-bottom: 20px
    }

    .page-footer-col--b3 {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 600px) {
    .sales-card__img {
        width: auto;
        max-width: 100%
    }
}

@media (max-width: 580px) {
    .sales-item__inner {
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 480px) {
    .centered-frm .form-col, .gallery-v .gallery-for-v, .gallery-v .gallery-nav-v-wrap {
        width: calc(100% - 15px)
    }

    .full-order-frm .form-row .input-wrap:first-child {
        margin-left: calc(0% + 7.5px)
    }

    .full-order-frm .form-row .btn-wrap {
        margin-right: calc(0% + 7.5px)
    }

    .gallery .gallery-item {
        width: calc(50% - 15px)
    }

    .sales-item, .service-menu--grid .service-menu-item {
        width: calc(100% - 15px)
    }
}

@media (max-width: 480px) {
    .excerption, .slogan {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .action-btn, .excerption__desc, .video__text {
        width: 100%
    }

    .acc .acc-title, .event-card-doctor, .event-card__header, table.price-tbl th:last-child {
        padding-right: 15px
    }

    .cols-3, .main-content .cols-2 {
        column-count: 1
    }

    .centered-mobile {
        text-align: center
    }

    .visible-xss {
        display: block !important
    }

    .visible-flex-xss {
        display: -ms-flexbox !important;
        display: flex !important
    }

    span.visible-xss {
        display: inline-block !important
    }

    .row.visible-xss {
        display: flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    table.visible-xss {
        display: table !important
    }

    tr.visible-xss {
        display: table-row !important
    }

    td.visible-xss, th.visible-xss {
        display: table-cell !important
    }

    .hidden-xs {
        display: none !important
    }

    .benefits-item ul, .main-content ul:not(.tabs), ol, ul.ticked-list {
        margin-left: 10px
    }

    ol li:before {
        margin-right: 4px
    }

    .list-title {
        padding-left: 30px
    }

    .excerption__text {
        width: 100%;
        font-size: 30px
    }

    .alphabetical-list {
        padding-top: 20px
    }

    .alphabetical-list--4cols {
        column-count: 2
    }

    .tabs-wrap--2 .tabs li {
        font-size: 14px
    }

    .popup__title {
        font-size: 22px
    }

    .popup__text {
        font-size: 1rem;
        line-height: 1.3em
    }

    .thumbnail-container {
        height: 280px
    }

    .achievements-slider-wrap__inner, .certificate-slider-wrap--wide {
        height: auto
    }

    .video__text .video__title {
        width: 90%
    }

    .acc .acc-title {
        padding-left: 15px;
        font-size: 16px
    }

    .slider-wrap + .all-link {
        margin-top: 50px;
        width: 100%
    }

    .slider-wrap + .buttons-row {
        margin-top: 60px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-wrap + .buttons-row a, .slider-wrap + .buttons-row button {
        width: 100%;
        margin-right: 0
    }

    .slider-wrap + .buttons-row a button, .slider-wrap + .buttons-row a:first-child + a, .slider-wrap + .buttons-row button button, .slider-wrap + .buttons-row button:first-child + a {
        margin-top: 10px
    }

    .slider--panels {
        margin-top: -20px
    }

    .centered-frm .submit-btn, .page-footer-top-col {
        margin-top: 10px
    }

    .slider--centered + .slider-nav {
        width: 228px
    }

    .slider-nav {
        text-align: center !important;
        width: 100%
    }

    .certificate-slider-wrap--wide .slider-nav {
        bottom: -45px;
        width: 100%;
        left: 0
    }

    .certificate-slider__item {
        text-align: center;
        box-shadow: none;
        border: none
    }

    .certificate-slider__item img {
        display: inline-block !important;
        box-shadow: 0 4px 7px rgba(69, 57, 57, .15);
        border: 3px solid #fff;
        max-height: 220px
    }

    .achievements-slider-item__inner {
        padding-bottom: 0
    }

    .achievements-slider-item__img-wrap {
        display: none
    }

    .wide-slider-caption__title {
        font-size: 20px
    }

    .jq-selectbox {
        min-width: 100%
    }

    .centered-frm .form-col {
        margin-bottom: 20px
    }

    .sidebar {
        width: calc(100% - 47px) !important
    }

    .section-header {
        margin-bottom: 24px
    }

    .section-header--2 .section-intro {
        font-size: 14px
    }

    .centered .section-header--1, .centered .section-header--2 {
        max-width: 100%;
        width: 100%
    }

    .services-promo .services-list .tabs-wrap {
        margin-left: -15px;
        margin-right: -15px
    }

    .services-promo .services-list .tabs-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .doctors-promo {
        margin-bottom: 26px
    }

    .doctors-item--row .doctors-item__text {
        height: auto;
        display: block;
        margin-bottom: 20px
    }

    .doctors-item--row .doctors-item__title {
        line-height: 1em
    }

    .doctors-item--row .doctors-item__title a {
        font-size: 18px
    }

    .doctors-item--row .doctors-item__title a br {
        display: none
    }

    .reviews-promo {
        margin-bottom: 50px
    }

    .online-order__title {
        font-size: 30px;
        margin-bottom: 14px
    }

    .expert {
        margin-bottom: 30px
    }

    .club-promo {
        margin-bottom: 40px
    }

    .events-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .events-item__col:first-child, .events-item__img-wrap img {
        width: 100%
    }

    .event-card__header {
        padding-left: 15px;
        padding-top: 20px
    }

    .event-card__title {
        font-size: 22px
    }

    .event-card-doctor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 16px;
        padding-left: 15px
    }

    .event-card-doctor__info {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 5px
    }

    .ask-doctor--wide {
        margin-bottom: 50px
    }

    .gallery-promo {
        padding-top: 30px
    }

    .certificate--wide {
        height: 400px
    }

    .sales-item, .sales-item__body {
        height: auto
    }

    .reasons .reasons-item__num {
        font-size: 30px;
        width: 20px;
        margin-right: 10px
    }

    .articles .articles-item__img-wrap img, .sales-card__btn, .sales-item__img, .service-card__info, .service-card__order {
        width: 100%
    }

    .reasons .reasons-item__title {
        font-size: 18px
    }

    .sales-item__inner {
        display: block
    }

    table.price-tbl tbody td.filter-code, table.price-tbl th.filter-code {
        display: none
    }

    .articles .articles-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .articles .articles-item__img-wrap {
        width: 100%;
        height: auto;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .service-card__info {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service-card__info .service-card-time {
        margin-right: 0
    }

    table.price-tbl th {
        font-size: 15px
    }

    table.price-tbl th:first-child {
        padding-left: 15px
    }

    table.price-tbl tbody td {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px
    }

    table.price-tbl tbody td:first-child {
        padding-left: 15px
    }

    table.price-tbl tbody td:last-child {
        padding-right: 15px
    }

    .therapy {
        padding-bottom: 20px
    }

    .therapy .therapy-item {
        border-bottom: none
    }

    .therapy-item {
        padding-bottom: 0
    }

    .visual-tour {
        margin-left: -15px;
        margin-right: -15px
    }

    .visual-tour__caption {
        width: calc(100% - 60px);
        left: 30px
    }

    .contacts .contacts-card {
        width: 100%
    }

    .contacts-card--sidebar {
        padding-left: 45px
    }

    .contacts-card--sidebar .contacts-item__value {
        font-size: 16px
    }

    .contacts-card--sidebar + .group .contacts-col:first-child {
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }

    .map-wrap {
        height: 340px
    }

    .page-footer__top {
        padding-top: 34px;
        padding-bottom: 38px
    }

    .page-footer__top .contacts-group {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width: 440px) {
    .main-slider-item, .main-slider-wrap {
        height: 450px
    }

    .main-slider-panel {
        padding: 15px
    }

    .main-slider-item__img-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 55%
    }

    .main-slider-item__img-wrap img {
        position: static
    }

    .main-slider-item__title {
        font-size: 15px;
        line-height: 1.2em
    }

    .gallery-slider__item a, .gallery-slider__item img {
        width: 100%
    }
}

@media (max-width: 414px) {
    .popup__submit {
        width: 100%
    }
}

@media (max-width: 400px) {
    .sidebar .links-list--2cols {
        column-count: 1
    }

    .thumbnail-container {
        height: 200px
    }

    .pagination {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .video-slider, .video-slider__item, .video-slider__item a {
        height: 100px
    }

    .gallery-v .gallery-nav-v-wrap {
        padding-left: 46px;
        padding-right: 46px
    }

    .sidebar .service-menu-item {
        padding-left: 0;
        padding-right: 0
    }

    .event-card__title, .events-panel__title {
        font-size: 20px
    }

    .gallery .gallery-item {
        width: calc(100% - 15px)
    }

    .gallery .gallery-item img {
        width: 100%
    }

    .contacts-card--sidebar .contacts-item__title {
        font-size: 14px;
        margin-bottom: 5px
    }
}