html, body {
    margin: 0;
    padding: 0
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

img {
    border: none;
    vertical-align: top;
    max-width: 100%
}

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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background: #fff;
    color: #2d3741;
    line-height: 1.6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

sub, sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.65em
}

address {
    font-style: normal;
    line-height: inherit
}

iframe {
    border: none
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, span, table, th, td, blockquote, figure, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    text-decoration: none
}

strong, b {
    font-weight: bold
}

span {
    font-weight: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

button, select {
    text-transform: none
}

.overflow {
    overflow: hidden;
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wrap {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat Alternates', serif;
    font-weight: 600;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 32px
}

h2, .h2 {
    font-size: 24px
}

h3, .h3 {
    font-size: 20px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 14px
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #1c9673;
    border-bottom: 1px solid currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

a:hover {
    border-color: transparent
}

.color-white {
    color: #fff
}

.color-gray {
    color: #999
}

.no-border {
    border: 0
}

.icon-svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.btn {
    background: transparent;
    padding: 0 30px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    border: 2px solid #fff;
    height: 72px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.btn .icon-svg {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    margin-right: 5px
}

.btn span {
    text-align: center
}

.btn-red {
    background: #B41937;
    border-color: #B41937
}

.btn-green {
    background: #1c9673;
    border-color: #1c9673
}

.btn.btn-hover-red:hover {
    background: #B41937;
    border-color: #fff
}

.btn-hover-red.btn:before {
    background: -o-radial-gradient(circle closest-side, #e02045, transparent);
    background: radial-gradient(circle closest-side, #e02045, transparent)
}

.btn-white-border {
    border-color: #fff
}

.btn-green-border {
    border-color: #1c9673;
    color: #1c9673
}

.btn-white {
    background: #fff;
    color: #1c9673
}

.btn-wide {
    width: 100%;
    padding: 0
}

.btn-arrow .icon-svg {
    font-size: 10px;
    margin-left: 8px;
    margin-top: 0
}

.btn-gray {
    background: #A4A5A5;
    border-color: #A4A5A5
}

.btn-cart .icon-svg {
    fill: #fff;
    margin: -2px 15px 0 0
}

.btn-small {
    height: 60px
}

.btn-tiny {
    height: 52px
}

.has-bg {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat
}

.no-list {
    margin: 0
}

.no-list li {
    padding: 0;
    margin: 0
}

.no-list li:before {
    content: none
}

section {
    padding: 40px 0
}

.fs-18 {
    font-size: 18px
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-title .h1 {
    margin: 0
}

.link-arrow {
    font-size: 14px;
    border: 0
}

.link-arrow .icon-svg {
    font-size: 8px;
    margin: -1px 0 0 5px
}

.link-arrow:hover .icon-svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.text-small {
    font-size: 14px
}

.link .icon-svg {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.text_block > *:first-child {
    margin-top: 0 !important
}

.text_block > *:last-child {
    margin-bottom: 0 !important
}

.text_block .row {
    margin-top: 30px
}

.text_block .row > div {
    margin-bottom: 30px
}

.text_block .row figure:first-child, .text_block .row img:first-child {
    margin-top: 0
}

.text_block img {
    display: block;
    margin-bottom: 35px;
    margin-top: 35px;
    border-radius: 4px
}

.text_block img + img {
    margin-top: -11px
}

.text_block .slider-standart {
    margin: 30px 0
}

.text_block .slider-standart img {
    margin: 0
}

.bordered {
    border: 1px solid #ebebeb;
    border-radius: 5px
}

.lh-1 {
    line-height: 1
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 30px 0 16px
}

p {
    margin-bottom: 20px
}

ul, ol {
    margin-bottom: 30px
}

ul ul, ul ol, ol ul, ol ol {
    margin-top: 20px
}

ul > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

ul > li:before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background: #1c9673;
    position: absolute;
    left: 4px;
    top: 0.6em
}

ol {
    counter-reset: list
}

ol > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

ol > li:before {
    content: counter(list) ".";
    counter-increment: list;
    color: inherit;
    position: absolute;
    left: 4px;
    top: 0
}

figure {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px
}

figure img {
    margin: 0
}

figure + figure {
    margin-top: -11px
}

figcaption {
    margin-top: 7px
}

blockquote {
    border-top: 1px solid #66cc66;
    border-bottom: 1px solid #66cc66;
    padding: 20px 0;
    margin: 30px 0;
    text-align: center
}

.input-field {
    position: relative;
    margin-bottom: 30px
}

.input-field .placeholder {
    cursor: text;
    position: absolute;
    left: 12px;
    top: 13px;
    color: #A4A5A5;
    padding: 0 8px;
    background: #fff;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.input-field .date-text {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 52px !important;
    background: #fff;
    cursor: pointer
}

.input-field .date-text span {
    color: #999
}

.input-field .calendar-field i {
    position: absolute;
    top: 15px;
    right: 19px;
    width: 20px;
    z-index: 2
}

.calendar-field {
    position: relative
}

.date-time {
    position: relative;
    z-index: 3;
    opacity: 0;
    cursor: pointer
}

.form-control {
    width: 100%;
    border: 1px solid #E8E8E8;
    line-height: normal !important;
    border-radius: 4px;
    height: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px 0 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-appearance: none
}

.form-control:focus + .placeholder, .form-control.filled + .placeholder {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
    font-size: 12px
}

.form-control .placeholder.fix-top {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
    font-size: 12px
}

.form-control.has-date {
    background: url(../img/icons/calendar.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 17px 17px;
    background-color: #fff
}

.filled + .placeholder {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
    font-size: 12px
}

.bx-calendar a {
    border: 0
}

.page input[type="search"] {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: normal !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-appearance: none
}

.page input::-webkit-input-placeholder {
    color: #303030;
    opacity: 1
}

.page input::-moz-placeholder {
    color: #303030;
    opacity: 1
}

.page textarea::-webkit-input-placeholder {
    color: #303030;
    opacity: 1
}

.page textarea::-moz-placeholder {
    color: #303030;
    opacity: 1
}

input:focus, textarea:focus {
    outline: none
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=tel]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=tel]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=email]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=email]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

textarea.form-control {
    display: block;
    height: 230px;
    padding-top: 20px;
    resize: none;
    overflow: auto;
    -o-text-overflow: unset;
    text-overflow: unset;
    white-space: normal
}

.page button, .page input[type="submit"] {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -webkit-appearance: none
}

button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0
}

button:focus {
    outline: none
}

.pop_wrap {
    display: block !important
}

.fancybox-inner {
    cursor: pointer
}

.fancybox-slide:before {
    margin-right: 0 !important
}

.fancybox-slide--current .pop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.fancybox-content {
    background: transparent !important;
    padding: 0 !important
}

.fullscreen .fancybox-slide {
    padding: 0 !important;
    text-align: right
}

.fullscreen .fancybox-slide--current .pop-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.pop {
    display: none;
    background-color: #fff !important;
    max-width: 480px !important;
    cursor: auto;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    padding: 60px !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.pop .section-title {
    display: block;
    margin-bottom: 16px
}

.pop .section-title .text {
    margin-top: 16px
}

.pop.-big {
    max-width: 1170px !important
}

.pop.alert {
    max-width: 520px !important
}

.pop_green {
    background: #1c9673 !important;
    color: #ffffff
}

.pop_success .btn {
    margin-top: 30px
}

.pop_success .text-small {
    font-size: 12px;
    margin-top: 20px
}

.pop_success .text-small span {
    color: rgba(255, 255, 255, 0.5)
}

.pop_share {
    text-align: center
}

.pop_share .social {
    margin-top: 40px;
    text-align: center
}

.banner-about.pop {
    max-width: 1000px !important
}

.fancybox-is-open .fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important
}

.fancybox-is-closing .fancybox-toolbar {
    opacity: 0 !important;
    visibility: hidden !important
}

.fancybox-button--close {
    width: 32px !important;
    height: 32px !important;
    background: #fff !important;
    border-radius: 50% !important;
    color: #1c9673 !important;
    padding: 8px !important;
    right: 48px !important;
    top: 48px !important;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.35) !important
}

.fancybox-button--close:hover {
    background: #1c9673 !important;
    color: #ffffff !important
}

.fancybox-button--close:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.fancybox-close-small {
    right: 0px !important;
    top: 0px !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    color: #000 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.fancybox-close-small svg {
    opacity: 1 !important
}

.error {
    border-color: red !important
}

.error + .placeholder {
    color: red !important
}

.err-msg {
    position: relative;
    color: red;
    display: block;
    min-width: 90px;
    font-size: 12px;
    height: 0px;
    padding-top: 0px;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.err-msg .inner {
    position: relative;
    border-radius: 3px;
    padding: 0 12px;
    display: inline-block;
    vertical-align: top;
    background: #f6e4e7;
    height: 100%;
    line-height: 38px
}

.err-msg .inner:before {
    content: "";
    border: 7px solid transparent;
    border-bottom: 10px solid #f6e4e7;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    top: -13px
}

.err-msg span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.error ~ .err-msg {
    visibility: visible;
    height: 50px;
    padding-top: 10px
}

.ink-reaction, .btn {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ink {
    position: absolute;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    -webkit-animation: ripple-animation 0.5s;
    animation: ripple-animation 0.5s;
    outline: none
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

.custom-control {
    position: relative;
    line-height: 18px;
    min-height: 20px;
    margin-bottom: 5px;
    font-size: 14px
}

.custom-control input[type="checkbox"] + label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px
}

.custom-control input[type="checkbox"] + label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px
}

.custom-control input[type="checkbox"] {
    position: absolute;
    opacity: 0
}

.custom-control input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.custom-control input[type="checkbox"] + label:hover:before {
    border-color: #1c9673
}

.custom-control input[type="checkbox"] + label:after {
    content: '';
    width: 13px;
    height: 8px;
    border: 2px solid #fff;
    border-right: 0;
    border-top: 0;
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    position: absolute;
    left: 4px;
    top: 5px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.custom-control input[type="checkbox"]:checked + label:before {
    background: #1c9673;
    border-color: #1c9673
}

.custom-control input[type="checkbox"]:checked + label:after {
    visibility: visible;
    -webkit-transform: scale(1) rotate(-55deg);
    -ms-transform: scale(1) rotate(-55deg);
    transform: scale(1) rotate(-55deg)
}

.custom-control input[type="radio"] + label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px
}

.custom-control input[type="radio"] {
    position: absolute;
    opacity: 0
}

.custom-control input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.custom-control input[type="radio"] + label:hover:before {
    border-color: #0091ec
}

.custom-control input[type="radio"] + label:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.custom-control input[type="radio"]:checked + label:before {
    background: #0091ec;
    border-color: #0091ec
}

.custom-control input[type="radio"]:checked + label:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.input-file-wrap {
    position: relative
}

.input-file {
    opacity: 0;
    height: 100%;
    padding-left: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: -1
}

.input-file + label {
    margin-top: 0 !important;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input-file + label span {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

.input-files-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper-btns .swiper-btn {
    overflow: visible;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(31, 31, 31, 0.15);
    box-shadow: 0px 4px 20px rgba(31, 31, 31, 0.15);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1c9673;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s
}

.swiper-btns .swiper-btn:before {
    content: '';
    width: 48px;
    height: 48px;
    border: 1px solid #E8E8E8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    border-radius: 50%;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.swiper-btns .swiper-btn:after {
    content: none
}

.swiper-btns .swiper-btn .icon-svg {
    font-size: 10px;
    margin-top: 0
}

.swiper-btns .swiper-btn .ink {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px
}

.swiper-btns .swiper-button-prev {
    left: 40px
}

.swiper-btns .swiper-button-prev .icon-svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.swiper-btns .swiper-button-next {
    right: 40px
}

.swiper-lazy {
    opacity: 0;
    visibility: hidden;
    background-color: #E8E8E8;
    -webkit-transition: opacity 0.3s, visibility 0.3s !important;
    -o-transition: opacity 0.3s, visibility 0.3s !important;
    transition: opacity 0.3s, visibility 0.3s !important
}

.swiper-lazy-loaded {
    opacity: 1;
    visibility: visible
}

.swiper-lazy-preloader {
    border: 4px solid var(#fff, #1c9673) !important
}

.swiper-slide img {
    width: 100%
}

.swiper-pagination-wrap {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 30px
}

.swiper-pagination-wrap .swiper-pagination {
    bottom: 0px !important;
    right: 0 !important;
    left: auto !important
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    background: transparent;
    opacity: 0.6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-pagination-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff
}

.swiper-pagination-simple {
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.swiper-pagination-simple .swiper-pagination {
    position: relative
}

.swiper-pagination-simple .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    opacity: 1
}

.swiper-pagination-simple .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2d3741;
    opacity: 0.4;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.swiper-pagination-simple .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 10px;
    height: 10px;
    opacity: 1
}

.swiper-container-horizontal .swiper-scrollbar {
    left: 15px !important;
    width: calc(100% - 30px) !important;
    position: relative !important;
    margin-bottom: 20px;
    bottom: 0 !important;
    height: 3px !important;
    background: #E8E8E8 !important
}

.swiper-container-horizontal .swiper-scrollbar:before {
    content: '';
    background: url(../img/icons/arrow-scrollbar.svg) no-repeat 50% 50%/contain;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px
}

.swiper-container-horizontal .swiper-scrollbar:after {
    content: '';
    background: url(../img/icons/arrow-scrollbar.svg) no-repeat 50% 50%/contain;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    width: 10px;
    height: 10px
}

.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
    background: #677676;
    height: 3px;
    top: 0
}

.swiper-container-horizontal .swiper-wrapper + .swiper-scrollbar {
    margin-top: 15px;
    margin-bottom: 5px
}

.datepicker--day-name, .datepicker--cell.-current- {
    color: #1c9673 !important
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    background-color: #1c9673 !important;
    color: #ffffff !important
}

[data-datepicker]:focus + .placeholder, [data-datepicker].filled + .placeholder {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

[data-datepicker] + .placeholder {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}