body {
    margin: 0px;
    padding: 0px;
    font-family: "Oswald", sans-serif;
    background-color: #eeeff3;
    color: #0d2940;
    height: 100%;
    line-height: 1.3;
    position: relative;
    font-size: 16px !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px
}

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

input, textarea {
    color: #333;
    font-family: "Oswald", sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type="button"], input[type="submit"], button {
    cursor: pointer
}

td {
    margin: 0px;
    padding: 0px
}

form {
    padding: 0px;
    margin: 0px
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

a, span, div, button {
    outline: none !important
}

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    outline: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

@font-face {
    font-family: 'Oswald';
    src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald';
    src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald';
    src: url("../fonts/Oswald-Light.woff2") format("woff2"), url("../fonts/Oswald-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

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

[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
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 77px;
    width: 77px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
    color: #0d2940;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 5;
    text-align: center;
    opacity: 1;
    background: #cfe1ef;
    border-radius: 10px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    border: none
}

.slick-prev:after, .slick-next:after {
    border-radius: 50%;
    background-color: #eeeff3;
    box-shadow: inset 0px 2px 5px 0px rgba(55, 105, 144, 0.4);
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    content: "";
    z-index: 1
}

.slick-prev:before, .slick-next:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    background: url("../img/images.png") no-repeat -136px 0;
    width: 16px;
    height: 16px;
    display: block;
    z-index: 2
}

.slick-prev:hover, .slick-next:hover {
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3);
    background: #5a97c6
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none
}

.slick-prev svg, .slick-next svg {
    display: block;
    fill: currentColor;
    margin: 0 auto
}

.slick-prev {
    left: 0
}

.slick-prev:before {
    transform: rotate(180deg)
}

.slick-next {
    right: 0
}

.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    height: 12px;
    width: 12px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    transition: all 0.2s linear;
    border: 1px solid #0d2940;
    border-radius: 50%;
    background: #fff;
    position: relative
}

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: 99993
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #0d2940;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    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--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    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-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .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-video, .fancybox-iframe {
    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, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    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--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 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: #c4c4c4;
    cursor: pointer;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.fancybox-close-small:hover {
    color: #000;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: #0d2940;
    padding: 10px;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px
}

.fancybox-slide--html .fancybox-close-small:hover {
    color: #0d2940
}

.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(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.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: fancybox-rotate 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 fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    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: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (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
    }
}

.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 0
}

.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 5px;
    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:visited, .fancybox-share__button:link {
    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 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 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s
}

