@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
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .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: none;
    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(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    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: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 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, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .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: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 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: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .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, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 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: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .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, .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(.19, 1, .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(.5, .5, .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(0deg)
}

.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(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@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 .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: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    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: rgba(0, 0, 0, 0);
    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, .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, .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: none;
    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 .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*!
 * Bootstrap Reboot 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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, '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;

    margin: 0;

    text-align: left;

    color: #212529;
    background-color: #fff;
}

[tabindex='-1']:focus {
    outline: 0 !important;
}

hr {
    overflow: visible;

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;

    color: #007bff;
    background-color: transparent;
}

a:hover {
    text-decoration: underline;

    color: #0056b3;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;
}

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: .75rem;
    padding-bottom: .75rem;

    caption-side: bottom;

    text-align: left;

    color: #6c757d;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;

    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;

    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;

    color: inherit;
}

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;
}

/* Slider */
.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;
    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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    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;
}

/* Magnific Popup CSS */
.mfp-bg {
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #0b0b0b;
}

.mfp-wrap {
    position: fixed;
    z-index: 1043;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    outline: none !important;

    -webkit-backface-visibility: hidden;
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 8px;

    text-align: center;
}

.mfp-container:before {
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    z-index: 1045;

    display: inline-block;

    margin: 0 auto;

    text-align: left;
    vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;

    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;

    width: auto;
    margin-top: -.8em;

    text-align: center;

    color: #ccc;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    z-index: 1046;

    display: block;
    overflow: visible;

    padding: 0;

    cursor: pointer;

    border: 0;
    outline: none;
    background: transparent;
    box-shadow: none;

    -webkit-appearance: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;

    border: 0;
}

.mfp-close {
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    line-height: 44px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;

    text-align: center;
    text-decoration: none;

    opacity: .65;
    color: #fff;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;

    width: 100%;
    padding-right: 6px;

    text-align: right;

    color: #fff;
}

.mfp-counter {
    font-size: 12px;
    line-height: 18px;

    position: absolute;
    top: 0;
    right: 0;

    white-space: nowrap;

    color: #ccc;
}

.mfp-arrow {
    position: absolute;
    top: 50%;

    width: 90px;
    height: 110px;
    margin: 0;
    margin-top: -55px;
    padding: 0;

    opacity: .65;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin-top: 35px;
    margin-left: 35px;

    content: '';

    border: medium inset transparent;
}

.mfp-arrow:after {
    top: 8px;

    border-top-width: 13px;
    border-bottom-width: 13px;
}

