.container-desc {
    max-width: 100% !important;
    padding: 0 20px !important;
}

.container-desc .wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}

.header-bottom {
    padding: 0;
}

@media(max-width:1700px) {
    .container-desc .menu__item {
        text-align: center;
        width: inherit;
    }
}

.container-desc .header nav {
    width: 100%;
}

.container-desc .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.consultation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
    background-color: #80c41c;
    color: #fff;
    text-align: center;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consultation-grey {
    color: #80c41c;
    background-color: #fff;
}

.section__title--style {
    margin-top: 40px;
}

.consultation__text {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.consultation-grey .consultation__text {
    color: #80c41c;
}

.consultation__text-decor {
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.consultation-mobile {
    display: none;
}

@media (max-width: 991px) {
    .consultation-ny {
        display: none;
    }

    .consultation__text {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    .section__title--style {
        margin-top: 0;
    }

    .consultation {
        height: 68px;
    }

    .consultation-mobile {
        margin-inline: -0.625rem;
        height: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: unset;
    }

    .consultation-mobile+.row {
        margin-top: 4px;
    }

    /*
    main {
      margin-top: 70px;
    }*/
    .mobile-menu {
        top: 0;
        padding-bottom: 203px;
    }

    .mobile-header {
        /* top: 68px; */
        top: 0;
    }

    .header {
        display: block;
    }

    .header-top,
    .header-bottom {
        display: none;
    }

    .section__title {
        word-wrap: break-word;
    }
}

.alcoculc {
    padding-top: 0;
}

.alcoculc__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alcoculc__title {
    color: rgb(30, 34, 46);
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
}

.alcoculc__descr {
    color: rgba(30, 34, 46, 0.9);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 50px;
}

.alcoculc__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    gap: 15px;
    border: 2px solid rgb(128, 196, 28);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    width: 100%
}

.alcoculc__block--items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.alcoculc__block--items:nth-child(1) {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(30, 34, 46, 0.1);
}

.alcoculc__block--items:nth-child(2) {
    margin-bottom: 15px
}

.alcoculc__block--title {
    color: rgba(30, 34, 46, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.alcoculc__block--items input {
    padding: 10px 5px;
    border: 1px solid rgba(128, 196, 28, 0.9);
    border-radius: 5px;
    width: 60px;
    text-align: center;
    color: rgba(30, 34, 46, 0.9);
    cursor: pointer;
}

.alcoculc__block--gender {
    cursor: pointer;
}

.alcoculc__block--sex div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.alcoculc__block--gender {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    background: rgba(128, 196, 28, 0.1);
    color: rgba(30, 34, 46, 0.9);
    text-align: center;
    padding: 10px 20px 10px 20px;
}

.alcoculc__block--gender.active {
    background: rgb(128, 196, 28);
    color: rgb(255, 255, 255);
}

.btn-calc-alko {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    border-radius: 5px;
    background: rgb(128, 196, 28);
}

.btn-calc-alko.noactive {
    background: rgba(128, 196, 28, 0.1);
    color: rgba(128, 196, 28, 0.6);
}

.alcoculc__block--inf.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgba(30, 34, 46, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    gap: 7px;
}

.alcoculc__block--inf {
    display: none;
}

.alcoculc__block .calc-result1 {
    display: none;
}

.alcoculc__block--row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.alcoculc__block--inf span.active {
    display: block;
}

.alcoculc__block .calc-result1.active {
    /*display: block;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    border-radius: 8px;
    background: rgb(246, 246, 246);
}

.green {
    border-radius: 6px;
    background: rgb(128, 196, 28);
    padding: 12px 30px 12px 30px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    width: fit-content;
}

.calc-result1 p {
    color: rgba(30, 34, 46, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.calc-result1 span {
    color: rgb(30, 34, 46);
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
}

.navigation-article__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
}

@media(max-width:991px) {
    .alcoculc__title {
        font-size: 22px;
    }

    .alcoculc__descr {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .alcoculc__block {
        padding: 20px;
        gap: 10px
    }

    .alcoculc__block--items {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px
    }

    .alcoculc__block--items:nth-child(1) {
        padding-bottom: 0;
        border-bottom: none;
    }

    .alcoculc__block--items:nth-child(2) {
        margin-bottom: 0
    }

    .alcoculc__block--title {
        font-size: 14px;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 5px 10px;
    }

    .alcoculc__block--sex div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .alcoculc__block--gender {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        background: rgba(128, 196, 28, 0.1);
        color: rgba(30, 34, 46, 0.9);
        text-align: center;
        padding: 6px 14px;
    }

    .alcoculc__block--gender.active {
        background: rgb(128, 196, 28);
        color: rgb(255, 255, 255);
    }

    .btn-calc-alko {
        font-size: 16px;
        padding: 12px 30px;
        width: 100%
    }

    .alcoculc__block--inf.active {
        lex-direction: column;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
    }

    .alcoculc__block--row {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .alcoculc__block--inf span.active {
        display: block;
    }

    .alcoculc__block .calc-result1.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
    }

    .green {
        font-size: 16px;
        padding: 12px;
        width: 100%;
    }

    .calc-result1 p {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px
    }

    .calc-result1 span:nth-child(1) {
        font-size: 16px;
    }

    .calc-result1 span {
        font-size: 14px;
    }

    .calc-result1 hr {
        width: 100% !important
    }

    .s-service__info {
        flex-wrap: wrap;
    }

    .s-specialist.inner .s-specialist__list:not(.owl-carousel) {
        display: flex;
        flex-direction: column;
    }
}


.s-specialist-slider .wrap {
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
}

.s-specialist-slider .wrap picture {
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.s-specialist-slider .wrap div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.s-specialist__list .wrap {
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
}

.s-specialist.inner .s-specialist__list {
    gap: 10px
}

.s-specialist__list .wrap picture {
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.s-specialist__list .wrap picture img {
    margin: 0 auto;
}

.s-specialist__list .wrap div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.item__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000;
    padding: 0 !important;
    min-height: 84px;

}

.s-service-price-list .item__name {
    min-height: 100%;
}

.item__post {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000;
    min-height: 56px;
}

.item__age {
    text-align: center;
    color: #000;
}

.s-specialist.inner .s-specialist__list:not(.owl-carousel) {
    margin: .9375rem -.625rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.s-specialist__list .wrap picture img {
    width: 100%;
}

/*новый дизайн статей*/
.author_new {
    background: #F6F6F6;
    display: flex;
    flex-wrap: nowrap;
    padding: 1em;
    border-radius: 20px;
    align-items: flex-start;
    margin-top: 0;
}

.author_new .author__image {
    width: 45%;
    height: 169px;
    border-radius: 10px;
    overflow: hidden;
}

.author_new .author__image img {
    width: 100%;
    height: auto;
}

.author_new .author__info {
    min-width: auto;
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.author_new .author__name {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.author_new .author__name a {
    margin: .5em 0;
    color: #0E213B;
    font-weight: 700;
}

.author_new .author__info .author__link {}

.author_new .author__info .author__link img {
    width: 100%;
}

.disclaimer_new {
    flex-direction: column;
    border-radius: 20px;
}

.disclaimer_new .disclaimer__symbol {
    background: initial;
    justify-content: flex-start;
    padding: 1em 1em 0 1em;
}

.disclaimer_new .disclaimer__symbol img {
    background: #FF5F62;
    padding: .75em;
    width: 40px !important;
    height: 40px !important;
    border-radius: 8px;
}

.price-widget__item {
    background-color: #F6F6F6;
}

.price-widget__item .item__header {
    color: #0E213B;
    font-weight: 700;
}

.stati_title_image {
    text-align: left;
    padding: 2em;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    color: white;
    margin-bottom: 2em;
}

.s-service.inner .stati_title_image .page__title {
    text-align: left;
    color: white;
    font-size: 2.5em;
}

.s-service .headline ul {
    padding-left: .5em !important;
}

.s-service .headline ul a {
    padding-left: .5em;
    color: #0E213B;
}

.mobile-only {
    display: none;
}

@media(max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

@font-face {
    font-family: ProximaNova;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format("embedded-opentype"), url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format("woff"), url('../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format("truetype")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/ProximaNova-Light/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix') format("embedded-opentype"), url('../fonts/ProximaNova-Light/ProximaNova-Light.woff') format("woff"), url('../fonts/ProximaNova-Light/ProximaNova-Light.ttf') format("truetype")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix') format("embedded-opentype"), url('../fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format("woff"), url('../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf') format("truetype")
}

@font-face {
    font-family: ProximaNova;
    font-weight: 900;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix') format("embedded-opentype"), url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff') format("woff"), url('../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf') format("truetype")
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    color: #212529;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: .0625rem dotted;
    outline: .3125rem auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

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 {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -.125rem;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: .0625rem;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 5rem;
    width: 5rem;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -624.9375rem;
    margin: 0;
    position: absolute !important;
    top: -624.9375rem;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: .8125rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 2.75rem;
    left: 0;
    line-height: 2.75rem;
    min-width: 2.75rem;
    mix-blend-mode: difference;
    padding: 0 .625rem;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.75rem;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 2.75rem 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: .375rem
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2.75rem;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 25rem;
    padding: 2.5rem;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75rem;
    margin: 0;
    padding: .625rem;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 2.75rem;
    color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: .0625rem dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: .125rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: .5rem;
    position: absolute;
    right: -.75rem;
    top: -2.75rem;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: .625rem;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 6.25rem;
    opacity: 0;
    position: absolute;
    top: calc(50% - 3.125rem);
    width: 4.375rem
}

.fancybox-navigation .fancybox-button div {
    padding: .4375rem
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 1.9375rem 1.625rem 1.9375rem .375rem
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 1.9375rem .375rem 1.9375rem 1.625rem;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: .875rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 4.6875rem 2.75rem 1.5625rem;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -3.125rem
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: b 1s linear infinite;
    animation: b 1s linear infinite;
    background: transparent;
    border: .25rem solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 3.125rem;
    left: 50%;
    margin: -1.5625rem 0 0 -1.5625rem;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 3.125rem;
    z-index: 99999
}

@-webkit-keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:36rem) {
    .fancybox-slide {
        padding-left: .375rem;
        padding-right: .375rem
    }

    .fancybox-slide--image {
        padding: .375rem 0
    }

    .fancybox-close-small {
        right: -.375rem
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 2.25rem;
        opacity: 1;
        padding: .375rem;
        right: 0;
        top: 0;
        width: 2.25rem
    }

    .fancybox-caption {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: .1875rem;
    max-width: 90%;
    padding: 1.875rem;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    width: 100%;
    text-align: center;
    font-size: 2.1875rem;
    font-weight: 700;
    margin: 0 0 1.25rem
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 .3125rem .625rem;
    min-width: 8.125rem;
    padding: 0 .9375rem;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 1.5625rem;
    margin-right: .4375rem;
    position: relative;
    top: -.0625rem;
    vertical-align: middle;
    width: 1.5625rem
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: .0625rem solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: .875rem;
    margin: .625rem 0 0;
    outline: none;
    padding: .625rem .9375rem;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: .125rem .125rem .25rem;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 13.25rem;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 13.25rem
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: .4375rem
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .625rem;
    -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: .625rem
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 4.6875rem;
    margin: .125rem;
    max-height: calc(100% - .5rem);
    max-width: calc(50% - .25rem);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 6.25rem
}

.fancybox-thumbs__list a:before {
    border: .375rem solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:36rem) {
    .fancybox-thumbs {
        width: 6.875rem
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 6.875rem
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - .625rem)
    }
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .5) !important;
    -moz-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
    -ms-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
    -ms-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-weight: 400 !important
}

input,
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

.clearfix {
    position: relative
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both
}

input,
textarea {
    border: .0625rem solid #666;
    outline: none
}

body,
html {
    height: 100%;
    min-height: 100%
}

body.is-active,
html.is-active {
    overflow: hidden
}

body {
    font-size: 1rem;
    min-width: 20rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialised;
    letter-spacing: 0;
    font-family: ProximaNova, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #0e213b;
    background-color: #fff
}

@media only screen and (min-width:62rem) {

    body.is-active,
    body.is-active .header {
        padding-right: 1.0625rem
    }
}

img {
    height: auto
}

a,
button {
    cursor: pointer
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
    text-decoration: none;
    outline: none
}

.container {
    display: block;
    margin: 0 auto;
    padding: 0 .625rem;
    width: 100%
}

@media only screen and (min-width:75rem) {
    .container {
        max-width: 76.75rem
    }
}

.row {
    margin: 0 -.625rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col,
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.col {
    padding: 0 .625rem;
    width: 100%
}

@media only screen and (min-width:18.75rem) {
    .col.p0 {
        padding: 0
    }
}

@media only screen and (min-width:48rem) {
    .col.p0 {
        padding: 0 .625rem
    }
}

.col-xs-6 {
    width: 50%
}

@media only screen and (min-width:48rem) {
    .col-sm-2 {
        width: 16.666%
    }
}

@media only screen and (min-width:48rem) {
    .col-sm-10 {
        width: 66.666%
    }
}

@media only screen and (min-width:62rem) {
    .col-md-7 {
        width: 75%
    }
}

.col-xs-hidden {
    display: none
}

@media only screen and (min-width:62rem) {
    .col-md-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:62rem) {
    .col-md-hidden {
        display: none
    }
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.f-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xs-d-none {
    display: none
}

.xs-d-block {
    display: block
}

@media only screen and (min-width:62rem) {
    .md-d-block {
        display: block
    }
}

@media only screen and (min-width:62rem) {
    .md-d-none {
        display: none
    }
}

.f-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.center {
    display: block;
    text-align: center
}

.fancybox-slide--html {
    padding: 0
}

@media only screen and (min-width:48rem) {
    .fancybox-slide--html {
        padding: 3.125rem 0
    }
}

.fancybox-slide--html .fancybox-close-small {
    top: -.625rem
}

.fancybox-slide--html .fancybox-close-small svg path {
    fill: #fff
}

@media only screen and (min-width:62rem) {
    .fancybox-slide--html .fancybox-close-small {
        display: none
    }
}

[name=org] {
    display: none !important
}

main {
    overflow: hidden;
    padding: 5rem 0 0
}

@media only screen and (min-width:62rem) {
    main {
        padding: 120px 0 20px
    }
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    display: none
}

[type=checkbox]+label {
    line-height: 1;
    font-size: .75rem;
    padding-left: 1.3125rem;
    margin: 0;
    color: #000
}

@media only screen and (min-width:48rem) {
    [type=checkbox]+label {
        font-size: .75rem;
        color: #000
    }
}

[type=checkbox]+label a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

[type=checkbox]+label a:hover {
    color: #000
}

[type=checkbox]+label:after {
    opacity: 0;
    content: "";
    width: .5625rem;
    height: .5625rem;
    position: absolute;
    top: .125rem;
    left: .1875rem;
    border-radius: .125rem;
    background-color: #000;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -.0625rem;
    width: .9375rem;
    height: .9375rem;
    border-radius: .125rem;
    background-color: #000
}

[type=checkbox]:checked+label:after {
    opacity: 1
}

[type=checkbox]:disabled:checked+label:before,
[type=checkbox]:disabled:not(:checked)+label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type=checkbox]:disabled:checked+label:after {
    color: #999
}

.overflow {
    overflow: hidden
}

.btn {
    font-weight: 700;
    line-height: 1.71;
    width: 100%;
    padding: .5rem;
    border-radius: .25rem;
    border: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out, border .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out, border .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out, border .25s ease-out;
    font-size: calc(.875rem + 4 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .btn {
        font-size: 1.125rem
    }
}

.btn:hover .icon {
    left: .3125rem
}

@media only screen and (min-width:48rem) {
    .btn {
        width: auto;
        padding: .9375rem 3.125rem
    }
}

.btn.bg-green {
    background-color: #80c41c;
    border: .0625rem solid #80c41c;
    color: #fff;
    border-radius: 10px;
}

.btn.bg-green:hover {
    background-color: #568512;
    border: .0625rem solid #568512
}

.btn.border {
    border: .0625rem solid #80c41c;
    color: #80c41c;
    background-color: transparent
}

.btn.border:hover {
    background-color: #568512;
    border: .0625rem solid #568512;
    color: #fff
}

.btn.btn-icon {
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.btn-icon .icon {
    width: .9375rem;
    margin-left: .625rem;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out
}

@media only screen and (min-width:62rem) {
    .btn.btn-icon .icon {
        width: 1.375rem
    }
}

.section__padding {
    padding: 1.25rem 0
}

@media only screen and (min-width:48rem) {
    .section__padding {
        padding: 3.125rem 0
    }
}

@media only screen and (min-width:62rem) {
    .section__padding {
        padding: 4.375rem 0
    }
}

.section__padding.padding__bottom-0 {
    padding-bottom: 0
}

@media only screen and (min-width:62rem) {
    .section__padding.padding__top-0-md {
        padding-top: 0
    }
}

.section__title {
    font-weight: 700;
    line-height: 1.21;
    color: #1e222e;
    font-size: calc(1.125rem + 14 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .section__title {
        font-size: 2rem
    }
}

.section__gray {
    background-color: #f6f6f6
}

article ul {
    padding-left: .9375rem;
    list-style-type: none
}

@media only screen and (min-width:48rem) {
    article ul {
        padding-left: 1.875rem
    }
}

article ul li {
    padding-left: .9375rem;
    margin: .3125rem 0
}

article ul li::marker {
    content: "\2022";
    color: #80c41c;
    font-size: 30px;
    line-height: 0;
}

article ol {
    padding-left: .9375rem;
    list-style-type: none;
    counter-reset: a
}

@media only screen and (min-width:48rem) {
    article ol {
        padding-left: 1.875rem
    }
}

article ol li {
    padding-left: 1.125rem;
    position: relative;
    margin: .3125rem 0;
    counter-increment: a
}

article ol li:before {
    content: counter(a) ". ";
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #80c41c;
    position: absolute;
    top: .25rem;
    left: 0
}

.carousel__nav,
.carousel__nav .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.carousel__nav .item {
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent
}

.carousel__nav .item:hover svg {
    fill: #80c41c
}

.carousel__nav .item svg {
    fill: #212429;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out;
    width: 1.125rem
}

.carousel__nav .item.prev {
    margin-right: 1.25rem
}

.owl-carousel {
    width: 92%
}

@media only screen and (min-width:48rem) {
    .owl-carousel {
        width: 100%
    }
}

.owl-carousel .owl-stage-outer {
    overflow: visible
}

@media only screen and (min-width:48rem) {
    .owl-carousel .owl-stage-outer {
        overflow: hidden
    }
}

.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5625rem 0 0
}

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .125rem
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #80c41c
}

.owl-carousel .owl-dots .owl-dot.active span:after {
    opacity: 1
}

.owl-carousel .owl-dots .owl-dot span {
    width: .5rem;
    height: .5rem;
    background-color: #dbdfec;
    display: block;
    border-radius: 100%;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    position: relative
}

.owl-carousel .owl-dots .owl-dot span:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border: .0625rem solid #dbdfec;
    left: -.25rem;
    top: -.25rem;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.s-breadcrumbs {
    padding: .9375rem 0;
    margin-top: 75px;
}

@media(max-width: 991px) {
    .s-breadcrumbs {
        margin: 0;
    }
}

.s-breadcrumbs .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.37;
    color: #97e425;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: center;
    gap: 3px;
}

@media (min-width:125rem) {
    .s-breadcrumbs .breadcrumbs {
        font-size: 1rem
    }
}

.s-breadcrumbs .breadcrumbs li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.s-breadcrumbs .breadcrumbs li:after {
    content: "";
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='7' viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5.866A1 1 0 0 1 1.866.5l3.464 2a1 1 0 1 1-1 1.732l-3.464-2A1 1 0 0 1 .5.866z' fill='%2380C41C'/%3E%3Cpath d='M.402 5.866a1 1 0 0 0 1.366.366l3.464-2a1 1 0 0 0-1-1.732l-3.464 2a1 1 0 0 0-.366 1.366z' fill='%2380C41C'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: contain;
    width: .375rem;
    height: .4375rem;
    display: block;
    margin: 0 .625rem;
}

.s-breadcrumbs .breadcrumbs li:nth-last-child(-n + 2)::after {
    display: none;
}


.s-breadcrumbs .breadcrumbs a {
    color: #97e425;
}

.modal {
    display: none;
    max-width: 34.375rem;
    padding: 1.5625rem 0;
    overflow: visible
}

@media only screen and (min-width:48rem) {
    .modal {
        padding: 3.125rem
    }
}

.modal .s-form__subtitle,
.modal .s-form__title {
    text-align: center
}

.modal .s-form__form {
    max-width: none;
    margin: 0;
    width: 100%
}

.modal .s-form__form .field__group {
    width: 100% !important;
    margin: .625rem 0
}

.modal .s-form__btn {
    width: 100%
}

.modal__close {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: -3rem;
    right: .625rem;
    cursor: pointer
}

@media only screen and (min-width:48rem) {
    .modal__close {
        right: 0
    }
}

.modal__close img {
    width: 100%;
    height: 100%
}

.fancybox-slide--html {
    padding-top: 3.125rem
}

@media only screen and (max-width:48rem) {
    .fancybox-is-open .fancybox-bg {
        opacity: 1
    }
}

@media only screen and (max-width:48rem) {
    .fancybox-bg {
        background: #fff
    }
}

.fancybox-slide--html .fancybox-close-small {
    display: none
}

.s-search {
    padding: 0 0 3.125rem;
    padding-top: 100px;
}

@media only screen and (min-width:48rem) {
    .s-search {
        padding: 0 0 6.25rem;
        padding-top: 100px;
    }
}

.s-search .result_item {
    margin: .625rem 0;
    max-width: 40.625rem
}

.s-search .result_item a {
    color: #97e425;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .s-search .result_item a {
        font-size: 1.125rem
    }
}

.s-search .result_item a:hover {
    color: #568512
}

.s-error {
    padding: 1rem 0
}

@media only screen and (min-width:48rem) {
    .s-error {
        padding: 2.5rem 0 12.5rem
    }
}

.s-error__wrapper {
    width: 100%
}

.s-error__image {
    width: 100%;
    max-width: 35rem;
    display: block;
    margin: 0 auto
}

.s-error .pagetitle {
    color: #003aa5;
    text-align: center;
    margin: 1.875rem 0 .625rem;
    font-size: calc(1.875rem + 30 * ((100vw - 20rem) / 1600));
    line-height: 1
}

@media (min-width:125rem) {
    .s-error .pagetitle {
        font-size: 3.75rem
    }
}

.s-error .subtitle {
    font-weight: 400;
    font-size: calc(1rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.3;
    color: #003aa5;
    margin: 0;
    text-align: center
}

@media (min-width:125rem) {
    .s-error .subtitle {
        font-size: 1.125rem
    }
}

.s-error .link {
    margin: 3rem auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:36rem) {
    .s-error .link {
        max-width: 17.3125rem
    }
}

@media only screen and (min-width:48rem) {
    .s-error .link {
        margin: 3.5rem auto 0
    }
}

.hidden {
    display: none !important
}

.s-tags {
    padding: 0 0 2.5rem
}

.s-tags-list {
    margin: 0 -.5rem
}

.s-tags-list__item {
    width: auto;
    display: inline-block;
    margin: .25rem .5rem
}

@media only screen and (min-width:36rem) {
    .s-tags-list__item {
        margin: .5rem
    }
}

.s-tags-list__item span {
    color: #80c41c;
    font-size: 1rem;
    line-height: 1;
    display: block;
    padding: .375rem;
    font-weight: 700;
    background-color: #f6f6f6;
    border-radius: .25rem
}

@media only screen and (min-width:48rem) {
    .s-tags-list__item span {
        padding: .5rem .75rem
    }
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    padding: 4.5rem .625rem 4.375rem;
    overflow: auto;
    visibility: hidden;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media only screen and (min-width:62rem) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu.is-active {
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.mobile-menu .menu {
    padding: 0;
    list-style-type: none
}

.mobile-menu .menu__item {
    font-weight: 700;
    line-height: 1.3;
    color: #1e222e;
    font-size: 1.125rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .9375rem 0 0;
    justify-content: space-between;
}

.mobile-menu .menu__item a {
    color: #1e222e;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    width: auto
}

.mobile-menu .menu__item a:hover {
    color: #568512
}

.mobile-menu .menu .submenu {
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    padding: 0;
}

.mobile-menu .menu .submenu li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: .3125rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu .menu .submenu.is-active {
    display: block;
    color: rgba(30, 34, 46, 0.75);
}


.mobile-menu .down {
    width: 1rem;
    height: 1rem;
    margin-left: .3125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.mobile-menu .down.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu .down img {
    width: .75rem
}

.mobile-menu .btn {
    height: 3.125rem;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-menu .btn.border {
    width: 100%;
    margin-top: .625rem
}

@media only screen and (min-width:48rem) {
    .mobile-menu .btn.border {
        width: 48%;
        margin-left: 4%
    }
}

@media only screen and (min-width:48rem) {
    .mobile-menu .btn {
        width: 48%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.mobile-menu .info {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #313131;
    padding: 1.25rem 0 .25rem
}

.mobile-menu__gray {
    position: relative;
    padding: .0625rem 0 .625rem;
    text-align: center
}

.mobile-menu__gray:after {
    content: "";
    position: absolute;
    top: 0;
    left: -.625rem;
    height: 100%;
    width: calc(100% + 1.25rem);
    z-index: -1
}

.mobile-menu__phone .item {
    margin: 1rem 0
}

.mobile-menu__phone .item a {
    font-size: 1.375rem;
    line-height: 1.1;
    color: #1e222e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-menu__phone .item a svg {
    margin-right: .5rem;
    width: 1.625rem;
    height: 1.625rem
}

.mobile-menu .city {
    color: #80c41c;
    font-size: 1rem;
    line-height: 1.4;
    border-bottom: .125rem dashed #80c41c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap
}

.mobile-menu .city img {
    width: .75rem;
    height: .4375rem;
    margin-left: .5rem
}

.mobile-menu .feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.375rem -.5rem 0
}

.mobile-menu .feedback .item {
    padding: .5rem;
    width: 50%
}

.mobile-menu .feedback .item.tg .wrap {
    background-color: #23a0dc
}

.mobile-menu .feedback .item.wa .wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#36f46c), to(#02d648));
    background: -o-linear-gradient(top, #36f46c, #02d648);
    background: linear-gradient(180deg, #36f46c, #02d648)
}

.mobile-menu .feedback .wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: .375rem
}

.mobile-menu .feedback .wrap img {
    width: auto;
    margin-right: .375rem
}

.search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}

.search__form .input {
    width: calc(100% - 5.5rem);
    height: 3rem;
    border: .0625rem solid #80c41c;
    border-radius: .25rem 0 0 .25rem;
    padding: .3125rem .3125rem .3125rem 2.875rem
}

.search__form .icon {
    width: 1.3125rem;
    height: 1.3125rem;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: .875rem
}

.search__form .btn {
    width: 5.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 .25rem .25rem 0
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: unset;
    padding: 4px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 .3125rem .625rem hsla(0, 0%, 75%, .25);
    box-shadow: 0 .3125rem .625rem hsla(0, 0%, 75%, .25);
    background-color: #fff
}

.mobile-header,
.mobile-header .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-header .row {
    padding: 8px 0;
}

.mobile-header .col-1 {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: block;
}

.mobile-header .col-1.align-center {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.mobile-header .col-10 {
    width: calc(100% - 130px);
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-header__logo {
    width: 40px;
    height: 40px;
    display: block;
}

@media only screen and (min-width:62rem) {
    .mobile-header {
        display: none
    }
}

.mobile-header .phone {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #fff;
    padding: .5rem;
    background-color: #80c41c;
    border-radius: .25rem;
    display: inline-block
}

.mobile-header .btn-mobile {
    width: 1.625rem;
    height: 1.125rem;
    padding: 0;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-header .btn-mobile span {
    width: 100%;
    height: .125rem;
    background-color: #80c41c;
    border-radius: .75rem;
    display: block;
    position: relative
}

.mobile-header .btn-mobile span:after,
.mobile-header .btn-mobile span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: #80c41c
}

.mobile-header .btn-mobile span:before {
    top: -.5rem;
    -webkit-transition: top .25s ease-out, -webkit-transform .25s ease-out;
    transition: top .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: top .25s ease-out, transform .25s ease-out;
    transition: top .25s ease-out, transform .25s ease-out;
    transition: top .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out
}

.mobile-header .btn-mobile span:after {
    bottom: -.5rem;
    -webkit-transition: bottom .25s ease-out, -webkit-transform .25s ease-out;
    transition: bottom .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: bottom .25s ease-out, transform .25s ease-out;
    transition: bottom .25s ease-out, transform .25s ease-out;
    transition: bottom .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out
}

.mobile-header .btn-mobile.is-active span {
    background-color: transparent
}

.mobile-header .btn-mobile.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-header .btn-mobile.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none
}

@media only screen and (min-width:62rem) {
    .header {
        display: block
    }
}

.header-top {
    background-color: #f4f4f4
}

.header-top .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header .city {
    color: #80c41c;
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    line-height: 1.4;
    border-bottom: .125rem dashed #80c41c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    margin-right: .9375rem
}

@media (min-width:125rem) {
    .header .city {
        font-size: 1rem
    }
}

.header .city img {
    width: .75rem;
    height: .4375rem;
    margin-left: .5rem
}

@media only screen and (min-width:75rem) {
    .header .col-sm-3 {
        width: 24%
    }
}

@media only screen and (min-width:75rem) {
    .header .col-sm-4 {
        width: 33%
    }
}

@media only screen and (min-width:75rem) {
    .header .col-sm-5 {
        width: 43%
    }
}

@media only screen and (min-width:75rem) {
    .header .col-sm-7 {
        width: 57%
    }
}

.header__menu .item {
    padding: 0 .5rem
}

.header__menu .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(.875rem + 4 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #1e222e;
    white-space: nowrap
}

@media (min-width:125rem) {
    .header__menu .item a {
        font-size: 1.125rem
    }
}

.header__menu .item svg {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: .5rem
}

.header__btn {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px
}

.header__btn ul {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__btn ul li {
    height: 2.75rem;
    width: 2.75rem
}

@media only screen and (min-width:75rem) {
    .header__btn ul li {
        margin: 0 .5rem
    }
}

.header__btn ul li a {
    display: block;
    height: 100%;
    width: 100%
}

.header__btn ul li img {
    width: 100%
}

.header__btn .btn {
    height: 2.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .3125rem;
    width: auto;
    white-space: nowrap;
    max-width: 11.875rem;
    font-size: calc(.875rem + 4 * ((100vw - 20rem) / 1600));
    border-radius: 0
}

@media (min-width:125rem) {
    .header__btn .btn {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:75rem) {
    .header__btn .btn {
        padding: 0 .9375rem
    }
}

.header-bottom {
    background-color: #fff;
    padding: .5rem 0
}

.header__logo {
    width: 15%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    padding-left: 0
}

.header__logo img {
    width: 100%
}

.header__right {
    width: 85%
}

.header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.header__info div {
    font-size: calc(.875rem + 4 * ((100vw - 20rem) / 1600));
    line-height: 1.1;
    color: #313131;
    padding: 0 1rem
}

@media (min-width:125rem) {
    .header__info div {
        font-size: 1.125rem
    }
}

.header__info div:first-child {
    border-right: .0625rem solid #313131
}

.header .menu,
.header .header__menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .menu__item {
    font-weight: 700;
    line-height: 1.3;
    color: #1e222e;
    font-size: calc(.875rem + 3 * ((100vw - 20rem) / 1600));
    padding: 0 0rem;
    position: relative
}

@media (min-width:125rem) {
    .header .menu__item {
        font-size: 1.1rem
    }
}

.header .menu__item:hover>.submenu,
.header .menu__item:hover>.submenu-wrapper>.submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible
}

header .menu__item>.submenu-wrapper {
    overflow: hidden;
}

header .menu__item>.submenu-wrapper>.submenu {
    overflow: visible;
}

.header .menu__item.active,
.header .menu__item.active a {
    color: #80c41c
}

.header .menu__item a {
    color: #0e213b
}

.header .menu__item a:hover {
    color: #80c41c
}

.header .menu__item a {
    color: #1e222e;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.header .menu__item a:hover {
    color: #568512
}

.header .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    /* -webkit-transition:.1s ease-out;-o-transition:.1s ease-out;transition:.1s ease-out; */
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 0;
    list-style-type: none;
    width: 16.875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem 1.375rem rgba(0, 0, 0, .08);
    box-shadow: 0 .125rem 1.375rem rgba(0, 0, 0, .08);
    visibility: hidden;
    max-height: 304px;
    overflow-y: auto;
    overflow-x: hidden;
}

.header .submenu::-webkit-scrollbar {
    width: 5px;
}

.header .submenu::-webkit-scrollbar-track {
    background: #fff;
}

.header .submenu::-webkit-scrollbar-thumb {
    background: #80c41c;
    border-radius: 3px;
}

.header .submenu li a {
    text-align: left;
}

.header .submenu li {
    font-size: 1rem;
    text-transform: none;
    position: relative;
    color: #0e213b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1.25rem;
    border-bottom: .0625rem solid #f4f4f4
}

.header .submenu li:hover,
.header .submenu li:hover>a {
    color: #568512
}

.header .submenu li:hover:after {
    opacity: 1
}

.header .submenu li:hover>.submenu {
    overflow: visible;
}

.header .submenu li:hover>.submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 19rem;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.header .submenu li:hover>.submenu li,
.portal-submenu li {
    width: 100%
}

.header .submenu li:hover>.submenu li:hover,
.header .submenu li:hover>.submenu li:hover>a {
    color: #568512
}

.header .submenu li:hover>.submenu a {
    color: #0e213b
}

.header .submenu li a,
.portal-submenu li a {
    color: #0e213b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    padding: 0
}

.header .submenu li .submenu {
    left: 100%;
    top: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.header .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: .25rem 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.header nav {
    width: 83%
}

.header .d-flex {
    width: 32%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header form .input {
    width: calc(100% - 5.5rem);
    max-width: 11.5rem;
    height: 3rem;
    border: .0625rem solid #80c41c;
    border-radius: .25rem 0 0 .25rem;
    padding: .3125rem .3125rem .3125rem 2.875rem
}

.header form .icon {
    width: 1.3125rem;
    height: 1.3125rem;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: .875rem
}

.header form .btn {
    width: 5.5rem;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 .25rem .25rem 0
}

.s-banner {
    overflow: hidden;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:48rem) {
    .s-banner {
        background-color: #f4f4f4
    }
}

.s-banner .col {
    padding: 1rem 0 0;
    position: relative
}

@media only screen and (min-width:48rem) {
    .s-banner .col {
        padding: 3.125rem 0 0
    }
}

@media only screen and (min-width:62rem) {
    .s-banner .col {
        height: 46.875rem
    }
}

@media only screen and (min-width:75rem) {
    .s-banner .col {
        padding: 8.75rem 0 0
    }
}

.s-banner .wrap {
    padding: 0 .9375rem
}

.s-banner__title {
    line-height: 1.2;
    text-align: left;
    color: #1e222e;
    font-weight: 700;
    max-width: 43.125rem;
    margin: 0 0 .4375rem;
    font-size: calc(1.375rem + 26 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-banner__title {
        font-size: 3rem
    }
}

.s-banner__title .blue {
    color: #2e58a6
}

@media only screen and (min-width:48rem) {
    .s-banner__title {
        margin: 0 0 .9375rem
    }
}

.s-banner-list {
    font-weight: 400;
    font-size: calc(1rem + 8 * ((100vw - 20rem) / 1600));
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media (min-width:125rem) {
    .s-banner-list {
        font-size: 1.5rem
    }
}

.s-banner-list li {
    margin: .625rem 0;
    position: relative;
    padding-left: 1.25rem
}

@media only screen and (min-width:100rem) {
    .s-banner-list li {
        padding-left: 1.625rem
    }
}

.s-banner-list li:before {
    content: "";
    position: absolute;
    background-color: #80c41c;
    border-radius: 100%;
    width: .75rem;
    height: .75rem;
    left: 0;
    display: block;
    top: .125rem
}

@media only screen and (min-width:100rem) {
    .s-banner-list li:before {
        width: 1rem;
        height: 1rem
    }
}

@media only screen and (min-width:112.5rem) {
    .s-banner-list li:before {
        top: .1875rem
    }
}

.s-banner-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1rem
}

@media only screen and (min-width:48rem) {
    .s-banner-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 2.5rem 0 1rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner-buttons {
        margin: 2.5rem 0 0
    }
}

.s-banner-buttons__btn {
    margin: .25rem 0
}

@media only screen and (min-width:48rem) {
    .s-banner-buttons__btn {
        margin: 0 1rem 0 0
    }
}

.s-banner-advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.75rem;
    position: relative;
    z-index: 1;
    overflow: auto;
    padding: .9375rem 0
}

@media only screen and (min-width:36rem) {
    .s-banner-advantages {
        margin: 2.5rem -.75rem 0;
        padding: 0;
        overflow: visible
    }
}

.s-banner-advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .75rem;
    min-width: 14.25rem;
    width: 14.25rem
}

.s-banner-advantages__item .wrap {
    -webkit-box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25), .3125rem .3125rem .625rem hsla(0, 0%, 75%, .25);
    box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25), .3125rem .3125rem .625rem hsla(0, 0%, 75%, .25);
    border-radius: .625rem;
    background-color: #fff;
    text-align: center;
    padding: 1.5rem
}

.s-banner-advantages__item .number {
    font-weight: bolder;
    font-size: 3.5rem;
    line-height: 1.14;
    text-align: center;
    color: #80c41c
}

.s-banner-advantages__item .info {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    text-align: center;
    color: #1e222e
}

.s-banner__image {
    width: 100%;
    left: 0;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:48rem) {
    .s-banner__image {
        left: auto;
        margin-top: 1.25rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner__image {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        max-width: 21.875rem
    }
}

@media only screen and (min-width:75rem) {
    .s-banner__image {
        right: 5.625rem;
        max-width: 23.8125rem
    }
}

.s-banner__image .img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 7.8125rem
}

@media only screen and (min-width:48rem) {
    .s-banner__image .img {
        max-width: 15.625rem
    }
}

@media only screen and (min-width:62rem) {
    .s-banner__image .img {
        width: 100%;
        max-width: none
    }
}

.s-banner__image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(0, #80c41c));
    background: -o-linear-gradient(left top, transparent 50%, #80c41c 0);
    background: linear-gradient(to right bottom, transparent 50%, #80c41c 0);
    z-index: -1
}

@media only screen and (min-width:62rem) {
    .s-banner__image:after {
        display: none
    }
}

.s-banner__bg {
    display: none
}

@media only screen and (min-width:62rem) {
    .s-banner__bg {
        position: absolute;
        top: 0;
        right: -31%;
        width: auto;
        height: 100%;
        display: block;
        z-index: -1
    }
}

@media only screen and (min-width:75rem) {
    .s-banner__bg {
        right: -15%
    }
}

@media only screen and (min-width:81.25rem) {
    .s-banner__bg {
        right: -5%
    }
}

@media only screen and (min-width:90rem) {
    .s-banner__bg {
        right: 0
    }
}

.s-banner__el1 {
    display: none
}

@media only screen and (min-width:62rem) {
    .s-banner__el1 {
        width: 14.0625rem;
        position: absolute;
        right: 0;
        bottom: 8.375rem;
        display: block;
        z-index: 0
    }
}

.s-banner__el2 {
    display: none
}

@media only screen and (min-width:62rem) {
    .s-banner__el2 {
        width: 2.8125rem;
        position: absolute;
        left: 10%;
        bottom: 0;
        display: block;
        z-index: 0
    }
}

.s-services {
    position: relative;
    z-index: 1
}

.s-services-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll
}

@media only screen and (min-width:48rem) {
    .s-services-list {
        margin: 1.5625rem -.625rem 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: visible
    }
}

.s-services-list__item {
    width: 50%;
    margin: .9375rem 0;
    top: 0;
    position: relative;
    -webkit-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    transition: top .25s ease-out;
    min-width: 10.625rem
}

@media only screen and (min-width:48rem) {
    .s-services-list__item {
        width: 33.333%;
        min-width: auto
    }
}

@media only screen and (min-width:62rem) {
    .s-services-list__item {
        width: 20%
    }
}

.s-services-list__item:hover {
    top: -.3125rem
}

.s-services-list__item:hover .wrap {
    -webkit-box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25);
    box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25)
}

.s-services-list__item:hover .item__info .name {
    color: #80c41c
}

.s-services .item__image {
    width: 100%
}

.s-services .item__info {
    padding: 1rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

@media only screen and (min-width:48rem) {
    .s-services .item__info {
        padding: 1.25rem .9375rem 1.875rem
    }
}

.s-services .item__info .name {
    font-weight: 700;
    line-height: 1.33;
    color: #1e222e;
    font-size: calc(.75rem + 6 * ((100vw - 20rem) / 1600));
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    margin: 0 0 .5rem;
    padding: 0 .75rem
}

@media (min-width:125rem) {
    .s-services .item__info .name {
        font-size: 1.125rem
    }
}

@media only screen and (min-width:48rem) {
    .s-services .item__info .name {
        padding: 0
    }
}

.s-services .item__info .text {
    line-height: 1.4;
    color: #3a3e48;
    display: none;
    font-size: .875rem;
    margin: 0 0 .625rem
}

@media only screen and (min-width:48rem) {
    .s-services .item__info .text {
        display: block
    }
}

.s-services .item__info .price {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    color: #1e222e;
    margin: 0 0 .5rem;
    padding: 0 .75rem
}

@media only screen and (min-width:48rem) {
    .s-services .item__info .price {
        padding: 0;
        margin: 0;
        font-size: calc(1rem + 4 * ((100vw - 20rem) / 1600))
    }
}

@media only screen and (min-width:48rem) and (min-width:125rem) {
    .s-services .item__info .price {
        font-size: 1.25rem
    }
}

.s-services .item__info .link {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    width: 100%;
    color: #fff;
    background-color: #80c41c;
    text-align: center;
    padding: .8125rem 1rem;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out
}

.s-services .item__info .link:hover {
    color: #fff;
    background-color: #568512;
    border-color: #568512
}

@media only screen and (min-width:48rem) {
    .s-services .item__info .link {
        width: 100%;
        border-radius: .25rem;
        border: .0625rem solid #80c41c;
        color: #80c41c;
        background-color: transparent
    }
}

.s-services .wrap {
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .25s ease-out;
    transition: -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    min-height: 15.6875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media only screen and (min-width:48rem) {
    .s-services .wrap {
        min-height: 21.875rem
    }
}

@media only screen and (min-width:62rem) {
    .s-services .wrap {
        min-height: 26.375rem
    }
}

.s-services .info__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:48rem) {
    .s-services .info__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.s-services__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    max-width: 44.1875rem;
    display: none
}

@media only screen and (min-width:48rem) {
    .s-services__bg {
        display: block
    }
}

.s-advantages-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.25rem -.625rem 0
}

@media only screen and (min-width:48rem) {
    .s-advantages-list {
        margin: 1.5625rem -.625rem 0
    }
}

.s-advantages-list__item {
    width: 100%;
    margin: .25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    transition: top .25s ease-out
}

.s-advantages-list__item:hover {
    top: -.625rem
}

@media only screen and (min-width:48rem) {
    .s-advantages-list__item {
        width: 50%;
        margin: .625rem 0
    }
}

@media only screen and (min-width:62rem) {
    .s-advantages-list__item {
        width: 33.333%
    }
}

.s-advantages .wrap {
    width: 100%;
    background-color: #fff;
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    padding: .5rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:48rem) {
    .s-advantages .wrap {
        padding: 1.5rem 3.375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.s-advantages .item__icon {
    width: 2.875rem;
    margin: 0 .625rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-advantages .item__icon {
        width: 3.75rem;
        margin: 0 0 1.5rem
    }
}

.s-advantages .item__text {
    font-weight: 700;
    font-size: calc(.75rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.25;
    color: #000
}

@media (min-width:125rem) {
    .s-advantages .item__text {
        font-size: 1.125rem
    }
}

.s-advantages__bg {
    width: 13.125rem;
    display: none
}

@media only screen and (min-width:48rem) {
    .s-advantages__bg {
        display: block
    }
}

.s-form,
.s-form .wrap {
    position: relative;
    z-index: 1
}

.s-form .wrap {
    width: 100%;
    background-color: #f6f6f6;
    padding: .5rem 0 0;
    border-radius: 1rem
}

@media only screen and (min-width:48rem) {
    .s-form .wrap {
        padding: 2.5rem 3.125rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form .wrap {
        min-height: 22.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.s-form__subtitle {
    font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.2;
    text-align: center;
    margin: 0 0 1rem
}

@media (min-width:125rem) {
    .s-form__subtitle {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:48rem) {
    .s-form__subtitle {
        text-align: left;
        margin: 0 0 1.875rem
    }
}

.s-form__title {
    font-size: calc(1.5rem + 12 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #1e222e;
    margin: 0 0 .5rem;
    font-weight: 700;
    max-width: 31.25rem;
    padding: 0 .625rem
}

@media (min-width:125rem) {
    .s-form__title {
        font-size: 2.25rem
    }
}

@media only screen and (min-width:48rem) {
    .s-form__title {
        margin: 0 0 2.5rem;
        padding: 0
    }
}

@media only screen and (min-width:62rem) {
    .s-form__title {
        max-width: 48.625rem
    }
}

.s-form__title.margin__bottom-15 {
    margin-bottom: .9375rem
}

.s-form__image {
    width: 10rem;
    display: block;
    margin: 0 auto;
    z-index: -1
}

@media only screen and (min-width:48rem) {
    .s-form__image {
        position: absolute;
        right: 1.25rem;
        bottom: 0;
        width: 12.5rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form__image {
        width: 16.9375rem
    }
}

@media only screen and (min-width:75rem) {
    .s-form__image {
        right: 4.375rem
    }
}

.s-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem
}

.s-form__bg {
    display: none
}

@media only screen and (min-width:48rem) {
    .s-form__bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 44.25rem;
        z-index: -1;
        display: block
    }
}

.s-form__form {
    max-width: 46.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .75rem -.9375rem
}

@media only screen and (min-width:48rem) {
    .s-form__form {
        margin: 0 -.9375rem;
        width: 50%
    }
}

@media only screen and (min-width:62rem) {
    .s-form__form {
        width: 78%
    }
}

@media only screen and (min-width:75rem) {
    .s-form__form {
        width: 100%
    }
}

.s-form__form .field__group {
    width: 100%;
    padding: 0 .9375rem;
    margin: .5rem 0
}

@media only screen and (min-width:62rem) {
    .s-form__form .field__group {
        width: 32%;
        margin: 0
    }

    .s-form__form .field__group.submit {
        width: 36%
    }
}

.s-form__form .field__group .input {
    height: 3.5rem
}

.s-form__form .field__group .input,
.s-form__form .field__group .textarea {
    background-color: rgba(33, 62, 97, .04);
    border: .0625rem solid #e1e1e1;
    border-radius: .25rem;
    padding: 1rem;
    width: 100%;
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {

    .s-form__form .field__group .input,
    .s-form__form .field__group .textarea {
        font-size: 1rem
    }
}

.s-form__form .field__group .textarea {
    height: 7rem;
    resize: none
}

.s-form__form .field__group .s-form__btn {
    width: 100%;
    padding: 0;
    height: 3.5rem
}

.s-form.type2 .wrap {
    padding: 1rem .875rem .5rem;
    position: relative
}

@media only screen and (min-width:48rem) {
    .s-form.type2 .wrap {
        padding: 2.5rem 3.125rem
    }
}

.s-form.type2 .s-form__image {
    display: none
}

@media only screen and (min-width:48rem) {
    .s-form.type2 .s-form__image {
        display: block
    }
}

@media only screen and (max-width:47.9375rem) {

    .s-form.type2 .s-form__subtitle,
    .s-form.type2 .s-form__title {
        text-align: left;
        padding: 0
    }
}

@media only screen and (min-width:48rem) {
    .s-form.type2 .s-form__image {
        width: 18.75rem;
        right: 0
    }
}

@media only screen and (min-width:62rem) {
    .s-form.type2 .s-form__image {
        width: 16.9375rem
    }
}

@media only screen and (min-width:75rem) {
    .s-form.type2 .s-form__image {
        right: 4.375rem
    }
}

.s-form.type3 .wrapper {
    max-width: 36.25rem
}

@media only screen and (min-width:36rem) {
    .s-form.type3 .wrapper {
        max-width: 47.5rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form.type3 .wrapper {
        max-width: 36.25rem
    }
}

@media only screen and (min-width:68.75rem) {
    .s-form.type3 .wrapper {
        max-width: 43.75rem
    }
}

@media only screen and (min-width:75rem) {
    .s-form.type3 .wrapper {
        max-width: 47.5rem
    }
}

.s-form.type3 .s-form__subtitle {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: .625rem
}

.s-form.type3 .s-form__title {
    width: 100%;
    text-align: center;
    max-width: none;
    margin-bottom: 1.25rem
}

.s-form.type3 .s-form-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:36rem) {
    .s-form.type3 .s-form-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: auto
    }
}

@media only screen and (min-width:48rem) {
    .s-form.type3 .s-form-list {
        margin: 0 -.75rem;
        overflow: visible
    }
}

.s-form.type3 .s-form-list__item {
    width: 100%;
    padding: .75rem;
    min-width: 14.375rem
}

@media only screen and (min-width:36rem) {
    .s-form.type3 .s-form-list__item {
        width: 33.333%;
        padding: 0 .75rem
    }
}

@media only screen and (min-width:62rem) {
    .s-form.type3 .s-form-list__item {
        min-width: auto
    }
}

.s-form.type3 .s-form-list__item .number {
    background-color: #1e222e;
    -webkit-box-shadow: 0 .125rem 1rem rgba(141, 163, 179, .2);
    box-shadow: 0 .125rem 1rem rgba(141, 163, 179, .2);
    border-radius: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.9375rem;
    height: 5.5rem;
    margin: 0 auto 1rem
}

.s-form.type3 .s-form-list__item .number span {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    color: #80c41c
}

.s-form.type3 .s-form-list__item .number b {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    text-align: center
}

.s-form.type3 .s-form-list__item .title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    text-align: center;
    color: #1e222e;
    margin-bottom: .5rem
}

.s-form.type3 .s-form-list__item .text {
    font-size: .875rem;
    line-height: 1.4;
    text-align: center
}

.s-form.type3 .s-form__btn {
    margin: 0 auto
}

@media only screen and (min-width:48rem) {
    .s-form.type3 .s-form__btn {
        margin: 1.25rem auto 0
    }
}

@media only screen and (min-width:62rem) {
    .s-form.type3 .s-form__btn {
        position: absolute;
        right: 1.875rem;
        bottom: 1.875rem;
        margin: 0
    }
}

.s-form.type3 .s-form__image {
    margin: 0 auto;
    z-index: -1;
    width: 16.875rem
}

@media only screen and (min-width:48rem) {
    .s-form.type3 .s-form__image {
        display: none
    }
}

@media only screen and (min-width:62rem) {
    .s-form.type3 .s-form__image {
        display: block;
        width: 21.875rem;
        bottom: 5.875rem;
        right: 0
    }
}

@media only screen and (min-width:75rem) {
    .s-form.type3 .s-form__image {
        right: 1.25rem;
        bottom: 5.875rem;
        width: 21.875rem
    }
}

.s-form.type3 .s-form__bg {
    bottom: -10.375rem;
    top: auto
}

.s-form.type4 {
    z-index: 2
}

@media only screen and (min-width:62rem) {

    .s-form.type4 .s-form__left,
    .s-form.type4 .s-form__right {
        width: 50%
    }
}

.s-form.type4 .s-form__title {
    text-align: center;
    margin-bottom: 1rem;
    max-width: none
}

.s-form.type4 .s-form__subtitle {
    text-align: center;
    font-size: .875rem
}

.s-form.type4 .s-form__adv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-form.type4 .s-form__adv .item {
    width: 100%;
    text-align: center;
    padding: 1rem .5rem
}

@media only screen and (min-width:36rem) {
    .s-form.type4 .s-form__adv .item {
        width: 50%;
        padding: 0 .5rem
    }
}

.s-form.type4 .s-form__adv .item:first-child {
    border-bottom: .125rem solid #d2d2d2
}

@media only screen and (min-width:36rem) {
    .s-form.type4 .s-form__adv .item:first-child {
        border-bottom: 0;
        border-right: .125rem solid #d2d2d2
    }
}

.s-form.type4 .s-form__adv .item .number {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    color: #80c41c;
    margin-bottom: .25rem
}

.s-form.type4 .s-form__adv .item .title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #1e222e
}

.s-form.type4 .s-form__wrap {
    padding: .75rem;
    background-color: #fff;
    -webkit-box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25), .3125rem .3125rem .625rem hsla(0, 0%, 75%, .25);
    box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25), .3125rem .3125rem .625rem hsla(0, 0%, 75%, .25);
    border-radius: .625rem;
    width: 100%;
    margin: 1rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-form.type4 .s-form__wrap {
        padding: 1.125rem;
        margin: 1.5rem 0 0
    }
}

.s-form.type4 .s-form__wrap .title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    color: #80c41c
}

.s-form.type4 .s-form__wrap .subtitle {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    color: #1e222e
}

.s-form.type4 .s-form__wrap .descr {
    font-size: .875rem;
    line-height: 1.4;
    text-align: center;
    margin-top: .25rem
}

@media only screen and (min-width:48rem) {
    .s-form.type4 .s-form__wrap .descr {
        padding: 0 .9375rem
    }
}

.s-form.type4 .s-form__wrap .s-form__btn {
    margin: .25rem auto 0;
    height: 2.75rem;
    padding: 0 1rem
}

.s-form.type4 .s-form__image.type4 {
    width: 100%;
    position: relative;
    top: 0;
    right: 0
}

.s-article article {
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-article article {
        font-size: 1rem
    }
}

.s-article article .h3,
.s-article article h3 {
    font-size: calc(1rem + 8 * ((100vw - 20rem) / 1600));
    line-height: 1.18;
    font-weight: 700;
    margin: .75rem 0
}

@media (min-width:125rem) {

    .s-article article .h3,
    .s-article article h3 {
        font-size: 1.5rem
    }
}

.s-article article img {
    width: 100%;
    border-radius: .625rem;
    margin: .625rem 0
}

@media only screen and (min-width:48rem) {
    .s-article article img {
        max-width: 23.75rem;
        float: left;
        margin: 0 1.875rem 1.25rem 0
    }
}

.s-article article.no-active {
    max-height: 30.625rem;
    overflow: hidden
}

.s-article__btn {
    margin: 1rem auto 0
}

.s-gallery {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:48rem) {
    .s-gallery {
        overflow: visible
    }
}

.s-gallery-slider {
    margin: 1.5625rem auto 0;
    display: block
}

@media only screen and (min-width:48rem) {
    .s-gallery-slider {
        margin: 2.5rem 0 0
    }
}

.s-gallery .slider__item {
    border-radius: .625rem;
    overflow: hidden
}

.s-specialist {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:48rem) {
    .s-specialist {
        padding-bottom: 0
    }
}

.s-specialist-slider {
    margin: .75rem auto 0;
    display: block
}

@media only screen and (min-width:48rem) {
    .s-specialist-slider {
        margin: 2.5rem 0 0
    }
}

.s-specialist .slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.s-specialist .slider__item .wrap {
    background: -o-linear-gradient(90deg, #80c41c, #fff 50%);
    background: linear-gradient(1turn, #80c41c, #fff 50%);
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    padding: 1rem 1rem 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-specialist .slider__item .item__name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000
}

.s-specialist .slider__item .item__post {
    font-size: .875rem;
    line-height: 1.1;
    color: #3a3e48;
    margin: .5rem 0 .9375rem
}

.s-specialist .slider__item .item__age {
    font-size: .875rem;
    line-height: 1.1;
    color: #000;
    margin-bottom: .625rem
}

.s-specialist .slider__item .item__image {
    width: auto;
    height: 15.625rem;
    display: block;
    margin: auto
}

.s-specialist .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.s-specialist .owl-stage .owl-item {
    height: auto
}

.s-specialist .owl-carousel .owl-stage-outer {
    overflow: visible
}

@media only screen and (min-width:48rem) {
    .s-specialist .owl-carousel .owl-stage-outer {
        overflow: hidden;
        padding: 0 .125rem
    }
}

.s-reviews {
    position: relative;
    z-index: 1;
    background-color: #f6f6f6
}

@media only screen and (min-width:48rem) {
    .s-reviews {
        background-color: transparent
    }
}

.s-reviews-slider {
    margin: 1.25rem auto 0;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:48rem) {
    .s-reviews-slider {
        margin: 4.375rem 0 0
    }
}

.s-reviews .bg__gray {
    position: relative;
    z-index: 1
}

.s-reviews .bg__gray:after {
    content: "";
    position: absolute;
    background-color: #f6f6f6;
    border-radius: .625rem;
    width: calc(100% + 3.75rem);
    height: 100%;
    top: .9375rem;
    left: -1.875rem;
    z-index: -1
}

.s-reviews .section__title {
    position: relative;
    z-index: 2
}

.s-reviews .slider__item {
    background-color: #fff;
    border-radius: .625rem;
    padding: .75rem .9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:48rem) {
    .s-reviews .slider__item {
        padding: 1.25rem .875rem 3.125rem
    }
}

.s-reviews .item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-reviews .item__header .item__rating {
    width: 6.75rem
}

.s-reviews .item__name {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #444;
    font-weight: 700
}

.s-reviews .item__review {
    font-size: .875rem;
    margin: .75rem 0 0;
    line-height: 1.4
}

.s-reviews .item__review p {
    margin: 0
}

.s-reviews .carousel__nav {
    display: none;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:48rem) {
    .s-reviews .carousel__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 2.5rem
    }
}

.s-reviews .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.s-reviews .owl-stage .owl-item {
    height: auto
}

.s-reviews-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .9375rem 0 0
}

@media only screen and (min-width:36rem) {
    .s-reviews-btns {
        margin: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.s-reviews-btns__btn {
    margin: .3125rem 0;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:36rem) {
    .s-reviews-btns__btn {
        margin: .9375rem
    }
}

@media only screen and (min-width:36rem) {
    .s-reviews-btns {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1.875rem .9375rem .9375rem
    }
}

.s-faq .accordion {
    -webkit-transition: -webkit-box-shadow .25s ease-out;
    transition: -webkit-box-shadow .25s ease-out;
    -o-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out, -webkit-box-shadow .25s ease-out;
    border: .125rem solid #80c41c;
    border-radius: .625rem;
    margin: .3125rem 0
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion {
        margin: .625rem 0
    }
}

.s-faq .accordion-list {
    width: 100%;
    display: block;
    margin: 1.25rem auto 0
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion-list {
        margin: 1.25rem auto 0
    }
}

.s-faq .accordion__header {
    font-weight: 700;
    line-height: 1.2;
    padding: .75rem 5rem .75rem 1.25rem;
    position: relative;
    cursor: pointer;
    font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-faq .accordion__header {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion__header {
        padding: 1rem 4.375rem 1rem 1.875rem
    }
}

.s-faq .accordion__description {
    line-height: 1.14;
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    height: 0;
    overflow: hidden;
    font-size: calc(.875rem + 6 * ((100vw - 20rem) / 1600));
    color: #6c707c;
    padding: 0 1.25rem
}

@media (min-width:125rem) {
    .s-faq .accordion__description {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion__description {
        padding: 0 1.875rem
    }
}

.s-faq .accordion__description p {
    margin: 0
}

.s-faq .accordion .caret {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 1.875rem;
    top: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.981 25.996c-.4.001-.787-.127-1.095-.361L8.618 17.782c-.35-.267-.569-.65-.61-1.065a1.487 1.487 0 0 1 .388-1.15c.29-.32.708-.522 1.16-.56a1.82 1.82 0 0 1 1.253.356L19.98 22.4l9.173-6.785c.175-.131.376-.228.592-.287a1.857 1.857 0 0 1 1.307.127c.198.1.372.234.514.395.156.162.275.351.348.557a1.45 1.45 0 0 1-.13 1.25c-.115.19-.27.355-.458.486L21.059 25.73a1.828 1.828 0 0 1-1.078.267z' fill='%2380C41C'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

@media only screen and (min-width:48rem) {
    .s-faq .accordion .caret {
        top: .625rem
    }
}

@media only screen and (min-width:62rem) {
    .s-faq .accordion .caret {
        right: 1.5rem
    }
}

.s-faq .item.is-active {
    -webkit-box-shadow: 0 .25rem 2rem rgba(128, 196, 28, .5);
    box-shadow: 0 .25rem 2rem rgba(128, 196, 28, .5)
}

.s-faq .item.is-active .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:48rem) {
    .s-article-other {
        padding-bottom: 5.625rem
    }
}

.s-article-other-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-article-other-list__item {
    width: 100%;
    margin: .5rem 0
}

.s-article-other-list__item:hover .wrap {
    top: -.3125rem
}

@media only screen and (min-width:36rem) {
    .s-article-other-list__item {
        width: 50%;
        margin: 1rem 0
    }
}

@media only screen and (min-width:48rem) {
    .s-article-other-list__item {
        width: 33.333%;
        margin: 0
    }
}

.s-article-other-list__item .wrap {
    width: 100%;
    height: 11.875rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1rem;
    overflow: hidden;
    border-radius: .625rem;
    top: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    transition: top .25s ease-out
}

.s-article-other-list__item .wrap span {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.33;
    color: #fff;
    position: relative;
    z-index: 1
}

.s-article-other-list__item .wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 6.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 196, 28, 0)), to(rgba(128, 196, 28, .8)));
    background: -o-linear-gradient(top, rgba(128, 196, 28, 0), rgba(128, 196, 28, .8));
    background: linear-gradient(180deg, rgba(128, 196, 28, 0), rgba(128, 196, 28, .8));
    z-index: 0
}

@media only screen and (min-width:36rem) {
    .s-article-other-list__item .wrap {
        height: 13.75rem
    }
}

.s-link-menu {
    background-color: #f6f6f6;
    padding: 1.5rem 0
}

@media only screen and (min-width:48rem) {
    .s-link-menu {
        padding: 2rem 0
    }
}

.s-link-menu-list__item {
    width: 100%
}

@media only screen and (min-width:36rem) {
    .s-link-menu-list__item {
        width: 50%
    }
}

@media only screen and (min-width:48rem) {
    .s-link-menu-list__item {
        width: 25%
    }
}

.s-link-menu .title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.33;
    color: #444
}

.s-link-menu ul {
    font-size: .875rem;
    line-height: 1.5;
    padding: 0;
    margin: .5rem 0 0;
    list-style-type: none;
    width: 100%
}

@media only screen and (min-width:36rem) {
    .s-link-menu ul {
        max-width: 17.25rem
    }
}

@media only screen and (min-width:48rem) {
    .s-link-menu ul {
        margin: 0;
        line-height: 1
    }
}

@media only screen and (min-width:62rem) {
    .s-link-menu ul {
        line-height: .9375rem
    }
}

.s-link-menu ul li {
    margin: .375rem 0
}

.s-link-menu ul a {
    color: rgba(30, 34, 46, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .25rem .9375rem .25rem 0;
    position: relative;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.s-link-menu ul a:hover {
    color: #80c41c
}

.s-link-menu ul a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.667 5a.667.667 0 0 1-.154.427l-3.333 4a.668.668 0 0 1-1.027-.854L3.14 5 .26 1.427a.667.667 0 0 1 .1-.94.667.667 0 0 1 .973.093l3.22 4a.667.667 0 0 1 .114.42z' fill='%2380C41C'/%3E%3C/svg%3E");
    width: .3125rem;
    height: .625rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.s-specialist.inner .s-specialist__list {
    margin: .9375rem auto 0
}

.s-specialist.inner .s-specialist__list .slider__item {
    padding: 0
}

.s-specialist.inner .s-specialist__list:not(.owl-carousel) {
    margin: .9375rem -.625rem 0
}

.s-specialist.inner .s-specialist__list:not(.owl-carousel) .slider__item {
    width: 100%;
    margin: .3125rem 0;
    padding: 0 .625rem;
    top: 0;
    position: relative;
    -webkit-transition: top .25s ease-out;
    -o-transition: top .25s ease-out;
    transition: top .25s ease-out
}

.s-specialist.inner .s-specialist__list:not(.owl-carousel) .slider__item:hover {
    top: -.3125rem
}

.s-specialist.inner .s-specialist__list:not(.owl-carousel) .slider__item:hover .wrap {
    -webkit-box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25);
    box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25)
}

@media only screen and (min-width:48rem) {
    .s-specialist.inner .s-specialist__list:not(.owl-carousel) .slider__item {
        width: 50%;
        margin: .625rem 0
    }
}

@media only screen and (min-width:62rem) {
    .s-specialist.inner .s-specialist__list:not(.owl-carousel) .slider__item {
        width: 33.333%
    }
}

@media only screen and (min-width:75rem) {
    .s-specialist.inner .s-specialist__list:not(.owl-carousel) .slider__item {
        width: 25%
    }
}

.s-specialist-detail {
    padding: 0 0 3.125rem
}

@media only screen and (min-width:48rem) {
    .s-specialist-detail {
        padding: 0 0 6.25rem
    }
}

.s-specialist-detail .wrap {
    background: -o-linear-gradient(90deg, #80c41c, #fff 50%);
    background: linear-gradient(1turn, #80c41c, #fff 50%);
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    padding: 1rem 1rem 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-specialist-detail .col-sm-3 {
    width: 100%
}

@media only screen and (min-width:48rem) {
    .s-specialist-detail .col-sm-3 {
        width: 35%
    }
}

@media only screen and (min-width:62rem) {
    .s-specialist-detail .col-sm-3 {
        width: 25%
    }
}

.s-specialist-detail .col-sm-9 {
    width: 100%
}

@media only screen and (min-width:48rem) {
    .s-specialist-detail .col-sm-9 {
        width: 65%
    }
}

@media only screen and (min-width:62rem) {
    .s-specialist-detail .col-sm-9 {
        width: 75%
    }
}

@media only screen and (min-width:48rem) {
    .s-specialist-detail .section__title {
        margin-bottom: 1.875rem
    }
}

.s-specialist-detail .wrapper {
    position: relative;
    width: 100%
}

.s-specialist__text {
    line-height: 1.1;
    max-width: 31.25rem
}

.s-specialist__text .big {
    font-size: calc(.875rem + 10 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-specialist__text .big {
        font-size: 1.5rem
    }
}

.s-specialist__text .mb-md-40 {
    margin-bottom: .625rem
}

@media only screen and (min-width:62rem) {
    .s-specialist__text .mb-md-40 {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:62rem) {
    .s-specialist__text .mb-md-10 {
        margin-bottom: .625rem
    }
}

.s-specialist__info {
    font-size: calc(.75rem + 6 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-specialist__info {
        font-size: 1.125rem
    }
}

.s-specialist__info p {
    margin: 0
}

.s-specialist__image {
    width: auto;
    height: 15.625rem;
    display: block;
    margin: auto
}

.s-specialist__btn {
    margin: .75rem 0
}

@media only screen and (min-width:48rem) {
    .s-specialist__btn {
        margin: 1.5rem 0 0
    }
}

.s-specialist-license {
    margin: .625rem -.1875rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto
}

@media only screen and (min-width:62rem) {
    .s-specialist-license {
        margin: 0 -.1875rem;
        position: absolute;
        top: 0;
        right: 0
    }
}

.s-specialist-license .item {
    padding: 0 .1875rem;
    width: 33.333%;
    margin: .3125rem 0
}

@media only screen and (min-width:62rem) {
    .s-specialist-license .item {
        width: auto
    }
}

.s-specialist-license__image {
    width: 100%
}

@media only screen and (min-width:62rem) {
    .s-specialist-license__image {
        max-width: 5.875rem
    }
}

.s-service.inner {
    padding: .5rem 0 .9375rem
}

@media only screen and (min-width:48rem) {
    .s-service.inner {
        padding: 2.5rem 0 5rem
    }
}

.s-service.inner .page__title {
    font-weight: 700;
    font-size: calc(1.4375rem + 25 * ((100vw - 20rem) / 1600));
    line-height: 1.2
}

@media (min-width:125rem) {
    .s-service.inner .page__title {
        font-size: 3rem
    }
}

@media only screen and (min-width:56.25rem) {
    .s-service.inner .col-md-8 {
        width: 66%
    }
}

@media only screen and (min-width:56.25rem) {
    .s-service.inner .col-md-4 {
        width: 34%
    }
}

.s-service article {
    font-size: calc(.875rem + 2 * ((100vw - 20rem) / 1600));
    color: #1e222e
}

@media (min-width:125rem) {
    .s-service article {
        font-size: 1rem
    }
}

.s-service article img {
    width: 100%;
    margin: 1.25rem 0;
    border-radius: .625rem
}

@media only screen and (min-width:62rem) {
    .s-service article img {
        margin: 1.875rem 0
    }
}

.s-service article .h2,
.s-service article h2 {
    font-size: calc(1rem + 8 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {

    .s-service article .h2,
    .s-service article h2 {
        font-size: 1.5rem
    }
}

.s-service article blockquote {
    background-color: #f6f6f6;
    border-left: .0625rem solid #468e87;
    padding: 1.25rem .625rem 1.25rem 3.75rem;
    position: relative
}

.s-service article blockquote:before {
    content: "";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    width: 1.5rem;
    height: 1.3125rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='21' viewBox='0 0 24 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.713 11.426c.649 0 1.27-.113 1.85-.312-1.285 7.374-7.035 12.129-1.705 8.215 5.91-4.34 5.575-13.442 5.568-13.608v-.008a5.713 5.713 0 1 0-5.713 5.713z' fill='%23468E87'/%3E%3Cpath d='M23.857 5.72v-.007a5.713 5.713 0 1 0-5.713 5.713c.649 0 1.27-.113 1.85-.312-1.285 7.374-7.035 12.129-1.705 8.215 5.91-4.34 5.575-13.442 5.568-13.608z' fill='%23468E87'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat
}

.s-service-price-list {
    margin: 1rem 0
}

.s-service-price-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f4f4f4;
    padding: .875rem .625rem;
    margin: .5rem 0;
    border-radius: .625rem;
    color: #1e222e;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:48rem) {
    .s-service-price-list .item {
        padding: .75rem 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.s-service-price-list .item__name {
    font-weight: 700;
    font-size: calc(.625rem + 4 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .s-service-price-list .item__name {
        font-size: .875rem
    }
}

.s-service-price-list .item__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -.9375rem 0 0
}

@media only screen and (min-width:48rem) {
    .s-service-price-list .item__block {
        margin: 0;
        width: auto
    }
}

.s-service-price-list .item__price {
    font-weight: 700;
    font-size: calc(.6875rem + 3 * ((100vw - 20rem) / 1600));
    width: 30%;
    margin: .625rem 0 0
}

@media (min-width:125rem) {
    .s-service-price-list .item__price {
        font-size: .875rem
    }
}

@media only screen and (min-width:48rem) {
    .s-service-price-list .item__price {
        margin: 0;
        margin-right: 2rem
    }
}

.s-service-price-list .item__btn {
    padding: .625rem .875rem;
    width: auto;
    white-space: nowrap
}

@media only screen and (min-width:48rem) {
    .s-service-price-list .item__btn {
        padding: .75rem 1.25rem
    }
}

.s-service__form {
    border-radius: .625rem;
    padding: 1.25rem .5625rem;
    margin: 1.25rem 0 1.875rem;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:48rem) {
    .s-service__form {
        padding: 2.5rem 1.875rem 3.125rem;
        margin: 1.875rem 0
    }
}

.s-service__form .s-form__subtitle {
    font-weight: 700;
    line-height: 2.75rem;
    text-align: center;
    line-height: 1.2;
    font-size: calc(2.25rem + -12 * ((100vw - 20rem) / 1600));
    margin: 0 0 .625rem
}

@media (min-width:125rem) {
    .s-service__form .s-form__subtitle {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:48rem) {
    .s-service__form .s-form__subtitle {
        text-align: left;
        line-height: 1.5;
        margin: 0 0 1.25rem
    }
}

.s-service__form .s-form__descr {
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
    color: #1e222e;
    margin: 0 0 1.875rem
}

@media only screen and (min-width:48rem) {
    .s-service__form .s-form__descr {
        text-align: left;
        max-width: 21.75rem;
        margin: 0 0 2.5rem
    }
}

.s-service__form .s-form__image {
    width: auto;
    max-height: 17.5rem;
    right: 0;
    display: none
}

@media only screen and (min-width:48rem) {
    .s-service__form .s-form__image {
        display: block
    }
}

.s-service__form .s-form__btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-service__form .s-form__btn-block .btn.bg-green {
    margin: 0 0 .75rem
}

@media only screen and (min-width:48rem) {
    .s-service__form .s-form__btn-block .btn.bg-green {
        margin: 0 .75rem 0 0;
        max-width: 17.875rem
    }
}

@media only screen and (min-width:48rem) {
    .s-service__form .s-form__btn-block .btn.border {
        max-width: 15.125rem;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.s-service-list-element {
    padding: 1.875rem 1.25rem;
    border-radius: .625rem;
    margin: 0 0 1.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:48rem) {
    .s-service-list-element {
        padding: 1.5rem;
        margin: 0 0 1.875rem
    }
}

.s-service-list-element__title {
    font-size: calc(1.125rem + 18 * ((100vw - 20rem) / 1600));
    text-align: center;
    font-weight: 700
}

@media (min-width:125rem) {
    .s-service-list-element__title {
        font-size: 2.25rem
    }
}

@media only screen and (min-width:48rem) {
    .s-service-list-element__title {
        text-align: left
    }
}

.s-service-list-element__bg {
    display: none
}

@media only screen and (min-width:75rem) {
    .s-service-list-element__bg {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1
    }
}

.s-service .wrapper {
    margin: .9375rem -.3125rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media only screen and (min-width:48rem) {
    .s-service .wrapper {
        margin: 1.5625rem -.3125rem 0
    }
}

@media only screen and (min-width:75rem) {
    .s-service .wrapper {
        max-width: 33.125rem
    }
}

.s-service .wrapper__item {
    padding: 0 .3125rem;
    width: 50%;
    margin: .3125rem 0;
    height: auto
}

.s-service .wrapper__item>div {
    background-color: #fff;
    width: 100%;
    border-radius: .625rem;
    padding: 1.4375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:48rem) {
    .s-service .wrapper__item>div {
        padding: 1.25rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.s-service .wrapper__item .name {
    font-size: calc(.75rem + 4 * ((100vw - 20rem) / 1600));
    font-weight: 700
}

@media (min-width:125rem) {
    .s-service .wrapper__item .name {
        font-size: 1rem
    }
}

.sidebar.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25), .3125rem .3125rem .625rem hsla(0, 0%, 75%, .25);
    box-shadow: -.3125rem 0 .625rem hsla(0, 0%, 75%, .25), .3125rem .3125rem .625rem hsla(0, 0%, 75%, .25);
    border-radius: .625rem;
    padding: 1.25rem .9375rem
}

.sidebar__title {
    font-size: 1.5rem;
    font-weight: 700
}

.sidebar__image {
    width: 100%;
    border-radius: .625rem;
    margin: .625rem 0
}

.sidebar__descr {
    font-size: 1rem;
    line-height: 1.25;
    color: #1e222e;
    margin: 0 0 .9375rem
}

.sidebar__btn.btn-icon {
    width: 100%
}

@media only screen and (min-width:48rem) {
    .sidebar__btn.btn-icon {
        height: 3.375rem;
        max-width: 21.875rem;
        margin: 0 auto
    }
}

@media only screen and (min-width:62rem) {
    .sidebar__btn.btn-icon {
        max-width: none
    }
}

.sidebar-slider {
    margin: .9375rem 0 0;
    width: 100%
}

.sidebar-slider .owl-stage-outer {
    overflow: hidden
}

.sidebar-slider.license .owl-stage-outer {
    border-radius: 1.25rem
}

.sidebar-slider .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .9375rem 0 0
}

.sidebar-slider .owl-nav button.owl-next,
.sidebar-slider .owl-nav button.owl-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(46, 88, 166, .3);
    border-radius: .3125rem;
    margin: 0 .4375rem;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out
}

.sidebar-slider .owl-nav button.owl-next:hover,
.sidebar-slider .owl-nav button.owl-prev:hover {
    background-color: #80c41c
}

.sidebar-slider .owl-nav button.owl-next svg,
.sidebar-slider .owl-nav button.owl-prev svg {
    width: .5625rem;
    height: 1rem
}

.sidebar-slider.gallery .sidebar-slider__item {
    border-radius: 1.25rem;
    height: 15.625rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media only screen and (min-width:62rem) {
    .sidebar-slider.gallery .sidebar-slider__item {
        height: 22.5rem
    }
}

.sidebar-slider.specialist .sidebar-slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.sidebar-slider.specialist .sidebar-slider__item .wrap {
    background: -o-linear-gradient(90deg, #80c41c, #fff 50%);
    background: linear-gradient(1turn, #80c41c, #fff 50%);
    border: .0625rem solid #dbdfec;
    border-radius: .625rem;
    padding: 1rem 1rem 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left
}

.sidebar-slider.specialist .sidebar-slider__item .item__name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000
}

.sidebar-slider.specialist .sidebar-slider__item .item__post {
    font-size: .875rem;
    line-height: 1.1;
    color: #3a3e48;
    margin: .5rem 0 .9375rem
}

.sidebar-slider.specialist .sidebar-slider__item .item__age {
    font-size: .875rem;
    line-height: 1.1;
    color: #000;
    margin-bottom: .625rem
}

.sidebar-slider.specialist .sidebar-slider__item .item__image {
    width: auto;
    height: 15.625rem;
    display: block;
    margin: auto
}

.sidebar-slider.specialist .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sidebar-slider.specialist .owl-stage .owl-item {
    height: auto
}

.sidebar .sidebar__btn {
    padding-left: .625rem;
    padding-right: .625rem
}

.sidebar.mb-md-40 {
    margin-bottom: .9375rem
}

@media only screen and (min-width:62rem) {
    .sidebar.mb-md-40 {
        margin-bottom: 2.5rem
    }
}

.wrap.bg-gray {
    background-color: #f4f4f4
}

.s-contacts {
    padding: 0 0 3.75rem
}

@media only screen and (min-width:48rem) {
    .s-contacts {
        padding: 0 0 9.375rem
    }
}

.s-contacts-list__item {
    width: 100%;
    margin: .5rem 0
}

@media only screen and (min-width:48rem) {
    .s-contacts-list__item {
        margin: .75rem 0
    }
}

.s-contacts-list__item .wrap {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: .625rem;
    padding: .375rem .9375rem
}

@media only screen and (min-width:48rem) {
    .s-contacts-list__item .wrap {
        padding: 1.0625rem 1.25rem
    }
}

.s-contacts-list__item .wrap>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}


.s-contacts .icon {
    width: 1.3125rem;
    height: 1.3125rem
}

@media only screen and (min-width:48rem) {
    .s-contacts .icon {
        width: 2.75rem;
        height: 2.75rem;
        margin-right: .625rem
    }
}

.s-contacts .link {
    font-weight: 700;
    font-size: calc(.875rem + 4 * ((100vw - 20rem) / 1600));
    line-height: 1;
    color: #000;
    margin: .125rem 0;
    display: inline-block;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

@media (min-width:125rem) {
    .s-contacts .link {
        font-size: 1.125rem
    }
}

.s-contacts .link:hover {
    color: #80c41c
}

.footer .container {
    max-width: 1400px;
}

.footer__top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 0 16px;
}

.footer__services {
    color: #fff;
    list-style: none;
    column-count: 1;
    padding: 0;
}

@media(max-width: 1200px) {
    .footer__services {
        font-size: 14px;
    }

    .footer__contacts .item a {
        font-size: 14px !important;
    }
}

@media(max-width: 992px) {
    .footer__top {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 768px) {
    .footer__top {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 550px) {
    .footer__services {
        column-count: 1;
    }
}

.s-contacts .info {
    font-size: .625rem;
    color: #6e9bb8;
    margin: .625rem 0 0;
    line-height: 1
}

@media only screen and (min-width:45rem) {
    .s-contacts .info {
        margin: .75rem 0 0
    }
}

.s-contacts-map {
    margin: .5rem -.625rem
}

@media only screen and (min-width:48rem) {
    .s-contacts-map {
        margin: .75rem -.625rem
    }
}

.s-contacts-map .wrap {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: .625rem;
    padding: .375rem .9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:48rem) {
    .s-contacts-map .wrap {
        padding: 1.0625rem 1.25rem
    }
}

.s-contacts-map__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:48rem) {
    .s-contacts-map__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.s-contacts-map .adress {
    font-weight: 700;
    font-size: calc(1.125rem + 6 * ((100vw - 20rem) / 1600));
    line-height: 1.1;
    color: #000
}

@media (min-width:125rem) {
    .s-contacts-map .adress {
        font-size: 1.5rem
    }
}

.s-contacts-map .info {
    margin: .5625rem 0 0
}

.s-contacts #map {
    width: 100%;
    height: 11.25rem;
    border: .125rem solid #80c41c;
    border-radius: .625rem;
    margin: 1rem 0 0;
    overflow: hidden
}

@media only screen and (min-width:48rem) {
    .s-contacts #map {
        height: 24.25rem
    }
}

.inner {
    padding: 0 0 3.125rem;
    background-color: transparent
}

@media only screen and (min-width:48rem) {
    .inner {
        padding: 0 0 5rem
    }
}

.s-reviews.inner .s-reviews-slider {
    margin: .625rem -.625rem 0
}

@media only screen and (min-width:48rem) {
    .s-reviews.inner .s-reviews-slider {
        margin: .9375rem -.625rem 0
    }
}

.s-reviews.inner .s-reviews-slider .slider__item {
    width: 100%;
    padding: 0 .625rem;
    margin: .625rem 0
}

@media only screen and (min-width:48rem) {
    .s-reviews.inner .s-reviews-slider .slider__item {
        width: 50%
    }
}

@media only screen and (min-width:62rem) {
    .s-reviews.inner .s-reviews-slider .slider__item {
        width: 33.3333%
    }
}

.s-reviews.inner .s-reviews-slider .slider__item .wrap {
    background-color: #f6f6f6;
    border-radius: .625rem;
    padding: .75rem .9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:48rem) {
    .s-reviews.inner .s-reviews-slider .slider__item .wrap {
        padding: 1.25rem .875rem 3.125rem
    }
}

.s-price.inner .s-service-price-list {
    width: 100%
}

.s-services.inner .s-services-list {
    margin: .625rem -.625rem 0;
    overflow: visible;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s-services.inner .item__info .link {
    width: 100%
}

.footer {
    background-color: #272727;
    padding: 1.25rem 0 0
}

@media only screen and (min-width:48rem) {
    .footer {
        padding: 1.5625rem 0 0
    }
}

@media only screen and (min-width:75rem) {
    .footer {
        padding: 3.75rem 0 0
    }
}

.footer .col {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:36rem) {
    .footer .col-sm-4 {
        width: 50%
    }
}

@media only screen and (min-width:62rem) {
    .footer .col-sm-4 {
        width: 33%
    }

    .footer .col-sm-4:nth-child(2) {
        width: 28%
    }

    .footer .col-sm-4:nth-child(4) {
        width: 22%
    }
}

@media only screen and (min-width:48rem) {
    .footer .col-sm-6 {
        width: 50%
    }
}

.footer .col-xs-hidden {
    display: none
}

@media only screen and (min-width:48rem) {
    .footer .col-xs-hidden {
        display: block
    }
}

@media only screen and (min-width:62rem) {
    .footer__top {
        margin-bottom: 3.75rem
    }
}

.footer__logo {
    width: auto;
    height: 3.75rem;
    margin-bottom: 20px;
    max-width: 100%
}

.footer__copy {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .4);
    margin: 1rem 0 0
}

.footer__copy p {
    margin: 0 0 .5rem
}

@media only screen and (min-width:48rem) {
    .footer__copy {
        max-width: 17.25rem
    }
}

.footer__bottom {
    background-color: #202020;
    padding: .9375rem 0
}

.footer .copy {
    color: #fff;
    font-size: .875rem
}

.footer__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(.75rem + 2 * ((100vw - 20rem) / 1600))
}

@media (min-width:125rem) {
    .footer__links {
        font-size: .875rem
    }
}

@media only screen and (min-width:48rem) {
    .footer__links {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer__links .delimeter {
    width: .0625rem;
    height: 1.25rem;
    background-color: #fff;
    margin: 0 .625rem
}

.footer__links a {
    color: #fff;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.footer__links a:hover {
    color: #80c41c
}

.footer__contacts {
    margin-top: .9375rem
}

@media only screen and (min-width:36rem) {
    .footer__contacts {
        margin: 0
    }
}

.footer__contacts .item {
    margin-bottom: 1rem
}

.footer__contacts .item.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    line-height: 1;
    color: #fff
}

.footer__contacts .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #fff;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.footer__contacts .item a:hover {
    color: #80c41c
}

.footer__contacts .item svg {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: .5rem
}

.footer__contacts .item span {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    margin-top: .25rem;
    display: block
}

.footer__contacts .city,
.footer__contacts .city_folder {
    margin: 10px 0 20px;
    color: #80c41c;
    font-size: .875rem;
    line-height: 1.4;
    border-bottom: .125rem dashed #80c41c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.footer__contacts .item .city img {
    width: .75rem;
    height: .4375rem;
    margin-left: .5rem
}

.footer__consult {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #fff;
    padding: .75rem 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: .5rem;
    margin-top: .9375rem
}

@media only screen and (min-width:36rem) {
    .footer__consult {
        margin: 0
    }
}

.footer__pay {
    margin-top: .3125rem
}

@media only screen and (min-width:36rem) {
    .footer__pay {
        margin: 0
    }
}

.footer__pay .title {
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #fff;
    margin: .75rem 0 0
}

.footer__pay .subtitle {
    font-size: 1rem;
    line-height: 1.25;
    color: hsla(0, 0%, 100%, .4)
}

.footer__pay img {
    width: 100%;
    max-width: 17.5rem
}

.footer__soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5625rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:36rem) {
    .footer__soc {
        margin: 0;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.footer__soc .btn {
    width: 100%;
    padding: .75rem .625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 .5rem
}

@media only screen and (min-width:62rem) {
    .footer__soc .btn {
        max-width: 13.625rem
    }
}

.footer__soc ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0 -.625rem
}

.footer__soc ul li {
    padding: .625rem
}

.footer__soc ul li a {
    display: block;
    width: 2.5rem;
    height: 2.5rem
}

.footer__soc ul li img {
    width: 100%
}

.footer .bottom__text {
    font-size: .875rem;
    text-align: center;
    color: #fff;
    margin: .9375rem auto 0;
    max-width: 62.5rem
}

.footer .bottom__text p {
    margin: 0
}

.modal#city {
    width: 100%;
    max-width: 50rem
}

.city-list {
    padding: 0;
    list-style-type: none;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.city-list li {
    width: 50%;
    font-size: .875rem;
    color: #0e213b;
    margin: .3125rem 0
}

.city-list li.is-active,
.city-list li:first-letter {
    font-weight: 700
}

@media only screen and (min-width:48rem) {
    .city-list li {
        font-size: 1rem
    }
}

.city-list li a {
    color: #0e213b;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.city-list li a:hover {
    color: #80c41c
}

@media only screen and (min-width:36rem) {
    .city-list li {
        width: 33.333%
    }
}

.header-bottom .row {
    justify-content: space-between;
}

.header__info-new p {
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    max-width: 430px;
    min-width: 327px;
}

.header .header__btn {
    width: auto;
}

.header .header__btn {
    padding-right: 0;
}

h1,
h1.section__title {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #1E222E;
}

.header .menu {
    align-items: flex-start;
    padding-inline: 0px;
}

.header .menu__item {
    padding: 0 2px;
}

.header .header__menu .menu__item {
    font-size: 1rem;
}

.header .header__menu .menu__item a {
    color: #1e222ebe;
    font-weight: normal;
}

.header__menu .item .phone__narkolog-protiv-zapoya {
    font-weight: 700;
    font-size: 24px;
}

@media(max-width: 1150px) {
    .header .header__menu .menu__item {
        font-size: 12px;
    }
}

@media(max-width:575px) {
    .header__menu .item .phone__narkolog-protiv-zapoya {
        font-size: 18px;
        font-weight: 400;
    }
}

.s-service article .float {
    float: right;
    width: 300px;
    margin: 10px;
}

@media only screen and (max-width:450px) {
    .s-service article .float {
        float: none;
        width: 340px;
        margin: 10px;
    }
}

.promo__item {
    cursor: pointer;
    position: relative;
    width: 380px;
    height: 220px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    padding: 16px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2), 0px 4px 19px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.promo__item>img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.promo__title {
    max-width: 250px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #1E222E;
}

.promo__prices {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.promo__newprice {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 24px;
    border-radius: 28px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.promo__oldprice {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #1E222E;
}

.promo__button {
    background: #80C41C;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 51px;
    margin-top: 28px;
    color: #fff;
    max-width: 250px;
    transition: .2s all;
}

.promo__button:hover {
    background: #568512;
}

.promo__undertext {
    position: absolute;
    bottom: 6px;
    left: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    color: #1E222E;
}

.advantages {
    width: 100%;
}

.header-bottom .container {
    max-width: 88.75rem;
    padding: 0;
}

@media (max-width: 1316px) {
    .header__logo {
        width: 10%;
        padding-left: 10px;
    }

    .header__right {
        width: 90%;
    }

    .header .menu__item {
        font-size: 13px;
    }

    .header-bottom .btn.bg-green {
        font-size: 12px;
    }

    .col.header__right {
        padding: 5px;
    }
}

@media(max-width:991px) {

    h1,
    h1.section__title {
        word-wrap: break-word;
    }
}

@media only screen and (min-width: 48rem) {
    .inner {
        padding-top: 40px;
    }
}


/* gallery */
.gallery-video {
    margin-bottom: 120px;
}

.gallery-video__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #1E222E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.gallery-video__inner {
    position: relative;
}

.gallery-video__container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.gallery-video__slider {
    margin: 0 auto;
    max-width: calc(100% - 160px);
}

.gallery-video_swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
}

.gallery-video__button {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #C0CDE4;
    border-radius: 4px;
    border: 2px solid #545454;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.gallery-video__button::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    position: absolute;
    top: 13px;
    left: 10px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.gallery-video__button:hover {
    background-color: #80c41c;
}

.gallery-video__button_prev::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 14px;
}

.gallery-video__preview {
    border-radius: 15px;
    overflow: hidden;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    background-size: cover;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.gallery-video__item {
    position: relative;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-video__wrapper:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.gallery-video__wrapper:not(.swiper-wrapper) .gallery-video__item {
    -ms-flex-preferred-size: calc((100% - 60px) / 3);
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
}

/* свои значения размеров (здесь более универсальные) */
@media (max-width: 1300px) {
    .gallery-video__item {
        height: 170px;
    }

    .gallery-video__wrapper:not(.swiper-wrapper) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gallery-video__wrapper:not(.swiper-wrapper) .gallery-video__item {
        -ms-flex-preferred-size: calc((100% - 30px) / 2);
        flex-basis: calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 1160px) {
    .gallery-video__item {
        height: 260px;
    }
}

@media (max-width: 900px) {
    .gallery-video_swiper-pag {
        display: none;
    }

    .gallery-video__slider {
        max-width: 100%;
        overflow: visible;
    }

    .gallery-video__item {
        height: 280px;
    }

    .youtube {
        height: 280px;
    }
}

@media (max-width: 750px) {
    .gallery-video__wrapper:not(.swiper-wrapper) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .gallery-video__wrapper:not(.swiper-wrapper) .gallery-video__item {
        max-width: 100;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .gallery-video__item {
        height: 200px;
    }

    .youtube {
        min-height: 200px;
    }
}

@media (max-width: 450px) {
    .gallery-video__item {
        height: 160px;
    }

    .youtube {
        min-height: 160px;
    }
}

.gallery-video_swiper-pag {
    display: none;
}

.gallery-video_swiper-pag.active {
    display: flex;
}

.s-specialist_service {
    margin-bottom: 50px;
}

.section__title_service {
    padding-top: 0 !important;
}

.text-author blockquote {
    padding: 5px;
    border-radius: 15px;
    background-color: #F4F4F4;
    position: relative;
}

.text-author blockquote p {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 45px 15px 75px;
}

.text-author blockquote::after {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: 44px;
    height: calc(100% - 10px);
    background-color: #80C41C;
    border-radius: 10px;
    z-index: 1;
}

.text-author blockquote::before {
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "";
    width: 5px;
    height: 23px;
    background: url("../img/author/i.svg");
    background-size: cover;
}

@supports not (background: url("../img/author/i.svg")) {
    .text-author blockquote::before {
        background: url("../img/author/i.png") center center no-repeat;
    }
}

.text-author {
    width: 100%;
    margin-bottom: 40px;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}

.text-author__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.text-author__icon {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.text-author__author:hover .text-author__icon {
    -webkit-filter: hue-rotate(135deg);
    filter: hue-rotate(135deg);
}

.text-author__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-author__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    line-height: 1;
}

.text-author__name {
    font-weight: 700;
}

.text-author__prof {
    font-size: 14px;
    opacity: 0.55;
}

.text-author__picture {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.text-author__picture img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.text-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.text-author_grey {
    padding: 20px 25px;
    background-color: #F4F4F4;
    border-radius: 15px;
}

.text-author_grey .text-author__author {
    padding-bottom: 0;
    border-bottom: none;
}

@media (max-width: 550px) {
    .text-author blockquote p {
        padding: 12px 20px 12px 60px;
        font-size: 14px;
    }

    .text-author blockquote::after {
        width: 35px;
    }

    .text-author blockquote::before {
        left: 19px;
    }

    .text-author__icon {
        display: none;
    }

    .text-author__picture {
        width: 40px;
        height: 40px;
    }

    .text-author__picture img {
        width: 40px;
        height: 40px;
    }

    .text-author__name {
        font-size: 14px;
    }

    .text-author__prof {
        font-size: 12px;
    }

    .text-author__author {
        padding-bottom: 15px;
    }

    .text-author_grey {
        padding: 15px 20px;
    }

    .text-author__text {
        gap: 10px;
        margin-bottom: 15px;
    }
}

.btn-mobile {
    display: none;
}

@media (max-width: 991px) {
    .btn-mobile {
        display: block;
    }
}

.search_footer {
    width: 100%;
    margin-bottom: 1rem;
    padding: 4px;
}

/* general tab */

.tabs__close {
    display: none;
}

.tabs__active {
    display: none;
}

.tabs__wrapper {
    display: flex;
    justify-content: center;
}

.tab-content {
    text-align: center;
    display: none;
    position: relative;
}

.tab-content.active {
    display: block;
}


@media (max-width: 650px) {

    .stages__tabs-active {
        position: relative;
    }

    .stages__tabs-active::before {
        position: absolute;
        display: block;
        content: '';
        width: 24px;
        height: 24px;
        background-color: #b2e16d;
        right: 20px;
        top: 50%;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    .stages__tabs-active::after {
        position: absolute;
        display: block;
        content: '';
        width: 24px;
        height: 24px;
        background: url(/assets/images/arrow-tabs.png) center center no-repeat;
        right: 20px;
        top: 29px;
        z-index: 2;
    }

    .tabs__active-text {
        margin: 0;
        color: #fff;
        font-weight: 700;
        text-align: left;
    }

    .general-tabs__active {
        display: flex;
        padding: 20px;
        padding-right: 45px;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
        cursor: pointer;
        border: 0;
        background-color: #99d049;
        border-radius: 5px;
    }

    .tabs__close {
        cursor: pointer;
        /* pointer-events: all; */
    }

    .general-tabs-mobile.active .tabs__close {
        display: block;
        border: 0;
    }

    .general__tab {
        text-align: center;
        font-size: 14px;
        line-height: 1;
        padding: 15px;
        cursor: pointer;
    }

    .general__tab:hover {
        color: #FFF;
        background: #000;
    }

    .general__tab.active {
        color: #fff;
        background: #000;
    }

    .general__tab.active:before {
        display: none;
    }

    .general-tabs__wrapper {
        flex-direction: column;
        background: #000;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
        gap: 0;
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }

    .general-tabs__container {
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10020;
        background-color: #141414;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        overflow-y: auto;
        bottom: 0;
    }

    .general-tabs__content {
        width: 100%;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .general-tabs__wrapper {
        background-color: #fff;
        overflow: hidden;
        flex-direction: column;
        scale: 0.4;
        transition: scale 0.4s ease;
    }

    .general-tabs-mobile.active .general-tabs__wrapper {
        scale: 1;
    }

    .general-tabs-mobile.active .general-tabs__container {
        opacity: 1;
        pointer-events: all;
    }
}

.container {
    margin: 0 auto;
    padding: 0 0.625rem;
    width: 100%;
    max-width: 1210px;
}


/* stages */

.stages__wrap {
    display: flex;
    background-color: #F6F6F6;
    border-radius: 25px;
    padding: 8px;
}

.stages__text {
    text-align: left;
}

.stages__text h2 {
    color: #1E222E;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.1;
}

.stages__text p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.stages__tabs-container {
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
}

.stages__tab.active {
    background-color: #80C41C;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    padding-left: 48px;
}

.stages__tab {
    background-color: #fff;
    color: #1E222E;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.2;
    text-align: left;
    transition: all .6s ease;
    padding-left: 48px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;

}

.stages__tab::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #b1b1b1;
}

.stages__tab:hover {
    background-color: #80C41C;
    color: #fff;
}

.stages__tab-wrapper {
    max-width: 740px;
    padding: 30px;
    flex-basis: 65%;
    width: 100%;
}


.stages__tabs-wrapper {
    display: flex;
    flex-direction: column;
    list-style: none;
    counter-reset: num;
}

.stages__tab {
    position: relative;
    counter-increment: num;
    border: 0;
}


.stages__tab:before {
    content: "0" counter(num);
    left: 0;
    top: 2px;
    width: 48px;
    height: 100%;
    font-size: 32px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #b1b1b1;
    z-index: 2;
    transition: all .6s ease;
}

.stages__tab.active:before {
    color: #fff;
}

.stages__tab:before:nth-child(n + 9):before {
    content: counter(num);
}

.btn.bg-green {
    background-color: #80c41c;
    border: 0.0625rem solid #80c41c;
    color: #fff;
    border-radius: 4px;
}

.stages-btn {
    padding: 12px 20px;
    border-radius: 5px;
    max-width: 277px;
}

.stages__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.stages__tabs {
    flex-basis: 35%;
    width: 100%;
}

.stages__tab:hover:before {
    color: #fff;
}

.stages__title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
}

.stages {
    margin: 80px 0;
}

@media (max-width: 650px) {
    .stages__tabs {
        background-color: #80C41C;
        border-radius: 5px;
    }

    .stages__wrap {
        flex-direction: column;
        border-radius: 15px;
    }

    .stages__tab.active:before {
        color: #fff;
    }

    .general-tabs-mobile.active .general-tabs__wrapper {
        border-radius: 10px;
    }

    .general-tabs-mobile.active .tabs__close {
        display: flex;
        justify-content: right;
        padding: 5px;
    }

    .stages__tab-wrapper {
        padding: 15px;
    }

    .stages__text h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .stages__title {
        margin-bottom: 15px;
        font-size: 32px;
    }

    .stages {
        margin: 40px 0;
    }

    .general-tabs-mobile.active .stages__tabs-active::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 400px) {
    .stages-btn {
        max-width: 100%;
    }
}

.a-item-doc img {
    width: 40px !important;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #C6E599;
}

.a-item-doc {
    display: flex;
    gap: 15px;
}

.a-doctor-item {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 30px 40px;
}

.a-item__qustion {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #1E222E;
}

.a-item-doc__content {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.05px;
}

.a-item-doc__content p {
    margin-bottom: 5px;
}

.a-item-doc__content a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.6px;
    color: #444444;
}

.a-item-doc__content a:hover {
    text-decoration: underline;
    color: #80C41C;
}

@media(max-width: 900px) {
    .a-doctor-item {
        padding: 25px 15px;
    }
}

.s-contacts-list {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
}

.s-contacts-list__item .wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width: 900px) {
    .s-contacts-list {
        display: flex;
        flex-direction: column;
    }

}

.garant__block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.garant__item {
    width: 30%;
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
}

.garant__item:nth-child(2n+1) {
    background-color: #F6F6F6;
}

.garant__item-title {
    color: #1E222E;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.36px;
    margin: 25px 0 15px 0;
}

.garant__item-text {
    color: #0E213BCC;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.49px;
}

@media(max-width: 900px) {
    .garant__item {
        width: 45%;
    }
}

@media(max-width: 550px) {
    .garant__item {
        width: 100%;
        padding: 20px 10px;
    }

    .garant__item-title {
        font-size: 18px;
        line-height: 21.92px;
    }

    .garant__item-text {
        font-size: 14px;
        line-height: 17.05px;
    }
}

.modal-new {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visiability .2s ease;
}

.modal-new.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal__background {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(7, 29, 38, .6);
}

.modal__body {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    overflow: overlay;
    max-height: calc(100% - 30px);
    max-width: 540px;
    padding: 10px 15px;
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 26px;
    width: 26px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-transform: none;
    border-radius: 0;
    border: initial;
    background-color: transparent;
}

.modal_title {
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 22px 0 11px;
    text-align: center;
    color: #4dc5c3;
}

.modal__close:after,
.modal__close:before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 12px);
    background-color: #6A777D;
    position: absolute;
}

.modal__close:after {
    transform: rotate(45deg);
}

.modal__close:before {
    transform: rotate(-45deg);
}

.modal__inner .form_row {
    margin-bottom: 10px;
}

.modal__inner .form_button {
    text-align: center;
}

.modal__inner .btn__text {
    color: #FFF;
}

.modal-new .input {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.modal-new .s-form__btn {
    width: 100%;
}

.swiper__price-photo .swiper-slide {
    box-shadow: -1px 1px 8px #80c41c85;
}

.swiper__price-photo .swiper-slide img {
    width: 100%;
}

.price-photo {
    position: relative;
}

.swiper__price-photo {
    padding-left: 10px;
    padding-right: 10px;
}

.price-photo .swiper-horizontal>.swiper-pagination-bullets,
.price-photo .swiper-pagination-bullets.swiper-pagination-horizontal,
.price-photo .swiper-pagination-custom,
.price-photo .swiper-pagination-fraction {
    bottom: -22px;
}

.price-photo .swiper-button-next:after,
.price-photo .swiper-button-prev:after {
    color: #80c41c;
}

.swiper__price-photo .swiper-wrapper {
    padding: 10px 0px 20px 0px;
}

.price-photo .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #80c41c;
}

.price-photo .swiper-button-next,
.price-photo .swiper-rtl .swiper-button-prev {
    right: -50px;
}

.price-photo .swiper-button-prev,
.price-photo .swiper-rtl .swiper-button-next {
    left: -50px;
}

@media (max-width: 1300px) {

    .price-photo .swiper-button-next:after,
    .price-photo .swiper-button-prev:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .swiper__price-photo {
        width: 80%;
    }
}

.tags__content button {
    border: 1px solid #D3D7E8;
    border-radius: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #4B5058;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgb(255, 255, 255);
}

.tags__content {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags__content button:hover {
    background: #F5F6FA;
}

.tags__content button:focus {
    background: rgb(128, 196, 28);
    color: #FFFFFF;
}

.tags__content button:active {
    background: rgb(128, 196, 28);
    color: #FFFFFF;
}

.s-service-price-list table {
    width: 100%;
}

.s-service-price-list .maint .item__block {
    font-weight: 700;
    font-size: calc(.625rem + 4*((100vw - 20rem) / 1600));
    width: 28%;
}

.s-service-price-list {
    overflow: hidden;
    max-width: 100%;
}

@media(max-width:991px) {
    .s-service-price-list .maint .item__block {
        display: none
    }

    .tags__content {
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__contacts .item.flex {
    display: block;
}

.s-search .result_item {
    padding-top: 20px;
}


.container.container__header-top-container {
    max-width: 1790px;

}

@media(max-width:1150px) {
    .header__location-info-new span {
        font-size: 12px;
    }
}

@media(max-width:1375px) {
    .header__info-new {
        display: none
    }
}


.btn.bg-green.whatsapp {
    background-image: linear-gradient(to right, rgba(86, 206, 98, 1), rgba(45, 184, 66, 1));
    display: flex;
    gap: 10px
}

.btn.bg-green.whatsapp span {
    color: white;
}


.upper-header-block__search {
    padding: 13px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background-color: rgba(128, 196, 28, 1);
    border-radius: 6px;
    justify-content: center;
}

.mobile__buttons-new-upper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    order: -2;
    padding-bottom: 14px;
    margin-top: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-menu.is-active {
    display: flex;
    flex-direction: column;
}

.mobile-menu__serach-city-block {
    display: flex;
    order: -3;
    justify-content: space-between;
}

.mobile-menu__phone .item.item__phone {
    display: flex;
    flex-direction: column;
}

.item__phone-with-svg {
    display: flex;
    gap: 4px
}

.mobile-menu__phone {
    display: flex;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.submenu.is-active li a {
    color: rgba(30, 34, 46, 0.75);
}



.flex-upper-menu-deksctop {
    display: flex;
    width: 45%;
    justify-content: space-between;
}

.s-banner-title-description__item {
    max-width: 690px;
    margin-top: 30px;
}

@media(max-width:768px) {
    .menu__item.first {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .s-banner-title-description__item {
        margin: 20px 0;
    }
}

.footer__services li a {
    color: rgba(163, 163, 163, 1)
}

.footer-mobile-items-block-new {
    display: flex;
}

.footer__contacts .item.item__phone {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0;
}


.footer .footer__contacts .item a {
    font-weight: 400;
    font-size: 18px;
}

.flex-footer-city-address {
    display: flex;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    gap: 14px;
    align-items: center;
}

.flex-footer-city-address span {
    color: white;
    font-size: 13px;
}

.flex-footer-city-address .city_folder {
    border-bottom: none;
    margin: 0;
    gap: 4px
}

.footer-eye-new {
    height: 40px;
    width: 40px;
}

.footer__services li {
    padding-bottom: 14px;
}

.footer__svg-socials-block {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 24px 0;
}

.footer__svg-socials-block a {
    width: 40px;
    height: 40px;
}

.footer_wrapper {
    gap: 155px;
    display: flex;
    justify-content: space-between;
    color: rgb(121, 121, 121);
}

.footer-right-side-block {
    text-align: end;
}

.f-column li a {
    color: rgba(163, 163, 163, 1);
}

.f-column li {
    padding-bottom: 14px;
}

.f-column {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


.footer__pay .title {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer__payItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.pay__item {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 5px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.pay__item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 4px;
}

.pay__item span {
    font-size: 14px;
}

@media(max-width:768px) {
    .footer_wrapper {
        gap: 0px;
        flex-direction: column;
    }

    .footer-right-side-block {
        text-align: left;
    }
}

.policy-links-footer-new {
    margin: 26px 0;
}

.policy-links-footer-new a {
    color: white;
}

.reviews__name{
    margin-bottom: 10px
}

.reviews__city{
    font-size: 14px;
    margin: 0;
    text-align: left;
}