.animated-fast {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftDown {
    from {
        opacity: 0;
        transform: translate3d(-80px, -80px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftDown {
    animation-name: fadeInLeftDown
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 6px;
    height: auto;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #eeeff3;
    border-radius: 3px
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #5a97c6
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #5a97c6
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #5a97c6
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.header {
   /* z-index: 2;*/
    position: relative;
    padding: 15px 0;

}
.header.sticky {
    z-index: 100;
    width: 100%;
    background: #fff;
    position: fixed;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.header-top {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 10px
}

.header-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -100px;
    background: #5b98c9;
    height: 2px
}

.header-top__right {
    width: 555px
}

.header-phones-item {
    margin-right: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header-phones-item__icon {
    flex: none;
    margin-right: 10px
}

.header-phones-item__text {
    font-size: 11px;
    font-weight: bold
}

.header-phones-item__text a {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: inherit
}

.header-phones-item__text a:hover {
    color: #5a97c6
}

.header-social__link {
    display: inline-block;
    border-radius: 50%;
    background: #cfe1ef;
    box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.5), 0px 4px 7.68px 0.32px rgba(55, 105, 144, 0.3);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-right: 6px
}

.header-social__link:last-child {
    margin-right: 0
}

.header-social__link:hover {
    box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.5), inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3)
}

.header-social__link span {
    vertical-align: middle;
    margin-top: -1px
}

.header-social__link .icon-telegram {
    margin-left: -4px
}

.header-lang {
    font-size: 13px;
    font-weight: 300
}

.header-lang-item {
    margin-bottom: 3px
}

.header-lang-item:last-child {
    margin-bottom: 0
}

.header-lang-item__link {
    color: #376890
}

.header-lang-item__link:hover {
    color: #5a97c6
}

.header-lang-item__link.active {
    color: #0d2940;
    cursor: default
}

.header-lang-item__link.active:hover {
    color: #0d2940
}

.logo {
    display: inline-block
}

.logo img {
    max-width: 100%;
    height: auto
}

.nav-item {
    position: relative;
    margin-right: 70px
}

.nav-item:last-child {
    margin-right: 0
}

.nav-link {
    font-size: 15px;
    color: #0d2940;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    display: block;
    white-space: nowrap;
    letter-spacing: 1.7px
}

.nav-link.active {
    color: #5a97c6
}

.nav-link:hover {
    color: #5a97c6
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 50px;
    height: 50px;
    padding: 17px 15px;
    border-radius: 5px;
    background: #cfe1ef;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    margin-left: 0px
}

.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #376890;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -7px
}

.hamburger-inner::after {
    top: -14px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0
}

.is-active .hamburger--collapse .hamburger-inner {
    transform: rotate(45deg);
    bottom: 7px;
    width: 26px;
    right: -3px;
    border-radius: 50px
}

.is-active .hamburger--collapse .hamburger-inner::after {
    opacity: 0
}

.is-active .hamburger--collapse .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    width: 26px;
    border-radius: 50px
}

body.overflow {
    overflow: hidden !important;
    position: fixed
}

body.menu-open {
    overflow: hidden;
    height: 100vh
}

body.menu-open .main-wrapper:before, body.filter-open .main-wrapper:before {
    content: "";
    position: absolute;
    z-index: 8;
    background: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body.filter-open {
    overflow: hidden;
    height: 100vh
}

body.filter-open .main-wrapper:before {
    z-index: 10
}

.to-top {
    background: url("../img/bg-totop.png") no-repeat center;
    background-size: contain;
    width: 113px;
    height: 108px;
    position: fixed;
    z-index: 8;
    text-align: center;
    padding-top: 22px;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1344e6;
    transform: translateY(300px);
    transition: all 0.5s;
    z-index: -1
}

.to-top.fixed {
    transform: none;
    z-index: 8
}

.to-top.absolute {
    transform: none;
    z-index: 8;
    position: absolute;
    top: -75px
}

.to-top:hover {
    opacity: 0.8
}

.to-top .icon-totop {
    display: block;
    margin: 0 auto 10px
}

@media screen and (max-width: 1599px) {
    .header-phones-item {
        margin-right: 30px
    }
}

@media screen and (max-width: 1439px) {
    .header-top__right {
        width: 470px
    }

    .header-phones-item__icon {
        display: none !important
    }

    .header-phones-item__text a {
        letter-spacing: 1px
    }

    .nav-item {
        margin-right: 50px
    }
}

@media screen and (max-width: 1199px) {
    .header-phones-item__text a {
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0.5px
    }

    .header-phones-item {
        margin-right: 20px
    }

    .header .btn {
        min-width: 200px
    }

    .nav-item {
        margin-right: 30px
    }

    .nav-link {
        font-size: 14px;
        letter-spacing: 1.5px
    }
}

@media screen and (max-width: 991px) {
    .header {
        border-bottom: 1px solid #5b98c9
    }

    .header-top {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .header-top:after {
        display: none
    }

    .logo {
        /*width: 124px*/
    }

    .header-top__right {
        width: 100%
    }
}

.footer {
    position: relative;
    z-index: 6;
    text-shadow: 0 0
}

.footer-top {
    padding: 45px 0 45px;
    background: #fff
}

.footer-bottom {
    background: #eeeff3;
    border-top: 2px solid #629bc8;
    font-size: 15px;
    padding: 16px 0;
    font-weight: 300;
    letter-spacing: 1.5px
}

.footer-bottom a {
    font-weight: bold;
    color: inherit;
    text-transform: uppercase
}

.footer-bottom a:hover {
    color: #5a97c6
}

.footer__logo {
    display: inline-block;
    margin-top: 5px
}

.footer__logo img {
    max-width: 100%;
    height: auto
}

.footer__title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 1.5px
}

.footer-phone {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.5px
}

.footer-phone-item {
    margin-bottom: 10px
}

.footer-phone-item:last-child {
    margin-bottom: 0
}

.footer-phone-item__link {
    color: inherit
}

.footer-phone-item__link:hover {
    color: #5a97c6
}

.footer-phone-item__link_2 {
    position: relative;
    z-index: 1
}

.footer-phone-item__link_2:before {
    content: "";
    background-color: rgba(90, 151, 198, 0.2);
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: -5px;
    right: -5px;
    z-index: -1;
    border-radius: 10px
}

.footer .header-social {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .header-social__link {
    margin-bottom: 15px
}

.footer .header-social__link:last-child {
    margin-bottom: 0
}

.f-nav {
    color: #0d2940;
    font-size: 14px;
    display: inline-block;
    column-count: 2;
    column-gap: 30px;
    font-weight: 300;
    letter-spacing: 1.5px
}

.f-nav-item {
    margin-bottom: 6px
}

.f-nav-item:last-child {
    margin-bottom: 0
}

.f-nav-item__link {
    color: inherit
}

.f-nav-item__link:hover {
    color: #5a97c6
}

@media screen and (max-width: 1439px) {
    .footer-bottom__right {
        text-align: right
    }
}

@media screen and (max-width: 1199px) {
    .footer-phone {
        font-size: 14px;
        letter-spacing: 1px
    }

    .f-nav {
        font-size: 12px;
        letter-spacing: 1px
    }
}

@media screen and (max-width: 991px) {
    .footer-bottom {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom .col-12 {
        padding-bottom: 10px;
        text-align: center !important
    }

    .footer-bottom .row {
        margin-bottom: -10px
    }
}

@media screen and (max-width: 575px) {
    .footer__logo {
        margin-bottom: 30px
    }
}

.body-overflow {
    overflow: hidden
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.wrapper {
    width: 100%;
    max-width: 1748px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

input::-ms-clear {
    display: none
}

a {
    color: #0d2940
}

a:hover {
    text-decoration: none
}

ul {
    list-style: none
}

.container {
    max-width: 1748px
}

@media (min-width: 1440px) {
    .col-x2l {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-x2l-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-x2l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-x2l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-x2l-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-x2l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-x2l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-x2l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-x2l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-x2l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-x2l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-x2l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-x2l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-x2l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-x2l-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-x2l-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-x2l-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-x2l-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-x2l-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-x2l-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-x2l-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-x2l-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-x2l-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-x2l-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-x2l-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-x2l-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-x2l-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-x2l-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-x2l-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-x2l-0 {
        margin-left: 0
    }

    .offset-x2l-1 {
        margin-left: 8.333333%
    }

    .offset-x2l-2 {
        margin-left: 16.666667%
    }

    .offset-x2l-3 {
        margin-left: 25%
    }

    .offset-x2l-4 {
        margin-left: 33.333333%
    }

    .offset-x2l-5 {
        margin-left: 41.666667%
    }

    .offset-x2l-6 {
        margin-left: 50%
    }

    .offset-x2l-7 {
        margin-left: 58.333333%
    }

    .offset-x2l-8 {
        margin-left: 66.666667%
    }

    .offset-x2l-9 {
        margin-left: 75%
    }

    .offset-x2l-10 {
        margin-left: 83.333333%
    }

    .offset-x2l-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1600px) {
    .col-x3l {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-x3l-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-x3l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-x3l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-x3l-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-x3l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-x3l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-x3l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-x3l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-x3l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-x3l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-x3l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-x3l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-x3l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-x3l-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-x3l-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-x3l-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-x3l-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-x3l-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-x3l-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-x3l-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-x3l-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-x3l-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-x3l-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-x3l-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-x3l-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-x3l-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-x3l-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-x3l-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-x3l-0 {
        margin-left: 0
    }

    .offset-x3l-1 {
        margin-left: 8.333333%
    }

    .offset-x3l-2 {
        margin-left: 16.666667%
    }

    .offset-x3l-3 {
        margin-left: 25%
    }

    .offset-x3l-4 {
        margin-left: 33.333333%
    }

    .offset-x3l-5 {
        margin-left: 41.666667%
    }

    .offset-x3l-6 {
        margin-left: 50%
    }

    .offset-x3l-7 {
        margin-left: 58.333333%
    }

    .offset-x3l-8 {
        margin-left: 66.666667%
    }

    .offset-x3l-9 {
        margin-left: 75%
    }

    .offset-x3l-10 {
        margin-left: 83.333333%
    }

    .offset-x3l-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1780px) {
    .col-x4l {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-x4l-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-x4l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-x4l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-x4l-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-x4l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-x4l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-x4l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-x4l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-x4l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-x4l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-x4l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-x4l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-x4l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-x4l-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-x4l-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-x4l-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-x4l-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-x4l-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-x4l-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-x4l-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-x4l-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-x4l-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-x4l-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-x4l-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-x4l-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-x4l-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-x4l-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-x4l-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-x4l-0 {
        margin-left: 0
    }

    .offset-x4l-1 {
        margin-left: 8.333333%
    }

    .offset-x4l-2 {
        margin-left: 16.666667%
    }

    .offset-x4l-3 {
        margin-left: 25%
    }

    .offset-x4l-4 {
        margin-left: 33.333333%
    }

    .offset-x4l-5 {
        margin-left: 41.666667%
    }

    .offset-x4l-6 {
        margin-left: 50%
    }

    .offset-x4l-7 {
        margin-left: 58.333333%
    }

    .offset-x4l-8 {
        margin-left: 66.666667%
    }

    .offset-x4l-9 {
        margin-left: 75%
    }

    .offset-x4l-10 {
        margin-left: 83.333333%
    }

    .offset-x4l-11 {
        margin-left: 91.666667%
    }
}

.btn {
    border: none;
    font-size: 15px;
    font-weight: 300;
    font-family: inherit;
    padding: 0 10px 0 30px;
    color: #376890;
    display: inline-block;
    transition: all 0.2s linear;
    text-align: center;
    white-space: nowrap;
    background: #cfe1ef;
    position: relative;
    z-index: 2;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    min-width: 255px;
    letter-spacing: 1.5px
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3);
    background: #5a97c6
}

.btn__icon {
    border-radius: 50%;
    background-color: #eeeff3;
    box-shadow: inset 0px 2px 5px 0px rgba(55, 105, 144, 0.4);
    position: absolute;
    left: 5px;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center
}

.btn__icon span {
    vertical-align: middle;
    margin-top: -4px
}

.btn__icon span.icon-cart-blue {
    margin-top: -2px;
    margin-left: -3px
}

.icon-life {
    /* background: url("../img/images.png") no-repeat 0 0; */
    width: 25px;
    height: 25px;
    display: inline-block
}
.icon-life svg{
    width: 25px;
    height: 25px;
}

.icon-kyivstar {
    /* background: url("../img/images.png") no-repeat -22px 0; */
    width: 25px;
    height: 25px;
    display: inline-block
}
.icon-kyivstar svg{
    width: 25px;
    height: 25px;
}
.icon-vodafone {
    /* background: url("../img/images.png") no-repeat -49px 0; */
    width: 25px;
    height: 25px;
    display: inline-block
}
.icon-vodafone svg{
    width: 25px;
    height: 25px;
}

.icon-viber {
    background: url("../img/images.png") no-repeat -71px 0;
    width: 20px;
    height: 22px;
    display: inline-block
}

.icon-telegram {
    background: url("../img/images.png") no-repeat -92px 0;
    width: 26px;
    height: 24px;
    display: inline-block
}

.icon-phone {
    background: url("../img/images.png") no-repeat -119px 0;
    width: 16px;
    height: 20px;
    display: inline-block
}

.icon-arrows {
    background: url("../img/images.png") no-repeat -136px 0;
    width: 16px;
    height: 16px;
    display: inline-block
}

.icon-arrows2 {
    background: url("../img/images.png") no-repeat -136px 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(-180deg)
}

.icon-house {
    background: url("../img/images.png") no-repeat -153px 0;
    width: 44px;
    height: 40px;
    display: inline-block
}

.icon-street {
    background: url("../img/images.png") no-repeat -149px -41px;
    width: 51px;
    height: 40px;
    display: inline-block
}

.icon-totop {
    background: url("../img/images.png") no-repeat 0px -25px;
    width: 14px;
    height: 21px;
    display: inline-block
}

.icon-appartment {
    background: url("../img/images.png") no-repeat -15px -25px;
    width: 41px;
    height: 41px;
    display: inline-block
}

.icon-bighouse {
    background: url("../img/images.png") no-repeat -57px -25px;
    width: 42px;
    height: 42px;
    display: inline-block
}

.icon-cart {
    background: url("../img/images.png") no-repeat -100px -25px;
    width: 34px;
    height: 30px;
    display: inline-block
}

.icon-cart-blue {
    background: url("../img/images.png") no-repeat -100px -56px;
    width: 22px;
    height: 19px;
    display: inline-block
}

.icon-description {
    background: url("../img/images.png") no-repeat 0px -68px;
    width: 29px;
    height: 29px;
    display: inline-block
}

.icon-testimonials {
    background: url("../img/images.png") no-repeat -30px -68px;
    width: 32px;
    height: 30px;
    display: inline-block
}

.icon-delivery {
    background: url("../img/images.png") no-repeat 0px -100px;
    width: 42px;
    height: 25px;
    display: inline-block
}

.icon-address {
    background: url("../img/images.png") no-repeat -63px -82px;
    width: 36px;
    height: 36px;
    display: inline-block
}

.icon-phone-2 {
    background: url("../img/images.png") no-repeat -100px -82px;
    width: 35px;
    height: 35px;
    display: inline-block
}

.icon-clock {
    background: url("../img/images.png") no-repeat -136px -82px;
    width: 33px;
    height: 34px;
    display: inline-block
}

.icon-email {
    background: url("../img/images.png") no-repeat -170px -82px;
    width: 27px;
    height: 21px;
    display: inline-block
}

.section {
    padding-bottom: 135px;
    position: relative
}

.section_btm-sm {
    padding-bottom: 75px
}

.section_p-top {
    padding-top: 135px
}

.title {
    color: #0d2940;
    font-size: 48px;
    margin-bottom: 45px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 2.3px
}

.title_white {
    color: #fff
}

.title-h1 {
    font-size: 60px;
    color: #0d2940;
    margin-bottom: 45px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 2.3px
}

.section-main {
    padding-top: 120px
}

.section-main__left {
    position: relative;
    padding-top: 30px;
    padding-left: 90px;
    z-index: 2
}

.section-main__left:before {
    content: "";
    position: absolute;
    left: -75px;
    top: 45px;
    background: url("../img/bg-drops.png") no-repeat;
    width: 108px;
    height: 153px;
    padding-left: 90px
}

.section-main__right {
    position: relative;
    z-index: 1;
    padding-top: 40px
}

.section-main__right:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -60px;
    left: calc(50% - 410px);
    width: 696px;
    height: 653px;
    background: url("../img/bg-top-right.png") no-repeat center center;
    background-size: 100% 100%
}

.section-main__right .form {
    max-width: 380px
}

.section-main__center {
    position: relative;
    z-index: 2;
    text-align: center
}

.section-main__center img {
    max-width: 100%
}

.section-main__title {
    font-size: 60px;
    color: #0d2940;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 2.7px;
    line-height: 1.4
}

.section-main__title span {
    color: #5a97c6
}

.section-main-list {
    font-size: 18px;
    font-weight: 300
}

.section-main-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 22px
}

.section-main-list__item:last-child {
    margin-bottom: 0
}

.section-main-list__icon {
    width: 70px;
    flex: none;
    text-align: center
}

.title-sm {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 2px;
    line-height: 1.2
}

.title-sm_white {
    color: #fff
}

.title-sm a {
    color: inherit
}

.title-sm a:hover {
    color: #5a97c6
}

.form div.error {
    position: absolute;
    bottom: 5px;
    color: #f63838;
    display: none;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    text-align: left
}

.form-control {
    background: #e4e6eb;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    color: #0d2940;
    font-weight: 300;
    letter-spacing: 1.5px;
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3) !important
}

.form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: rgba(13, 41, 64, 0.5);
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: rgba(13, 41, 64, 0.5)
}

.form-control.error {
    border: 1px solid #f63838;
    padding: 0 19px
}

.form-control.error:focus {
    border: 1px solid #f63838;
    padding: 0 19px
}

.form-control:focus {
    color: #0d2940;
    background-color: #e4e6eb;
    border-color: #e4e6eb
}

.form .row {
    margin: 0 -15px -20px
}

.form .col-12 {
    padding: 0 15px 20px;
    position: relative
}

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

.form .d-flex .btn {
    width: auto;
    margin-top: 0
}

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none
}

.advantages-item {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    padding: 65px 30px 30px;
    background: #ffffff;
    position: relative;
    overflow: hidden
}

.advantages-item__icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.advantages-item__title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #5a97c6;
    position: relative;
    z-index: 2
}

.advantages-item__text {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    z-index: 2
}

.section-services__left img {
    max-width: 100%;
    height: auto
}

.services .row {
    margin-bottom: 20px
}

.services .col-6, .services .col-12 {
    padding-bottom: 30px
}

.services-item {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    height: 262px;
    padding: 30px 15px 45px;
    color: #5a97c6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.services-item__icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    position: absolute;
    top: 35px;
    left: calc(50% - 55px);
    overflow: hidden
}

.services-item__icon img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.services-item:hover {
    color: #fff;
    background: #1241e4;
    box-shadow: none
}

.services-item:hover .services-item__icon img {
    top: auto;
    bottom: 0
}

.tabs-nav {
    border-radius: 5px;
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3);
    height: 80px;
    background: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 auto
}

.tabs-nav__item {
    width: 275px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #cfe1ef;
    padding: 10px 20px 10px 30px;
    border-radius: 5px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: left
}

.tabs-nav__item span {
    flex: none;
    margin-right: 20px
}

.tabs-nav__item:hover {
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3)
}