.mfp-arrow:before {
    opacity: .7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    margin-left: 31px;

    border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
    margin-left: 25px;

    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    margin-left: 39px;

    border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;

    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;

    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */
img.mfp-img {
    line-height: 0;

    display: block;

    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 40px;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;

    display: block;

    width: auto;
    height: auto;

    content: '';

    background: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.mfp-figure small {
    font-size: 12px;
    line-height: 14px;

    display: block;

    color: #bdbdbd;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;
    margin-top: -36px;

    cursor: auto;
}

.mfp-title {
    line-height: 18px;

    padding-right: 36px;

    text-align: left;
    word-wrap: break-word;

    color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;

        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;

        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;

        background: rgba(0, 0, 0, .6);
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

    .mfp-img-mobile .mfp-close {
        line-height: 35px;

        position: fixed;
        top: 0;
        right: 0;

        width: 35px;
        height: 35px;
        padding: 0;

        text-align: center;

        background: rgba(0, 0, 0, .6);
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-right: 6px;
        padding-left: 6px;
    }
}

@font-face {
    font-family: 'Geometria';
    font-weight: 100;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-Thin.eot?') format('eot'), url('../fonts/Geometria/Geometria-Thin.ttf') format('truetype'), url('../fonts/Geometria/Geometria-Thin.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: 200;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-ExtraLight.eot?') format('eot'), url('../fonts/Geometria/Geometria-ExtraLight.ttf') format('truetype'), url('../fonts/Geometria/Geometria-ExtraLight.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-Light.eot?') format('eot'), url('../fonts/Geometria/Geometria-Light.ttf') format('truetype'), url('../fonts/Geometria/Geometria-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria.eot?') format('eot'), url('../fonts/Geometria/Geometria.ttf') format('truetype'), url('../fonts/Geometria/Geometria.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-Medium.eot?') format('eot'), url('../fonts/Geometria/Geometria-Medium.ttf') format('truetype'), url('../fonts/Geometria/Geometria-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-Bold.eot?') format('eot'), url('../fonts/Geometria/Geometria-Bold.ttf') format('truetype'), url('../fonts/Geometria/Geometria-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: 800;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-ExtraBold.eot?') format('eot'), url('../fonts/Geometria/Geometria-ExtraBold.ttf') format('truetype'), url('../fonts/Geometria/Geometria-ExtraBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Geometria';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/Geometria/Geometria-Heavy.eot?') format('eot'), url('../fonts/Geometria/Geometria-Heavy.ttf') format('truetype'), url('../fonts/Geometria/Geometria-Heavy.woff') format('woff');
    font-display: swap;
}

body {
    font-family: 'Geometria', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    color: #363636;
}

::-webkit-input-placeholder {
    color: #363636;
}

:-ms-input-placeholder {
    color: #363636;
}

::-ms-input-placeholder {
    color: #363636;
}

::placeholder {
    color: #363636;
}

::-moz-selection {
    color: #fff;
    background-color: #C72626;
}

::selection {
    color: #fff;
    background-color: #C72626;
}

a {
    transition: all .35s ease;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style: none;
}

.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.no-scroll {
    overflow: hidden;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    margin-bottom: 20px;

    color: #363636;
}

p span {
    color: #C72626;
}

p:last-child {
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;

    margin-bottom: 30px;

    color: #C72626;
}

@media screen and (max-width: 700px) {
    h3 {
        font-size: 20px;

        margin-bottom: 20px;
    }
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    margin-bottom: 20px;

    text-align: justify;

    color: #363636;
}

@media screen and (max-width: 700px) {
    p {
        font-size: 14px;
        line-height: 18px;

        margin-bottom: 18px;
    }
}

p:last-child {
    margin-bottom: 0;
}

ol {
    margin-bottom: 45px;
    padding-top: 10px;

    counter-reset: myCounter;
}

@media screen and (max-width: 550px) {
    ol {
        margin-bottom: 30px;
    }
}

ol li {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    position: relative;

    margin-bottom: 20px;
    padding-left: 35px;

    color: #363636;
}

ol li span {
    font-weight: 500;

    color: #C72626;
}

@media screen and (max-width: 750px) {
    ol li {
        font-size: 14px;
        line-height: 18px;

        margin-bottom: 18px;
    }
}

ol li:last-child {
    margin-bottom: 0;
}

ol li::before {
    font-size: 23px;
    font-weight: 900;
    line-height: 86%;
    margin: 0 15px 0 5px;
    /*position: absolute;*/
    top: -3px;
    left: 0;

    content: counter(myCounter);
    counter-increment: myCounter;

    color: #C72626;
}

ul {
    display: block;
    margin-bottom: 45px;
    padding-top: 10px;
}

@media screen and (max-width: 550px) {
    ul {
        margin-bottom: 30px;
    }
}

ul li {
    display: flow-root;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    position: relative;

    margin-bottom: 20px;
    padding-left: 35px;

    color: #363636;
}

@media screen and (max-width: 750px) {
    ul li {
        font-size: 14px;
        line-height: 18px;

        margin-bottom: 18px;
    }
}

ul li:last-child {
    margin-bottom: 0;
}

ul li::before {
    position: absolute;
    top: 1px;
    left: 0;

    width: 18px;
    height: 18px;

    content: '';

    background-image: url('../img/icons/check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.main {
    margin-top: 74px;
}

@media screen and (max-width: 950px) {
    .main {
        margin-top: 64px;
    }
}

@media screen and (max-width: 500px) {
    .main {
        margin-top: 44px;
    }
}

.i {
    position: relative;

    display: inline-block;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.i-location {
    width: 16px;
    height: 17px;

    background-image: url('../img/icons/location.svg');
}

.i-envelope {
    width: 17px;
    height: 17px;

    background-image: url('../img/icons/envelope.svg');
}

.i-m {
    display: inline-block;

    transition: all .35s ease;

    background-color: #363636;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center center;
    mask-position: center center;
}

.i-m-vk {
    width: 22px;
    height: 22px;

    background-color: #363636;

    -webkit-mask-image: url('../img/icons/vk.svg');
    mask-image: url('../img/icons/vk.svg');
}

.i-m-ok {
    width: 22px;
    height: 22px;

    background-color: #363636;

    -webkit-mask-image: url('../img/icons/ok.svg');
    mask-image: url('../img/icons/ok.svg');
}

.i-m-facebook {
    width: 22px;
    height: 22px;

    background-color: #363636;

    -webkit-mask-image: url('../img/icons/facebook.svg');
    mask-image: url('../img/icons/facebook.svg');
}

.i-m-insta {
    width: 22px;
    height: 22px;

    background-color: #363636;

    -webkit-mask-image: url('../img/icons/insta.svg');
    mask-image: url('../img/icons/insta.svg');
}

.i-m-help-01 {
    width: 26px;
    height: 26px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-01.svg');
    mask-image: url('../img/icons/help-01.svg');
}

.i-m-help-02 {
    width: 24px;
    height: 27px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-02.svg');
    mask-image: url('../img/icons/help-02.svg');
}

.i-m-help-03 {
    width: 30px;
    height: 30px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-03.svg');
    mask-image: url('../img/icons/help-03.svg');
}

.i-m-help-04 {
    width: 23px;
    height: 26px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-04.svg');
    mask-image: url('../img/icons/help-04.svg');
}

.i-m-help-05 {
    width: 30px;
    height: 31px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-05.svg');
    mask-image: url('../img/icons/help-05.svg');
}

.i-m-help-06 {
    width: 23.2px;
    height: 24.4px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-06.svg');
    mask-image: url('../img/icons/help-06.svg');
}

.i-m-help-07 {
    width: 31px;
    height: 31px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-07.svg');
    mask-image: url('../img/icons/help-07.svg');
}

.i-m-help-08 {
    width: 27px;
    height: 31px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/help-08.svg');
    mask-image: url('../img/icons/help-08.svg');
}

.i-m-price-01 {
    width: 51px;
    height: 52px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-01.svg');
    mask-image: url('../img/icons/price-01.svg');
}

.i-m-price-02 {
    width: 44px;
    height: 43px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-02.svg');
    mask-image: url('../img/icons/price-02.svg');
}

.i-m-price-03 {
    width: 35px;
    height: 40px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-03.svg');
    mask-image: url('../img/icons/price-03.svg');
}

.i-m-price-04 {
    width: 24px;
    height: 38px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-04.svg');
    mask-image: url('../img/icons/price-04.svg');
}

.i-m-price-05 {
    width: 38px;
    height: 38px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-05.svg');
    mask-image: url('../img/icons/price-05.svg');
}

.i-m-price-06 {
    width: 40px;
    height: 37px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-06.svg');
    mask-image: url('../img/icons/price-06.svg');
}

.i-m-price-07 {
    width: 31px;
    height: 37px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-07.svg');
    mask-image: url('../img/icons/price-07.svg');
}

.i-m-price-08 {
    width: 38px;
    height: 38px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/price-08.svg');
    mask-image: url('../img/icons/price-08.svg');
}

.i-m-arrow-right {
    width: 15px;
    height: 28px;

    background-color: #fff;

    -webkit-mask-image: url('../img/icons/arrow-right.svg');
    mask-image: url('../img/icons/arrow-right.svg');
}

.i-m-pric-01 {
    width: 31.45px;
    height: 29.07px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-01.svg');
    mask-image: url('../img/icons/pric-01.svg');
}

.i-m-pric-02 {
    width: 45px;
    height: 29px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-02.svg');
    mask-image: url('../img/icons/pric-02.svg');
}

.i-m-pric-03 {
    width: 47.5px;
    height: 34.6px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-03.svg');
    mask-image: url('../img/icons/pric-03.svg');
}

.i-m-pric-04 {
    width: 43px;
    height: 40px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-04.svg');
    mask-image: url('../img/icons/pric-04.svg');
}

.i-m-pric-05 {
    width: 31px;
    height: 37px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-05.svg');
    mask-image: url('../img/icons/pric-05.svg');
}

.i-m-pric-06 {
    width: 32px;
    height: 36px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-06.svg');
    mask-image: url('../img/icons/pric-06.svg');
}

.i-m-pric-07 {
    width: 36px;
    height: 32px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-07.svg');
    mask-image: url('../img/icons/pric-07.svg');
}

.i-m-pric-08 {
    width: 38px;
    height: 27px;

    background-color: #BDAA25;

    -webkit-mask-image: url('../img/icons/pric-08.svg');
    mask-image: url('../img/icons/pric-08.svg');
}

.btn {
    position: relative;

    display: flex;
    overflow: hidden;

    width: 100%;
    padding: 5px 10px;

    text-align: center;

    color: #fff;
    border: none;
    background: none;

    align-items: center;
    justify-content: center;
}

.btn__text {
    position: relative;
    z-index: 2;
}

.btn::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: all .35s ease;

    opacity: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 0 5px #fff;
}

.btn:hover {
    color: #fff;
}

.btn:hover::after {
    top: 4px;
    left: 4px;

    width: calc(100% - 8px);
    height: calc(100% - 8px);

    opacity: 1;
    box-shadow: 0 0 0 0 #fff;
}

.btn:focus {
    outline-width: 0;
}

.btn_brown {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;

    max-width: 221px;
    height: 40px;

    text-transform: uppercase;

    background-color: #C72626;
}

.btn_brown:hover {
    background-color: #C72626;
}

.btn_blue {
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;

    max-width: 190px;
    height: 45px;

    text-transform: uppercase;

    background-color: #BDAA25;
}

.btn_blue:hover {
    background-color: #BDAA25;
}

.btn_large {
    font-size: 14px;
    line-height: 18px;

    max-width: 300px;
    height: 50px;
}

.btn_transparent {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    max-width: 290px;
    height: 50px;

    text-transform: uppercase;

    color: #fff;
    border: 2px solid #ebebeb;
    background-color: transparent;
}

.btn_transparent::after {
    border-color: #363636;
}

.btn_transparent:hover {
    color: #363636;
    background-color: #ebebeb;
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
}

.header-scroll .header__tel {
    font-style: italic;
}

.header-scroll .header__tel-link {
    font-style: italic;
}

.header-scroll .header__btn {
    color: #C72626;
    border: 1px solid #C72626;
    background-color: #fff;
}

.header-scroll .header__btn::after {
    border-color: #C72626;
}

.header-scroll .header__btn:hover {
    color: #C72626;
}

.header-scroll .menu {
    background-color: #fff;
}

.header-scroll .menu__list {
    border: 1px solid #ebebeb;
}

@media screen and (max-width: 950px) {
    .header-scroll .menu__list {
        border: none;
    }
}

.header-open {
    border-bottom: 1px solid #ebebeb;
}

.header-open .header__line {
    border-radius: 0;
}

.header__line {
    background-color: #fff;
}

@media screen and (max-width: 500px) {
    .header__line {
        border-radius: 0 0 10px 10px;
    }
}

.header__top {
    display: flex;

    width: 100%;
    height: 74px;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 950px) {
    .header__top {
        height: 64px;
    }
}

@media screen and (max-width: 500px) {
    .header__top {
        height: 56px;
    }
}

.header__logo {
    display: inline-block;

    width: 100%;
    max-width: 152px;
    height: auto;
    margin-left: -3px;

    transition: all .35s ease;

    opacity: 1;
}

.header__logo-img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.header__logo:hover {
    opacity: .85;
}

.header__adress {
    font-size: 14px;
    line-height: 18px;

    letter-spacing: .03em;

    color: #000;
}

@media screen and (max-width: 950px) {
    .header__adress {
        display: none;
    }
}

.header__tel {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    letter-spacing: .03em;

    color: #C72626;
}

@media screen and (max-width: 950px) {
    .header__tel {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 750px) {
    .header__tel {
        display: none;
    }
}

.header__tel-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    position: relative;

    letter-spacing: .03em;

    color: #C72626;
}

@media screen and (max-width: 950px) {
    .header__tel-link {
        font-size: 14px;
        line-height: 18px;
    }
}

.header__tel-link::after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    content: '';
    transition: all .35s ease;

    opacity: 0;
    background-color: #C72626;
}

.header__tel-link:hover {
    color: #C72626;
}

.header__tel-link:hover::after {
    left: 0;

    width: 100%;

    opacity: 1;
}

.header__toggle {
    position: relative;

    display: none;

    width: 27px;
    height: 19px;
}

@media screen and (max-width: 950px) {
    .header__toggle {
        display: block;
    }
}

.header__toggle span {
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 3px;

    transition: all .35s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);

    opacity: 1;
    border-radius: 2px;
    background-color: #C72626;
}

.header__toggle span:nth-child(1) {
    top: 0;
}

.header__toggle span:nth-child(2),
.header__toggle span:nth-child(3) {
    top: 8px;
}

.header__toggle span:nth-child(4) {
    top: 16px;
}

.header__toggle_active span:nth-child(1),
.header__toggle_active span:nth-child(4) {
    opacity: 0;
}

.header__toggle_active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__toggle_active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
    .header__btn {
        display: none;
    }
}

.menu {
    width: 100%;

    background-color: transparent;
}

@media screen and (max-width: 950px) {
    .menu {
        position: absolute;
        top: 65px;
        left: 0;

        display: none;
        overflow: auto;

        width: 100%;
        height: calc(100vh - 65px);
        padding: 49px 16px 50px;

        transition: none;

        background-color: #fff;
    }
}

@media screen and (max-width: 500px) {
    .menu {
        top: 100px;

        height: calc(100vh - 57px);
    }
}

.menu__col {
    display: none;
}

@media screen and (max-width: 950px) {
    .menu__col {
        display: flex;
        flex-direction: column;

        align-items: flex-start;
    }
}

.menu__tel {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;

    display: block;

    margin-bottom: 6px;

    color: #363636;
}

.menu__tel:hover {
    color: #C72626;
}

.menu__adress,
.menu__mail {
    font-size: 12px;
    font-weight: 500;
    line-height: 31px;

    display: flex;

    margin-bottom: -3px;

    color: #363636;

    align-items: center;
    justify-content: flex-start;
}

.menu__adress .i,
.menu__mail .i {
    margin-right: 11px;
}

.menu__mail {
    margin-bottom: 16px;
}

.menu__mail:hover {
    color: #C72626;
}

.menu__socials {
    display: flex;

    align-items: center;
    justify-content: flex-start;
}

.menu__soc {
    display: inline-flex;

    margin-right: 10px;
}

.menu__soc:last-child {
    margin-right: 0;
}

.menu__soc:hover .i {
    background-color: #C72626;
}

.menu__list {
    display: flex;

    width: 100%;
    height: 54px;
    padding: 0;

    border-top: 1px solid #ebebeb;

    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 950px) {
    .menu__list {
        flex-direction: column;

        height: auto;
        margin-bottom: 68px;

        border: none;

        align-items: flex-start;
    }
}

