@charset "UTF-8";
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.phone img{
    margin-right: 15px;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.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;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    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;
    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: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    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: 0 0;
    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: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.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: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    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: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.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 {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}




.stage-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.stage-item:last-child .stage-item__description-inner:last-child:before {
    display: none
}

.stage-item__title {
    width: 40%;
    padding-right: 2.22222em
}

.stage-item__description {
    width: 100%;
}

.stage-item__description-inner {
    padding: .72222em 0 0 4.16667em;
    position: relative;
    overflow: hidden
}

.stage-item__description-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.52778em;
    bottom: 0;
    width: 1px;
    background-color: #e6f2ff
}

.stage-item__number {
    border-radius: 60% 25% 56% 45%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 2.94444em;
    height: 2.94444em;
    background-color: #e6f2ff;
    font-weight: 700;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0
}
/* Стили для контейнера и отзывов */
.testimonial-container {
    display: flex;
    justify-content: space-between;
}

.testimonial {
    width: 30%;
    padding: 20px;
    border: 1px solid #00c6b9;
    margin: 10px;
    text-align: center;
}

.testimonial img {
    max-width: 100%;
    border-radius: 50%;
}

/* Дополнительные стили для мобильной версии */
@media screen and (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
    }
    .testimonial {
        width: 80%;
        margin: 10px auto;
    }
}