.tabs-nav__item.active, .tabs-nav__item.active:hover {
    background: none;
    box-shadow: none;
    cursor: default
}

.tabs-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.5), 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3);
    padding: 30px 50px 30px;
    display: none
}

.tabs-content.active {
    display: block
}

.tabs-prices-2 {
    margin-bottom: 100px
}

.table-wrap {
    margin-bottom: 40px
}

.table-wrap:last-child {
    margin-bottom: 0
}

.table-price,.table-wrap table {
    font-size: 17px;
    font-weight: 300;
    width: 100%
}

.table-price:last-child,.table-wrap table {
    margin-bottom: 0
}

.table-price th,.table-wrap table tr:nth-child(1) {
    padding: 0 15px 15px;
    text-align: left;
    font-weight: normal;
    border-bottom: 2px solid #cfe1ef;
    letter-spacing: 1.5px;
    vertical-align: top
}
.table-wrap table td,.table-wrap table{
    border: unset;
}
.table-wrap table td{
    font-weight: 300;
}
.table-wrap table td:first-of-type,.table-wrap table tr:first-of-type td{
    font-weight: 400;
}
.table-price th:nth-child(1),.table-wrap table tr:nth-child(1) {
    padding-left: 0
}

.table-price th:last-child,.table-wrap table tr:last-child {
    padding-right: 0
}

.table-price td,.table-wrap td {
    padding: 15px 15px 8px 15px;
    text-align: left
}

.table-price td:nth-child(1),.table-wrap table td:nth-child(1) {
    padding-left: 0
}

.table-price td:last-child,.table-wrap table td:last-child {
    padding-right: 0
}

.table-price sup,.table-wrap table sup {
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.7);
    margin-top: -2px
}
.table-wrap table tr td{
    width: 20%
}
.table-price__col-1,.table-wrap table tr td:nth-child(1){
    width: 40%
}

.table-price__col-2{
    width: 20%
}

.section-form {
    background: url("../img/bg-form.png") no-repeat center bottom;
    background-size: 1920px auto
}

.section-form__form {
    padding-top: 80px;
    padding-bottom: 90px
}

.section-form__form .form .btn {
    max-width: 100%;
    margin: 0
}

.tabs-prices {
    margin-bottom: 140px
}

.text {
    color: #0d2940;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: 0.85px;
    margin-bottom: 30px
}

.text:last-child {
    margin-bottom: 0
}

.text_16 {
    font-size: 16px;
    line-height: 1.5
}

.text p {
    padding-bottom: 30px
}

.text p:last-child {
    padding-bottom: 0
}

.text b {
    text-shadow: 0 0;
    letter-spacing: 2px
}

.text img {
    max-width: 100%
}

.text ol {
    padding-bottom: 20px;
    list-style-position: inside
}

.text ol:last-child {
    padding-bottom: 0
}

.text ul {
    padding-bottom: 20px
}

.text ul li:before {
    content: "- "
}

.text ul:last-child {
    padding-bottom: 0
}

.text-title, .text h2, .text h3 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #0d2940;
    margin-top: 20px;
    text-shadow: 0 0
}

.text-title:first-child, .text h2:first-child, .text h3:first-child {
    margin-top: 0
}

.text_14 {
    font-size: 14px;
    line-height: 1.75
}

.text + .title-box {
    margin-top: 60px
}

.text + .title {
    margin-top: 60px
}

.text .list-info li {
    padding-left: 60px;
    margin-bottom: 5px;
    position: relative
}

.text .list-info li:before {
    content: "";
    position: absolute;
    background: url("../img/icon-list-info.png") no-repeat center center;
    top: 0;
    left: 0;
    width: 39px;
    height: 37px
}

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

.section-safety__right {
    text-align: right
}

.section-safety__right img {
    max-width: 100%;
    height: auto
}

.safety {
    margin-top: 105px
}