.menu__item {
    position: relative;

    width: 20%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;

    transition: all .35s ease;

    border-right: 1px solid #ebebeb;
    background-color: #fff;
}

.menu__item::before {
    display: none;
}

@media screen and (max-width: 950px) {
    .menu__item {
        width: 100%;
        margin-bottom: 22px;

        border: none;
    }

    .menu__item:last-child {
        margin-bottom: 0;
    }
}

.menu__item::after {
    position: absolute;
    top: -1px;
    left: 50%;

    width: 0;

    content: '';
    transition: all .35s ease;

    border-top: 2px solid #C72626;
}

@media screen and (max-width: 950px) {
    .menu__item::after {
        display: none;
    }
}

.menu__item:hover {
    border-radius: 0 !important;
}

.menu__item:hover::after {
    left: 0;

    width: 100%;
}

.menu__item:hover .menu__inner {
    visibility: visible;

    -webkit-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

.menu__item:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 30px;
}

@media screen and (max-width: 950px) {
    .menu__item:first-child {
        border: none;
        border-bottom-left-radius: 0;
    }
}

.menu__item:last-child {
    border-right: 0;
    border-bottom-right-radius: 30px;
}

@media screen and (max-width: 950px) {
    .menu__item:last-child {
        border-bottom-right-radius: 0;
    }
}

.menu__link {
    font-size: 14px;
    font-weight: normal;
    line-height: 110.8%;

    display: flex;

    box-sizing: border-box;
    width: 100%;
    height: 100%;

    text-align: center;
    letter-spacing: .01em;

    color: #363636;

    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 950px) {
    .menu__link {
        font-size: 16px;
        font-weight: 500;
        line-height: 110.8%;

        display: block;

        text-align: left;
        letter-spacing: .01em;

        color: #C72626;
    }
}

.menu__link:hover {
    color: #C72626;
}

.menu__inner {
    position: absolute;
    top: 100%;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: auto;
    padding-top: 0;

    transition: all .35s ease;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);

    opacity: 0;
    border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 950px) {
    .menu__inner {
        position: relative;
        top: auto;

        display: none;
        visibility: visible;

        margin-top: 22px;

        transition: none;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
        border: none;
    }
}

.menu__inner-item {
    display: flex;

    width: 100%;
    min-height: 38px;
    margin-bottom: 0;
    padding: 0 12px 0 11px;

    border-bottom: 1px solid #ebebeb;
    background-color: #fff;

    align-items: center;
}

.menu__inner-item::before {
    display: none;
}

@media screen and (max-width: 950px) {
    .menu__inner-item {
        min-height: auto;
        margin-bottom: 16px;
        padding: 0;

        border: none;
    }

    .menu__inner-item:last-child {
        margin-bottom: 0;
    }
}

.menu__inner-item:last-child {
    border-bottom-width: 0;
}

.menu__inner-link {
    font-size: 11px;
    font-weight: normal;
    line-height: 10px;

    width: 100%;
    height: 100%;

    letter-spacing: -.03em;

    color: #363636;
}

@media screen and (max-width: 950px) {
    .menu__inner-link {
        font-size: 13px;
        line-height: 10px;

        letter-spacing: -.03em;
    }
}

.menu__inner-link:hover {
    color: #C72626;
}