@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.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: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    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: 212px;
}
.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: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
.header__top .row{
    flex-direction: column;
}
.phone{
    margin-top: 15px;
    font-size: 22px;
}

}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.icon-back {
    font-size: 47.72rem;
    width: 1em;
}
.icon-check {
    font-size: 44.88rem;
    width: 1em;
}
.icon-chevron-left {
    font-size: 50rem;
    width: 0.54em;
}
.icon-clock {
    font-size: 6rem;
    width: 0.94033em;
}
.icon-clock2 {
    font-size: 49.972rem;
    width: 1.00056em;
}
.icon-down-arrow {
    font-size: 12.9rem;
    width: 1em;
}
.icon-exclamation-mark {
    font-size: 28.605rem;
    width: 1em;
}
.icon-insta {
    font-size: 50rem;
    width: 1em;
}
.icon-play {
    font-size: 23.215rem;
    width: 1em;
}
.icon-ruble {
    font-size: 50rem;
    width: 1em;
}
.icon-spinner {
    font-size: 45.6817rem;
    width: 1em;
}
.icon-tel-footer {
    font-size: 48.056rem;
    width: 0.99998em;
}
.icon-telephone {
    font-size: 48.056rem;
    width: 1em;
}
.icon-vk {
    font-size: 28.528rem;
    width: 1.75266em;
} /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
::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%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #070707;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.s-prices__total-price,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #00c6b9;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #007a72;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #8c94a2;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px 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;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[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: 0.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: -2px;
    -webkit-appearance: none;
}
[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;
}
.btn-warning,
.footer__text .link,
.form-wrap__btn,
.form-wrap__btn span,
.form-wrap__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header-block li,
.header-block__btn,
.header-block__btn span,
.s-about__text-block p,
.s-accord__btn,
.s-accord__gray,
.s-advantages__title,
.s-calc__btn,
.s-calc__row .text-center,
.s-calc__title,
.s-prices ul li,
.s-prices__title,
.s-prices__toggle,
.s-rew__title,
.s-specialist__text-block p,
.s-steps__title,
.s-stock__btn,
.s-stock__price,
.s-stock__price strong,
.s-stock__text,
.section-title,
.section-title__text,
.top-line__link {
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.s-prices__total-price,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
.s-prices__toggle,
.s-stock__price strong,
.s-stock__text,
.section-title__text,
h4 {
    font-size: 1.4375rem;
}
.btn-warning,
.form-wrap__btn,
.h5,
.header-block li,
.header-block__btn,
.s-accord__btn,
.s-advantages__title,
.s-calc__btn,
.s-calc__title,
.s-prices__title,
.s-stock__btn,
h5 {
    font-size: 1.25rem;
}
.footer__text .link,
.form-wrap__btn span,
.form-wrap__title,
.h6,
.header-block__btn span,
.s-about__text-block p,
.s-accord__gray,
.s-calc__row .text-center,
.s-prices ul li,
.s-prices__total-price,
.s-rew__title,
.s-specialist__text-block p,
.s-steps__title,
.s-stock__price,
.top-line__link,
h6 {
    font-size: 1.125rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #8c94a2;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header-block ul,
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.header-block .no-gutters > li,
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto,
.header-block li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col,
.header-block li {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.form-control,
.form-wrap__input {
    display: block;
    width: 100%;
    padding: 1.01232rem 1.35rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    letter-spacing: 0.02rem;
    border-radius: 0.625rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control::-ms-expand,
.form-wrap__input::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus,
.form-wrap__input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #47fff3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 198, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 198, 185, 0.25);
}
.form-control::-webkit-input-placeholder,
.form-wrap__input::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-control::-moz-placeholder,
.form-wrap__input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-wrap__input:-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-control::-ms-input-placeholder,
.form-wrap__input::-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-control::placeholder,
.form-wrap__input::placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
.form-wrap__input:disabled,
.form-wrap__input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value,
select.form-wrap__input:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(1.368rem + 1px);
    padding-bottom: calc(1.368rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(1.35rem + 1px);
    padding-bottom: calc(1.35rem + 1px);
    font-size: 0.75rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 1.368rem;
    padding-bottom: 1.368rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #070707;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 2.7rem + 2px);
    padding: 1.35rem 0.8rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.625rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
select.form-wrap__input[multiple],
select.form-wrap__input[size] {
    height: auto;
}
textarea.form-control,
textarea.form-wrap__input {
    height: auto;
}
.form-group,
.form-wrap__input-wrap {
    margin-bottom: 1.3rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"],
.header-block .form-row > li {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #8c94a2;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    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;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.625rem;
}
.form-control.is-valid,
.is-valid.form-wrap__input,
.was-validated .form-control:valid,
.was-validated .form-wrap__input:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 2.736rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.684rem);
    background-size: calc(0.75em + 1.368rem) calc(0.75em + 1.368rem);
}
.form-control.is-valid:focus,
.is-valid.form-wrap__input:focus,
.was-validated .form-control:valid:focus,
.was-validated .form-wrap__input:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.form-wrap__input ~ .valid-feedback,
.is-valid.form-wrap__input ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .form-wrap__input:valid ~ .valid-feedback,
.was-validated .form-wrap__input:valid ~ .valid-tooltip {
    display: block;
}
.was-validated textarea.form-control:valid,
.was-validated textarea.form-wrap__input:valid,
textarea.form-control.is-valid,
textarea.is-valid.form-wrap__input {
    padding-right: calc(1.5em + 2.736rem);
    background-position: top calc(0.375em + 0.684rem) right calc(0.375em + 0.684rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 2.736rem) * 3 / 4 + 2.35rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.35rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            #fff no-repeat center right 2.35rem / calc(0.75em + 1.368rem) calc(0.75em + 1.368rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.625rem;
}
.form-control.is-invalid,
.is-invalid.form-wrap__input,
.was-validated .form-control:invalid,
.was-validated .form-wrap__input:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 2.736rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.684rem);
    background-size: calc(0.75em + 1.368rem) calc(0.75em + 1.368rem);
}
.form-control.is-invalid:focus,
.is-invalid.form-wrap__input:focus,
.was-validated .form-control:invalid:focus,
.was-validated .form-wrap__input:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.form-wrap__input ~ .invalid-feedback,
.is-invalid.form-wrap__input ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .form-wrap__input:invalid ~ .invalid-feedback,
.was-validated .form-wrap__input:invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated textarea.form-control:invalid,
.was-validated textarea.form-wrap__input:invalid,
textarea.form-control.is-invalid,
textarea.is-invalid.form-wrap__input {
    padding-right: calc(1.5em + 2.736rem);
    background-position: top calc(0.375em + 0.684rem) right calc(0.375em + 0.684rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 2.736rem) * 3 / 4 + 2.35rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.35rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
            #fff no-repeat center right 2.35rem / calc(0.75em + 1.368rem) calc(0.75em + 1.368rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
.btn,
.form-wrap__btn,
.header-block__btn,
.s-accord__btn,
.s-calc__btn,
.s-stock__btn,
.top-line__btn {
    display: inline-block;
    font-weight: 700;
    color: #070707;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
    border: none;
    letter-spacing: 0.03687rem;
    text-transform: uppercase;
    padding: 1.8rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 0.625rem;
    padding-bottom: 1.62rem;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.btn::after,
.btn:before,
.form-wrap__btn::after,
.form-wrap__btn:before,
.header-block__btn::after,
.header-block__btn:before,
.s-accord__btn::after,
.s-accord__btn:before,
.s-calc__btn::after,
.s-calc__btn:before,
.s-stock__btn::after,
.s-stock__btn:before,
.top-line__btn::after,
.top-line__btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    opacity: 0;
}
.btn:hover,
.form-wrap__btn:hover,
.header-block__btn:hover,
.s-accord__btn:hover,
.s-calc__btn:hover,
.s-stock__btn:hover,
.top-line__btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover::before,
.form-wrap__btn:hover::before,
.header-block__btn:hover::before,
.s-accord__btn:hover::before,
.s-calc__btn:hover::before,
.s-stock__btn:hover::before,
.top-line__btn:hover::before {
    opacity: 1;
}
.btn:focus::after,
.form-wrap__btn:focus::after,
.header-block__btn:focus::after,
.s-accord__btn:focus::after,
.s-calc__btn:focus::after,
.s-stock__btn:focus::after,
.top-line__btn:focus::after {
    opacity: 1;
}
.btn:focus::before,
.form-wrap__btn:focus::before,
.header-block__btn:focus::before,
.s-accord__btn:focus::before,
.s-calc__btn:focus::before,
.s-stock__btn:focus::before,
.top-line__btn:focus::before {
    opacity: 0;
}
.btn:hover,
.form-wrap__btn:hover,
.header-block__btn:hover,
.s-accord__btn:hover,
.s-calc__btn:hover,
.s-stock__btn:hover,
.top-line__btn:hover {
    color: #070707;
    text-decoration: none;
}
.btn.focus,
.btn:focus,
.focus.form-wrap__btn,
.focus.header-block__btn,
.focus.s-accord__btn,
.focus.s-calc__btn,
.focus.s-stock__btn,
.focus.top-line__btn,
.form-wrap__btn:focus,
.header-block__btn:focus,
.s-accord__btn:focus,
.s-calc__btn:focus,
.s-stock__btn:focus,
.top-line__btn:focus {
    outline: 0;
}
.btn.disabled,
.btn:disabled,
.disabled.form-wrap__btn,
.disabled.header-block__btn,
.disabled.s-accord__btn,
.disabled.s-calc__btn,
.disabled.s-stock__btn,
.disabled.top-line__btn,
.form-wrap__btn:disabled,
.header-block__btn:disabled,
.s-accord__btn:disabled,
.s-calc__btn:disabled,
.s-stock__btn:disabled,
.top-line__btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
a.disabled.form-wrap__btn,
a.disabled.header-block__btn,
a.disabled.s-accord__btn,
a.disabled.s-calc__btn,
a.disabled.s-stock__btn,
a.disabled.top-line__btn,
fieldset:disabled a.btn,
fieldset:disabled a.form-wrap__btn,
fieldset:disabled a.header-block__btn,
fieldset:disabled a.s-accord__btn,
fieldset:disabled a.s-calc__btn,
fieldset:disabled a.s-stock__btn,
fieldset:disabled a.top-line__btn {
    pointer-events: none;
}
.btn-white,
.top-line__btn {
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.65);
    color: #1c1c1c;
    -webkit-box-shadow: 0 3px 0 #bcbcbc, inset 0 0 4px #f2f2f2;
    box-shadow: 0 3px 0 #bcbcbc, inset 0 0 4px #f2f2f2;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#fff));
    background-image: -o-linear-gradient(bottom, #d4d4d4 0, #fff 100%);
    background-image: linear-gradient(to top, #d4d4d4 0, #fff 100%);
    box-shadow: 0 3px 0 #bcbcbc, inset 0 0 4px #f2f2f2;
}
.btn-white:before,
.top-line__btn:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e1e1e1), to(#fff));
    background-image: -o-linear-gradient(bottom, #e1e1e1 0, #fff 100%);
    background-image: linear-gradient(to top, #e1e1e1 0, #fff 100%);
}
.btn-white::after,
.top-line__btn::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c7c7c7), to(#fff));
    background-image: -o-linear-gradient(bottom, #c7c7c7 0, #fff 100%);
    background-image: linear-gradient(to top, #c7c7c7 0, #fff 100%);
}
.btn-white:focus,
.top-line__btn:focus {
    -webkit-box-shadow: 0 3px 0 #bcbcbc, inset 0 0 4px #f2f2f2;
    box-shadow: 0 3px 0 #bcbcbc, inset 0 0 4px #f2f2f2;
}
.btn-warning,
.form-wrap__btn,
.header-block__btn,
.s-accord__btn,
.s-calc__btn,
.s-stock__btn {
    margin-bottom: 0;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.65);
    color: #1c1c1c;
    -webkit-box-shadow: 0 4px 0 #eac143, inset 0 0 4px #ffe59a;
    box-shadow: 0 4px 0 #eac143, inset 0 0 4px #ffe59a;
    background-color: #eac143;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
}
.btn-warning.disabled,
.disabled.form-wrap__btn,
.disabled.header-block__btn,
.disabled.s-accord__btn,
.disabled.s-calc__btn,
.disabled.s-stock__btn {
    pointer-events: none !important;
}
.btn-warning.disabled::after,
.btn-warning.disabled::before,
.disabled.form-wrap__btn::after,
.disabled.form-wrap__btn::before,
.disabled.header-block__btn::after,
.disabled.header-block__btn::before,
.disabled.s-accord__btn::after,
.disabled.s-accord__btn::before,
.disabled.s-calc__btn::after,
.disabled.s-calc__btn::before,
.disabled.s-stock__btn::after,
.disabled.s-stock__btn::before {
    opacity: 0;
}
.btn-warning:before,
.form-wrap__btn:before,
.header-block__btn:before,
.s-accord__btn:before,
.s-calc__btn:before,
.s-stock__btn:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbde8a), to(#fff0bf));
    background-image: -o-linear-gradient(bottom, #fbde8a 0, #fff0bf 100%);
    background-image: linear-gradient(to top, #fbde8a 0, #fff0bf 100%);
}
.btn-warning::after,
.form-wrap__btn::after,
.header-block__btn::after,
.s-accord__btn::after,
.s-calc__btn::after,
.s-stock__btn::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fecc3c), to(#ffe89e));
    background-image: -o-linear-gradient(bottom, #fecc3c 0, #ffe89e 100%);
    background-image: linear-gradient(to top, #fecc3c 0, #ffe89e 100%);
}
.btn-warning:focus,
.form-wrap__btn:focus,
.header-block__btn:focus,
.s-accord__btn:focus,
.s-calc__btn:focus,
.s-stock__btn:focus {
    -webkit-box-shadow: 0 4px 0 #ddb331, inset 0 0 4px #ffe59a;
    box-shadow: 0 4px 0 #ddb331, inset 0 0 4px #ffe59a;
}
.btn-link {
    font-weight: 400;
    color: #00c6b9;
    text-decoration: none;
}
.btn-link:hover {
    color: #007a72;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #8c94a2;
    pointer-events: none;
}
.btn-sm,
.top-line__btn {
    padding: 1.35rem 0.8rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.625rem;
    letter-spacing: 0.045rem;
}
.btn-block,
.form-wrap__btn,
.s-accord__btn {
    display: block;
    width: 100%;
}
.btn-block + .btn-block,
.btn-block + .form-wrap__btn,
.btn-block + .s-accord__btn,
.form-wrap__btn + .btn-block,
.form-wrap__btn + .form-wrap__btn,
.form-wrap__btn + .s-accord__btn,
.s-accord__btn + .btn-block,
.s-accord__btn + .form-wrap__btn,
.s-accord__btn + .s-accord__btn {
    margin-top: 0.5rem;
}
input.form-wrap__btn[type="button"],
input.form-wrap__btn[type="reset"],
input.form-wrap__btn[type="submit"],
input.s-accord__btn[type="button"],
input.s-accord__btn[type="reset"],
input.s-accord__btn[type="submit"],
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.pagination,
.pagination-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.625rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-link,
.pagination-wrapper li .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00c6b9;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover,
.pagination-wrapper li .page-numbers:hover {
    z-index: 2;
    color: #007a72;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus,
.pagination-wrapper li .page-numbers:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 198, 185, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 198, 185, 0.25);
}
.page-item:first-child .page-link,
.pagination-wrapper li:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}
.page-item:last-child .page-link,
.pagination-wrapper li:last-child .page-link {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.page-item .current,
.page-item.active .page-link,
.pagination-wrapper li .current,
.pagination-wrapper li.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00c6b9;
    border-color: #00c6b9;
}
.page-item.disabled .page-link,
.pagination-wrapper li.disabled .page-link {
    color: #8c94a2;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #00c6b9 !important;
}
.bg-secondary {
    background-color: #8c94a2 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-warning {
    background-color: #fbd361 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-gray {
    background-color: #505050 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #00c6b9 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #007a72 !important;
}
.text-secondary {
    color: #8c94a2 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #656d7d !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-warning {
    color: #fbd361 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #f9be16 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-gray {
    color: #505050 !important;
}
a.text-gray:focus,
a.text-gray:hover {
    color: #2a2a2a !important;
}
.footer__link,
.text-body,
.top-line__link,
.top-line__sm-link,
.top-line__wrap {
    color: #070707 !important;
}
.text-muted {
    color: #8c94a2 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
.screen {
    top: 0;
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center 0;
    opacity: 0;
}
.em {
    font-style: italic;
}
body,
html {
    font-size: 14px;
}
body {
    min-width: 320px;
    position: relative;
}
body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    background-color: #000;
    opacity: 0;
    z-index: -1;
    top: 0;
}
body.fixed {
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
body.fixed::before {
    z-index: 999;
    opacity: 0.76;
}
.section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 1.5625rem;
    padding-bottom: 2.5rem;
}
.section-title {
    padding-bottom: 1.125em;
}
.section-title h2 {
    font-weight: 300;
    line-height: 1.14;
}
.section-title h2 span {
    font-weight: 500;
}
.section-title__text {
    font-weight: 400;
}
.mono {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.small {
    font-size: 0.875rem;
}
.tdn {
    text-decoration: none !important;
}
.top-line__sm-link,
.ttu {
    text-transform: uppercase;
}
.footer li a,
.tdu,
.top-line__sm-link {
    text-decoration: underline;
}
.footer li a:hover,
.tdu:hover,
.top-line__sm-link:hover {
    text-decoration: none;
}
.top-line__sm-link,
.ttu {
    text-transform: uppercase;
}
.fw-300 {
    font-weight: 300;
}
.fw-500 {
    font-weight: 500;
}
.fw-900 {
    font-weight: 900;
}
.row--small {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.row--small > * {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.main-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.slick-slide img {
    display: inline;
}
.image-source-link {
    color: #98c3d1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.slick-slide {
    outline: 0 !important;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    background-color: #00c6b9;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6b9), to(#c1fffb));
    background-image: -o-linear-gradient(bottom, #00c6b9 0, #c1fffb 100%);
    background-image: linear-gradient(to top, #00c6b9 0, #c1fffb 100%);
    text-align: center;
    line-height: 0.6875rem;
    padding-top: 0.4375rem;
    cursor: pointer;
}
.slick-arrow svg {
    width: 0.75rem;
    height: 1.375rem;
}
.slick-arrow.l {
    left: 0;
}
.slick-arrow.l svg {
    margin-left: -0.125rem;
}
.slick-arrow.r {
    right: 0;
}
.slick-arrow.r svg {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-left: 0.125rem;
}
.strong {
    font-weight: 700;
}
ul {
    padding-left: 0;
}
.res-i,
picture img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.img-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.img-bg img {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.bgs {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.table {
    display: table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
}
.tabs__btn:hover {
    cursor: pointer;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
input[type="number"] {
    -moz-appearance: textfield;
}
select::-ms-expand {
    display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.control-wrap {
    position: relative;
}
.swiper-button-hand {
    width: 45px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 300;
    outline: 0 !important;
    background-image: none;
    margin: 0;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-button-hand-next {
    right: 0;
}
.swiper-button-hand-prev {
    left: 0;
}
.swiper-pagination {
    width: 100%;
    text-align: center;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8c94a2;
    outline: 0 !important;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    margin-left: 0.5rem;
    margin-right: 0.3125rem;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background-color: #00c6b9;
}
.slick-dots {
    padding-top: 1.25rem;
    /* margin: 0 auto; */
    text-align: center;
}
.slick-dots li {
    width: 0.6875rem;
    height: 0.6875rem;
    background-color: #ededed;
    border-radius: 50%;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    display: inline-block;
    list-style-type: none;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    cursor: pointer;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.slick-dots li.slick-active,
.slick-dots li:hover {
    background-color: #00c6b9;
}
picture {
    display: block;
    width: 100%;
}
picture img.object-fit-js {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.object-fit-js img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: cover; object-position: top;";
}
.picture-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-bg {
    position: relative;
    z-index: 2;
}
.footer__sm-link,
.links,
.s-prices__toggle,
.s-steps .b-morelines_section_button {
    color: #00c6b9;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.footer__sm-link:hover,
.links:hover,
.s-prices__toggle:hover,
.s-steps .b-morelines_section_button:hover {
    color: #44e2d8;
}
.footer__sm-link:focus,
.links:focus,
.s-prices__toggle:focus,
.s-steps .b-morelines_section_button:focus {
    color: #01aba0;
}
a {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.footer {
    font-size: 0.875rem;
    border: 1px solid rgba(180, 180, 180, 0.21);
    padding-top: 1.875rem;
}
.footer__logo {
    margin-bottom: 0.375rem;
    display: inline-block;
    margin-top: 1.875rem;
}
.footer__caption {
    margin-bottom: 1.25rem;
    max-width: 14.5rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.47;
    font-size: 1rem;
    padding-top: 0.375rem;
}
.footer ul {
    font-size: 1rem;
    padding-top: 0.625rem;
}
.footer li {
    list-style-type: none;
    font-size: 1rem;
    margin-bottom: 0.5625rem;
}
.footer li a {
    display: inline;
    border-bottom: 1px solid #cecece;
    padding-bottom: 0.125rem;
}
.footer li a:hover {
    border-color: transparent;
}
.footer__sm-title {
    color: #8c94a2;
    font-weight: 500;
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
}
.footer__icon-wrap {
    position: absolute;
    display: none;
    left: -1.875rem;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.75rem;
    height: 1.75rem;
    top: -0.375rem;
    -webkit-box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    background-color: #585858;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6b9), to(#c1fffb));
    background-image: -o-linear-gradient(bottom, #00c6b9 0, #c1fffb 100%);
    background-image: linear-gradient(to top, #00c6b9 0, #c1fffb 100%);
    border-radius: 50%;
    -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;
}
.footer__icon-wrap .icon {
    font-size: 0.875rem;
    color: #fff;
}
.footer__text {
    position: relative;
    margin-bottom: 1.875rem;
}
.footer__text strong {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.625rem;
}
.footer__text .link {
    font-weight: 500;
    color: #070707 !important;
    text-decoration: none !important;
}
.footer__text--tel {
    margin-top: 0.625rem;
}
.footer__sm-link {
    border-bottom: 1px solid;
    font-weight: 500;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none !important;
}
.footer__link {
    text-decoration: none !important;
    font-weight: 500;
}
.footer__bottom {
    background-color: #f6f6f6;
    padding: 2rem 0;
    margin-top: 1.25rem;
    line-height: 2.07;
}
.footer__link-body {
    color: #070707;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    margin-bottom: 0.3125rem;
}
.footer__link-body:hover {
    text-decoration: none !important;
    border-color: transparent;
}
.footer__company {
    margin-bottom: 0.3125rem;
}
.footer__develop {
    font-weight: 500;
}
.soc__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;
    color: #070707 !important;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
}
.soc__icon-wrap {
    width: 2.3125rem;
    height: 2.3125rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.125rem;
    z-index: 2;
}
.soc__icon-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.soc__icon-wrap .icon {
    font-size: 1.125rem;
    color: #fff;
}
.soc__icon-wrap--vk {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#158fbf), to(#b4e6ff));
    background-image: -o-linear-gradient(bottom, #158fbf 0, #b4e6ff 100%);
    background-image: linear-gradient(to top, #158fbf 0, #b4e6ff 100%);
}
.soc__icon-wrap--vk::before {
    background-color: #4d76a1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#20afe7), to(#b4e6ff));
    background-image: -o-linear-gradient(bottom, #20afe7 0, #b4e6ff 100%);
    background-image: linear-gradient(to top, #20afe7 0, #b4e6ff 100%);
}
.soc__icon-wrap--vk .icon {
    font-size: 0.6875rem;
}
.soc__icon-wrap--insta {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0e33), to(#ff8fa4));
    background-image: -o-linear-gradient(bottom, #ff0e33 0, #ff8fa4 100%);
    background-image: linear-gradient(to top, #ff0e33 0, #ff8fa4 100%);
}
.soc__icon-wrap--insta::before {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff415e), to(#ff8fa4));
    background-image: -o-linear-gradient(bottom, #ff415e 0, #ff8fa4 100%);
    background-image: linear-gradient(to top, #ff415e 0, #ff8fa4 100%);
}
.soc__item:hover .soc__icon-wrap::before {
    opacity: 0;
}
.form-wrap__input {
    resize: none;
}
.form-wrap__btn {
    cursor: pointer;
}
.form-wrap label {
    width: 100%;
    display: block;
}
.form-wrap__jaw-block-title {
    font-size: 1.5625rem;
    line-height: 1.2;
    letter-spacing: 0.03625rem;
    color: #222;
    padding-bottom: 2.5rem;
    font-weight: 500;
}
.form-wrap__top-title {
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 0.03625rem;
    color: #222;
    padding-bottom: 1.25rem;
    font-weight: 500;
}
.form-wrap__text {
    color: #4e4e4e;
    letter-spacing: 0.01812rem;
    line-height: 1.43;
}
.form-wrap__text--sm {
    padding-bottom: 1.5rem;
}
.form-wrap__text--lg {
    font-size: 1.375rem;
    color: #222;
    font-weight: 500;
}
.form-wrap__title {
    letter-spacing: 0.0225rem;
    display: block;
    padding-bottom: 0.625rem;
}
.form-wrap__btn {
    margin-bottom: 1.375rem;
}
.form-wrap__btn span {
    display: block;
    font-weight: 300;
    text-transform: none;
    line-height: 1;
}
.toggle-wrap-input-js {
    display: none;
}
.parsley-error {
    -o-border-image: none;
    border-image: none;
    border: 2px solid red !important;
    color: red;
    outline: 0 !important;
}
.parsley-success {
    border: 2px solid #00d600 !important;
}
.parsley-errors-list {
    color: red;
}
.form-wrap__polite {
    margin-left: auto;
    margin-right: auto;
    max-width: 14.75rem;
    text-align: center;
}
.form-wrap__polite a {
    color: #636363;
    border-bottom: 1px solid;
    text-decoration: none !important;
}
.form-wrap__polite a:hover {
    border-color: transparent;
}
.custom-input {
    display: block;
    margin: auto;
    margin-bottom: 1.25rem;
    cursor: pointer;
    position: relative;
    padding-left: 2.1875rem;
    display: inline-block;
    color: #636363;
    font-size: 0.875rem;
}
.custom-input__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.custom-input__lab {
    left: 0;
    display: block;
    top: 0.1875rem;
    width: 1.375rem;
    height: 1.375rem;
    -webkit-box-shadow: inset 0 0 4px #fbd361;
    box-shadow: inset 0 0 4px #fbd361;
    border-radius: 2px;
    background-color: #f8f9fa;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    position: absolute;
    margin-right: 10px;
}
.custom-input__lab::after {
    content: "";
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
}
.custom-input__input[type="checkbox"] + .custom-input__lab::after {
    content: "";
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/verification-mark.png);
    width: 0.75rem;
    height: 0.625rem;
}
.custom-input__input[type="radio"] + .custom-input__lab {
    border-radius: 50%;
}
.custom-input__input[type="radio"] + .custom-input__lab::after {
    border-radius: 50%;
}
.custom-input__input:checked + .custom-input__lab {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
    -webkit-box-shadow: inset 0 0 4px #ffe59a;
    box-shadow: inset 0 0 4px #ffe59a;
}
.custom-input__input:checked + .custom-input__lab::after {
    opacity: 1;
}
.custom-input-time {
    cursor: pointer;
    width: 100%;
    height: 3.25rem;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.53);
    color: #000;
    font-size: 0.9375rem;
}
.custom-input-time__text {
    width: 50%;
    display: block;
    padding: 5px;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.custom-input-time__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.custom-input-time__lab {
    width: 50%;
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px #ffe59a;
    box-shadow: inset 0 0 4px #ffe59a;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.custom-input-time__input:checked + .custom-input-time__lab {
    left: calc(50% + 5px);
    border-radius: 0 5px 5px 0;
}
.custom-input-time__input:checked ~ .custom-input-time__text--now {
    color: #070707;
}
.select2-container--default {
    display: block;
    outline: 0 !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    border-bottom: solid 1px;
    height: auto;
    font-size: 1.5rem;
    outline: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #28a745 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    padding-left: 0;
    padding-bottom: 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #28a745 transparent;
    border-width: 0 7px 7px 7px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #28a745;
}
.header-block {
    display: block;
}
.header-block__block {
    max-width: 40.625rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.60938rem;
}
.header-block h1 {
    font-weight: 300;
    line-height: 1.04;
    margin-bottom: 2rem;
    text-align: center;
}
.header-block h1 .text-primary {
    font-weight: 500;
}
.header-block li {
    list-style-type: none;
    font-weight: 300;
    padding-left: 60px;
    padding-right: 1.875rem;
    margin-bottom: 2.5rem;
    line-height: 1.4;
}
.header-block__icon-wrap {
    content: "";
    position: absolute;
    left: 15px;
    top: -0.1875rem;
    width: 2rem;
    height: 2rem;
    -webkit-box-shadow: inset 0 0 4px #ffe59a;
    box-shadow: inset 0 0 4px #ffe59a;
    background-color: #d1a794;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
    border-radius: 50%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-block__icon-wrap .icon {
    font-size: 0.8125rem;
    -webkit-filter: drop-shadow(0 2px 0 #fff);
    filter: drop-shadow(0 2px 0 #fff);
}
.header-block__btn {
    padding: 1.475rem 0.75rem;
    padding-bottom: 0.826rem;
    width: 17.125rem;
    margin-bottom: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.header-block__btn span {
    display: block;
    font-weight: 300;
    text-transform: none;
    line-height: 1;
}
.header-block .container {
    position: relative;
}
.header-block__man {
    position: absolute;
    left: 32.5rem;
    bottom: 0px;
    width: 35.3125rem;
    height: 46.25rem;
}
.header-block__man-caption {
    position: absolute;
    bottom: 5.125rem;
    right: 6.25rem;
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    letter-spacing: 0.3px;
    font-style: italic;
}
.header-block__stock-block {
    position: relative;
    width: 15.5rem;
    display: block;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #222 !important;
    font-size: 1.3125rem;
    cursor: pointer;
    line-height: 1.2;
}
.header-block__stock-block br {
    display: none;
}
.header-block__stock-block:hover .header-block__stock-block-link {
    border-color: transparent;
}
.header-block__stock-block:hover .header-block__stock-block-link::before {
    opacity: 0;
}
.header-block__stock-block-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}
.header-block__stock-block-link {
    display: inline;
    border-bottom: 1px dashed;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    position: relative;
}
.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.header .picture-bg img {
    -o-object-position: center left;
    object-position: center left;
}
.counter {
    counter-reset: num;
}
.counter__item {
    position: relative;
}
.counter__item::before {
    content: counter(num);
    counter-increment: num;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.6;
}
.jaw-block-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    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: 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;
}
.modal-win {
    display: none;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 440px;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden;
}
.modal-win .jaw-block {
    margin-left: auto;
    margin-right: auto;
}
.modal-win .section-bg {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-win::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 5px;
    z-index: 4;
    border: 1px solid #d9dbdf;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}
.modal-win .form-wrap__modal-head {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.header-block .modal-win li,
.modal-win .col,
.modal-win .header-block li {
    background-color: #fafafa;
    padding: 1.875rem 0.9375rem 1.25rem;
}
a {
    outline: 0 !important;
}
.modal-form {
    position: relative;
}
.toggle-block .form-wrap__input-wrap {
    margin-bottom: 30px;
}
.toggle-block .form-wrap__input-wrap input {
    padding: 14px 80px;
}
.toggle-block:not(.active) {
    display: none;
}
#foot-dialog h3 {
    font-size: 2.25em;
}
.polite .link {
    color: #00c6b9;
    cursor: pointer;
    text-decoration: underline;
}
.polite .link :hover {
    display: none;
}
.time-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;
    color: #4e4e4e;
    padding-bottom: 2.5rem;
}
.time-block__line {
    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;
}
.time-block__line div:first-child {
    margin-right: 1.375rem;
}
.time-block .icon {
    color: #cfeef4;
    font-size: 2.5rem;
    margin-right: 1rem;
}
.s-about {
    background-color: #f8f9f8;
}
.s-about .section-title {
    position: relative;
    z-index: 4;
}
.s-about .container {
    position: relative;
    padding-top: 4.3125rem;
}
.s-about h2 {
    line-height: 1.1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.s-about__text-block {
    position: relative;
    z-index: 2;
}
.s-about__text-block::after,
.s-about__text-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.s-about__text-block::before {
    width: 4.5rem;
    height: 3.1875rem;
    background-image: url(../images/%C3%A2__.png);
    left: -0.5rem;
    top: -1.0625rem;
}
.s-about__text-block p {
    font-weight: 400;
    line-height: 1.39;
    margin-bottom: 1.5625rem;
}
.s-about__text-block p strong {
    font-weight: 500;
}
.s-about__man {
    margin-bottom: 1.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;
}
.s-about__man picture {
    margin-right: 1.875rem;
    width: auto;
    max-width: 100%;
}
.s-about__man-caption-prof {
    color: #5b5b5b;
}
.s-about__man-caption-name,
.s-about__man-caption-prof {
    position: relative;
    z-index: 2;
    font-size: 0.9375rem;
    font-style: italic;
}
.s-about__man-caption-name {
    font-weight: 700;
    margin-bottom: 0.5em;
}
.s-about__man-caption {
    max-width: 9.375rem;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    font-style: italic;
}
.s-about__label {
    position: absolute;
    left: 0;
    width: 13.95rem;
    height: 11.7rem;
    text-align: center;
    font-size: 1.1875rem;
    top: 6.875rem;
    line-height: 1.2;
    left: -3.75rem;
    padding-top: 3.75rem;
    padding-left: 2.25rem;
    padding-right: 1.9rem;
}
.s-about__label.visible {
    background-image: url(../images/about-before.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.s-about__img-wrap {
    position: relative;
    overflow: hidden;
    border: 3px solid #ebebeb;
    border-radius: 0.75rem;
    display: block;
}
.s-about__slide img {
    width: 100%;
}
.s-about__slider-wrap {
    z-index: 110;
}
.s-accord .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 17.5em;
    padding-bottom: 0.5625em;
}
.s-accord .section-title__text {
    font-size: 1.3125rem;
    padding-top: 1.25rem;
}
.s-accord .col-lg-6:nth-child(n + 9) {
    display: none;
}
.s-accord__col {
    margin-bottom: 20px;
}
.s-accord__item {
    border-radius: 5px;
    border: 2px solid #ededed;
    background-color: #fff;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.s-accord__item:hover {
    cursor: pointer;
}
.s-accord__item.active,
.s-accord__item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.s-accord .showhide {
    cursor: pointer;
    text-decoration: none;
    padding: 1.0625rem 1.0625rem 1.25rem;
    font-size: 0.9375rem;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    position: relative;
    padding-right: 3.125rem;
    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-accord .showhide span {
    display: block;
}
.s-accord .showhide .s-accord__icon-wrap {
    position: absolute;
    right: 1.25rem;
    top: 1rem;
    display: inline-block;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    color: #dbdbdb;
}
.s-accord .showhide .s-accord__icon-wrap .icon {
    font-size: 1rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.s-accord__item.active {
    -webkit-box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    border-color: transparent;
}
.s-accord__item.active .showhide .s-accord__icon-wrap,
.s-accord__item:hover .showhide .s-accord__icon-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.s-accord .showhide-all {
    display: none;
    max-width: 100%;
    position: relative;
    padding: 0.3125rem 1.25rem 1.25rem;
}
.s-accord__btn {
    cursor: pointer;
    width: 15.1875rem;
    margin-left: auto;
    margin-right: auto;
}
.s-accord__btn-more {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035rem;
    color: #070707;
    border-bottom: 1px solid;
    font-size: 0.875rem;
    margin-right: 2.5rem;
    position: relative;
    margin-top: 1.6875rem;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    text-decoration: none !important;
}
.s-accord__btn-more .icon {
    font-size: 1.5rem;
    fill: url(main.min.css#insta-gradient);
    position: absolute;
    left: 100%;
    margin-left: 0.75rem;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-accord__btn-more:hover {
    color: #44e2d8;
}
.s-accord__btn-more:focus {
    color: #2db7ae;
}
.s-accord__foot {
    padding-top: 4.0625rem;
}
.header-block .s-accord__foot ul,
.s-accord__foot .header-block ul,
.s-accord__foot .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.s-accord__foot .strong {
    font-size: 18px;
    margin-bottom: 10px;
}
.s-accord__foot .small {
    color: #1a1a1a;
    font-size: 13px;
    letter-spacing: 0.26px;
}
.s-accord__title-foot {
    color: #222;
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
    font-weight: 700;
}
.s-accord__gray {
    margin-bottom: 1.875rem;
    max-width: 11.875rem;
    margin-left: auto;
    margin-right: auto;
    color: #4e4e4e;
    letter-spacing: 0.01812rem;
}
.s-accord__person {
    position: relative;
    margin-bottom: 1.875rem;
}
.s-accord__btn-wrap {
    margin-top: 1.875rem;
    position: relative;
    z-index: 2;
}
.s-advantages {
    text-align: center;
}
.s-advantages h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 14.375em;
    position: relative;
    z-index: 2;
}
.s-advantages__title {
    font-weight: 700;
}
.s-advantages__col {
    margin-bottom: 1.9375rem;
}
.s-advantages__col picture {
    margin-bottom: 0.3125rem;
}
.s-calc {
    margin-top: 3.9375rem;
}
.s-calc .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 18.75em;
    padding-bottom: 1em;
}
.s-calc__item {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    padding-top: 2.0625rem;
    margin-right: -3.75rem;
}
.s-calc__item > * {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.s-calc__item p {
    max-width: 23.125rem;
}
.s-calc__title {
    font-weight: 500;
    padding-bottom: 0.375rem;
}
.s-calc__row .text-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.s-calc__logo {
    margin-bottom: 1.25rem;
}
.s-calc__sub-title {
    padding-bottom: 1.75rem;
    line-height: 1.39;
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
}
.s-calc__btn {
    width: 12.5625rem;
    padding: 1.4375rem 0.625rem 1.3125rem;
}
.s-calc .jaw-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}
.jaw-block {
    width: 18.8125rem;
    height: 28.5rem;
    position: relative;
}
.jaw-block__tooth-item,
.jaw-block__tooth-number {
    position: absolute;
    cursor: pointer;
}
.jaw-block.visible .jaw-block__tooth-item::before {
    background-image: url(../images/tooth-bg.png);
}
.jaw-block__tooth-item {
    width: 1.8125rem;
    height: 1.8125rem;
}
.jaw-block__tooth-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    width: 1.8125rem;
    height: 1.8125rem;
    opacity: 0;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.jaw-block__tooth-item.active::before {
    opacity: 1;
}
.jaw-block__tooth-number {
    color: #010101;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 2.09;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 4px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.jaw-block__tooth-number.active {
    color: #fff;
    background-color: #00c6b9;
}
.jaw-block__tooth-item:nth-child(1) {
    top: 0;
    left: 7.8125rem;
}
.jaw-block__tooth-number:nth-child(1) {
    top: 1.75rem;
    left: 8.375rem;
}
.jaw-block__tooth-item:nth-child(3) {
    top: 0.625rem;
    left: 5.9375rem;
}
.jaw-block__tooth-number:nth-child(3) {
    top: 2.375rem;
    left: 7.4375rem;
}
.jaw-block__tooth-item:nth-child(5) {
    top: 1.5625rem;
    left: 4.9375rem;
}
.jaw-block__tooth-number:nth-child(5) {
    top: 3.25rem;
    left: 6.8125rem;
}
.jaw-block__tooth-item:nth-child(7) {
    top: 3.3125rem;
    left: 4rem;
}
.jaw-block__tooth-number:nth-child(7) {
    top: 4.5rem;
    left: 6.1875rem;
}
.jaw-block__tooth-item:nth-child(9) {
    top: 4.875rem;
    left: 3.375rem;
}
.jaw-block__tooth-number:nth-child(9) {
    top: 5.875rem;
    left: 5.625rem;
}
.jaw-block__tooth-item:nth-child(11) {
    top: 6.4375rem;
    left: 3.0625rem;
}
.jaw-block__tooth-number:nth-child(11) {
    top: 8.0625rem;
    left: 5.625rem;
}
.jaw-block__tooth-item:nth-child(13) {
    top: 8.9375rem;
    left: 2.5625rem;
}
.jaw-block__tooth-number:nth-child(13) {
    top: 9.9375rem;
    left: 5.4375rem;
}
.jaw-block__tooth-item:nth-child(15) {
    top: 11.125rem;
    left: 2.5625rem;
}
.jaw-block__tooth-number:nth-child(15) {
    top: 11.6875rem;
    left: 5.4375rem;
}
.jaw-block__tooth-item:nth-child(2) {
    top: 0;
    right: 7.1875rem;
}
.jaw-block__tooth-number:nth-child(2) {
    top: 1.75rem;
    right: 7.75rem;
}
.jaw-block__tooth-item:nth-child(4) {
    top: 0.625rem;
    right: 5.3125rem;
}
.jaw-block__tooth-number:nth-child(4) {
    top: 2.375rem;
    right: 6.8125rem;
}
.jaw-block__tooth-item:nth-child(6) {
    top: 1.5625rem;
    right: 4.3125rem;
}
.jaw-block__tooth-number:nth-child(6) {
    top: 3.25rem;
    right: 6.1875rem;
}
.jaw-block__tooth-item:nth-child(8) {
    top: 3.3125rem;
    right: 3.375rem;
}
.jaw-block__tooth-number:nth-child(8) {
    top: 4.5rem;
    right: 5.5625rem;
}
.jaw-block__tooth-item:nth-child(10) {
    top: 4.875rem;
    right: 2.75rem;
}
.jaw-block__tooth-number:nth-child(10) {
    top: 5.875rem;
    right: 5.25rem;
}
.jaw-block__tooth-item:nth-child(12) {
    top: 6.4375rem;
    right: 2.75rem;
}
.jaw-block__tooth-number:nth-child(12) {
    top: 8.0625rem;
    right: 4.9375rem;
}
.jaw-block__tooth-item:nth-child(14) {
    top: 8.9375rem;
    right: 1.9375rem;
}
.jaw-block__tooth-number:nth-child(14) {
    top: 9.9375rem;
    right: 4.8125rem;
}
.jaw-block__tooth-item:nth-child(16) {
    top: 11.125rem;
    right: 1.9375rem;
}
.jaw-block__tooth-number:nth-child(16) {
    top: 11.6875rem;
    right: 4.8125rem;
}
.jaw-block__tooth-item:nth-child(17) {
    bottom: 0;
    left: 7.8125rem;
}
.jaw-block__tooth-number:nth-child(17) {
    bottom: 1.75rem;
    left: 8.375rem;
}
.jaw-block__tooth-item:nth-child(19) {
    bottom: 0.625rem;
    left: 5.9375rem;
}
.jaw-block__tooth-number:nth-child(19) {
    bottom: 2.375rem;
    left: 7.4375rem;
}
.jaw-block__tooth-item:nth-child(21) {
    bottom: 1.5625rem;
    left: 4.9375rem;
}
.jaw-block__tooth-number:nth-child(21) {
    bottom: 3.25rem;
    left: 6.8125rem;
}
.jaw-block__tooth-item:nth-child(23) {
    bottom: 3.3125rem;
    left: 4rem;
}
.jaw-block__tooth-number:nth-child(23) {
    bottom: 4.5rem;
    left: 6.1875rem;
}
.jaw-block__tooth-item:nth-child(25) {
    bottom: 4.875rem;
    left: 3.375rem;
}
.jaw-block__tooth-number:nth-child(25) {
    bottom: 5.875rem;
    left: 5.625rem;
}
.jaw-block__tooth-item:nth-child(27) {
    bottom: 6.4375rem;
    left: 3.0625rem;
}
.jaw-block__tooth-number:nth-child(27) {
    bottom: 8.0625rem;
    left: 5.625rem;
}
.jaw-block__tooth-item:nth-child(29) {
    bottom: 8.9375rem;
    left: 2.5625rem;
}
.jaw-block__tooth-number:nth-child(29) {
    bottom: 9.9375rem;
    left: 5.4375rem;
}
.jaw-block__tooth-item:nth-child(31) {
    bottom: 11.125rem;
    left: 2.5625rem;
}
.jaw-block__tooth-number:nth-child(31) {
    bottom: 11.6875rem;
    left: 5.4375rem;
}
.jaw-block__tooth-item:nth-child(18) {
    bottom: 0;
    right: 7.1875rem;
}
.jaw-block__tooth-number:nth-child(18) {
    bottom: 1.75rem;
    right: 7.75rem;
}
.jaw-block__tooth-item:nth-child(20) {
    bottom: 0.625rem;
    right: 5.3125rem;
}
.jaw-block__tooth-number:nth-child(20) {
    bottom: 2.375rem;
    right: 6.8125rem;
}
.jaw-block__tooth-item:nth-child(22) {
    bottom: 1.5625rem;
    right: 4.3125rem;
}
.jaw-block__tooth-number:nth-child(22) {
    bottom: 3.25rem;
    right: 6.1875rem;
}
.jaw-block__tooth-item:nth-child(24) {
    bottom: 3.3125rem;
    right: 3.375rem;
}
.jaw-block__tooth-number:nth-child(24) {
    bottom: 4.5rem;
    right: 5.5625rem;
}
.jaw-block__tooth-item:nth-child(26) {
    bottom: 4.875rem;
    right: 2.75rem;
}
.jaw-block__tooth-number:nth-child(26) {
    bottom: 5.875rem;
    right: 5.25rem;
}
.jaw-block__tooth-item:nth-child(28) {
    bottom: 6.4375rem;
    right: 2.75rem;
}
.jaw-block__tooth-number:nth-child(28) {
    bottom: 8.0625rem;
    right: 4.9375rem;
}
.jaw-block__tooth-item:nth-child(30) {
    bottom: 8.9375rem;
    right: 1.9375rem;
}
.jaw-block__tooth-number:nth-child(30) {
    bottom: 9.9375rem;
    right: 4.8125rem;
}
.jaw-block__tooth-item:nth-child(32) {
    bottom: 11.125rem;
    right: 1.9375rem;
}
.jaw-block__tooth-number:nth-child(32) {
    bottom: 11.6875rem;
    right: 4.8125rem;
}
.s-form .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 14.375em;
}
.s-form .section-title h2 {
    padding-bottom: 0.625rem;
}
.s-form__head {
    padding-top: 0.75rem;
}
.s-form__head ul {
    padding-top: 1.25rem;
}
.s-form__head li {
    list-style-type: none;
    padding-left: 1.5625rem;
    position: relative;
    padding-bottom: 0.9375rem;
}
.s-form__head li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    background-color: #00c6b9;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6b9), to(#c1fffb));
    background-image: -o-linear-gradient(bottom, #00c6b9 0, #c1fffb 100%);
    background-image: linear-gradient(to top, #00c6b9 0, #c1fffb 100%);
}
.s-form__man-caption {
    font-style: italic;
    letter-spacing: 0.02rem;
    color: #050505;
    padding-left: 1.25rem;
}
.s-form__man-caption strong {
    font-weight: 700;
}
.s-form__head {
    padding-bottom: 2.5rem;
}
.s-form__strike {
    opacity: 0.58;
    color: #050505;
    font-size: 1.5625rem;
    letter-spacing: 0.03125rem;
    text-decoration: line-through;
}
.s-form__title {
    font-size: 1.3125rem;
    margin-bottom: 0.625rem;
}
.s-form__title strong {
    font-weight: 500;
}
.s-form__text {
    color: #5c5c5c;
    position: relative;
    padding-left: 0.625rem;
    max-width: 20.9375rem;
    margin-left: auto;
    margin-right: auto;
}
.s-form__text::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0.125rem;
}
.s-form__foot {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.s-form__foot-text {
    margin-bottom: 2.5rem;
    position: relative;
}
.s-form__icon-wrap {
    content: "";
    margin-bottom: 0.9375rem;
}
.s-form__icon-wrap .icon {
    font-size: 1.3125rem;
    fill: url(main.min.css#insta-gradient);
}
.s-form .form-wrap {
    margin-left: -15px;
    margin-right: -15px;
    min-height: 10px;
    border-radius: 0.625rem;
    background-color: #fafafa;
    padding: 2.1875rem 1.4375rem;
    position: relative;
    margin-bottom: 2.75rem;
}
.s-form .form-wrap__btn {
    padding-bottom: 1.4rem;
}
.s-form .form-wrap__top-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 21.25rem;
}
.s-form .form-wrap__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.s-form .form-wrap__text--sm {
    max-width: 20rem;
}
.s-form__left-col {
    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;
    text-align: center;
}
.s-prices .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 17.5em;
    position: relative;
    padding-bottom: 0.0625em;
    margin-bottom: 0;
}
.s-prices .section-title__text {
    padding-top: 0.6875rem;
    font-size: 1.3125rem;
}
.s-prices .section-title__text strong {
    font-weight: 500;
}
.s-prices__slider-wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.s-prices__slide {
    font-size: 0.875rem;
    padding: 1.875rem 0;
}
.s-prices__head {
    padding: 1.875rem 1.375rem 1.75rem;
}
.s-prices__head .icon {
    font-size: 1.8125rem;
    color: #747474;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.875rem;
}
.s-prices__express {
    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-prices__body {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.s-prices table {
    width: 100%;
    margin-bottom: 1.25rem;
}
.s-prices td {
    vertical-align: top;
    padding: 0.625rem 0.625rem;
    padding-right: 0;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
    line-height: 1.5;
}
.s-prices td:nth-child(1) {
    width: 56%;
}
.s-prices td:nth-child(2) {
    font-weight: 500;
    color: #000;
}
.s-prices tr:last-child td {
    border: none;
}
.s-prices__title {
    font-weight: 500;
    margin-bottom: 0;
}
.s-prices__strike {
    text-decoration: line-through;
}
.s-prices .fw-500 {
    font-size: 1rem;
}
.s-prices__small {
    color: #797979;
    font-size: 0.8125rem;
}
.s-prices__footer {
    border-radius: 0 76px 0.625rem 0.625rem;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 2.1875rem 1.5rem 1.75rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: none;
    border-bottom: none;
    margin-right: -1px;
    position: relative;
}
.s-prices__icon-wrap {
    margin-right: 0.75rem;
    position: relative;
    top: -0.3125rem;
    margin-bottom: 0.9375rem;
}
.s-prices__icon-wrap .icon {
    font-size: 1.3125rem;
    fill: url(main.min.css#insta-gradient);
}
.s-prices__item {
    border-radius: 0.625rem;
    border: 1px solid #ededed;
    background-color: #fff;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.s-prices__item:hover {
    -webkit-box-shadow: 0 2px 15px 7px rgba(48, 48, 48, 0.05);
    box-shadow: 0 2px 15px 7px rgba(48, 48, 48, 0.05);
}
.s-prices__item:hover .s-prices__footer {
    -webkit-box-shadow: 0 2px 15px 7px rgba(48, 48, 48, 0.05);
    box-shadow: 0 2px 15px 7px rgba(48, 48, 48, 0.05);
}
.s-prices__block {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    border-radius: 0.625rem;
    background-color: #fff;
    max-width: 60.1875rem;
    margin-top: 3.625rem;
    padding: 4.0625rem 5.3125rem 3.4375rem;
    z-index: 2;
}
.s-prices__block.visible {
    position: relative;
}
.s-prices__block.visible::after,
.s-prices__block.visible::before {
    content: "";
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
}
.s-prices__block.visible::before {
    background-image: url(../images/hand.jpg);
    bottom: 0;
    left: 28%;
    width: 13.625rem;
    height: 7.3125rem;
}
.s-prices__block.visible::after {
    background-image: url(../images/tooth.jpg);
    right: 0;
    top: 0;
    width: 3.625rem;
    height: 8.25rem;
}
.s-prices ul li {
    list-style-type: none;
    display: inline-block;
    list-style-type: none;
    padding-left: 1.125rem;
    margin-right: 0.9375rem;
    position: relative;
    padding-bottom: 0.9375rem;
}
.s-prices ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    background-color: #00c6b9;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6b9), to(#c1fffb));
    background-image: -o-linear-gradient(bottom, #00c6b9 0, #c1fffb 100%);
    background-image: linear-gradient(to top, #00c6b9 0, #c1fffb 100%);
}
.s-prices__toggle {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 1.25rem;
    border-bottom: 1px dashed;
    position: relative;
    margin-right: 1.875rem;
    cursor: pointer;
}
.s-prices__toggle .icon {
    font-size: 0.875rem;
    left: 100%;
    position: absolute;
    top: 0.625em;
    margin-left: 0.625rem;
}
.control-block2 {
    position: relative;
    text-align: center;
    max-width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
}
.s-rew {
    padding-bottom: 1.2rem;
}
.s-rew .section-title {
    padding-bottom: 0.625em;
}
.s-rew h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.125em;
    letter-spacing: normal;
}
.s-rew__row {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.s-rew picture {
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.s-rew__col {
    padding-left: 10px;
    padding-right: 10px;
}
.s-rew__img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.625rem;
    background: #000;
}
.s-rew__img-wrap:hover picture {
    opacity: 0.8;
}
.s-rew__img-wrap:hover .s-rew__play {
    opacity: 0.95;
}
.s-rew__time {
    position: absolute;
    top: 1.3125rem;
    border-radius: 0 2px 2px 0;
    background-color: #fff;
    font-weight: 500;
    font-size: 0.875rem;
    z-index: 2;
    color: #050505 !important;
    width: auto;
    display: block;
    white-space: nowrap;
    padding: 0.1875rem 0.75rem;
}
.s-rew__play {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    background-image: url(../images/play-btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
}
.s-rew__play:hover {
    opacity: 0.8;
}
.s-rew__title {
    font-weight: 500;
    letter-spacing: 0.36px;
}
.s-rew__text {
    letter-spacing: 0.32px;
    padding-bottom: 0.625rem;
}
.s-rew__name {
    font-style: italic;
    letter-spacing: 0.32px;
    font-weight: 500;
}
.s-rew .slick-arrow {
    top: 22%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.s-specialist {
    background-color: #f8f9f8;
    position: relative;
    z-index: 2;
    text-align: center;
}
.s-specialist .section-title__label {
    font-weight: 300;
}
.s-specialist .section-title__label span {
    font-weight: 300;
}
.s-specialist .container {
    position: relative;
    padding-top: 4.3125rem;
}
.s-specialist .section-title {
    padding-bottom: 0.4375em;
}
.s-specialist h2 {
    line-height: 1.1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.s-specialist__text-block {
    position: relative;
    z-index: 2;
}
.s-specialist__text-block::after,
.s-specialist__text-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.s-specialist__text-block p {
    font-weight: 400;
    line-height: 1.39;
    margin-bottom: 1.5625rem;
}
.s-specialist__text-block p strong {
    font-weight: 500;
}
.s-specialist__man {
    z-index: -1;
    text-align: center;
    margin-bottom: 1.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;
}
.s-specialist__man picture {
    margin-left: auto;
    margin-right: auto;
}
.s-specialist__man picture {
    width: auto;
    max-width: 100%;
}
.s-specialist__man-caption-prof {
    color: #5b5b5b;
}
.s-specialist__man-caption-name,
.s-specialist__man-caption-prof {
    position: relative;
    z-index: 2;
    font-size: 0.9375rem;
    font-style: italic;
    display: inline-block;
    text-align: left;
}
.s-specialist__man-caption-name {
    font-weight: 700;
    margin-bottom: 0.5em;
}
.s-specialist__man-caption {
    max-width: 18.75rem;
    text-align: center;
    font-size: 0.9375rem;
    letter-spacing: 0.3px;
    font-style: italic;
}
.s-specialist__slide {
    padding-right: 10px;
    padding-left: 10px;
}
.s-specialist__slide img {
    width: 100%;
}
.s-specialist__img-wrap {
    position: relative;
    overflow: hidden;
    border: 3px solid #ebebeb;
    border-radius: 0.75rem;
    display: block;
}
.s-specialist__slider-wrap {
    margin-bottom: -145px;
}
.s-specialist__slider-wrap {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 32.90625rem;
}
.s-steps img.object-fit-js {
    -o-object-position: center left;
    object-position: center left;
}
.s-steps .section-title {
    max-width: 12.5em;
    padding-bottom: 0.75em;
}
.s-steps .section-title h2 {
    padding-bottom: 0.625rem;
}
.s-steps__slide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
}
.s-steps__title {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1.0625rem 1.5625rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: -1.25rem;
}
.s-steps__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
    box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), color-stop(99%, #fff), to(#fff));
    background-image: -o-linear-gradient(bottom, #bdbdbd 0, #fff 99%, #fff 100%);
    background-image: linear-gradient(to top, #bdbdbd 0, #fff 99%, #fff 100%);
    border-radius: 0.3125rem;
    -webkit-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}
.s-steps__body {
    border-radius: 0.625rem;
    background-color: #fff;
    padding: 3.25rem 1.5625rem 1.625rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.s-steps .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.s-steps__sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    color: #585858;
    font-size: 0.875rem;
    padding-bottom: 0.9375rem;
    max-width: 16.25rem;
}
.s-steps .icon {
    color: #e4e4e4;
    font-size: 1.9375rem;
    margin-right: 1.25rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.s-steps p {
    color: #171717;
    line-height: 1.44;
}
.s-steps .b-morelines_section_button {
    display: inline-block !important;
    width: auto !important;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    letter-spacing: 0.28px;
    border-bottom: 1px solid;
}
.s-steps__slider-wrap {
    position: relative;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.s-stock {
    padding-top: 3.125rem;
}
.s-stock__wrap {
    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;
    margin-top: -0.625rem;
    padding-bottom: 1.25rem;
}
.s-stock picture {
    margin-bottom: 1.875rem;
}
.s-stock h2 {
    font-weight: 500;
    color: #fff;
    -webkit-box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    border-radius: 0.625rem;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6b9), to(#c1fffb));
    background-image: -o-linear-gradient(bottom, #00c6b9 0, #c1fffb 100%);
    background-image: linear-gradient(to top, #00c6b9 0, #c1fffb 100%);
    padding: 0.3125rem 0.9375rem;
    font-size: 2.1875rem;
    line-height: 1.29;
    letter-spacing: 0.7px;
    margin-right: 1.25rem;
}
.s-stock__strike {
    text-decoration: line-through;
    opacity: 0.58;
    color: #050505;
    font-size: 1.5625rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.s-stock__text {
    letter-spacing: 0.46px;
    line-height: 1.3;
    padding-bottom: 0.3125rem;
}
.s-stock__price {
    padding-bottom: 0.75rem;
    letter-spacing: 0.36px;
}
.s-stock__price strong {
    position: relative;
    z-index: 2;
    letter-spacing: 0.46px;
}
.s-stock__price strong::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0.8125em;
    border-radius: 1px;
    background-color: #40d7cc;
    height: 3px;
    z-index: -1;
}
.s-stock__small {
    color: #989898;
    letter-spacing: 0.32px;
    margin-bottom: 1.875rem;
}
.footer__text .s-stock .link,
.form-wrap__btn .s-stock span,
.header-block__btn .s-stock span,
.s-about__text-block .s-stock p,
.s-calc__row .s-stock .text-center,
.s-prices ul .s-stock li,
.s-specialist__text-block .s-stock p,
.s-stock .footer__text .link,
.s-stock .form-wrap__btn span,
.s-stock .form-wrap__title,
.s-stock .h6,
.s-stock .header-block__btn span,
.s-stock .s-about__text-block p,
.s-stock .s-accord__gray,
.s-stock .s-calc__row .text-center,
.s-stock .s-prices ul li,
.s-stock .s-rew__title,
.s-stock .s-specialist__text-block p,
.s-stock .s-steps__title,
.s-stock .s-stock__price,
.s-stock .top-line__link {
    padding-top: 0.3125rem;
}
.s-stock ul {
    list-style-type: none;
    margin-bottom: 1.875rem;
}
.s-stock li {
    position: relative;
    line-height: 1.4;
    padding-left: 1.875rem;
    letter-spacing: 0.00625rem;
    margin-bottom: 1.0625rem;
}
.s-stock li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.0625rem;
    background-image: url(../images/check-circle.png);
    width: 1.375rem;
    height: 1.375rem;
    background-size: 100%;
    background-repeat: no-repeat;
}
.s-stock__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 15.1875rem;
}
.top-line {
    padding-top: 1.8125rem;
    font-size: 0.9375rem;
}
.top-line__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-line__wrap {
    text-decoration: none !important;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.top-line__wrap > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.top-line__caption {
    max-width: 10.625rem;
    font-weight: 500;
    line-height: 1.47;
    padding-top: 0.375rem;
}
.top-line__small {
    color: #8c94a2;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.54;
    margin-bottom: 0.3125rem;
    padding-top: 0.125rem;
}
.top-line strong {
    display: block;
}
.top-line .col-tel {
    position: relative;
}
.top-line .col-tel::before {
    content: "";
}
.top-line__icon-wrap {
    position: absolute;
    left: -1.875rem;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.75rem;
    height: 1.75rem;
    top: 1.25rem;
    -webkit-box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 1.125rem 1px rgba(255, 255, 255, 0.32);
    background-color: #585858;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00c6b9), to(#c1fffb));
    background-image: -o-linear-gradient(bottom, #00c6b9 0, #c1fffb 100%);
    background-image: linear-gradient(to top, #00c6b9 0, #c1fffb 100%);
    border-radius: 50%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-line__icon-wrap .icon {
    font-size: 0.875rem;
    color: #fff;
}
.top-line__btn {
    margin-top: 0.5rem;
    display: block;
}
.top-line__sm-link {
    font-size: 0.8125rem;
}
.top-line__link {
    text-decoration: none !important;
    font-weight: 500;
}
.top-line img {
    max-width: 8rem;
    height: auto;
}
.top-nav {
    padding-top: 15px;
    top: 100%;
    z-index: 20;
    padding-top: 3px;
    -webkit-transition: all 0.36s;
    -o-transition: all 0.36s;
    transition: all 0.36s;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    width: 100%;
}
.top-nav.fixed {
    width: 100vw;
    bottom: auto;
    margin-top: 0;
    background-color: #fff;
}
.top-nav__nav {
    text-align: center;
    list-style-type: none;
}
.top-nav__item {
    display: inline-block;
    list-style-type: none;
}
.toggle-menu-mobile {
    display: block;
    height: 1.75em;
    margin-top: 15px;
    margin-left: 0;
    position: fixed;
    z-index: 999 !important;
    right: 0;
    padding: 3px;
    border-radius: 5px;
    top: 0.125em;
}
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
}
.toggle-menu-mobile span:after {
    top: 0.5em;
}
.toggle-menu-mobile span {
    position: relative;
    display: block;
}
.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
    font-size: 32px;
    width: 1em;
    height: 0.125em;
    background-color: #00c6b9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
}
.toggle-menu-mobile.on {
    opacity: 0;
}
.toggle-menu-mobile.on span {
    background-color: transparent;
}
.toggle-menu-mobile.on span:before {
    -webkit-transform: rotate(45deg) translate(-0.0625em, 0);
    -ms-transform: rotate(45deg) translate(-0.0625em, 0);
    transform: rotate(45deg) translate(-0.0625em, 0);
}
.toggle-menu-mobile.on span:after {
    -webkit-transform: rotate(-45deg) translate(0.1875em, -0.25em);
    -ms-transform: rotate(-45deg) translate(0.1875em, -0.25em);
    transform: rotate(-45deg) translate(0.1875em, -0.25em);
}
.menu-mobile {
    position: fixed !important;
    z-index: 999;
    max-width: 85%;
    height: 101vh;
    width: 280px;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    will-change: transform;
}
.menu-mobile__inner {
    background-color: #c3c3c3;
    padding: 5% 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
.menu-mobile.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.menu-mobile.active .toggle-menu-mobile {
    opacity: 1;
}
.menu-mobile .toggle-menu-mobile {
    cursor: pointer;
    margin-left: -15%;
    position: absolute;
    opacity: 0;
    left: 0;
    right: auto;
    color: #fff;
    top: 10px;
    z-index: 9999;
    background-color: transparent;
}
.menu-mobile .toggle-menu-mobile span,
.menu-mobile .toggle-menu-mobile span:after,
.menu-mobile .toggle-menu-mobile span:before {
    background-color: #fff;
}
.menu-mobile .toggle-menu-mobile.on {
    opacity: 1;
}
.menu-mobile .toggle-menu-mobile.on span {
    background-color: transparent;
}
.menu-mobile ul {
    position: relative;
}
.menu-mobile li {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.menu-mobile li a {
    padding: 10px;
    display: block;
}

@media (prefers-reduced-motion: reduce) {
    .form-control,
    .form-wrap__input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
@media (min-width: 576px) {
    .h1,
    h1 {
        font-size: 4rem;
    }
    .h2,
    .section-title,
    h2 {
        font-size: 3.125rem;
    }
    .container {
        max-width: 540px;
    }
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .form-control,
    .form-wrap__input {
        height: calc(1.5em + 2.736rem + 2px);
        padding: 1.368rem 1.35rem;
    }
    .form-inline label {
        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-bottom: 0;
    }
    .form-inline .form-group,
    .form-inline .form-wrap__input-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control,
    .form-inline .form-wrap__input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        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;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -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;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .footer__logo {
        margin-top: 0;
    }
    .footer__caption {
        max-width: 9.25rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .footer__icon-wrap {
        left: -0.625rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__text {
        padding-left: 1.875rem;
        margin-right: -0.9375rem;
    }
    .form-wrap__btn {
        margin-top: 1.875rem;
    }
    .form-wrap__btn span::after {
        content: url(../images/mirrow.png);
        right: 0;
        bottom: 0.3125rem;
        position: absolute;
        pointer-events: none;
    }
    .form-wrap__polite {
        max-width: 14.125rem;
    }
    .custom-input {
        padding-left: 0.9375rem;
    }
    .custom-input__lab {
        width: 0.75rem;
        height: 0.75rem;
    }
    .custom-input__input[type="checkbox"] + .custom-input__lab::after {
        width: 0.4375rem;
        height: 0.4375rem;
    }
    .custom-input-time {
        height: 4.3125rem;
    }
    .header-block__block {
        padding-top: 2.65625rem;
        padding-bottom: 3.21875rem;
    }
    .header-block li {
        margin-bottom: 0;
    }
    .header-block__btn {
        margin-top: 3.125rem;
        margin-left: 0;
        margin-bottom: 0;
    }
    .header-block__btn span::after {
        content: url(../images/mirrow.png);
        right: 0;
        bottom: 0.3125rem;
        position: absolute;
    }
    .header-block__man-caption-prof {
        margin-left: -0.9375rem;
    }
    .header-block__man-caption-name,
    .header-block__man-caption-prof {
        position: relative;
        padding: 0.875rem 1.5625rem;
        z-index: 2;
    }
    .header-block__man-caption-name::before,
    .header-block__man-caption-prof::before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        border-radius: 0.3125rem;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        width: 100%;
        height: 100%;
    }
    .header-block__man-caption-name {
        position: relative;
        z-index: 4;
        font-weight: 700;
    }
    .header-block__man-caption-name::before {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), color-stop(99%, #fff), to(#fff));
        background-image: -o-linear-gradient(bottom, #bdbdbd 0, #fff 99%, #fff 100%);
        background-image: linear-gradient(to top, #bdbdbd 0, #fff 99%, #fff 100%);
        -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
        box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
    }
    .header-block__man-caption-prof {
        margin-top: -0.3125rem;
        display: inline-block;
        color: #5b5b5b;
    }
    .header-block__man-caption-prof::before {
        -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14);
        box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14);
        background-color: #faf8f8;
    }
    .header-block__stock-block {
        color: #fff !important;
        z-index: 2;
        height: 14.1875rem;
        padding-top: 2.625rem;
        padding-left: 1.25rem;
        right: -0.75rem;
        margin-left: 0;
    }
    .header-block__stock-block br {
        display: block;
    }
    .header-block__stock-block::before {
        content: "";
        z-index: -1;
        background-image: url(../images/stock-before.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 27.6875rem;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none;
    }
    .header-block .modal-win li,
    .modal-win .col,
    .modal-win .header-block li {
        padding: 2.5rem 3.125rem;
    }
    .modal-text {
        max-width: 1000px;
    }
    .s-about__man-caption {
        max-width: none;
    }
    .s-advantages__col picture {
        margin-bottom: 1.875rem;
    }
    .s-calc__row .text-center {
        padding-bottom: 2.5rem;
    }
    .s-calc .jaw-block.visible::before {
        content: "";
        background-image: url(../images/curve-calc.png);
        position: absolute;
        width: 7.9375rem;
        height: 3.5rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        bottom: 2.5rem;
        left: 80%;
    }
    .s-calc .jaw-block {
        margin-left: 0;
        margin-bottom: 0;
    }
    .s-prices__slide {
        padding: 1.875rem 11px;
    }
    .s-prices__body {
        padding-right: 0.3125rem;
    }
    .s-rew {
        padding-top: 3.4375rem;
        padding-bottom: 2.5rem;
    }
    .s-rew .slick-arrow {
        top: 8.75rem;
    }
    .s-specialist {
        text-align: left;
    }
    .top-line .col-tel {
        padding-left: 2.1875rem;
    }
    .top-line__icon-wrap {
        left: 0;
    }
    .top-line img {
        width: 6.25rem;
    }
}
@media (min-width: 576px) and (max-width: 1200px) {
    .h1,
    h1 {
        font-size: calc(1.5625rem + 3.75vw);
    }
    .h2,
    .section-title,
    h2 {
        font-size: calc(1.4375rem + 2.25vw);
    }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
    .s-advantages picture {
        height: 10rem;
        text-align: center;
    }
    .s-advantages picture img {
        max-height: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    body,
    html {
        font-size: 15px;
    }
    .s-about h2 {
        margin-left: 0;
        text-align: left;
        max-width: 11.25em;
    }
    .s-about__text-block {
        max-width: 31.25rem;
        padding-left: 2.9375rem;
    }
    .s-about__man {
        position: absolute;
        left: 27.5rem;
        bottom: 0;
        width: 35.625rem;
        height: auto;
        display: block;
        margin-bottom: 0;
    }
    .s-about__man picture {
        margin-right: 0;
    }
    .s-about__man-caption-name,
    .s-about__man-caption-prof {
        padding: 0.875rem 1.5625rem;
        display: inline-block;
        text-align: center;
    }
    .s-about__man-caption-name::before,
    .s-about__man-caption-prof::before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        border-radius: 0.3125rem;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        width: 100%;
        height: 100%;
    }
    .s-about__man-caption-name {
        position: relative;
        margin-bottom: 0;
        z-index: 4;
    }
    .s-about__man-caption-name::before {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), color-stop(99%, #fff), to(#fff));
        background-image: -o-linear-gradient(bottom, #bdbdbd 0, #fff 99%, #fff 100%);
        background-image: linear-gradient(to top, #bdbdbd 0, #fff 99%, #fff 100%);
        -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
        box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
    }
    .s-about__man-caption-prof {
        margin-top: -0.3125rem;
        margin-left: 1.5rem;
        color: #5b5b5b;
    }
    .s-about__man-caption-prof::before {
        -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14);
        box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14);
        background-color: #faf8f8;
    }
    .s-about__man-caption {
        position: absolute;
        bottom: 3.375rem;
    }
    .s-about__man-caption {
        left: -2.8125rem;
    }
    .s-accord__foot {
        padding-top: 4.6875rem;
    }
    .s-accord__gray {
        margin-left: 0;
        max-width: none;
    }
    .s-accord__person {
        margin-bottom: 0;
    }
    .s-accord__btn-wrap {
        margin-top: 0;
    }
    .s-form .form-wrap {
        max-width: 28.125rem;
        margin-left: 0;
        margin-right: 0;
    }
    .s-form .form-wrap {
        margin-bottom: 0;
    }
    .s-form .form-wrap.visible::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-image: url(../images/form-armchair.png);
        width: 65.375rem;
        height: 55.0625rem;
        background-size: 100%;
        background-repeat: no-repeat;
        left: -15.625rem;
        top: 20.625rem;
    }
    .s-rew .slick-arrow {
        top: 5rem;
    }
    .s-specialist h2 {
        margin-left: 0;
        text-align: left;
        max-width: 11.25em;
    }
    .s-specialist__text-block {
        max-width: 35rem;
        padding-bottom: 2.5rem;
    }
    .s-specialist__man {
        text-align: left;
        position: absolute;
        left: 22.5rem;
        bottom: 0;
        width: 37.625rem;
        height: 45.3125rem;
        display: block;
        margin-bottom: 0;
    }
    .s-specialist__man picture {
        margin-right: 0;
    }
    .s-specialist__man-caption-name,
    .s-specialist__man-caption-prof {
        padding: 0.875rem 1.5625rem;
        display: inline-block;
        text-align: center;
    }
    .s-specialist__man-caption-name::before,
    .s-specialist__man-caption-prof::before {
        z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        border-radius: 0.3125rem;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        width: 100%;
        height: 100%;
    }
    .s-specialist__man-caption-name {
        position: relative;
        margin-bottom: 0;
        z-index: 4;
    }
    .s-specialist__man-caption-name::before {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), color-stop(99%, #fff), to(#fff));
        background-image: -o-linear-gradient(bottom, #bdbdbd 0, #fff 99%, #fff 100%);
        background-image: linear-gradient(to top, #bdbdbd 0, #fff 99%, #fff 100%);
        -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
        box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
    }
    .s-specialist__man-caption-prof {
        margin-top: -0.3125rem;
        color: #5b5b5b;
    }
    .s-specialist__man-caption-prof::before {
        -webkit-box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14);
        box-shadow: 0 1px 8px 1px rgba(35, 35, 35, 0.14);
        background-color: #faf8f8;
    }
    .s-specialist__man-caption {
        position: absolute;
        bottom: 5.875rem;
        right: 11.25rem;
    }
    .s-steps__title {
        max-width: 18.625rem;
    }
    .s-steps__body {
        margin-left: 1.25rem;
    }
    .control-block .pagingInfo {
        display: none;
    }
    .s-stock {
        padding-top: 6.875rem;
        padding-bottom: 3.4375rem;
    }
    .s-stock__inner {
        padding-left: 0.9375rem;
    }
    .s-stock__small {
        margin-bottom: 0;
    }
    .s-stock ul {
        padding-top: 0.9375rem;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .s-specialist__text-block {
        max-width: 27.5rem;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .wow {
        visibility: hidden;
    }
    .header-block__block {
        padding-top: 5.3125rem;
        padding-bottom: 7rem;
        margin-left: 0;
    }
    .header-block .letter {
        position: relative;
        display: inline-block;
    }
    .header-block h1 {
        margin-bottom: 3.25rem;
    }
    .header-block h1 {
        text-align: left;
    }
    .header-block li {
        max-width: 19.0625rem;
    }
    .modal-win {
        max-width: 1061px;
    }
    .modal-win .form-wrap__modal-head {
        margin-right: -140px;
    }
    .s-about .container {
        padding-bottom: 6.5625rem;
    }
    .s-about__text-block::after {
        width: 8.375rem;
        height: 2.8125rem;
        background-image: url(../images/curve.png);
        top: 100%;
        margin-top: 2.1875rem;
        right: 2.625rem;
    }
    .s-about__man-caption {
        left: 1.25rem;
    }
    .s-about__img-wrap {
        -webkit-box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
        box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    }
    .s-about__slider-wrap {
        right: 15px;
        width: 9.0625rem;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .s-about__slide {
        margin-bottom: 0.875rem;
    }
    .s-about .slick-cloned {
        display: none;
    }
    .s-about .slick-track {
        width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .s-about .slick-slide {
        float: none !important;
        width: 100% !important;
    }
    .s-accord__gray {
        margin-bottom: 0;
    }
    .s-accord__person::before {
        content: "";
        position: absolute;
        width: 7.4375rem;
        height: 4.1875rem;
        background-image: url(../images/curve-faq.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        right: 100%;
        bottom: -0.625rem;
    }
    .s-advantages__col:nth-child(1) {
        top: -5.1875rem;
    }
    .s-advantages__col:nth-child(1) picture {
        margin-bottom: 0;
    }
    .s-advantages__col:nth-child(1) img {
        margin-left: -0.9375rem;
    }
    .s-advantages__col:nth-child(1) .s-advantages__item {
        margin-left: -0.3125rem;
    }
    .s-advantages__col:nth-child(2) picture {
        text-align: center;
        margin-bottom: 1.875rem;
    }
    .s-advantages__col:nth-child(2) p {
        max-width: 11.875rem;
    }
    .s-advantages__col:nth-child(3) picture {
        margin-bottom: 1.25rem;
    }
    .s-advantages__col:nth-child(3) img {
        margin-left: -1.875rem;
    }
    .s-advantages__col p {
        padding-top: 0.625rem;
    }
    .s-advantages__col:nth-child(4) {
        top: -3.9375rem;
    }
    .s-advantages__col:nth-child(4) picture {
        margin-bottom: 0;
    }
    .s-advantages__col:nth-child(4) img {
        margin-bottom: 0.625rem;
    }
    .s-advantages__col:nth-child(4) .s-advantages__item {
        max-width: 200px;
        margin-left: auto;
    }
    .s-advantages {
        text-align: left;
    }
    .s-form {
        padding-bottom: 6.5625rem;
    }
    .s-form__strike {
        margin-left: 3.4375rem;
    }
    .s-form__text {
        margin-bottom: 4.375rem;
        margin-left: 0;
        margin-right: 0;
    }
    .s-form__foot-text {
        max-width: 20.625rem;
        padding-left: 2.75rem;
        margin-bottom: 0;
    }
    .s-form__icon-wrap {
        position: absolute;
        left: 0;
        top: 0;
    }
    .s-form .form-wrap {
        padding: 2.1875rem 1.4375rem 2.8125rem;
    }
    .s-form__left-col {
        text-align: left;
        display: block;
    }
    .s-prices {
        padding-top: 4.625rem;
    }
    .s-prices .section-title.visible::after,
    .s-prices .section-title.visible::before {
        content: "";
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .s-prices .section-title.visible::before {
        background-image: url(../images/price-before.png);
        right: 100%;
        top: 0;
        width: 10.0625rem;
        height: 12.8125rem;
    }
    .s-prices .section-title.visible::after {
        background-image: url(../images/price-after.png);
        width: 16rem;
        height: 18.0625rem;
        left: 100%;
        top: 48%;
    }
    .s-prices .slick-track {
        width: 100% !important;
    }
    .s-prices__slider-wrap {
        margin-left: -40px;
        margin-right: -40px;
    }
    .s-prices .slick-list {
        padding-left: 30px;
        padding-right: 30px;
    }
    .s-prices__slide {
        width: 33% !important;
    }
    .s-prices__slide:nth-child(n + 4) {
        display: none;
    }
    .s-prices__item:hover {
        -webkit-box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
        box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    }
    .s-prices__item:hover .s-prices__footer {
        -webkit-box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
        box-shadow: 0 2px 25px 7px rgba(48, 48, 48, 0.05);
    }
    .s-rew__row {
        text-align: left;
        max-width: 66.25rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .s-rew .slick-track {
        display: -ms-grid !important;
        display: grid !important;
        width: 100% !important;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 10px;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .s-rew .slick-slide {
        width: 100% !important;
    }
    .header-block .s-rew .slick-slide ul,
    .s-rew .slick-slide .header-block ul,
    .s-rew .slick-slide .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-rew .slick-slide:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/3/2;
    }
    .s-rew .slick-slide:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3;
    }
    .s-rew .slick-slide:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2/2/3/3;
    }
    .s-rew__col {
        padding-left: 0;
        padding-right: 0;
    }
    .s-rew__caption.col-12 {
        padding-top: 1.5625rem;
    }
    .s-specialist .section-title__label {
        z-index: 4;
        position: absolute;
        left: 40.625rem;
        font-weight: 300;
        font-size: 1.875rem;
        color: #fff;
        text-align: center;
        width: 8.125rem;
        height: 12.6875rem;
        padding-top: 1.875rem;
        border-radius: 0 0 0.625rem 0.625rem;
        background-color: #00c6b9;
        top: 0;
    }
    .s-specialist .section-title__label::before {
        content: "";
        position: absolute;
        top: 0;
        width: calc(100% - 0.375rem);
        height: calc(100% - 0.1875rem);
        left: 0.1875rem;
        border: 1px dashed #fff;
        border-radius: 0 0 0.4375rem 0.4375rem;
        border-top: none;
    }
    .s-specialist .section-title__label::after {
        content: "";
        position: absolute;
        width: 10.3125rem;
        height: 2.375rem;
        background-image: url(../images/curve-2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        top: 100%;
        margin-top: 0.3125rem;
        right: 100%;
        margin-left: 2.5rem;
        z-index: 4;
    }
    .s-specialist .section-title__label .section-title__big {
        display: block;
        font-size: 4.9375rem;
        font-weight: 500;
        line-height: 1;
    }
    .s-specialist .container {
        padding-bottom: 2.8125rem;
    }
    .s-specialist__man {
        left: 32.5rem;
    }
    .s-specialist__man-caption {
        right: 6.25rem;
    }
    .s-specialist__slider-wrap {
        max-width: 50.625rem;
    }
    .s-steps {
        margin-top: 1.875rem;
        padding-top: 3.75rem;
    }
    .s-stock picture {
        margin-bottom: 0;
    }
    .top-line__wrap {
        padding-right: 0.625rem;
    }
    .top-line img {
        width: 8.125rem;
    }
}
@media (min-width: 992px) and (min-width: 1200px) {
    .s-advantages__col:nth-child(3) .s-advantages__item {
        margin-right: -40px;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1195px;
    }
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    body,
    html {
        font-size: 16px;
    }
    .footer__caption {
        max-width: 15.5rem;
    }
    .footer {
        margin-top: 1.5625rem;
    }
    .header-block__man {
        left: 38.75rem;
    }
    .header-block__man-caption {
        left: auto;
        right: -1.25rem;
    }
    .s-about__man {
        left: 36.25rem;
    }
    .s-about__man-caption {
        left: -2.8125rem;
    }
    .s-about__label {
        width: 15.5rem;
        height: 13rem;
    }
    .s-about__label {
        font-size: 1.3125rem;
        left: -6.25rem;
        line-height: 1.5;
        padding-top: 3.125rem;
        padding-left: 2.8125rem;
        padding-right: 2.375rem;
    }
    .s-accord__foot {
        padding-left: 3rem;
    }
    .s-accord__gray {
        width: 21.25rem;
    }
    .s-accord__btn-wrap.visible::before {
        content: "";
        position: absolute;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
        background-image: url(../images/med-tool.png);
        width: 18.1875rem;
        height: 20.75rem;
    }
    .header-block .s-advantages ul,
    .s-advantages .header-block ul,
    .s-advantages .row {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    .header-block .s-advantages ul > *,
    .s-advantages .header-block ul > *,
    .s-advantages .row > * {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .s-advantages picture {
        min-height: 10rem;
    }
    .s-calc .jaw-block {
        margin-left: 1.25rem;
    }
    .s-form__head {
        padding-left: 0.9375rem;
    }
    .s-form__head ul {
        padding-left: 0.9375rem;
        margin-right: -1.25rem;
    }
    .s-form .form-wrap {
        margin-left: 5rem;
    }
    .s-specialist__man {
        left: 41.875rem;
    }
    .s-specialist__man-caption {
        bottom: 4rem;
        right: 1.25rem;
    }
    .s-specialist {
        margin-top: 2.8125rem;
    }
    .s-steps__slide {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .s-steps__body {
        margin-left: 1.875rem;
    }
    .s-steps__slider-wrap {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
    }
    .top-line__btn {
        width: 12.125rem;
    }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
    .header-block {
        font-size: 0.9375rem;
    }
    .header-block__stock-block {
        margin-top: 0;
    }
    .header-block__btn {
        margin-top: 2rem;
    }
    .header-block__block {
        padding-top: 2rem;
    }
    .header-block li {
        font-size: 1.15rem;
    }
    .header-block h1 {
        font-size: 2.975rem;
        margin-bottom: 1.25rem;
    }
    .header-block picture img {
        max-width: 80%;
    }
    .header-block .header-block__man {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        bottom: 3.125rem;
    }
}
@media (min-width: 1440px) {
    .col-xxl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
    .text-xxl-left {
        text-align: left !important;
    }
    .text-xxl-right {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
    .h3,
    h3 {
        font-size: calc(1.3rem + 0.6vw);
    }
    .h4,
    .s-prices__toggle,
    .s-stock__price strong,
    .s-stock__text,
    .section-title__text,
    h4 {
        font-size: calc(1.26875rem + 0.225vw);
    }
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
    .form-wrap__jaw-block-title {
        font-size: calc(1.28125rem + 0.375vw);
    }
    .form-wrap__top-title {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .form-wrap__text--lg {
        font-size: calc(1.2625rem + 0.15vw);
    }
    .s-accord .section-title__text {
        font-size: calc(1.25625rem + 0.075vw);
    }
    .s-accord__title-foot {
        font-size: calc(1.3rem + 0.6vw);
    }
    .s-form__strike {
        font-size: calc(1.28125rem + 0.375vw);
    }
    .s-form__title {
        font-size: calc(1.25625rem + 0.075vw);
    }
    .s-prices .section-title__text {
        font-size: calc(1.25625rem + 0.075vw);
    }
    .s-stock h2 {
        font-size: calc(1.34375rem + 1.125vw);
    }
}
@media (max-width: 991.98px) {
    .footer__col {
        padding-bottom: 0.625rem;
    }
    .s-about__slider-wrap {
        max-width: 20.375rem;
        margin-left: -0.625rem;
    }
    .s-about__slider-wrap .slick-slide {
        padding: 0.625rem;
    }
    .s-advantages__item {
        max-width: 16.875rem;
        margin-left: auto;
        margin-right: auto;
    }
    .s-prices__slide:nth-child(n + 4) {
        display: block !important;
    }
    .s-rew__img-wrap {
        display: block;
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom: 0.625rem;
    }
    .s-rew__img-wrap picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .top-line__row {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .top-line__row > * {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .animated {
        -o-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}
@media (max-width: 767.98px) {
    .control-block {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 12.5rem;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .h1,
    h1 {
        font-size: 2.875rem;
    }
    .h2,
    .section-title,
    h2 {
        font-size: 2.875rem;
    }
    .soc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 1.25rem;
    }
    .soc__item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-about__slider-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    .top-line__col {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 575.98px) and (max-width: 1200px) {
    .h1,
    h1 {
        font-size: calc(1.4125rem + 1.95vw);
    }
    .h2,
    .section-title,
    h2 {
        font-size: calc(1.4125rem + 1.95vw);
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}



/* Новые стили ==============================================================================
===============================================================================
=========================================================================================  */

.btn {
  position: relative;
  font-size: 14px;
  color: rgb(7, 7, 7);
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.429;
  text-align: center;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.65);
  outline: none;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px rgb(234 193 67 / 70%)!important;
  z-index: 2;
  transition: all .36s;
}

.btn:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient( 0deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%);
  transition: all .36s;
  opacity: 1;
}

.btn:before {
  content: '';
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to top,#fbde8a 0,#fff0bf 100%);
  transition: all .36s;
  opacity: 0;
}

.btn:hover {
  box-shadow: 0px 0px 0px 0px rgb(234 193 67 / 70%)!important;
  transition: all .36s;
}

.btn:hover:before {
  opacity: 1;
  transition: all .36s;
}

.btn:hover:after {
  z-index: -3;
  transition: all .36s;
}


.socials {
  display: flex;
}

.socials a {
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-right: 3px;
}

.socials a:last-child {
  margin-right: 0;
}

.socials a img {
  max-width: 100%;
  transition: 0.2s;
}

.socials a:hover img {
  filter: saturate(0.7);
  transition: 0.2s;
}

.slider-arrow {
  width: 70px;
  height: 70px;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}

.slider-arrow:hover {
  transform: scale(1.06);
  filter: saturate(0.8);
  transition: 0.2s;
}

.slider-next-arrow {
  background: url('../images/slider-next.png') no-repeat;
  background-size: contain;
}

.slider-prev-arrow {
  background: url('../images/slider-prev.png') no-repeat;
  background-size: contain;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1170px;
  }
}

/* Header */

.header__top {
  padding: 15px 0 5px;
  background: linear-gradient( 0deg, rgb(251,251,251) 0%, rgb(253,253,253) 36%, rgb(255,255,255) 100%);
}

.header__top .row {
  align-items: center;
}

.header__logo {
  margin-right: 40px;
}

.header__worktime {
  margin-right: 35px;
}

.header__worktime p,
.header__address p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}

.header__worktime p:last-child,
.header__address p:last-child {
  font-weight: 400;
}

.header__button {
  margin-left: auto;
}

.header__button-text span:first-child {
  font-weight: bold;
  color: rgb(45, 173, 188);
}

.header__button-text span {
  display: block;
  font-size: 12px;
  line-height: 1.333;
  font-style: italic;
}

.header__call-btn {
  padding: 15px 25px;
  margin-bottom: 10px;
}

.header__call-btn--mobile {
  display: none;
}

.header__bottom {
  padding: 25px 0 15px;
}

.header__menu {
  display: flex;
}

.header__menu-item {
  font-size: 15px;
  line-height: 1.9;
  color: rgb(7, 7, 7) !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 30px;
  transition: 0.2s;
}

.header__menu-item:hover,
.header__menu-item.active {
  color: rgb(45, 173, 188)!important;
  transition: 0.2s;
}

.header__menu-item:last-child {
  margin-right: 0;
}

.header__contacts-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__phone {
  font-size: 25px;
  color: rgb(7, 7, 7) !important;
  line-height: 1.2;
  font-weight: 500;
  margin-left: 10px;
  transition: 0.2s;
}

.header__phone:hover {
  color: rgb(45, 173, 188) !important;
  transition: 0.2s;
}

/* Footer */

.footer__top {
  padding: 50px 0;
  background-color: #fcfdfe;
  border-top: 1px solid rgb(180, 180, 180, 0.212);
  border-bottom: 1px solid rgb(180, 180, 180, 0.212);
}

.footer__logo {
  margin-bottom: 10px;
}

.footer__logo-desc {
  font-size: 16px;
  color: rgb(7, 7, 7);
  line-height: 1.438;
  margin-bottom: 0;
}

.footer__bottom {
  padding: 50px 0;
  background-color: #fcfdfe;
}

.footer__docs-menu {
  list-style: none;
  padding-left: 90px;
  margin: 0;
}

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

.footer__docs-menu-link {
  text-decoration: underline;
  font-size: 16px;
  color: rgb(7, 7, 7)!important;
  line-height: 2.063;
  cursor: pointer;
  transition: 0.2s;
}

.footer__docs-menu-link:hover {
  color: rgb(45, 173, 188) !important;
  transition: 0.2s;
  -moz-text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.footer__contacts {
  position: relative;
}

.footer__contacts:before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  top: 0;
  left: -35px;
  background: url('../images/phone.png') no-repeat;
  background-size: contain;
}

.footer__phone {
  display: block;
  width: fit-content;
  font-size: 18px;
  color: rgb(7, 7, 7)!important;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.2s;
}

.footer__phone:hover {
  color: rgb(45, 173, 188) !important;
  transition: 0.2s;
}

.footer__socials {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer__call {
  font-size: 16px;
  color: rgb(45, 173, 188)!important;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid;
  transition: 0.2s;
}

.footer__call:hover {
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}

.footer__menu-link {
  font-size: 16px;
  color: rgb(7, 7, 7)!important;
  line-height: 2.063;
  cursor: pointer;
  transition: 0.2s;
}

.footer__menu-link:hover {
  color: rgb(45, 173, 188)!important;
  transition: 0.2s;
}

.footer__address {
  font-size: 16px;
  color: rgb(7, 7, 7);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer__worktime {
  font-size: 16px;
  color: rgb(7, 7, 7);
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer__news span {
  display: block;
  font-size: 16px;
  color: rgb(140, 148, 162);
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer__news a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(7, 7, 7);
  line-height: 1.813;
  margin-bottom: 10px;
}

.footer__news a:hover img {
  filter: saturate(0.8);
  transition: 0.2s;
}

.footer__news a img {
  transition: 0.2s;
  margin-right: 15px;
}

.footer__news a:last-child {
  margin-bottom: 0;
}

.footer__copyright {
  padding: 40px 0;
  background-color: #f5f6f6;
}

.footer__copyright-info p {
  font-size: 14px;
  color: rgb(7, 7, 7);
  line-height: 2.071;
  margin-bottom: 0;
}

.footer__copyright-policy > a {
  font-size: 14px;
  color: rgb(7, 7, 7) !important;
  line-height: 2.071;
  border-bottom: 1px solid;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}

.footer__copyright-policy > a:hover {
  color: rgb(45, 173, 188)!important;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}

.footer__copyright-policy > a:first-child {
  margin-right: 40px;
}

.footer__copyright-creator {
  display: block;
  font-size: 14px;
  color: rgb(7, 7, 7);
  line-height: 2.071;
  margin-bottom: 0;
}

.footer__copyright-creator a {
  font-weight: 500;
  cursor: pointer;
  color: rgb(45, 173, 188) !important;
}

/* FOS */

.fos {
  padding: 65px 0 80px;
}

.fos__wrapper {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 2px 25.28px 6.72px rgba(206, 224, 255, 0.5);
}

.fos__content {
  width: 57%;
  padding: 50px 55px 60px;
  background-color: rgb(45, 173, 188);
}

.fos__heading {
  font-weight: 500;
  color: #fff;
  margin-bottom: 45px;
}

.fos__label {
  font-size: 18px;
  color: rgb(254, 254, 254);
  line-height: 1.5;
  margin-bottom: 10px;
}

.fos__input,
.fos__textarea {
  width: 100%;
  font-size: 16px;
  color: rgb(178, 178, 178);
  line-height: 1.688;
  padding: 20px 25px;
  border-radius: 5px;
  border: 1px solid #f6f6f6;
  outline: none;
  margin-bottom: 30px;
}

.fos__textarea {
  height: 140px;
  resize: none;
}

.fos__input:focus::placeholder,
.fos__textarea:focus::placeholder,
.form-wrap__input:focus::placeholder {
  color: transparent!important;
}

.fos__row {
  position: relative;
  display: flex;
}

.fos__button {
  padding: 20px 40px;
  margin-right: 40px;
}

.fos__checkbox-label {
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 1.286;
  padding-left: 35px;
  cursor: pointer;
}

.fos__checkbox-label:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  top: 15px;
  left: 0;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 0 4px #fbd361;
}

.fos__checkbox:checked + .fos__checkbox-label:before {
  background: linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%);
}

.fos__checkbox:checked + .fos__checkbox-label:after {
  position: absolute;
  content: '';
  height: 10px;
  width: 12px;
  top: 21px;
  left: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/verification-mark_1.png);
}

.fos__checkbox-label a {
  color: #fff!important;
  text-decoration: underline;
  cursor: pointer;
}

.fos__checkbox {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
}

.fos__image-wrapper {
  width: 43%;
  padding: 40px;
  background-color: #fff;
}

.fos__image {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  margin: 0 auto 50px;
}

.fos__image-heading {
  font-size: 30px;
  color: rgb(34, 34, 34);
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
}

.fos__image-text {
  font-size: 20px;
  color: rgb(34, 34, 34);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 35px;
}

.fos__image-discount {
  font-size: 50px;
  color: rgb(45, 173, 188);
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.fos__image-discount-desc {
  display: block;
  font-size: 16px;
  color: rgb(78, 78, 78);
  line-height: 1.438;
  text-align: center;
}

/* Responsive */

@media (max-width: 1399px) {
  .fos__image-wrapper {
      padding: 40px 35px;
  }

  .fos__button {
      margin-right: 15px;
  }

  .footer__copyright-policy > a:first-child {
      margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  h1.services__heading,
  h2 {
      font-size: 46px;
  }

  .header__logo {
      margin-right: 15px;
  }

  .header__worktime {
      margin-right: 15px;
  }

  .header__menu-item {
      margin-right: 20px;
  }

  .top-slider__item {
      height: 500px;
  }

  .top-slider__heading {
      font-size: 50px;
  }

  .about__text {
      padding-left: 0;
  }

  .about__image {
      height: auto;
      width: 100%;
  }

  .about__name {
      left: -10px;
  }

  .about__spec {
      left: 20px;
  }

  .about__image-before {
      top: 80px;
  }

  .zapis__content {
      padding: 30px 40px;
  }

  .zapis__phone {
      font-size: 28px;
  }

  .reviews__video {
      height: 260px;
  }

  .reviews__slider .slider-next-arrow,
  .reviews__slider .slider-prev-arrow {
      top: 100px;
  }

  .staff__heading {
      margin-right: 50px;
  }

  .staff__item-image {
      height: 250px;
  }

  .fos__content {
      padding: 40px;
  }

  .fos__image-wrapper {
      padding: 40px 30px;
  }

  .fos__button {
      padding: 20px;
  }

  .footer__docs-menu {
      padding-left: 0;
  }
}

@media (max-width: 991px) {
  h1 {
      font-size: 40px;
  }

  h1.services__heading,
  h2 {
      font-size: 40px;
  }

  .header__top {
      padding: 15px 0;
  }

  .header__logo img {
      width: 230px;
      height: auto;
  }

  .header__button {
      display: flex;
      align-items: center;
  }

  .header__call-btn {
      display: none;
  }
  
  .header__call-btn--mobile {
      display: block;
      padding: 0;
      width: 40px;
      height: 40px;
      box-shadow: none!important;
      margin-bottom: 0;
      margin-right: 20px;
      background: url("../images/phone-call.png") center center no-repeat,
              linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%)!important;
      background-size: 70% auto, cover;
  }

  .header__menu-button {
      padding: 0;
      width: 40px;
      height: 40px;
      box-shadow: none!important;
      background: url("../images/menu.png") center center no-repeat,
      linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%)!important;
      background-size: 70% auto, cover;
  }

  .header__call-btn--mobile:before,
  .header__call-btn--mobile:after,
  .header__menu-button:before,
  .header__menu-button:after {
      display: none;
  }

  .header__menu-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.6);
      z-index: -1;
      opacity: 0;
      transition: 0.4s;
  }

  .header__bottom.menu-opened + .header__menu-overlay {
      z-index: 10;
      opacity: 1;
      transition: 0.4s;
  }

  .header__bottom {
      position: fixed;
      top: 0;
      right: -100%;
      background-color: #fff;
      height: 100%;
      transition: 0.4s;
      z-index: 11;
  }

  .header__bottom.menu-opened {
      right: 0;
      transition: 0.4s;
  }

  .header__menu-close {
      position: absolute;
      width: 25px;
      height: 25px;
      top: 30px;
      right: 15px;
      cursor: pointer;
  }

  .header__menu-close span {
      position: absolute;
      display: block;
      top: 12px;
      width: 28px;
      height: 1px;
      background-color: #000;
  }

  .header__menu-close span:first-child {
      transform: rotate(45deg);
  }

  .header__menu-close span:last-child {
      transform: rotate(-45deg);
  }

  .header__menu-item {
      padding: 3px 40px 3px 15px;
      margin-right: 0;
  }

  .header__menu {
      flex-direction: column;
  }

  .top-slider__item {
      height: 400px;
      padding: 100px 15px 0;
  }

  .top-slider__heading {
      font-size: 38px;
  }

  .top-slider__button {
      padding: 10px 40px;
  }

  .top-slider__button span {
      font-size: 16px;
  }

  .top-slider__button--implant span:before {
      right: -40px;
  }

  .slider-arrow {
      width: 50px;
      height: 50px;
  }

  .top-slider .slider-next-arrow {
      bottom: 45px;
  }

  .top-slider .slider-prev-arrow {
      right: 180px;
      bottom: 45px;
  }

  .services__item {
      padding: 20px;
  }

  .services__item-heading {
      font-size: 16px;
  }

  .services__item-link {
      font-size: 15px;
  }

  .services__item-link--all {
      font-size: 16px;
  }

  .services {
      padding-bottom: 60px;
  }

  .price {
      padding-bottom: 60px;
  }

  .price__item-number {
      width: 120px;
      padding-right: 0;
  }

  .price__link {
      font-size: 16px;
  }

  .about__content {
      padding: 60px 15px;
  }

  .about__text {
      max-width: 100%;
  }

  .zapis {
      padding: 60px 0;
  }

  .zapis__content {
      width: 100%;
  }

  .zapis__contacts {
      justify-content: flex-start;
  }

  .zapis__call {
      margin-right: 30px;
  }

  .reviews {
      padding: 60px 0;
  }

  .reviews__slider-item {
      padding: 0 15px;
  }

  .reviews__video {
      height: 200px;
  }

  .reviews__slider .slider-next-arrow,
  .reviews__slider .slider-prev-arrow {
      top: 80px;
  }

  .staff {
      padding: 60px 0;
  }

  .staff__heading-wrapper {
      flex-direction: column;
      margin-bottom: 50px;
  }

  .staff__heading {
      text-align: center;
      margin-right: 0;
      margin-bottom: 20px;
  }

  .staff__link {
      font-size: 16px;
  }

  .staff__item {
      width: calc(33.33% - 10px);
  }

  .staff__item-image {
      height: 200px;
  }

  .staff__item_content {
      padding: 15px;
  }

  .map {
      padding: 60px 0;
  }

  .map__contacts {
      position: static;
      top: unset;
      right: unset;
  }

  h2.map__heading mark {
      display: inline;
  }

  .fos {
      padding: 0 0 60px;
  }

  .fos__wrapper {
      flex-direction: column-reverse;
  }

  .fos__content {
      width: 100%;
  }

  .fos__image-wrapper {
      width: 100%;
  }

  .fos__row {
      align-items: center;
  }

  .fos__checkbox-label:before {
      top: 6px;
  }

  .fos__checkbox:checked + .fos__checkbox-label:after {
      top: 8px;
  }

  .footer__contacts:before {
      display: none;
  }

  .footer__logo-desc {
      margin-bottom: 25px;
  }

  .footer__docs-menu {
      margin-bottom: 25px;
  }

  .footer__bottom .row > div:last-child {
      order: -1;
  }

  .footer__top {
      border-bottom: 0;
      padding-bottom: 0;
  }

  .footer__bottom {
      padding-top: 0;
  }

  .footer__address {
      margin-top: 25px;
  }

  .footer__news {
      margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
      font-size: 30px;
  }

  h1.services__heading,
  h2 {
      font-size: 27px;
  }

  .btn {
      font-size: 12px;
  }

  .breadcrumbs__item {
      font-size: 14px;
  }

  .top-slider__item {
      height: 250px;
      padding: 40px 15px 0;
  }

  .top-slider__heading {
      font-size: 26px;
      margin-bottom: 40px;
  }

  .top-slider .slider-prev-arrow {
      right: 70px;
  }

  .top-slider .slider-next-arrow {
      right: 15px;
  }

  .top-slider__button span {
      font-size: 14px;
  }

  .top-slider__button--implant span:before {
      display: none;
  }

  .features {
      padding: 40px 0 20px;
  }

  .features__heading {
      font-size: 22px;
      margin-bottom: 30px;
  }

  .features__item-heading {
      font-size: 16px;
      margin-bottom: 10px;
  }

  .features__item-text {
      font-size: 14px;
  }

  .services {
      padding: 40px 0;
  }

  .services__heading-desc {
      font-size: 20px;
  }

  .services__item {
      width: 100%;
      border: none!important;
      border-bottom: 1px solid #ededed!important;
  }

  .services__item:last-child {
      height: 170px;
      border-bottom: none!important;
  }

  .price {
      padding: 40px 0;
  }

  .price__heading-desc {
      font-size: 20px;
      margin-bottom: 20px;
  }

  .price__list-before,
  .price__list-after {
      display: none;
  }

  .price__list {
      padding: 15px 15px 0;
  }

  .price__item-heading,
  .price__item-number {
      font-size: 14px;
  }

  .price__info {
      width: calc(100% + 30px);
      padding: 30px 15px 30px 40px;
      margin-top: 30px;
      margin-left: -15px;
  }

  .price__info:before {
      top: 30px;
      left: 15px;
  }

  .price__link {
      margin: 30px auto 0;
  }

  .about__content {
      padding: 40px 15px;
  }

  .about__heading {
      margin-bottom: 20px;
      margin-right: 0;
  }

  .about__text:before {
      display: none;
  }

  .about__text p {
      font-size: 14px;
      margin-bottom: 10px;
  }

  .zapis {
      padding: 40px 0;
  }

  .zapis__heading {
      font-size: 25px;
  }

  .zapis__content {
      padding: 20px;
  }

  .zapis__call {
      padding: 20px;
  }

  .zapis__phone {
      font-size: 24px;
  }

  .zapis__contacts {
      margin-bottom: 20px;
  }

  .zapis__text {
      font-size: 14px;
      margin-bottom: 20px;
  }

  .reviews {
      padding: 40px 0;
  }

  .reviews__heading {
      margin-bottom: 30px;
  }

  .reviews__video {
      height: 310px;
  }

  .reviews__slider .slider-next-arrow,
  .reviews__slider .slider-prev-arrow {
      top: 135px;
  }

  .staff {
      padding: 40px 0 20px;
  }

  .staff__heading-wrapper {
      margin-bottom: 30px;
  }

  .staff__list {
      flex-wrap: wrap;
      max-width: 300px;
      margin: 0 auto;
  }

  .staff__item {
      width: 100%;
      margin-bottom: 20px;
  }

  .staff__item-image {
      height: 300px;
  }

  .map {
      padding: 40px 0;
  }

  .map__location {
      height: 400px;
  }

  .map__contacts {
      padding: 15px;
  }

  .map__heading {
      font-size: 24px;
  }

  .map__phone {
      font-size: 24px;
      margin-bottom: 20px;
  }

  .map__address {
      font-size: 14px;
      margin-bottom: 20px;
  }

  .map__worktime {
      font-size: 14px;
  }

  .fos {
      padding: 0 0 40px;
  }

  .fos__image-wrapper {
      padding: 30px 15px;
  }

  .fos__image {
      margin: 0 auto 20px;
  }

  .fos__image-heading {
      font-size: 24px;
  }

  .fos__image-text {
      font-size: 15px;
      margin-bottom: 20px;
  }

  .fos__image-discount {
      font-size: 36px;
      margin-bottom: 10px;
  }

  .fos__image-discount-desc {
      font-size: 13px;
  }

  .fos__heading {
      margin-bottom: 20px;
  }

  .fos__content {
      padding: 30px;
  }

  .fos__label {
      font-size: 15px;
  }
}

@media (max-width: 575px) {
  h1.services__heading,
  h2 {
      font-size: 23px;
  }

  .header__logo {
      margin-right: 0;
  }

  .header__logo img {
      width: 160px;
  }

  .header__call-btn {
      margin-right: 10px;
  }

  .top-slider .container {
      padding: 0;
  }

  .top-slider__item {
      display: flex!important;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      height: 250px;
      padding: 40px 15px;
  }

  .top-slider__button {
      width: 180px;
      padding: 10px;
  }

  .top-slider__heading {
      font-size: 24px;
      margin-bottom: 20px;
  }

  .services__heading-desc {
      font-size: 16px;
  }

  .services__item-heading {
      font-size: 15px;
  }

  .price__heading-desc {
      font-size: 16px;
  }

  .zapis__heading {
      font-size: 20px;
  }

  .zapis__call {
      margin-right: 0;
      margin-bottom: 15px;
  }

  .zapis__contacts {
      flex-direction: column;
      align-items: flex-start;
  }

  .reviews__video {
      height: 53vw;
  }

  .reviews__slider .slider-next-arrow {
      top: calc(29vw - 25px);
      right: -10px;
  }

  .reviews__slider .slider-prev-arrow {
      top: calc(29vw - 25px);
      left: -12px;
  }

  .fos__content {
      padding: 15px;
  }

  .fos__textarea {
      height: 210px;
  }

  .fos__row {
      flex-direction: column;
  }

  .fos__button {
      margin-right: 0;
      margin-bottom: 15px;
  }

  .fos__checkbox-label {
      max-width: 280px;
  }
}

@media (max-width: 450px) {
  .top-slider__heading {
      font-size: 23px;
      max-width: calc(80vw - 30px);
  }

  .top-slider__heading br {
      display: none;
  }
}

/* Page Services */

.page__services .services {
  padding-top: 15px;
  background-color: transparent;
}

.page__services .services__heading-desc {
  color: rgb(7, 7, 7);
  font-weight: 300;
}

/* Page Service Detail */

.content {
  padding-top: 15px;
}

.content__heading {
  margin-bottom: 45px;
}

.content__image-col {
  width: 48%;
}

.content__image-col img {
  display: block;
  max-width: calc(100% - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
}

.content__text-col {
  width: 52%;
}

.content h2 {
  font-size: 25px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  margin-bottom: 20px;
}

.content p {
  font-size: 18px;
  line-height: 1.389;
  margin-bottom: 20px;
}

.content b {
  font-weight: 500;
}

.content li {
  font-size: 18px;
  line-height: 1.389;
}

.content blockquote {
  font-size: 18px;
  line-height: 1.389;
  padding: 10px 30px;
  margin: 30px 20px 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.content .col-12 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.page__service-detail .price__heading {
  font-size: 25px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}

.price__tab-content-col {
  width: calc(100% - 310px);
}

.price__tabs-col {
  width: 310px;
}

.price__zapis {
  text-align: center;
  padding: 15px 15px 30px;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  background-color: rgb(250, 250, 251);
}

.price__zapis-text {
  font-size: 18.759px;
  color: rgb(45, 173, 188);
  line-height: 1.812;
  font-weight: 500;
  margin-bottom: 0;
}

.price__zapis-phone {
  display: inline-block;
  font-size: 21px;
  color: rgb(34, 34, 34)!important;
  font-weight: bold;
  line-height: 1.631;
  margin-bottom: 10px;
}

.price__zapis-button {
  padding: 15px;
  width: 100%;
}

.price__tabs {
  padding: 15px 35px 0;
  margin-bottom: -15px;
}

.price__tab-link {
  display: block;
  font-size: 16px;
  color: rgb(80, 80, 80)!important;
  line-height: 1.25;
  margin-bottom: 15px;
  transition: 0.2s;
}

.price__tab-link:hover {
  color: rgb(45, 173, 188) !important;
  transition: 0.2s;
}

.page__service-detail .price__list {
  padding: 20px 40px 40px;
}

.page__service-detail .price {
  padding: 30px 0 50px;
}

.page__service-detail .price__link {
  margin: 50px 145px 0 auto;
}

@media (max-width: 1199px) {
  .content__image-col img {
      max-width: 100%;
      margin-right: 0;
  }

  .page__service-detail .price__link {
      margin: 50px 0 0;
  }
}

@media (max-width: 991px) {
  .content__image-col {
      width: 100%;
  }

  .content__image-col img {
      margin-left: auto;
      margin-right: auto;
  }

  .content__text-col {
      width: 100%;
  }

  .page__service-detail .price {
      padding: 40px 0 60px;
  }

  .price__tab-content-col {
      width: calc(100% - 265px);
  }

  .price__tabs-col {
      width: 265px;
  }

  .price__tabs {
      padding: 15px 15px 0;
  }
}

@media (max-width: 767px) {
  .content__heading {
      margin-bottom: 25px;
  }

  .content h2 {
      font-size: 20px;
  }

  .content blockquote {
      font-size: 14px;
      padding: 10px 15px;
  }

  .content p,
  .content li {
      font-size: 14px;
  }

  .page__service-detail .price {
      padding: 20px 0 40px;
  }

  .page__service-detail .price__list {
      padding: 15px 15px 30px;
  }

  .page__service-detail .price__link {
      margin: 30px 0 0;
  }

  .price__tab-content-col {
      width: 100%;
  }

  .price__tabs-col {
      width: 100%;
      order: -1;
  }

  .price__tabs {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px;
  }

  .price__zapis {
      margin-bottom: 30px;
  }

  .price__tab-link {
      border: 1px solid rgb(153, 237, 232);
      border-radius: 18px;
      padding: 2px 8px;
      white-space: nowrap;
      background-color: transparent;
      margin-bottom: 10px;
      margin-right: 10px;
  }

  .price__tab-link.active {
      color: rgb(80, 80, 80)!important;
      background-color: rgb(153, 237, 232);
  }

  .price__zapis-button {
      max-width: 210px;
      display: block;
      margin: 0 auto;
  }
}

/* Page Staff */

.page__staff .features {
  padding: 15px 0 30px;
}

.page__staff .features h1 {
  margin-bottom: 30px;
}

.page__staff .features .row {
  max-width: 100%;
}

.page__staff .features__item {
  padding: 0 67px;
}

.page__staff .features__item-text {
  font-weight: 300;
}

.page__staff .staff__list {
  flex-wrap: wrap;
}

.blockquote {
  margin-bottom: 0;
  padding-bottom: 65px;
}

.blockquote__wrapper {
  display: flex;
  padding: 20px 65px 30px;
  max-width: 965px;
  margin: 0 auto;
  border-radius: 10px;
  background: url('../images/blockquote-bg.png') center right no-repeat,
      url('../images/blockquote.png') top 35px left 40px no-repeat;
  background-color: #fff;
  box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
}

.blockquote__content {
  padding-top: 40px;
  width: 51%;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.389;
}

.blockquote__content b {
  font-weight: 500;
}

.blockquote__author {
  width: 49%;
  display: flex;
  align-items: center;
}

.blockquote__author-image {
  display: block;
  max-width: 100%;
  margin-right: 20px;
}

.blockquote__author-name {
  font-size: 15px;
  color: rgb(7, 7, 7);
  font-style: italic;
  line-height: 1.333;
  margin-bottom: 0;
}

.blockquote__author-name b {
  font-weight: 500;
}

.page__staff .staff__list {
  margin-bottom: -60px;
}

.page__staff .staff__item {
  margin-bottom: 60px;
}

.page__staff .staff__item-spec {
  margin-bottom: 0;
}

.staff__item-experience {
  font-size: 16px;
  color: rgb(80, 80, 80);
  line-height: 1.438;
  font-weight: 500;
  margin-bottom: 25px;
}

.staff__item-btn {
  padding: 15px;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .page__staff .features__item {
      padding: 0 60px;
  }
}

@media (max-width: 1199px) {
  .page__staff .features__item {
      padding: 0 15px;
  }

  .page__staff .staff__item {
      width: calc(33.33% - 10px);
  }

  .page__staff .staff__item-image {
      height: 280px;
  }
}

@media (max-width: 991px) {
  .page__staff .features__item-text {
      font-size: 15px;
  }

  .blockquote {
      padding-bottom: 60px;
  }

  .blockquote__wrapper {
      align-items: center;
      padding: 30px;
  }

  .blockquote__content {
      padding-top: 0;
      font-size: 16px;
  }

  .blockquote__author-image {
      max-width: 140px;
  }

  .page__staff .staff__item {
      width: calc(50% - 15px);
  }

  .page__staff .staff__item-image {
      height: 290px;
  }
}

@media (max-width: 767px) {
  .blockquote {
      padding-bottom: 40px;
  }

  .blockquote__wrapper {
      flex-direction: column;
  }

  .blockquote__content {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }

  .blockquote__author {
      align-items: center;
      width: 100%;
  }

  .page__staff .staff__list {
      max-width: 100%;
      margin-bottom: -30px;
  }

  .page__staff .staff__item {
      margin-bottom: 30px;
  }

  .page__staff .staff__item-image {
      height: 210px;
  }
}

@media (max-width: 575px) {
  .blockquote__wrapper {
      padding: 15px;
  }

  .blockquote__content {
      font-size: 14px;
  }

  .blockquote__author-name {
      font-size: 13px;
  }

  .page__staff .staff__list {
      max-width: 300px;
  }

  .page__staff .staff__item {
      width: 100%;
  }

  .page__staff .staff__item-image {
      height: 300px;
  }
}

.btn.header__call-btn {
  cursor: pointer;
}

.footer li a {
    text-decoration: none;
}

.footer {
    margin-top: 0;
    padding-top: 0;
}


/* Modals */

#modal-priem .section-bg,
#modal-footer .section-bg,
#modal-tkachuk .section-bg,
#modal-yankevich .section-bg,
#modal-kokorin .section-bg,
#modal-sheveleva .section-bg,
#modal-turkova .section-bg,
#modal-consult .section-bg {
    background-image: url(../images/modal-1.jpg);
}

a.header__phone:hover, li.footer__menu-item a.footer__menu-link, .footer__contacts a.footer__phone:hover, .header__menu a.header__menu-item:hover {
    text-decoration: none;
    border-bottom: none;
}

a.footer__call {
    cursor: pointer;
}

@media (max-width: 1199px) {
    .header__logo {
        margin-right: -6px;
    }
}
    