.safety-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    padding: 10px 20px
}

.safety-item:last-child {
    margin-bottom: 0
}

.safety-item__icon {
    width: 60px
}

.safety-item__text {
    font-size: 18px;
    font-weight: 300
}

.safety-item__text span {
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #919fac;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.block-garant {
    position: relative;
    margin-top: 80px;
    color: #fff;
    font-weight: 300
}

.block-garant__bg {
    border-radius: 10px;
    background-image: -moz-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    background-image: -webkit-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    background-image: -ms-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    padding: 50px 20px 60px 66px;
    position: relative;
    z-index: 1
}

.block-garant__bg:before {
    background: url("../img/bg-drops-2.png") no-repeat center center;
    width: 288px;
    height: 288px;
    left: -20px;
    top: calc(50% - 144px);
    position: absolute;
    z-index: -1;
    content: ""
}

.block-garant:after {
    background: url("../img/bg-color_block.png") no-repeat center center;
    width: 400px;
    height: 294px;
    position: absolute;
    z-index: -1;
    top: -160px;
    left: -140px;
    content: ""
}

.block-garant__left {
    width: 47%;
    font-size: 24px
}

.block-garant__left b {
    font-weight: bold;
    font-size: 48px;
    display: block;
    letter-spacing: 2.5px
}

.block-garant__right {
    width: 53%
}

.block-garant__right .text {
    color: inherit
}

.title-box {
    position: relative;
    margin-bottom: 45px
}

.title-box .title {
    margin-bottom: 0
}

.reviews-item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: inset 0px 2px 5px 0px rgba(55, 105, 144, 0.4);
    padding: 35px 10px 35px 50px;
    height: 360px;
    overflow: hidden
}

.reviews-item .mCSB_container {
    margin-right: 40px !important
}

.reviews-item__top {
    margin-bottom: 30px
}

.reviews-item__author {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.reviews-item__avatar {
    background: url("../img/bg-reviews-avatar.png") no-repeat center center;
    width: 108px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    flex: none;
    margin-right: 30px
}

.reviews-item__avatar img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

.reviews-item__name {
    font-size: 16px;
    font-weight: 700;
    color: #629cca
}

.reviews-item__name span {
    display: block;
    font-size: 11px;
    color: #919fac;
    margin-top: 5px
}

.reviews-item__stars-title {
    font-size: 11px;
    margin-bottom: 5px
}

.reviews-item__text {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.7px
}

.reviews__empty {
    font-size: 15px;
    font-weight: 500
}

.stars {
    width: 77px;
    height: 16px
}

.stars span {
    display: block;
    width: 0;
    background: url("../img/stars.png") no-repeat top left;
    height: 100%
}

.stars span.stars__1 {
    width: 10px
}

.stars span.stars__2 {
    width: 30px
}

.stars span.stars__3 {
    width: 45px
}

.stars span.stars__4 {
    width: 62px
}

.stars span.stars__5 {
    width: 77px
}

.section-important__center {
    position: relative;
    text-align: center
}

.section-important__center:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: url("../img/bg-important.png") no-repeat;
    background-size: cover;
    width: 915px;
    height: 650px;
    left: calc(50% - 495px);
    top: calc(50% - 360px)
}

.section-important__center img {
    display: block;
    margin: -25px auto 15px;
    max-width: 100%;
    height: auto
}

.important-item {
    border-radius: 10px;
    background-image: -moz-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    background-image: -webkit-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    background-image: -ms-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    min-height: 140px;
    padding: 30px 50px 20px;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px
}

.important-item:last-child {
    margin-bottom: 0
}

.important-item__title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.7px;
    padding-right: 30px
}

.important-item__icon {
    position: absolute;
    top: 20px;
    right: 15px;
    max-width: 45px;
}

.section-sertificates {
    margin: 0 -15px;
    padding: 80px 15px 90px 15px;
    border-radius: 10px;
    background: #fff
}

.sertificates .col-12 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 30px
}

.sertificates .row {
    margin-bottom: -30px
}

.sertificates-item {
    border-radius: 10px;
    background-image: -moz-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    background-image: -webkit-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    background-image: -ms-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    height: 330px;
    position: relative;
    overflow: hidden;
    display: block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 300
}

.sertificates-item__img {
    position: absolute;
    background: no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s linear
}

.sertificates-item__info {
    padding: 40px 30px;
    transition: all 0.2s linear;
    opacity: 0;
    line-height: 1.7
}

.sertificates-item__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4
}

.sertificates-item:hover .sertificates-item__img {
    opacity: 0
}

.sertificates-item:hover .sertificates-item__info {
    opacity: 1
}

.faq .col-12 {
    padding-bottom: 30px
}

.faq .row {
    margin-bottom: -30px
}

.faq-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    height: 290px;
    padding: 40px 10px 40px 50px
}

.faq-item .mCSB_container {
    margin-right: 40px !important
}

.faq-item__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #629cca;
    letter-spacing: 0.7px;
    line-height: 1.3
}

.company {
    padding: 0 105px
}

.company .slick-prev {
    left: 15px
}

.company .slick-next {
    right: 15px
}

.company__slide {
    height: 77px;
    position: relative
}

.company__slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.section-seo {
    padding-top: 0 !important;
    padding-bottom: 170px
}

.section-seo__text {
    height: 450px;
    overflow: hidden
}

.section-seo .section-main__left:before {
    display: none
}

.section-seo .mCSB_scrollTools {
    background: #fff !important
}

.section-seo .section-main__left {
    padding-top: 45px;
    padding-left: 15px
}

.sidebar {
    position: fixed;
    top: 0px;
    left: 105%;
    right: -105%;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1;
    overflow: hidden;
    background-color: #eeeff3;
    overflow: auto
}

.sidebar.active {
    overflow-y: auto;
    z-index: 10;
    left: calc(100% - 320px);
    right: 0
}

.sidebar-inner {
    background: #eeeff3;
    padding: 75px 15px 30px 15px;
    top: 0;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
    position: relative
}

.sidebar-inner .nav {
    margin: 0 -15px 25px -15px;
    width: 320px
}

.sidebar-inner .nav-item {
    width: 100%;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid rgba(91, 152, 201, 0.1);
    margin: 0
}

.sidebar-inner .nav-link {
    padding: 0 15px
}

.sidebar-inner .hamburger {
    position: absolute;
    top: 15px;
    right: 15px
}

.sidebar-inner .header-phones-item {
    margin-bottom: 20px
}

.sidebar-inner .header-phones-item__icon {
    display: block !important
}

.sidebar-inner .header-social {
    margin-bottom: 30px
}

.sidebar-inner .btn {
    margin-bottom: 30px
}

.sidebar-inner .header-lang-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    margin-bottom: 0
}

.sidebar-inner .header-phones-item__text a {
    font-size: 15px
}

.breadcrumb {
    background: none;
    font-size: 13px;
    color: #778997;
    padding: 0;
    margin: 0 0 20px 0;
    border-radius: 0;
    font-weight: 300
}

.breadcrumb:last-child {
    margin-bottom: 0
}

.breadcrumb a {
    color: inherit
}

.breadcrumb a:hover {
    color: #5a97c6;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #778997
}

.breadcrumb-item {
    padding-right: 10px
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 10px;
    color: #778997
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px
}

.section-inside {
    padding-top: 30px
}

.section-aside__aside {
    width: 320px
}

.section-aside__content {
    width: calc(100% - 320px);
    padding-left: 100px;
    padding-right: calc(50vw - 874px)
}

.section-aside-product {
    padding-top: 20px;
    background: url("../img/bg-section-product.png") no-repeat 1610px 200px
}

.sidebar__inner {
    padding: 60px 0
}

.aside {
    position: relative;
    background: #dfe0e7;
    padding: 0 40px 0 60px
}

.aside:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background: url("../img/aside-top_bg.png") no-repeat top center
}

.aside:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    height: 60px;
    background: url("../img/aside-bottom_bg.png") no-repeat bottom center
}

.aside-block {
    margin-bottom: 35px
}

.aside-block:last-child {
    margin-bottom: 0
}

.aside-block__title {
    font-size: 16px;
    font-weight: bold;
    color: #165cf3;
    position: relative;
    text-transform: uppercase;
    padding-left: 40px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    cursor: pointer
}

.aside-block__title:hover, .aside-block__title.active {
    color: #5a97c6
}

.aside-block__title:hover:before, .aside-block__title:hover:after, .aside-block__title.active:before, .aside-block__title.active:after {
    background: #5a97c6
}

.aside-block__title.active:after {
    transform: rotate(-90deg)
}

.aside-block__title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: #165cf3;
    transition: all 0.2s linear
}