.hero {
    position: relative;

    width: 100%;
    padding: 166px 0 253px;

    /* background-image: url('../img/main/hero-bg.jpg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 950px) {
    .hero {
        padding: 110px 0 145px;
    }
}

@media screen and (max-width: 600px) {
    .hero {
        padding: 209px 0 25px;

        background-position: right -220px center;
    }
}

.hero-page {
    padding-bottom: 43px;

    background-image: url('../img/alko/hero-bg.jpg');
}

@media screen and (max-width: 600px) {
    .hero-page {
        padding: 88px 0 25px;
    }
}

.hero-page .hero__title {
    max-width: 995px;
}

@media screen and (max-width: 600px) {
    .hero-page .hero__title {
        margin-bottom: 16px;
    }
}

.hero-page .hero__line {
    margin-bottom: 33px;
    padding-left: 22px;

    border-left: 1px solid #fff;
}

@media screen and (max-width: 600px) {
    .hero-page .hero__line {
        margin-bottom: 21px;
        padding-left: 18px;
    }
}

.hero-page .hero__line ul {
    margin: 0;
    padding: 0;
}

.hero-page .hero__line ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 169.5%;

    margin-bottom: 0;
    padding: 0;

    color: #fff;
}

@media screen and (max-width: 600px) {
    .hero-page .hero__line ul li {
        font-size: 12px;
        font-weight: bold;
        line-height: 117.5%;

        margin-bottom: 10px;

        letter-spacing: -.02em;
    }

    .hero-page .hero__line ul li:last-child {
        margin-bottom: 0;
    }
}

.hero-page .hero__line ul li::before {
    font-size: 15px;
    font-weight: normal;
    line-height: 169.5%;

    position: relative;
    top: auto;
    left: auto;

    content: '• ';

    color: #fff;
    background: none;
}

@media screen and (max-width: 600px) {
    .hero-page .hero__line ul li::before {
        font-size: 12px;
        font-weight: bold;
        line-height: 117.5%;

        letter-spacing: -.02em;
    }
}

.hero-page .hero__btn {
    margin-bottom: 120px;
}

@media screen and (max-width: 600px) {
    .hero-page .hero__btn {
        margin-bottom: 25px;
    }
}

.hero-bread {
    display: block;
}

.hero-bread__link {
    font-size: 12px;
    font-weight: bold;
    line-height: 169.5%;

    color: #fff;
}

.hero-bread__link::after {
    font-size: 12px;
    font-weight: normal;
    line-height: 169.5%;

    padding: 0 4px;

    content: '  —  ';
    text-decoration: none !important;

    color: #fff;
}

.hero-bread__link:last-child {
    font-weight: normal;
}

.hero-bread__link:last-child::after {
    display: none;
}

.hero-bread__link:hover {
    color: #C72626;
}

.hero-bread__link_last:hover {
    color: #fff;
}

.hero::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgb(103 207 192 / 84%);
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero__title {
    font-size: 45px;
    font-weight: bold;
    line-height: 100%;

    max-width: 760px;
    margin-bottom: 33px;

    color: #fff;
}

@media screen and (max-width: 950px) {
    .hero__title {
        font-size: 60px;

        max-width: 650px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .hero__title {
        font-size: 32px;

        margin-bottom: 16px;
    }
}

.hero__subtitle {
    font-size: 20px;
    font-weight: normal;
    line-height: 136.5%;

    box-sizing: border-box;
    max-width: 830px;
    margin-bottom: 33px;
    padding-left: 21px;

    color: #fff;
    border-left: 1px solid #fff;
}

@media screen and (max-width: 950px) {
    .hero__subtitle {
        font-size: 18px;
        line-height: 120%;

        max-width: 550px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .hero__subtitle {
        font-size: 14px;
        line-height: 136.5%;

        max-width: 80%;
        margin-bottom: 24px;
        padding-left: 21px;
    }
}

@media screen and (max-width: 600px) {
    .hero__btn {
        max-width: 290px;
        margin: 0 auto;
    }
}

.hero__adress {
    display: none;
}

@media screen and (max-width: 600px) {
    .hero__adress {
        position: absolute;
        z-index: 2;
        top: 26px;
        left: 33px;

        display: flex;
        flex-direction: column;
    }
}

.hero__adress-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    display: block;

    margin-bottom: 7px;

    letter-spacing: .03em;

    color: #fff;
}

.hero__adress-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    letter-spacing: .03em;

    color: #fff;
}

.hero__adress-link:hover {
    color: #C72626;
}

.hero__btn-mob {
    display: none;
}

@media screen and (max-width: 600px) {
    .hero__btn-mob {
        display: flex;

        margin: 0 auto 10px;
    }
}

.help {
    position: relative;

    width: 100%;
    margin-top: -160px;
    padding: 0 0 60px;
}

@media screen and (max-width: 950px) {
    .help {
        margin-top: 0;
        padding-top: 60px;

        background-color: #f5f5f5;
    }
}

@media screen and (max-width: 700px) {
    .help {
        overflow: hidden;

        padding: 40px 0;
    }
}

.help::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: calc(100% - 160px);

    content: '';

    background-color: #f5f5f5;
}

@media screen and (max-width: 950px) {
    .help::before {
        display: none;
    }
}

.help .container {
    position: relative;
    z-index: 2;
}

.help__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 100%;

    margin-bottom: 43px;

    text-align: center;

    color: #fff;
}

@media screen and (max-width: 950px) {
    .help__title {
        font-size: 30px;

        margin-bottom: 30px;

        color: #C72626;
    }
}

@media screen and (max-width: 700px) {
    .help__title {
        font-size: 20px;
        font-weight: 500;

        margin-bottom: 18px;
    }
}

.help__row {
    display: flex;

    width: 100%;
    height: 219px;
    margin-bottom: 36px;

    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 950px) {
    .help__row {
        height: 190px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {
    .help__row {
        display: block;

        width: 90%;
        height: auto;
        margin-bottom: 34px;
    }

    .help__row .slick-list {
        overflow: visible;

        margin: 0 -10px;
    }
}

.help__pic {
    width: 31.53%;
    height: auto;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 700px) {
    .help__pic {
        width: 100%;
        height: 157px;
        margin: 0 10px;

        box-shadow: none;
    }
}

.help__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.help__grid {
    display: grid;

    width: 100%;

    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 55px 40px;
}

@media screen and (max-width: 850px) {
    .help__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .help__grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

@media screen and (max-width: 400px) {
    .help__grid {
        max-width: 273px;
    }
}

.help__item {
    display: flex;

    width: 100%;

    align-items: flex-start;
}

.help__icon {
    display: flex;

    width: 52px;
    height: 52px;
    margin-right: 25px;

    border-radius: 50%;
    background-color: #fff;

    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.help__block {
    display: flex;
    flex-direction: column;

    width: 100%;
    padding-top: 17px;
}

@media screen and (max-width: 600px) {
    .help__block {
        padding-top: 12px;
    }
}

.help__tit {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    height: 36px;
    margin-bottom: 12px;

    color: #C72626;
}

@media screen and (max-width: 600px) {
    .help__tit {
        margin-bottom: 17px;
    }
}

.help__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;

    display: block;

    color: #363636;
}

.new {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 100px 0;
}

@media screen and (max-width: 700px) {
    .new {
        padding: 40px 0;
    }
}

.new__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 40px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 950px) {
    .new__title {
        font-size: 30px;

        margin: 30px 0;
    }
}

@media screen and (max-width: 700px) {
    .new__title {
        font-size: 20px;

        margin-bottom: 30px;
    }
}

.new__pics {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 475px;
    margin-bottom: 70px;

    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 700px) {
    .new__pics {
        width: calc(100% + 30px);
        margin-bottom: 40px;
        margin-left: -15px;

        border-radius: 0 0 10px 10px;
    }
}

.new__imgs {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.new__block {
    margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
    .new__block {
        margin-bottom: 40px;
    }
}

.new__content {
    display: flex;

    width: 100%;
    margin-bottom: 60px;

    align-items: stretch;
}

@media screen and (max-width: 700px) {
    .new__content {
        flex-direction: column;

        margin-bottom: 40px;
    }
}

.new__content:last-child {
    margin-bottom: 0;
}

.new__pic {
    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 324px;
    height: auto;
    margin-right: 35px;

    border-radius: 0 10px 10px 0;

    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 700px) {
    .new__pic {
        width: calc(100% + 15px);
        max-width: none;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: -15px;
    }
}

.new__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.new__tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;

    display: block;

    margin-bottom: 20px;

    color: #C72626;
}

@media screen and (max-width: 700px) {
    .new__tit {
        font-size: 16px;
        line-height: 20px;

        margin-bottom: 10px;
    }
}

.new__line {
    padding-left: 21px;

    border-left: 1px solid #363636;
}

@media screen and (max-width: 700px) {
    .new__line {
        padding-left: 17px;
    }
}

.call {
    position: relative;

    overflow: hidden;

    width: 100%;
}

.call .container {
    position: relative;
}

.call .container::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;

    width: 1600px;
    height: 100%;

    content: '';

    border-radius: 10px 0 0 10px;
    background-image: url('../img/main/call-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 900px) {
    .call .container::before {
        left: 0;

        width: 100%;

        border-radius: 0 0 10px 10px;
    }
}

.call .container::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 15px;

    width: 1600px;
    height: 100%;

    content: '';

    border-radius: 10px 0 0 10px;
    background-color: rgb(103 207 192 / 84%);
}

@media screen and (max-width: 900px) {
    .call .container::after {
        left: 0;

        width: 100%;

        border-radius: 0 0 10px 10px;
    }
}

.call__row {
    position: relative;
    z-index: 3;

    display: flex;

    padding: 50px 0;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .call__row {
        flex-direction: column;

        padding: 17px 0 62px;
    }
}

.call__block {
    box-sizing: border-box;
    width: 100%;
    max-width: 730px;
    padding: 50px 50px 30px;

    border-radius: 0 10px 10px 0;
    background-color: #fff;
}

@media screen and (max-width: 900px) {
    .call__block {
        margin-bottom: 49px;
        padding: 35px 17px 35px;

        border-radius: 0 0 10px 10px;
    }
}

.call__right {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 350px;
    margin-left: 20px;

    border: 2px solid #fff;
    border-top-width: 0;
    border-bottom-width: 0;

    align-items: center;
}

@media screen and (max-width: 900px) {
    .call__right {
        margin-left: 0;
    }
}

.call__tel {
    font-size: 30px;
    font-weight: bold;
    line-height: 47px;

    letter-spacing: .05em;

    color: #fff;
}

@media screen and (max-width: 900px) {
    .call__tel {
        font-size: 34px;
        line-height: 43px;

        letter-spacing: 0;
    }
}

.call__tel:hover {
    text-decoration: underline;

    color: #fff;
}

.call__text {
    font-size: 14px;
    font-weight: normal;
    line-height: 107.3%;

    display: block;

    margin-top: -3px;

    text-align: center;
    letter-spacing: .07em;
    text-transform: uppercase;

    color: #fff;
}

@media screen and (max-width: 900px) {
    .call__text {
        font-size: 16px;
        line-height: 17px;

        margin-top: -4px;

        letter-spacing: 0;
        text-transform: none;
    }
}

.call__title {
    font-size: 33px;
    font-weight: bold;
    line-height: 100%;

    margin-bottom: 16px;

    text-align: center;
    letter-spacing: -.01em;

    color: #BDAA25;
}

@media screen and (max-width: 900px) {
    .call__title {
        font-size: 28px;
        line-height: 100%;

        margin-bottom: 7px;

        letter-spacing: .02em;
    }
}

.call__subtitle {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;

    display: block;

    margin-bottom: 30px;

    text-align: center;

    color: #363636;
}

@media screen and (max-width: 900px) {
    .call__subtitle {
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;

        margin-bottom: 26px;
    }
}

.call__form {
    display: flex;

    width: 100%;
    margin-bottom: 30px;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .call__form {
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 550px) {
    .call__form {
        flex-direction: column;
    }
}

.call__input {
    font-size: 14px;
    font-weight: normal;
    line-height: 49px;

    box-sizing: border-box;
    width: 100%;
    height: 49px;

    text-align: center;

    color: #363636;
    border: none;
    border: 1px solid #ebebeb;
    border-radius: 10px 0 0 10px;
    background: none;
    background: #fff;
}

@media screen and (max-width: 550px) {
    .call__input {
        line-height: 48px;

        height: 48px;
        margin-bottom: 16px;

        border-radius: 0 0 10px 10px;
    }
}

.call__input:focus {
    outline-width: 0;
}

.call__btn {
    height: 49px;

    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 550px) {
    .call__btn {
        max-width: 100%;
        height: 48px;

        border-radius: 0 0 10px 10px;
    }
}

.call__btn::after {
    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 550px) {
    .call__btn::after {
        border-radius: 0 0 10px 10px;
    }
}

.call__last {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;

    display: block;

    text-align: center;
    letter-spacing: .01em;

    color: #363636;
}

@media screen and (max-width: 900px) {
    .call__last {
        font-size: 10px;
        font-weight: normal;
        line-height: 13px;
    }
}

.info {
    position: relative;

    width: 100%;
    padding: 100px 0;
}

@media screen and (max-width: 750px) {
    .info {
        padding: 40px 0 50px;
    }
}

.info-page {
    padding: 100px 0 0;
}

@media screen and (max-width: 750px) {
    .info-page {
        padding: 70px 0;
    }
}

.info-pag {
    padding: 100px 0 0;
}

.info-pag ol {
    margin-bottom: 20px;
    padding-top: 0;
}

.info-pag ol li {
    display: table;
}

@media screen and (max-width: 750px) {
    .info-pag {
        padding: 70px 0 0;
    }
}

.info-pag .info__tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 100%;

    margin-bottom: 20px;

    color: #C72626;
}

@media screen and (max-width: 850px) {
    .info-pag .info__tit {
        font-size: 30px;
    }
}

@media screen and (max-width: 450px) {
    .info-pag .info__tit {
        font-size: 20px;

        text-align: center;
        text-align: center;
    }
}

.info-pag .info__wrapper-left {
    margin-bottom: 0;
}

.info-pag .info__wrapper-left picture {
    float: left;

    max-width: 350px;
    margin-right: 30px;
    margin-left: 0;
}

@media screen and (max-width: 750px) {
    .info-pag .info__wrapper picture {
        display: block;

        width: calc(100% + 30px);
        max-width: none;
        height: auto;
        margin-bottom: 30px;
        margin-left: -15px;

        border-radius: 0 0 10px 10px;
    }

    .info-pag .info__wrapper picture img {
        width: 100%;
        height: auto;
    }
}

.info__wrapper {
    width: 100%;
    margin-bottom: 45px;
}

@media screen and (max-width: 750px) {
    .info__wrapper {
        margin-bottom: 20px;
    }
}

.info__wrapper picture {
    display: block;
    float: right;
    overflow: hidden;

    width: 100%;
    max-width: 444px;
    height: auto;
    margin-left: 32px;

    border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 750px) {
    .info__wrapper picture {
        float: none;

        width: calc(100% + 15px);
        margin-right: -15px;
        margin-bottom: 30px;
        margin-left: auto;
    }
}

@media screen and (max-width: 400px) {
    .info__wrapper picture {
        display: flex;

        height: 359px;

        align-items: center;
        justify-content: center;
    }
}

.info__wrapper picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.info__line {
    display: inline-flex;

    width: 100%;
    max-width: 540px;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 550px) {
    .info__line {
        flex-direction: column;

        margin: 0 auto;
    }
}

.info__btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;

    max-width: 300px;
    height: 50px;

    color: #C72626;
    border: 1px solid #C72626;
    background-color: #fff;
}

.info__btn::after {
    border-color: #C72626;
}

.info__btn:hover {
    color: #C72626;
}

@media screen and (max-width: 550px) {
    .info__btn {
        margin-top: 18px;

        color: #fff;
        border-width: 0;
        background-color: #C72626;

        order: 2;
    }

    .info__btn::after {
        border-color: #fff;
    }

    .info__btn:hover {
        color: #fff;
    }
}

.info__label {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 20px;

    display: inline-block;

    color: #C72626;
}

.info p span {
    font-weight: 500;
}

.price {
    position: relative;

    width: 100%;
    padding: 0 0 65px;
}

@media screen and (max-width: 730px) {
    .price {
        padding: 0 0 182px;
    }
}

@media screen and (max-width: 730px) {
    .price {
        overflow: hidden;
    }
}

.price-page {
    padding-top: 100px;
}

@media screen and (max-width: 730px) {
    .price-page {
        padding-top: 70px;
    }
}

.price-page .price__title,
.advantages-block__title {
    margin-bottom: 20px;
}

@media screen and (max-width: 730px) {

    .price-page .price__title,
    .advantages-block__title {
        margin-bottom: 10px;
    }
}

.price-page .price__row {
    margin: 0 auto;
}

.price__title,
.advantages-block__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 40px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 730px) {

    .price__title,
    .advantages-block__title {
        font-size: 20px;
        font-weight: 500;

        margin-bottom: 30px;
    }
}

.price__subtitle {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    display: block;

    width: 100%;
    max-width: 768px;
    margin: 0 auto 40px;

    text-align: center;
}

@media screen and (max-width: 730px) {
    .price__subtitle {
        font-size: 12px;
        line-height: 15px;

        margin-bottom: 32px;
    }
}

@media screen and (max-width: 730px) {
    .price__row {
        position: static;

        display: block;

        width: 100%;
        max-width: 255px;
        margin: 0 auto;
    }

    .price__row .slick-list {
        overflow: visible;

        margin: 0 -5px;
    }
}

.price__line {
    display: flex !important;

    width: 100%;
    min-height: 110px;
    margin-bottom: 1px;
    padding: 20px 0;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 730px) {
    .price__line {
        flex-direction: column;

        min-height: auto;
        margin: 0 5px;
        margin-bottom: 0;
        padding: 0;
    }
}

.price__line:hover {
    outline-width: 0;
}

.price__line:hover .price__icon {
    background-color: #BDAA25;
}

.price__line:hover .price__icon .i-m {
    background-color: #fff;
}

.price__line:hover .price__price {
    color: #BDAA25;
}

.price__line:last-child {
    margin-bottom: 0;
}

.price__icon {
    display: flex;

    width: 67px;
    height: 67px;
    margin-right: 45px;

    transition: all .35s ease;

    border: 2px solid #BDAA25;
    border-radius: 50%;
    background-color: #fff;

    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 800px) {
    .price__icon {
        margin-right: 15px;
    }
}

@media screen and (max-width: 730px) {
    .price__icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.price__text {
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;

    display: block;

    width: 100%;
    max-width: 425px;

    color: #363636;

    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 950px) {
    .price__text {
        max-width: 325px;
    }
}

@media screen and (max-width: 730px) {
    .price__text {
        font-size: 16px;

        margin-bottom: 20px;

        text-align: center;
    }
}

.price__price {
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;

    width: 100%;

    transition: all .35s ease;
    text-align: center;

    color: #363636;
}

@media screen and (max-width: 730px) {
    .price__price {
        margin-bottom: 20px;
    }
}

.price__btn {
    max-width: 221px;
    height: 40px;
}

.price__arrow {
    position: absolute;
    bottom: 70px;
    left: 50%;

    display: flex;

    width: 60px;
    height: 60px;

    transition: all .35s ease;

    opacity: .3;
    border-radius: 50%;
    background-color: #BDAA25;

    align-items: center;
    justify-content: center;
}

.price__arrow-prev {
    -webkit-transform: translateX(-72px);
    transform: translateX(-72px);
}

.price__arrow-prev .i-m {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.price__arrow-next {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
}

.price__arrow:focus {
    outline-width: 0;
}

.price__arrow:hover {
    opacity: 1;
}

.put {
    position: relative;

    width: 100%;
    padding: 130px 0;

    background-color: #f5f5f5;
}

@media screen and (max-width: 600px) {
    .put {
        padding: 50px 0;
    }
}

.put__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 60px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 600px) {
    .put__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;

        margin-bottom: 32px;
    }
}

.put__wrapper {
    margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
    .put__wrapper {
        margin-bottom: 62px;
    }
}

.put__wrapper:last-child {
    margin-bottom: 0;
}

.put__grid {
    display: grid;

    width: 100%;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}

@media screen and (max-width: 750px) {
    .put__grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px;
    }
}

@media screen and (max-width: 450px) {
    .put__grid {
        grid-template-columns: 1fr;
    }
}

.put__item {
    display: flex;
    flex-direction: column;

    width: 100%;

    align-items: center;
}

.put__item:hover {
    outline-width: 0;
}

.put__item:hover .put__pic {
    box-shadow: 0 4px 20px rgba(65, 84, 151, .25);
}

.put__pic {
    display: block;
    overflow: hidden;

    width: 148px;
    height: 148px;
    margin-bottom: 40px;

    transition: all .35s ease;

    border-radius: 50%;
    box-shadow: 0 0 0 rgba(65, 84, 151, .25);
}

@media screen and (max-width: 600px) {
    .put__pic {
        margin-bottom: 20px;
    }
}

.put__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.put__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    max-width: 245px;

    text-align: center;

    color: #363636;
}

@media screen and (max-width: 600px) {
    .put__name {
        font-size: 16px;

        letter-spacing: -.03em;
    }
}

.news {
    position: relative;

    width: 100%;
    padding: 100px 0;
}

@media screen and (max-width: 600px) {
    .news {
        overflow: hidden;

        padding: 70px 0 52px;
    }
}

.news__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 65px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 600px) {
    .news__title {
        font-size: 20px;

        max-width: 227px;
        margin-bottom: 30px;

        text-align: left;
    }
}

.news__grid {
    display: grid;

    width: 100%;

    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px 30px;
    grid-auto-rows: minmax(313px, auto);
}

@media screen and (max-width: 950px) {
    .news__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .news__grid {
        display: block;

        max-width: 86%;
    }

    .news__grid .slick-list {
        overflow: visible;

        margin: 0 -12px;
    }
}

.news__item {
    display: flex;
    flex-direction: column;

    width: 100%;

    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    .news__item {
        margin: 0 12px;
    }
}

.news__item:hover {
    outline-width: 0;
}

.news__item:hover .news__pic::after {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}

.news__pic {
    position: relative;

    display: block;

    width: 100%;
    height: 219px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .news__pic {
        overflow: hidden;

        border-radius: 0 10px 10px 0;
    }
}

.news__pic::after {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    content: 'Читать статью';
    transition: all .35s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;

    opacity: 0;
    color: #363636;
    background-color: rgba(255, 255, 255, .85);

    align-items: center;
    justify-content: center;
}

.news__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.news__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    margin-bottom: 10px;

    color: #C72626;
}

.news__info {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;

    display: block;

    color: #363636;
}

.reab {
    position: relative;

    width: 100%;
}

@media screen and (max-width: 500px) {
    .reab {
        overflow: hidden;
    }
}

.reab__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 60px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 600px) {
    .reab__title {
        font-size: 20px;

        max-width: 181px;
        margin: 0 auto 37px;
    }
}

.reab__grid {
    display: grid;

    width: 100%;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 0;
}

@media screen and (max-width: 850px) {
    .reab__grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .reab__grid {
        display: block;

        width: 100%;
        max-width: 203px;
    }

    .reab__grid .slick-list {
        overflow: visible;

        margin: 0 -10px;
    }
}

.reab__item {
    display: flex;
    flex-direction: column;

    width: 100%;

    align-items: center;
}

@media screen and (max-width: 500px) {
    .reab__item {
        display: flex !important;

        margin: 0 10px;

        align-items: flex-start;
    }
}

.reab__item:hover {
    outline-width: 0;
}

.reab__item:hover .reab__pic {
    box-shadow: 0 4px 20px rgba(65, 84, 151, .25);
}

.reab__pic {
    display: block;
    overflow: hidden;

    width: 148px;
    height: 148px;
    margin-bottom: 40px;

    transition: all .35s ease;

    border-radius: 50%;
    box-shadow: 0 0 0 rgba(65, 84, 151, .25);
}

.reab__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.reab__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    margin-bottom: 20px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 500px) {
    .reab__name {
        text-align: left;
    }
}

.reab__info {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;

    display: block;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 500px) {
    .reab__info {
        text-align: left;
    }

    .reab__info br {
        display: none;
    }
}

.review {
    position: relative;

    width: 100%;

    background-color: #f3f3f3;
}

@media screen and (max-width: 1200px) {
    .review {
        overflow: hidden;
    }
}

.review__wrapper {
    position: relative;

    padding: 100px 0 262px;
}

@media screen and (max-width: 1200px) {
    .review__wrapper {
        padding: 50px 0 70px;
    }
}

@media screen and (max-width: 600px) {
    .review__wrapper {
        padding: 33px 0 149px;
    }
}

.review__wrapper::before {
    position: absolute;
    z-index: 1;
    top: 100px;
    bottom: 100px;
    left: -452px;

    width: 694px;

    content: '';

    border-radius: 0 10px 10px 0;
    background-color: #67CFC0;
}

@media screen and (max-width: 1200px) {
    .review__wrapper::before {
        top: 160px;
        bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .review__wrapper::before {
        top: 107px;
        right: -15px;
        bottom: 130px;
        left: -15px;

        width: auto;

        border-radius: 0 0 10px 10px;
    }
}

.review__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;

    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 410px;
    margin: 0 auto 60px;

    text-align: left;
    letter-spacing: .03em;
    text-transform: uppercase;

    color: #363636;
}

@media screen and (max-width: 600px) {
    .review__title {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;

        max-width: 100%;
        margin-bottom: 33px;

        letter-spacing: .03em;
    }
}

.review__title span {
    font-size: 44px;
    font-weight: 500;
    line-height: 55px;

    display: block;

    margin-top: 6px;

    letter-spacing: 0;
    text-transform: none;

    color: #389B8C;
}

@media screen and (max-width: 600px) {
    .review__title span {
        font-size: 30px;
        line-height: 38px;

        margin-top: 0;
    }
}

.review__slider {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1045px;
    margin: 0 auto;
}

.review__item {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 56px 95px 50px;

    background-color: #fff;

    align-items: center;
}

@media screen and (max-width: 600px) {
    .review__item {
        padding: 30px 17px;

        border-radius: 0 0 10px 10px;
    }
}

.review__item:hover {
    outline-width: 0;
}

.review__item::after {
    position: absolute;
    top: 39px;
    right: 65px;

    width: 93px;
    height: 71px;

    content: '';

    background-image: url('../img/icons/quote.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

@media screen and (max-width: 600px) {
    .review__item::after {
        top: 2px;
        right: 17px;
    }
}

.review__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;

    display: block;

    margin-bottom: 8px;

    text-align: center;
    letter-spacing: .03em;

    color: #363636;
}

@media screen and (max-width: 600px) {
    .review__name {
        font-size: 16px;
        line-height: 20px;

        margin-bottom: 7px;

        text-align: left;
    }
}

.review__position {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;

    display: block;

    margin-bottom: 34px;

    text-align: center;
    letter-spacing: .03em;

    color: #389B8C;
}

@media screen and (max-width: 600px) {
    .review__position {
        margin-bottom: 31px;

        text-align: left;
    }
}

.review__text {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 18px;

    display: block;

    margin-bottom: 18px;

    text-align: justify;
    letter-spacing: .03em;

    color: #363636;
}

@media screen and (max-width: 600px) {
    .review__text {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;

        margin-bottom: 15px;
    }
}

.review__text:last-child {
    margin-bottom: 0;
}

.advantages__arrow,
.review__arrow {
    position: absolute;
    z-index: 2;
    top: 50%;

    display: flex;

    width: 97px;
    height: 97px;

    cursor: pointer;
    transition: all .35s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    border-radius: 50%;

    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {

    .advantages__arrow,
    .review__arrow {
        top: auto;
        bottom: -82px;

        width: 60px;
        height: 60px;

        -webkit-transform: translateX(-72px);
        transform: translateX(-72px);
    }
}

.advantages__arrow .i-m,
.review__arrow .i-m {
    width: 21px;
    height: 42px;
}

@media screen and (max-width: 600px) {

    .advantages__arrow .i-m,
    .review__arrow .i-m {
        width: 13px;
        height: 26px;
    }
}

.advantages__arrow-prev,
.review__arrow-prev {
    left: -207px;

    background-color: #fff;
}

@media screen and (max-width: 1470px) {

    .advantages__arrow-prev,
    .review__arrow-prev {
        left: -107px;
    }
}

@media screen and (max-width: 1270px) {

    .advantages__arrow-prev,
    .review__arrow-prev {
        left: -30px;
    }
}

@media screen and (max-width: 600px) {

    .advantages__arrow-prev,
    .review__arrow-prev {
        left: 50%;

        -webkit-transform: translateX(-72px);
        transform: translateX(-72px);
    }

    .advantages__arrow-prev {
        background-color: #67CFC0;
    }
}

.review__arrow-prev .i-m {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);

    background-color: #67CFC0;
}

.advantages__arrow-prev .i-m {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.advantages__arrow-next,
.review__arrow-next {
    right: -142px;

    background-color: #67CFC0;
}

@media screen and (max-width: 1470px) {

    .advantages__arrow-next,
    .review__arrow-next {
        right: -107px;
    }
}

@media screen and (max-width: 1270px) {

    .advantages__arrow-next,
    .review__arrow-next {
        right: -30px;

        background-color: #fff;
    }

    .advantages__arrow-next .i-m,
    .review__arrow-next .i-m {
        background-color: #BDAA25;
    }
}

@media screen and (max-width: 600px) {

    .advantages__arrow-next,
    .review__arrow-next {
        left: 50%;

        -webkit-transform: translateX(12px);
        transform: translateX(12px);

        background-color: #BDAA25;
    }

    .advantages__arrow-next .i-m,
    .review__arrow-next .i-m {
        background-color: #fff;
    }
}

.advantages__arrow:focus,
.review__arrow:focus {
    outline-width: 0;
}

.team {
    position: relative;

    width: 100%;
    padding: 100px 0 134px;
}

@media screen and (max-width: 700px) {
    .team {
        padding: 70px 0;
    }
}

@media screen and (max-width: 400px) {
    .team {
        overflow: hidden;
    }
}

.team__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 60px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 700px) {
    .team__title {
        font-size: 20px;

        margin-bottom: 39px;
    }
}

@media screen and (max-width: 950px) {
    .team__title {
        font-size: 30px;
    }
}

.team__slider {
    display: flex;

    width: 100%;

    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 400px) {
    .team__slider {
        display: block;

        width: 100%;
        max-width: 263px;
    }
}

.team__slider .slick-list {
    margin: 0 -11px;
}

@media screen and (max-width: 400px) {
    .team__slider .slick-list {
        overflow: visible;
    }
}

.team__item {
    display: flex !important;
    flex-direction: column;

    margin: 0 11px;

    align-items: center;
}

.team__item:hover,
.team__item:focus {
    outline-width: 0;
}

.team__pic {
    display: block;
    overflow: hidden;

    width: 263px;
    height: 254px;
    margin-bottom: 26px;

    border-radius: 50%;
}

.team__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.team__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    width: 100%;
    margin-bottom: 12px;

    text-align: center;

    color: #C72626;
}

.team__position {
    font-size: 12px;
    font-weight: bold;
    line-height: 107%;

    display: block;

    width: 100%;
    max-width: 154px;
    margin: 0 auto 17px;

    text-align: center;

    color: #BDAA25;
}

@media screen and (max-width: 700px) {
    .team__position {
        font-size: 11px;
        font-weight: 300;

        max-width: 135px;
        margin-bottom: 20px;
    }
}

.team__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 116.5%;

    display: block;

    width: 100%;
    margin-bottom: 26px;

    text-align: center;
}

@media screen and (max-width: 700px) {
    .team__text {
        margin-bottom: 32px;
    }
}

.inf {
    position: relative;

    width: 100%;
    padding: 100px 0;
}

@media screen and (max-width: 750px) {
    .inf {
        padding: 70px 0;
    }
}

.inf__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 65px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 750px) {
    .inf__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;

        margin-bottom: 30px;
    }
}

.inf__wrapper {
    display: grid;

    width: 100%;

    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

@media screen and (max-width: 750px) {
    .inf__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 37px;
    }
}

.inf__item {
    display: flex;
    flex-direction: column;

    width: 100%;

    align-items: center;
}

@media screen and (max-width: 750px) {
    .inf__item {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.inf__item:hover {
    outline-width: 0;
}

.inf__pic {
    display: block;

    width: 100%;
    height: 219px;
    margin-bottom: 30px;
}

.inf__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.inf__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    width: 100%;
    margin-bottom: 12px;

    text-align: left;

    color: #C72626;
}

@media screen and (max-width: 750px) {
    .inf__name {
        margin-bottom: 10px;
        padding: 0 15px;
    }
}

.inf__info {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;

    display: block;

    width: 100%;

    color: #363636;
}

@media screen and (max-width: 750px) {
    .inf__info {
        padding: 0 15px;
    }
}

.narko {
    position: relative;

    overflow: hidden;

    width: 100%;
    padding: 100px 0;

    border-top: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}

@media screen and (max-width: 550px) {
    .narko {
        padding: 40px 0;
    }
}

.narko__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 66px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 550px) {
    .narko__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;

        margin-bottom: 30px;
    }
}

.narko__grid {
    display: block;

    width: 100%;
}

@media screen and (max-width: 550px) {
    .narko__grid {
        width: 100%;
        max-width: 273px;
    }
}

.narko__grid .slick-list {
    overflow: visible;

    margin: 0 -15px;
}

.narko__item {
    display: flex !important;
    flex-direction: column;

    width: 100%;
    margin: 0 15px;

    align-items: flex-start;
}

.narko__item:hover {
    outline-width: 0;
}

.narko__pic {
    display: block;

    width: 100%;
    height: 219px;
    margin-bottom: 30px;
}

@media screen and (max-width: 550px) {
    .narko__pic {
        overflow: hidden;

        border-radius: 0 10px 10px 0;
    }
}

.narko__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.narko__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    width: 100%;

    color: #C72626;
}

.ne {
    position: relative;

    overflow: hidden;

    width: 100%;
    padding: 90px 0 100px;
}

@media screen and (max-width: 650px) {
    .ne {
        padding: 70px 0 68px;
    }
}

.ne__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;

    margin-bottom: 65px;

    text-align: center;

    color: #C72626;
}

@media screen and (max-width: 650px) {
    .ne__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;

        margin-bottom: 30px;

        text-align: left;
    }
}

.ne__slider {
    display: block;

    width: 100%;
}

@media screen and (max-width: 475px) {
    .ne__slider {
        width: 100%;
        max-width: 255px;
    }
}

.ne__slider .slick-list {
    margin: 0 -15px;
}

@media screen and (max-width: 475px) {
    .ne__slider .slick-list {
        overflow: visible;

        margin: 0 -9px;
    }
}

.ne__item {
    margin: 0 15px;
}

@media screen and (max-width: 475px) {
    .ne__item {
        margin: 0 9px;
    }
}

.ne__item:focus {
    outline-width: 0;
}

.ne__item:hover {
    outline-width: 0;
}

.ne__item:hover .ne__pic::after {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}

.ne__pic {
    position: relative;

    display: block;

    width: 100%;
    height: 219px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .ne__pic {
        overflow: hidden;

        border-radius: 0 10px 10px 0;
    }
}

.ne__pic::after {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    content: 'Читать статью';
    transition: all .35s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;

    opacity: 0;
    color: #363636;
    background-color: rgba(255, 255, 255, .85);

    align-items: center;
    justify-content: center;
}

.ne__img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.ne__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    width: 100%;
    margin-bottom: 12px;

    color: #C72626;
}

.ne__info {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;

    color: #363636;
}

.faq {
    padding-top: 100px;
    padding-bottom: 0;
}

@media screen and (max-width: 600px) {
    .faq {
        padding-top: 70px;
    }
}

.faq .new__title {
    margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
    .faq .new__title {
        margin-bottom: 50px;
    }
}

.faq .new__line ul {
    margin-bottom: 20px;
}

.faq .new__line p {
    line-height: 30px;
}

@media screen and (max-width: 600px) {
    .faq .new__line p {
        line-height: 20px;
    }
}

@media screen and (max-width: 600px) {
    .faq .new__pic {
        display: flex;

        height: 204px;

        align-items: center;
        justify-content: center;
    }

    .faq .new__pic .new__img {
        width: 100%;
        height: auto;
    }
}

.footer {
    position: relative;

    width: 100%;
    padding-top: 60px;
}

@media screen and (max-width: 630px) {
    .footer {
        padding-top: 70px;
    }
}

.footer__row {
    display: flex;

    width: 100%;
    margin-bottom: 32px;

    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 630px) {
    .footer__row {
        margin-bottom: 25px;

        justify-content: center;
    }
}

.footer__col {
    max-width: 193px;
    padding-top: 11px;
}

@media screen and (max-width: 1020px) {
    .footer__col:last-child {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .footer__col:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .footer__col {
        display: none;
    }
}

.footer__title {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;

    display: block;

    min-height: 36px;
    margin-bottom: 18px;

    text-transform: uppercase;

    color: #363636;
}

.footer__list {
    margin: 0;
    padding: 0;
}

.footer__item {
    margin-bottom: 16px;
    padding: 0;
}

.footer__item::before {
    display: none;
}

.footer__item:last-child {
    margin-bottom: 0;
}

.footer__link {
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;

    text-decoration: underline;

    color: #363636;
}

.footer__link:hover {
    color: #C72626;
}

.footer__down {
    display: flex;

    width: 100%;
    margin-bottom: 37px;

    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
    .footer__down {
        flex-direction: column;

        margin-bottom: 38px;
    }
}

.footer__social {
    display: inline-flex;

    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 850px) {
    .footer__social {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 630px) {
    .footer__social {
        margin-top: 16px;
        margin-bottom: 38px;

        order: 2;
    }
}

@media screen and (max-width: 630px) {
    .footer__btn {
        order: 3;
    }
}

.footer__soc {
    display: inline-flex;

    margin-right: 10px;
}

.footer__soc:last-child {
    margin-right: 0;
}

.footer__soc:hover .i-m {
    background-color: #C72626;
}

.footer__tel {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;

    color: #363636;
}

.footer__tel:hover {
    color: #C72626;
}

.footer__adress,
.footer__mail {
    font-size: 12px;
    font-weight: 500;
    line-height: 31px;

    display: inline-flex;

    color: #363636;

    align-items: center;
}

.footer__adress .i,
.footer__mail .i {
    margin-right: 11px;
}

.footer__mail:hover {
    color: #C72626;
}

.footer__copy {
    display: flex;

    width: 100%;
    /*height: 64px;*/

    text-align: center;

    background-color: #BDAA25;

    align-items: center;
    justify-content: center;
}