.aside-block__title:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    left: 9px;
    top: calc(50% - 10px);
    background: #165cf3;
    transition: all 0.2s linear
}

.aside-block__title-2 {
    font-size: 16px;
    font-weight: bold;
    color: #0d2940;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px
}

.aside-block__content {
    display: none
}

.aside-block_active .aside-block__content {
    display: block
}

.nav-list {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.7px
}

.nav-list-item {
    margin-bottom: 15px
}

.nav-list-item:last-child {
    margin-bottom: 0
}

.nav-list-item__link {
    color: #0d2940
}

.nav-list-item__link:hover, .nav-list-item__link.active {
    color: #5a97c6
}

.block-info {
    margin-bottom: 100px
}

.block-info img {
    max-width: 100%;
    height: auto
}

.questions-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 25px 50px
}

.questions-item:last-child {
    margin-bottom: 0
}

.questions-item__title {
    font-size: 16px;
    font-weight: bold;
    color: #165cf3;
    position: relative;
    text-transform: uppercase;
    padding-left: 40px;
    transition: all 0.2s linear;
    cursor: pointer
}

.questions-item__title:hover, .questions-item__title.active {
    color: #5a97c6
}

.questions-item__title:hover:before, .questions-item__title:hover:after, .questions-item__title.active:before, .questions-item__title.active:after {
    background: #5a97c6
}

.questions-item__title.active:after {
    transform: rotate(-90deg)
}

.questions-item__title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: #165cf3;
    transition: all 0.2s linear
}

.questions-item__title:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    left: 9px;
    top: calc(50% - 10px);
    background: #165cf3;
    transition: all 0.2s linear
}

.questions-item__content {
    display: none;
    padding-top: 20px
}

.section-main-inside {
    padding-top: 75px
}

.section-main-inside .section-main__left {
    padding-left: 15px
}

.section-main-inside .section-main__left:before {
    left: -125px
}

.section-main-inside .section-main__center {
    margin-top: -60px;
    margin-bottom: -70px
}

.section-seo-2 {
    padding-top: 60px !important
}

.section-seo-2 .section-main__center {
    margin-top: -60px;
    max-height: 600px
}

.category .col-6, .category .col-12 {
    padding-bottom: 30px
}

.category .row {
    margin-bottom: -30px
}

.category-item {
    display: block;
    height: 100%;
    min-height: 170px;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-align: center;
    padding: 0 20px
}

.category-item__img {
    width: 140px;
    height: 80px;
    background: url("../img/bg-category.png") no-repeat bottom right;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    transition: all 0.2s linear
}

.category-item__img img {
    display: inline-block;
    vertical-align: bottom
}

.category-item__name {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    color: #5a97c6;
    height: 90px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s linear;
    line-height: 1.5
}

.category-item:hover {
    background: #ccddeb;
    background: #1240e3
}

.category-item:hover .category-item__img {
    background-size: 0 0
}

.category-item:hover .category-item__name {
    color: #fff
}

.products .col-6, .products .col-12 {
    padding-bottom: 30px
}

.products .row {
    margin-bottom: -30px
}

.products-item {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: #fff
}

.products-item__img {
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5)
}

.products-item__img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.products-item__info {
    padding: 18px 25px
}

.products-item__name {
    font-size: 16px;
    color: #5a97c6;
    transition: all 0.2s linear;
    margin-bottom: 10px
}

.products-item__price {
    font-weight: bold;
    font-size: 20px;
    transition: all 0.2s linear;
    display: flex;
    justify-content: space-between;
}

.products-item:hover {
    background: #1240e3
}

.products-item:hover .products-item__price {
    color: #fff
}

.section-products {
    position: relative
}

.cart-wrapper {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 4;
    width: 90px;
    transition: all 0.2s linear
}

.cart {
    background: #1240e3;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    width: 89px;
    height: 120px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    z-index: 4
}

.cart span {
    color: #5a97c6;
    display: block
}

.cart .icon-cart {
    display: block;
    margin: 0 auto 7px
}

.pagination {
    border: none;
    border-radius: 0;
    width: 100%;
    position: relative;
    padding: 0px 0px;
    margin-top: 70px
}

.page-item {
    margin: 0 3px
}

.page-item_prev {
    margin-right: 40px
}

.page-item_next {
    margin-left: 40px
}

.page-link {
    text-align: center;
    color: #85afd3;
    margin: 0;
    border: none;
    background: #cfe1ef;
    font-size: 15px;
    border-radius: 10px !important;
    width: 56px;
    height: 50px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    padding: 0px
}

.page-link:after {
    content: "";
    border-radius: 50%;
    background-color: #eeeff3;
    box-shadow: inset 0px 2px 5px 0px rgba(55, 105, 144, 0.4);
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    width: 44px;
    height: 44px;
    z-index: -1
}

.page-link:hover {
    background: #dfe0e7;
    color: #0d2940
}

.page-item.active .page-link {
    background: #dfe0e7;
    color: #0d2940;
    cursor: default
}

.section-seo-3 .section-main__left {
    padding-top: 0 !important
}

.section-product {
    margin-bottom: 100px
}

.section-product__col {
    padding: 0 35px 30px
}

.section-product__row {
    margin: 0 -35px -30px
}

.section-product .title-sm {
    margin-top: -8px;
    margin-bottom: 35px
}

.section-product .text p {
    padding-bottom: 20px
}

.section-product .text p:last-child {
    padding-bottom: 0
}

.slider-photos {
    position: relative;
    width: calc(100% - 60px);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    overflow: hidden
}

.slider-photos__item {
    height: 500px;
    width: 100%;
    display: block;
    position: relative
}

.slider-photos__item img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.slider-photos-nav {
    width: 54px
}

.slider-photos-nav__item {
    transition: all 0.2s linear;
    cursor: pointer;
    display: block;
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    overflow: hidden;
    margin-bottom: 5px;
    width: 54px;
    height: 54px
}

.slider-photos-nav__item.active, .slider-photos-nav__item:hover {
    opacity: 0.5
}

.slider-photos-nav__item img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.product-price {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px
}

.product-price__value {
    margin-top: 12px;
    font-size: 30px;
    font-weight: bold
}

.product-cart {
    margin-top: 30px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.product-cart__label {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 20px
}

.calc {
    width: 190px;
    height: 55px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: inset 0px 5px 7.6px 0.4px rgba(35, 47, 98, 0.2), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    margin-right: 50px
}

.calc__minus {
    width: 55px;
    height: 100%;
    position: relative;
    background: #cfe1ef;
    border-radius: 10px;
    box-shadow: inset 0px 5px 7.6px 0.4px rgba(35, 47, 98, 0.2), 0 1px 10px 0 rgba(255, 255, 255, 0.5)
}

.calc__minus:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 3px;
    background: #0d2940;
    top: calc(50% - 1.5px);
    left: calc(50% - 6.5px);
    transition: all 0.2s linear
}

.calc__minus:hover {
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3);
    background: #5a97c6
}

.calc__minus:hover:before {
    background: #fff
}

.calc__plus {
    width: 55px;
    height: 100%;
    position: relative;
    background: #cfe1ef;
    border-radius: 10px;
    box-shadow: inset 0px 5px 7.6px 0.4px rgba(35, 47, 98, 0.2), 0 1px 10px 0 rgba(255, 255, 255, 0.5)
}

.calc__plus:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 3px;
    background: #0d2940;
    top: calc(50% - 1.5px);
    left: calc(50% - 6.5px);
    transition: all 0.2s linear
}

.calc__plus:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 3px;
    background: #0d2940;
    top: calc(50% - 6.5px);
    left: calc(50% - 1.5px);
    transition: all 0.2s linear
}

.calc__plus:hover {
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3);
    background: #5a97c6
}

.calc__plus:hover:before, .calc__plus:hover:after {
    background: #fff
}

.calc__input {
    width: calc(100% - 110px);
    height: 55px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #0d2940;
    border: none;
    background: none
}

.product-parameters {
    font-size: 17px;
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1.7px
}

.product-parameters:last-child {
    margin-bottom: 0
}

.product-parameters li {
    padding: 12px 0 6px;
    border-bottom: 2px solid #eeeff3;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-parameters li:first-child {
    padding-top: 0
}

.product-parameters li span:first-child {
    width: 28.5%;
    padding-right: 15px
}

.product-parameters li span:last-child {
    width: 71.5%
}

.product-parameters li span b {
    font-weight: 400
}

.tabs-product {
    margin-bottom: 50px
}

.products-2 .col-x2l-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 1440px) {
    .d-x2l-block {
        display: block !important
    }
}

.blog-item {
    margin-bottom: 45px
}

.blog-item:last-child {
    margin-bottom: 0
}

.blog-item__img {
    position: relative
}

.blog-item__img img {
    display: block;
    width: 100%;
    height: auto
}

.blog-item__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/frame-1.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

.title-md {
    font-size: 45px;
    margin-bottom: 30px
}

.section-contact__left {
    position: relative;
    z-index: 1
}

.section-contact__left:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -120px;
    left: calc(50% - 320px);
    width: 696px;
    height: 653px;
    background: url("../img/bg-form-contacts.png") no-repeat center center;
    background-size: 100% 100%
}

.section-contact__left .form {
    max-width: 380px
}

.section-contact__right {
    position: relative;
    z-index: 3
}

.section-contact__center {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: flex-end;
    max-height: 600px
}

.section-contact__center img {
    max-width: calc(100% + 70px)
}

.tabs-contact-nav {
    border-radius: 5px;
    width: 280px;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: -5px
}

.tabs-contact-nav__item {
    width: 100%;
    margin-bottom: 10px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #cfe1ef;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: left;
    text-align: center
}

.tabs-contact-nav__item:last-child {
    margin-bottom: 0
}

.tabs-contact-nav__item:hover {
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3)
}

.tabs-contact-nav__item.active, .tabs-contact-nav__item.active:hover {
    background: #fff;
    box-shadow: inset 0px 5px 4.75px 0.25px rgba(116, 151, 178, 0.3);
    cursor: default
}

.tabs-contact-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.5), 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3);
    padding: 30px 50px 30px;
    display: none;
    width: calc(100% - 280px)
}

.tabs-contact-content.active {
    display: block
}

.contacts {
    max-width: 420px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contacts-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300
}

.contacts-item a {
    color: inherit;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px
}

.contacts-item a:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.contacts-item a:hover {
    color: #5a97c6
}

.contacts-item:last-child {
    margin-bottom: 0
}

.contacts-item__label {
    color: #919fac;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase
}

.contacts-item span {
    position: absolute;
    left: 0;
    top: 0
}

.contacts-item span.icon-email {
    top: 7px
}

@media screen and (max-width: 1779px) {
    .section-main__left {
        padding-left: 15px
    }

    .block-garant__bg {
        padding: 50px 30px
    }

    .reviews-item {
        padding: 30px 10px 30px 30px
    }

    .reviews-item .mCSB_container {
        margin-right: 20px !important
    }

    .important-item {
        padding-left: 30px;
        padding-right: 30px
    }

    .section-sertificates {
        margin: 0
    }

    .faq-item {
        padding: 30px 10px 30px 30px
    }

    .faq-item .mCSB_container {
        margin-right: 20px !important
    }

    .tabs-content {
        padding: 30px 30px 30px 30px
    }

    .section-sertificates {
        padding-left: 30px;
        padding-right: 30px
    }

    .section-main-inside .section-main__center {
        margin-top: 0;
        margin-bottom: 0
    }

    .section-aside__content {
        padding-right: 15px;
        padding-left: 30px
    }

    .questions-item {
        padding: 25px 30px
    }

    .products-item__info {
        padding: 15px
    }

    .section-product__col {
        padding: 0 15px 30px
    }

    .section-product__row {
        margin: 0 -15px -30px
    }

    .tabs-contact-content {
        padding: 30px
    }
}

@media screen and (max-width: 1599px) {
    .section-main__title {
        font-size: 52px
    }

    .section-main__right:before {
        height: 600px
    }

    .title {
        font-size: 44px
    }

    .title-h1 {
        font-size: 52px
    }

    .section-seo__text {
        height: 430px
    }

    .section {
        padding-bottom: 100px
    }

    .section_p-top {
        padding-top: 100px
    }

    .section-main {
        padding-top: 100px
    }

    .section_btm-sm {
        padding-bottom: 70px
    }

    .tabs-prices {
        margin-bottom: 100px
    }

    .safety {
        margin-top: 100px
    }

    .section-main__left:before {
        display: none
    }

    .section-sertificates {
        padding: 70px 30px
    }

    .pagination {
        margin-top: 50px
    }

    .tabs-product {
        margin-bottom: 50px
    }

    .section--contact__left:before {
        height: 600px
    }
}