.footer__copy-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;

    /* text-transform: uppercase; */
    margin: 10px 0;
    color: #fff;
}

.modal {
    position: relative;

    overflow: hidden;

    width: 100%;
    max-width: 1110px;
    margin: 0 auto;

    border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 800px) {
    .modal {
        border-radius: 0 0 10px 10px;
    }
}

.modal__wrapper {
    position: relative;

    width: 100%;
    padding: 50px 24px 50px 0;
}

@media screen and (max-width: 800px) {
    .modal__wrapper {
        padding: 0 0 35px;
    }
}

.modal__wrapper::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url('../img/main/call-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.modal__wrapper::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgb(103 207 192 / 84%);
}

.modal .call__row {
    position: relative;
    z-index: 3;

    padding: 0;
}

@media screen and (max-width: 800px) {
    .modal .call__right {
        width: calc(100% - 36px);
        margin: 0 auto;
    }
}

.modal .call__title {
    padding: 0 15px;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, .9);
}

/* CONTACTS */
.zh_orig-div {
    margin-top: 50px;
}

#maps {
    height: 650px;
}

/* REVIEWS */
#zh-review {
    margin-top: 80px;
}

.zh_rev-tittle {
    max-width: 535px !important;
}

.zh_rev-div {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1045px;
    margin: 0 auto;
}