@media screen and (max-width: 1439px) {
    .btn {
        min-width: 240px;
        padding-left: 50px
    }

    .section-main__left {
        padding-top: 0
    }

    .section-main__title {
        font-size: 48px;
        letter-spacing: 2px
    }

    .title-h1 {
        font-size: 48px;
        letter-spacing: 2px
    }

    .title-sm {
        font-size: 34px;
        margin-bottom: 40px
    }

    .section-main__right {
        padding-top: 13px
    }

    .section-main__right:before {
        height: 550px
    }

    .title {
        font-size: 40px;
        letter-spacing: 1.3px
    }

    .section-form {
        background: none
    }

    .section-form__form {
        border-radius: 10px;
        background-image: -moz-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
        background-image: -webkit-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
        background-image: -ms-linear-gradient(0deg, #123fe3 0%, #1763f7 100%);
        padding: 70px 30px
    }

    .safety {
        margin-top: 12px
    }

    .reviews-item__avatar {
        width: 90px;
        background-size: contain;
        height: 77px;
        line-height: 77px;
        margin-right: 10px
    }

    .sertificates-item__title {
        font-size: 20px
    }

    .slider-photos {
        width: 100%
    }

    .slider-photos-nav {
        width: 100%;
        margin-top: 5px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .product-images {
        flex-direction: column
    }

    .section-product .title-sm {
        margin-top: -5px
    }

    .product-cart {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .calc {
        margin-bottom: 30px
    }

    .slider-photos-nav__item {
        margin-left: 5px
    }

    .slider-photos-nav__item:first-child {
        margin-left: 0
    }

    .products-2 .col-x2l-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .section-contact__left:before {
        height: 550px;
        top: -80px;
        left: calc(100% - 470px)
    }
}

@media screen and (max-width: 1199px) {
    .section-main__title, .title-h1 {
        font-size: 40px;
        letter-spacing: 1px
    }

    .title-sm {
        font-size: 28px;
        margin-bottom: 40px
    }

    .section-main {
        padding-top: 80px
    }

    .section-main__right:before {
        height: 550px;
        width: 600px;
        left: calc(50% - 360px)
    }

    .title {
        font-size: 36px
    }

    .section-form__form .form .btn {
        width: 100%;
        margin-top: 10px
    }

    .section-safety__left {
        padding-bottom: 30px
    }

    .important-item {
        font-size: 15px
    }

    .sertificates .col-12 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-bottom: 30px
    }

    .section-form__form .title-sm {
        text-align: center
    }

    .section-seo .section-main__left {
        padding-top: 0;
        padding-bottom: 100px
    }

    .section-seo__text {
        height: 300px
    }

    .section-aside__aside {
        width: 240px
    }

    .section-aside__content {
        width: calc(100% - 240px)
    }

    .aside {
        padding: 0 30px
    }

    .tabs-prices-2 .tabs-nav {
        width: 100%
    }

    .tabs-prices-2 .tabs-nav__item {
        width: 33.33%
    }

    .tabs-prices {
        margin-bottom: 80px
    }

    .block-info {
        margin-bottom: 80px
    }

    .section-seo-2 .section-main__center img {
        max-height: 550px
    }

    .block-info img {
        max-width: 400px;
        display: block;
        margin: 30px auto 0
    }

    .section-seo-3 .section-main__left {
        padding-bottom: 0px
    }

    .section-product .title-sm {
        margin-top: 0
    }

    .product-images {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 560px
    }

    .slider-photos {
        width: calc(100% - 60px)
    }

    .slider-photos-nav {
        width: 54px;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slider-photos-nav__item {
        margin: 0 0 6px 0
    }

    .section-product {
        margin-bottom: 80px
    }

    .product-cart {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .calc {
        margin-bottom: 0;
        margin-right: 30px
    }

    .products-2 .col-x2l-2 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .section-product .title-sm {
        margin-bottom: 30px
    }

    .title-md {
        margin-bottom: 20px
    }

    .section-contact__left:before {
        height: 550px;
        width: 600px;
        left: calc(50% - 360px)
    }

    .section-contact__right {
        padding-bottom: 30px
    }

    .section-contact__center img {
        max-height: 500px
    }

    .section-contact__center {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 991px) {
    .tabs-prices-2 .tabs-nav {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .tabs-prices-2 .tabs-nav__item {
        width: 50%;
    }
    .section {
        padding-bottom: 80px
    }

    .section-main {
        padding-top: 50px;
        padding-bottom: 100px
    }

    .section-main-list {
        font-size: 16px
    }

    .section-main__center {
        padding-top: 60px
    }

    .advantages .row {
        margin-bottom: -30px
    }

    .advantages .col-12 {
        padding-bottom: 30px
    }

    .advantages-item__text {
        font-size: 15px
    }

    .title {
        margin-bottom: 30px
    }

    .title-box {
        margin-bottom: 30px
    }

    .tabs-nav {
        font-size: 15px
    }

    .table-price,.table-wrap table {
        font-size: 15px
    }

    .table-price th,.table-wrap table th {
        padding: 0 10px 10px;
        letter-spacing: 1px
    }

    .table-price td,.table-wrap table td {
        padding: 10px;
        letter-spacing: 1px;
        font-weight: 300;
    }

    .services-item, .advantages-item__title, .faq-item__title {
        font-size: 15px
    }

    .tabs-prices {
        margin-bottom: 80px
    }

    .section-form__form {
        padding: 50px 30px
    }

    .block-garant__left b {
        font-size: 40px
    }

    .block-garant__left {
        font-size: 20px
    }

    .text {
        font-size: 15px
    }

    .title {
        font-size: 32px
    }

    .reviews-item {
        height: auto;
        max-height: 360px
    }

    .reviews .row {
        margin-bottom: -30px
    }

    .reviews .col-12 {
        padding-bottom: 30px
    }

    .section-sertificates {
        padding: 50px 30px
    }

    .sertificates .col-12 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }

    .faq-item {
        height: auto;
        max-height: 290px
    }

    .section_p-top {
        padding-top: 80px
    }

    .section-form__form .form .btn {
        width: 240px;
        margin: 10px auto;
        display: block
    }

    .safety-item__text {
        font-size: 16px
    }

    .section-main-list {
        font-size: 15px
    }

    .section-main__left {
        padding-bottom: 40px
    }

    .section-aside__aside {
        display: none
    }

    .section-aside__content {
        width: 100%;
        padding: 0 15px
    }

    .questions-item__title {
        font-size: 15px
    }

    .section-seo-2 {
        padding-top: 0 !important
    }

    .section-seo-2 .section-main__center {
        padding-top: 0
    }

    .section-seo-3 .section-main__left {
        padding-bottom: 0px
    }

    .section-seo-3 .section-main__center img {
        max-width: 400px
    }

    .title-h1 {
        margin-bottom: 30px
    }

    .category-item__name {
        font-size: 15px
    }

    .products-item__name {
        font-size: 15px
    }

    .products-item__price {
        font-size: 18px
    }

    .cart-wrapper {
        position: fixed !important;
        width: 80px;
        top: 90px
    }

    .cart {
        width: 80px;
        padding: 10px;
        margin-bottom: 0;
        height: auto
    }

    .cart-wrapper .inner-wrapper-sticky {
        height: auto
    }

    .product-price__value {
        font-size: 24px
    }

    .product-parameters {
        font-size: 15px
    }

    .tabs-contacts-nav {
        font-size: 15px
    }

    .contacts-item {
        font-size: 16px
    }

    .tabs-contact-nav {
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .section_p-top {
        padding-top: 50px
    }

    .section {
        padding-bottom: 50px
    }

    .section-main__title, .title-h1 {
        font-size: 32px;
        letter-spacing: 1px;
        margin-bottom: 30px
    }

    .section-main {
        padding-top: 40px;
        padding-bottom: 100px
    }

    .title-sm {
        font-size: 24px;
        margin-bottom: 30px
    }

    .form .btn {
        margin-top: 10px
    }

    .section-main__right:before {
        height: 480px;
        width: 600px;
        left: calc(50% - 300px)
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .advantages .col-12 {
        padding-bottom: 20px
    }

    .advantages .row {
        margin-bottom: -20px
    }

    .advantages-item {
        padding: 30px 20px
    }

    .title {
        font-size: 26px;
        letter-spacing: 1px;
        margin-bottom: 25px
    }

    .services .row {
        margin-bottom: 10px
    }

    .tabs-nav {
        width: 100%;
        height: 60px
    }

    .tabs-nav__item {
        height: 60px;
        padding: 10px 20px
    }

    .tabs-content {
        border-radius: 0 0 10px 10px
    }

    .tabs-content {
        padding: 30px 20px
    }

    .table-wrap {
        overflow: auto;
        padding: 0 20px;
        margin: 0 -20px 30px
    }

    .tabs-prices {
        margin-bottom: 50px
    }

    .section-form__form {
        padding: 30px 20px
    }

    .text p {
        padding-bottom: 20px
    }

    .block-garant {
        margin-top: 50px
    }

    .block-garant__bg {
        padding: 30px 20px
    }

    .block-garant__bg:before {
        left: -120px
    }

    .block-garant__left b {
        font-size: 32px;
        letter-spacing: 1px
    }

    .text b {
        letter-spacing: 1px
    }

    .reviews-item {
        padding: 30px 10px 30px 20px
    }

    .reviews-item .mCSB_container {
        margin-right: 10px !important
    }

    .services .col-6, .services .col-12 {
        padding-bottom: 20px
    }

    .reviews .col-12 {
        padding-bottom: 20px
    }

    .reviews .row {
        margin-bottom: -20px
    }

    .important-item {
        padding: 30px 20px;
        margin-bottom: 20px;
        min-height: 0
    }

    .section-important__left {
        padding-bottom: 20px
    }

    .section-sertificates {
        padding: 50px 15px;
        margin: 0 -15px;
        border-radius: 0
    }

    .sertificates .col-12 {
        padding-bottom: 20px
    }

    .sertificates .row {
        margin-bottom: -20px
    }

    .sertificates-item {
        height: 230px;
        font-size: 13px;
        line-height: 1.6
    }

    .sertificates-item__info {
        padding: 20px 10px
    }

    .sertificates-item__title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .faq-item {
        padding: 30px 10px 30px 20px
    }

    .faq-item .mCSB_container {
        margin-right: 10px !important
    }

    .faq .col-12 {
        padding-bottom: 20px
    }

    .faq .row {
        margin-bottom: -20px
    }

    .slick-prev, .slick-next {
        width: 56px;
        height: 56px
    }

    .company {
        padding: 0 70px
    }

    .reviews-item__top {
        margin-bottom: 20px
    }

    .advantages {
        position: relative;
        z-index: 2
    }

    .to-top {
        width: 80px;
        height: 80px;
        padding-top: 15px;
        font-size: 10px
    }

    .to-top .icon-totop {
        margin-bottom: 5px
    }

    .to-top.absolute {
        top: -50px
    }

    .section-main__left {
        padding-bottom: 45px
    }

    .block-info img {
        max-width: 290px
    }

    .block-info {
        margin-bottom: 50px
    }

    .questions-item {
        padding: 20px
    }

    .section-seo-2 .section-main__center img {
        max-height: 450px
    }

    .breadcrumb {
        display: none
    }

    .section-inside + .section-main-inside {
        margin-top: -30px
    }

    .category .col-6, .category .col-12 {
        padding-bottom: 20px
    }

    .category .row {
        margin-bottom: -20px
    }

    .products .col-6, .products .col-12 {
        padding-bottom: 20px
    }

    .products .row {
        margin-bottom: -20px
    }

    .products-item__img {
        padding-bottom: 200px
    }

    .section-seo-3 .section-main__center img {
        max-width: 290px
    }

    .page-link {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 16px
    }

    .page-link:after {
        top: calc(50% - 19px);
        left: calc(50% - 19px);
        width: 38px;
        height: 38px
    }

    .page-item_next {
        margin-left: 10px
    }

    .page-item_prev {
        margin-right: 10px
    }

    .cart-wrapper.fixed {
        top: 15px
    }

    .slider-photos__item {
        height: 400px
    }

    .product-parameters li span:first-child {
        width: 40%
    }

    .product-parameters {
        margin-bottom: 30px
    }

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

    .products-2 .col-x2l-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .section-aside-product {
        padding-top: 0
    }

    .blog-item__img {
        margin: 0 auto 20px;
        width: 290px
    }

    .title-md {
        margin-bottom: 20px
    }

    .blog-item .text {
        margin-bottom: 20px
    }

    .section-contact__left:before {
        height: 480px;
        width: 600px;
        left: calc(50% - 300px)
    }

    .tabs-contact-nav {
        width: 180px
    }

    .tabs-contact-content {
        padding: 30px 20px;
        width: calc(100% - 175px)
    }

    .tabs-contact-nav__item {
        height: 60px
    }

    .contacts-item {
        margin-bottom: 35px
    }
    .text_callbackmodal{
        display: none;
    }
    .header .btn {
        min-width: 55px;
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .header-phones-item {
        margin: 2px 0;
    }
    .header-phones-item__icon {
        display: block !important;
    }
    .tabs-prices-2 .tabs-nav__item {
        font-size: 13px;
        height: auto;
        padding: 10px 10px;
    }
    .tabs-prices-2 .tabs-nav__item img{
        max-width: 35px;
    }
    #header .container > .row {
        align-items: center;
    }
    .header-phones-item__text_mob,
    .header-phones-item__text br{
        display: none;
    }
    .header-phones{
        width: 100%;
        flex-wrap: wrap;
    }
    .header-phones-item__text a {
        white-space: nowrap;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .header-phones-item {
        margin-right: 5px;
    }
    .section-main-list__item {
        margin-bottom: 15px
    }
    .header-top__right {
        width: auto;
    }
    .section-main__title, .title-h1 {
        font-size: 28px
    }

    .section-main__center img {
        width: 280px;
        height: 280px;
        max-width: 280px
    }

    .section-main__center {
        padding-top: 30px
    }

    .section-main__right .form {
        max-width: 100%
    }

    .section-contact__left .form {
        max-width: 100%
    }

    .form .btn {
        margin-top: 10px;
        width: 290px;
        padding: 0 10px 0 20px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .section-main__right:before {
        height: 480px;
        width: 750px;
        left: calc(50% - 400px)
    }

    .section-contact__left:before {
        height: 480px;
        width: 750px;
        left: calc(50% - 400px)
    }

    .title {
        font-size: 22px
    }

    .title-sm {
        font-size: 20px
    }

    .services-item {
        height: 200px;
        padding: 30px 20px
    }

    .services-item__icon {
        top: 15px
    }

    .btn {
        width: 280px;
        padding-left: 30px;
        max-width: 100%
    }

    .section-safety__right img {
        max-width: 290px;
        display: block;
        margin: 40px auto 0
    }

    .safety {
        margin-top: 0
    }

    .block-garant__left {
        width: 100%;
        padding-bottom: 20px
    }

    .block-garant__right {
        width: 100%
    }

    .block-garant__bg:before {
        display: none
    }

    .title-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .sertificates .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .block-garant__left b {
        font-size: 28px
    }

    .sertificates-item {
        font-size: 12px;
        height: 210px
    }

    .sertificates-item__info {
        line-height: 1.4;
        padding: 10px
    }

    .sertificates-item__title {
        font-size: 15px
    }

    .section-seo .section-main__left {
        padding-bottom: 0
    }

    .section-main__left {
        padding-bottom: 0
    }

    .table-price {
        min-width: 600px
    }

    .section-seo-2 .section-main__center {
        margin-top: 0;
        padding-top: 30px
    }

    .section-seo-2 .section-main__center img {
        max-height: 300px
    }

    .slider-photos__item {
        height: 300px
    }

    .product-cart {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .calc {
        margin-bottom: 20px
    }

    .tabs-nav__item span {
        margin-right: 10px
    }

    .section-contact__center {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .section-contact__center img {
        max-height: 300px
    }
}

@media screen and (max-width: 479px) {
    .header-phones-item{
        width: 100%;
        margin: 2px 0;
    }
    .services .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .tabs-nav__item span {
        display: none
    }

    .tabs-nav__item {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .reviews-item__avatar {
        display: none
    }

    .category .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .products .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .category-item {
        min-height: 140px
    }

    .category-item__name {
        height: 70px
    }

    .slider-photos {
        width: 100%
    }

    .slider-photos-nav {
        width: 100%;
        margin-top: 5px;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .slider-photos-nav__item {
        margin-right: 5px
    }

    .slider-photos-nav__item:last-child {
        margin-right: 0
    }

    .product-images {
        flex-direction: column
    }

    .product-parameters li {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-parameters li span:nth-child(n) {
        width: 100%
    }

    .tabs-contact {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs-contact-nav {
        width: 100%
    }

    .tabs-contact-nav__item {
        width: 100%;
        margin: 0;
        height: 40px
    }

    .tabs-contact-content {
        width: 100%
    }

    .section-contact__center {
        display: none
    }
}


/*#callbackModal .modal-content{*/
    /*background: url(../img/bg-top-right.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*border: unset;*/
    /*padding: 60px;*/
/*}*/


#modalCreateReview .close{
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-product__price_old {
    font-size: 16px;
    font-weight: 500;
    color: #9a9a9a;
    font-weight: normal;
    text-decoration: line-through
}

/* q-custom radio/checkbox */
.q-custom-checkbox > input[type=checkbox],.q-custom-radio > input[type=radio]{
    display: none
}
.q-custom-checkbox > input[type=checkbox] + span,.q-custom-radio > input[type=radio] + span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block
}
.q-custom-checkbox > input[type=checkbox] + span:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #eeeeee;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s linear
}
.q-custom-checkbox > input[type=checkbox] + span:after {
    content: "";
    background: url("../img/checked.svg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s linear;
    text-align: center;
    color: #fff;
    line-height: 20px
}
.q-custom-checkbox > input[type=checkbox]:checked + span:after,.q-custom-radio > input[type=radio]:checked + span:after {
    opacity: 1
}
.q-custom-radio > input[type=radio] + span:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;

    border: 1px solid #eeeeee;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    transition: all 0.2s linear
}
.q-custom-radio > input[type=radio] + span:after {
    content: "";
    background: url("../img/checked.svg") no-repeat center center;
    background-size: cover;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s linear;
    text-align: center;
    color: #fff;
    line-height: 20px
}
/* !!!q-custom radio/checkbox */

/* review star */

.star-cb-group {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    white-space: nowrap
}

.star-cb-group * {
    font-size: 1rem
}

.star-cb-group > input {
    display: none
}

.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
    background: url("../img/icon-star.svg") no-repeat;
    background-size: contain;
    width: 16px
}

.star-cb-group > input:checked ~ label, .star-cb-group > input + label:hover ~ label, .star-cb-group > input + label:hover {
    background-image: url("../img/icon-star-full.svg")
}

.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em
}

.star-cb-group > .star-cb-clear + label {
    width: .5em
}

.star-cb-group:hover > input + label {
    background-image: url("../img/icon-star.svg")
}

.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover {
    background-image: url("../img/icon-star-full.svg")
}
/* !!!review star */

.modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.q-language-select{
    cursor: pointer !important;
}

.modal-content{
    background-color: transparent;
    border: none;
    border-radius: 0px;
}
.modal-content-img{
    position: absolute;
    top: 90px;
    z-index: 2;
    left: -320px;
}
.modal{
    background: url(../img/bg-top-right.png) no-repeat center center;
}
.modal .close {
    float: none;
    font-size: 3.5rem;
    font-weight: 100;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: -55px;
    right: -50px;
}

/* rating */
.wrp-input-rating input[type=radio] + label{
    padding: 0px;
}
.wrp-input-rating label{
    cursor: pointer;
    margin-right: 10px;
    transition: .3s;
}
.wrp-input-rating input[type=radio] + label:before,.wrp-input-rating input[type=radio] + label:after{
    content: unset;
}
.wrp-input-rating input[type=radio]:checked + label,.wrp-input-rating input[type=radio]:checked ~ label{
    color: #cfe1ef;
}

/* rating */

.section-site-prices table{
    width: 100% !important;
}

.section-site-prices table tr td {
    width: auto !important;
}

@media all and (max-width: 787px) {
    .modal{
        background: transparent;
    }
    .modal-content{
        background-color: #005ff9;
        padding: 20px;
        border-radius: 5px;
    }

    .modal .close{
        top: -50px;
        right: 10px;
    }

}

.citywrapb {
   margin-left: 15px; display: flex;
    flex-direction: row-reverse;
}


.cityotherlinks {
        margin-left: 5px;
    width: 75px;

    position: relative;
    border: none;
    font-size: 15px;
    font-weight: 300; 
    color: #376890;
    transition: all 0.2s linear;
    text-align: center;
    white-space: nowrap;
    background: #cfe1ef;
    z-index: 8; 
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    letter-spacing: 1.5px; 
}

.cityotherlinks .cityheader {
    cursor: pointer;
}
.cityotherlinks .citylist {
    display: none;
    position: absolute;
    top: calc(100% - 5px);
    z-index: 8;
    background: #cfe1ef;
    border-radius: 5px;
    box-shadow: 0px 5px 7.6px 0.4px rgba(55, 105, 144, 0.3), 0 1px 10px 0 rgba(255, 255, 255, 0.5);
    left: 0;
    width: 100%;
}
.cityotherlinks .citylist a{
        display: block;

}

@media all and (max-width: 650px) {
.citywrapb {
    display: flex;
    flex-direction: column;
    align-items: center;
}  
.cityotherlinks{
    width: auto;
    min-width: 65px;
    line-height: 35px;
    height: 35px;
    margin-top: 7px;
    margin-left: 0;
    padding: 0 5px;
}



}