.zh_rev-blublock {
    z-index: 0 !important;
}

/* PRICE */
.zh_price-sec {
    margin-top: 90px !important;
}

.zh_price-div {
    text-align: center;
    margin: 45px 0px 35px 0px;
}

.zh_price-div h4 {
    font-size: 30px;
}

/* 404 */
.zh_mis-div {
    text-align: center;
    margin: 55px 0px 10px 0px;
}

.zh_mis-a:hover {
    text-decoration: underline;
}

/* POLICY */
.zh_policy-sec {
    margin-top: 200px;
}

.zh_policy-maindiv {
    text-align: center;
}

.zh_policy-maindiv h2,
.zh_policy-maindiv h1 {
    color: #C72626;
    font-size: 35px;
}

.zh_policy-div {
    text-align: left;
    line-height: 30px;
    margin: 30px 0px 30px 0px;
}

.zh_policy-div h3 {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.info__btn {
    margin-bottom: 10px;
}

/* OTHER */
.result_wrapper {
    background-color: #fff;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 45px;
    border-radius: 50px;
}

.result_wrapper p {
    text-align: center;
}

.info__wrapper.info__wrapper-left h2 {
    color: #C72626;
}

.stati {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 140px 0 0;
}

@media screen and (max-width: 1050px) {
    .stati {
        margin-top: 0px;
    }
}

@media screen and (max-width: 750px) {
    .stati {
        margin-top: 0px;
    }
}

@media screen and (max-width: 950px) {
    .stati {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 750px) {
    .stati {
        padding: 80px 0 0;
    }
}

.stati__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    margin-bottom: 75px;
    text-align: center;
    color: #C72626;
}

@media screen and (max-width: 950px) {
    .stati__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 750px) {
    .stati__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 35px;
    }
}

.stati__row {
    display: grid;
    width: 100%;
    margin-bottom: 115px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 84px 117px;
}

@media screen and (max-width: 1150px) {
    .stati__row {
        grid-gap: 44px 55px;
    }
}

@media screen and (max-width: 950px) {
    .stati__row {
        margin-bottom: 80px;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 700px) {
    .stati__row {
        max-width: 450px;
        margin: 0 auto 40px;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}

.stati__item {
    position: relative;
    width: 100%;
    padding: 38px 43px 30px;
    border-radius: 0px;
    background-color: #C72626;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    transition: all .80s ease;
}

@media screen and (max-width: 700px) {
    .stati__item {
        padding: 20px 15px 10px;
    }
}

.stati__pic {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.stati__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.stati__info {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.stati__item:hover {

    /* color: #fff;
    background-color: #DF2143;
    box-shadow: none; */
}

.stati__item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .35s ease;
    opacity: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 0 5px #fff;
}

.stati__item:hover::after {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    opacity: 1;
    box-shadow: 0 0 0 0 #fff;
}

.stati .info__wrapper img {
    margin: 20px
}

.hide {
    display: none !important;
}

.btn_spec:hover {
    background-image: linear-gradient(to top, #ffea00, #ff9600);
}

.full_sas {
    margin-bottom: 20px;
    min-height: 400px;
}

.region_list {
    list-style: none;
    column-count: 4;
}

.region_list li {
    vertical-align: top;
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
    .region_list {
        column-count: 3;
    }
}

@media screen and (max-width: 550px) {
    .region_list {
        column-count: 2;
    }
}

@media screen and (max-width: 425px) {
    .region_list {
        column-count: 1;
    }
}

.popup-form {
    width: 460px;
    text-align: center;
    border-radius: 5px
}

.popup-form form {
    max-width: 303px;
    text-align: center;
    margin: 0 auto
}

.full_sas input,
.popup-form input {
    width: 100%;
    border-radius: 25.5px;
    border: solid 1px #e2e2e2;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    height: 51px;
    line-height: 51px
}

.popup-form form button {
    position: relative;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer
}

.popup-form form button span {
    width: 100%;
    height: 51px;
    border-radius: 25.5px;
    background-image: -webkit-linear-gradient(bottom, #ff9600, #ffea00);
    background-image: -o-linear-gradient(bottom, #ff9600, #ffea00);
    background-image: linear-gradient(to top, #ff9600, #ffea00);
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 51px;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 2
}

.popup-form form button:after {
    content: url('../images/shadow-button5.png');
    position: absolute;
    left: 15px;
    bottom: -19px
}

.popup-form h4 {
    font-size: 30px;
    font-weight: 900
}

.popup-form p {
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    padding-bottom: 25px;
    padding-top: 5px
}

.select-popup {
    padding: 35px 27px;
    width: 945px;
    background: #fff;
    padding-bottom: 15px
}

.select-popup h4 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 15px
}

.select-popup input {
    max-width: 500px;
    width: 100%;
    border-radius: 25.5px;
    border: solid 1px #e2e2e2;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: center;
    height: 51px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    color: #000
}

.select-popup h5 {
    font-size: 21px;
    padding-bottom: 10px;
    color: #BDAA25;
}

.city-list a {
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    margin: 0 15px 15px;
    text-decoration: underline;
    position: relative
}

.form_control {
    display: block;
    margin: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fancy_photo {
    transition: all .3s ease-out;
    margin: 10px 0
}

.fancy_photo:hover {
    transition: all .3s ease-out;
    filter: opacity(50%);
}

.flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    float: none;
}

.ph_gal {
    justify-content: space-around;
    margin-bottom: 30px;
}

.gal_item {
    margin: 15px
}

.hide {
    display: none !important;
}

.ep__regions-li:before {
    background-image: none !important;
}

.city_names:hover {
    color: #000;
}

.doc_info_block {
    border-top: #C72626 1px solid;
    padding: 10px;
}

.doc-item {
    text-align: center;
    border: #C72626 1px solid;
    margin-bottom: 20px;
}

.doc_info_block {
    padding: 20px 10px;
}

.doc_img_inner {
    float: left;
    margin-right: 20px !important
}

@media (max-width: 450px) {
    .doc_img_inner {
        float: none;
        margin: auto !important
    }
}

.info__wrapper img {
    max-width: calc(100% - 20px);
}

.i-m-step-01 {
    width: 25px;
    height: 25px;
    background-color: #BDAA25;
    -webkit-mask-image: url('../img/steps/1.png');
    mask-image: url('../img/steps/1.png');
}

.i-m-step-02 {
    width: 25px;
    height: 25px;
    background-color: #BDAA25;
    -webkit-mask-image: url('../img/steps/2.png');
    mask-image: url('../img/steps/2.png');
}

.i-m-step-03 {
    width: 25px;
    height: 25px;
    background-color: #BDAA25;
    -webkit-mask-image: url('../img/steps/3.png');
    mask-image: url('../img/steps/3.png');
}

.i-m-step-04 {
    width: 25px;
    height: 25px;
    background-color: #BDAA25;
    -webkit-mask-image: url('../img/steps/4.png');
    mask-image: url('../img/steps/4.png');
}

.i-m-step-05 {
    width: 25px;
    height: 25px;
    background-color: #BDAA25;
    -webkit-mask-image: url('../img/steps/5.png');
    mask-image: url('../img/steps/5.png');
}

.i-m-step-06 {
    width: 25px;
    height: 25px;
    background-color: #BDAA25;
    -webkit-mask-image: url('../img/steps/6.png');
    mask-image: url('../img/steps/6.png');
}

.steps_section {
    padding: 60px 0
}

.bread {
    color: #000;
}

.bread:hover {
    color: #000;
    text-decoration: underline;
}

.advantages-block__wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(12, 1fr);
}

.advantages-block__item:nth-child(7n+1),
.advantages-block__item:nth-child(7n+2),
.advantages-block__item:nth-child(7n+3),
.advantages-block__item:nth-child(7n+4) {
    grid-column: auto / span 3;
}

.advantages-block__item:nth-child(7n+5),
.advantages-block__item:nth-child(7n+6),
.advantages-block__item:nth-child(7n+7) {
    grid-column: auto / span 4;
}


.advantages-block__img {
    width: 120px;
    display: block;
    margin: auto;
}

.advantages-block__text {
    text-align: center;
    font-weight: 700;
    margin: 20px 0;
}

@media (max-width: 850px) {

    .advantages-block__item:nth-child(7n+1),
    .advantages-block__item:nth-child(7n+2),
    .advantages-block__item:nth-child(7n+3),
    .advantages-block__item:nth-child(7n+4),
    .advantages-block__item:nth-child(7n+5),
    .advantages-block__item:nth-child(7n+6) {
        grid-column: auto / span 6;
    }

    .advantages-block__item:nth-child(7n+7) {
        grid-column: auto / span 12;
    }
}

@media (max-width: 550px) {
    .footer__copy {
        display: block
    }

    .advantages-block {
        padding-bottom: 50px;
    }

    .advantages-block__wrapper {
        display: block;
    }

    .advantages-block__img {
        width: 50% !important;
    }
}

.accept {
    color: white;
    text-decoration: underline;
}

.accept:hover {
    color: white;
    text-decoration: none
}

.my_accordeon-panel {
    padding: 15px;
    border-radius: 10px;
    background: white;
    margin: 10px 0;
    border: 1px #BDAA25 solid;
    cursor: pointer
}

.panel-title_wrapper {
    position: relative;
}

.panel-title_wrapper:before {
    content: '';
    position: absolute;
    transition: .3s;
    background: #BDAA25;
    border-radius: 2px;
    top: calc(50% - 1px);
    bottom: 25%;
    width: 16px;
    right: 0px;
    height: 4px;
}

.panel-title_wrapper:after {
    content: '';
    position: absolute;
    transition: .3s;
    background: #BDAA25;
    border-radius: 2px;
    height: 16px;
    top: calc(50% - 7px);
    right: 6px;
    width: 4px;
}

.active .panel-title_wrapper:after {
    transform: rotate(90deg);
}

.collapse_text {
    height: 0;
    overflow: hidden;
    transition: .3s;
    width: calc(100% - 40px);
}

.active .collapse_text {
    transition: .3s;
    height: auto;
    padding: 10px;
    margin: 10px;
}

.panel-title {
    margin-right: 35px;
    font-weight: 500;
    font-size: large;
}

.steps_section {
    padding: 30px 0 60px;
}

#bred1 {
    padding-bottom: 30px;
}

.tab-item {
    width: 100% !important;
}

.tab-item td {
    font-size: 0.8rem;
}

.tab-item td:nth-child(2) {
    white-space: nowrap;
}

.review__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 40px;
    text-align: center;
    color: #4b5152;
}

.visited-pages-list {
    display: flex;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.visited-page {
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
    border-radius: 25px;
    padding: 15px;
    background-color: #BDAA25;
    flex-basis: 30%;
    margin-bottom: 10px;
    max-width: 285px;
}

.visited-page__image {
    border-radius: 15px;
    overflow: hidden;
}

.visited-page__image a {
    display: block;
}

.visited-page__image img {
    width: 100%;
    min-height: 155px;
    object-fit: cover;
    object-position: center;
}

.visited-page__name {
    padding: 10px;
}

.visited-page__name,
.visited-page__name a {
    text-align: center;
}

.visited-page__name a {
    color: #f3f3f3;
}

.rec-mob {
    display: none;
}

/* contraindications */
.contraindications {
    display: block;
    padding: 15px 0;
    background-color: #6ed0c6;
}

.contraindications__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

@media(max-width:575px) {
    .rec-desk {
        display: none;
    }

    .rec-mob {
        display: block;
        padding: 15px 0;
    }

    /* contraindications */
    .contraindications {
        padding: 7.5px 0;
    }

    .contraindications__text {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 15px;
    }
}

/*dop*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.help {
margin-top: 80px;
}
.help__title {
color: #C72626;
font-weight: 500;
line-height: 40px; 
}
.salemil {
padding: 25px 0;
background-image: url(/imgs/bg-salemil.jpg);
}
.salemil__block {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
    -ms-flex-direction:row;
        flex-direction:row;
gap:30px;
-webkit-box-pack:start;
    -ms-flex-pack:start;
        justify-content:flex-start
}
.salemil__right {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
    -ms-flex-direction:column;
        flex-direction:column;
gap:10px;
}
.salemil__right p:nth-child(1){
color: #FFF;
font-size: 20px;
font-weight: 700;
line-height: 25px;
text-transform: uppercase;
margin-bottom:0!important
}
.salemil__right p:nth-child(2){
color: #FFF;
font-size: 16px;
font-weight: 500;
line-height: 20px;
}
.salemil::before {
background-color: inherit;
}
.salemil__mob {
display:none
}
@media(max-width:992px){
.hero__adress {display:none} 
.hero {
padding: 120px 0 25px;
background-position: center;
}
.salemil__block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
gap: 15px;
}
.salemil__mob {
display:block;
color: #FFF;
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}
.salemil__left {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
gap:12px
}
.salemil__right p:nth-child(1) {
display:none
}
.salemil__left svg {
width: 36px;
height: 40px;
}
.salemil__right p:nth-child(2) {
color: #FFF;
font-size: 14px;
font-weight: 500;
line-height: 20px;
max-width: 72%;
text-align: left;
}
.salemil {
background-image: url(/imgs/bg-salemil_mob.jpg);
background-position: center;
padding:25px 0
}
}

.btn__all {
                border-radius: 10px;
                margin: 0 auto;
            }
            .lic_slider {
                position: relative;
            }
            .lic_slider .slick-arrow {
                opacity: 1;
                background: #67CFC0;
                position: absolute;
                top: calc(50% - 25px);
                width: 50px;
                height: 50px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 10;
                cursor: pointer;
            }
            .lic_slider .lic-prev {
                left: -50px;
                transform: rotate(180deg);
            }
            .lic_slider .lic-next {
                right: -60px;
            }
            .lic_slider .gal_item img {
                width: 100%;
            }
            .lic_slider .gal_item {
                //border: 1px solid #67CFC0;
                border-radius: 10px;
                padding: 1px;
                position: relative;
            }

            .lic_slider .gal_item::after, .lic_slider .gal_item::before {
                //content: '';
                display: block;
                width: 50px;
                height: 3px;
                background: #BDAA25;
                margin: 0 auto;
            }