@charset "UTF-8";
/*----- import helpers -------------------------------------------*/
/* Variables
-------------------------------------------------------------------------------------*/
/* Mixin
-------------------------------------------------------------------------------------*/
/*----- import vendors -------------------------------------------*/
body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.test_modal {
    display: none;
}

.exitblock {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.exitblock .fon {
    background: #000000;
    opacity: .4;
    position: fixed;
    width: 100%;
    height: 100%;
}

/*
.exitblock .modaltext {
  box-sizing: border-box;
  padding:20px 40px;
  background: #fff;
  position:fixed;
  top:80px;
  left:50%;
  margin-left:-30%;
  width:60%;
  font-size: 14px;
}
*/
.exitblock .modaltext {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
}

.modaltext-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.modaltext-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    width: 100%;
    top: 25%;
}

.modaltext-body {
    width: 400px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 20px 40px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
}

.closeblock {
    cursor: pointer;
    position: absolute;
    line-height: 60px;
    font-size: 32px;
    transform: rotate(45deg);
    text-align: center;
    top: -10px;
    right: 10px;
    color: #000;
    opacity: 0.5;
}

.closeblock:hover {
    color: #000;
    opacity: 1;
}

.exit_cart_btn {
    color: #fff;
    background-color: #009ad6;
    padding: 5px 10px;
    text-transform: uppercase;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

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

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    max-height: -webkit-calc(100% - 88px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}

/* Buttons */
.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

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

.fancybox-button--zoom svg path {
    fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

/* Caption */
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
    /* Fix IE11 */
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

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

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

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

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

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

/* Share */
.fancybox-share {
    padding: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.fancybox-share p:first-of-type {
    margin-right: -10px;
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.fancybox-share input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
}

/* Thumbs */
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

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

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

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs > ul > li {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.btn__cart.preorder {
    background-color: red;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    bottom: 6%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.mdl-swiper-button-prev,
.mdl-swiper-button-next {
    position: absolute;
    top: 38%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.mdl-swiper-button-prev.swiper-button-disabled,
.mdl-swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 0px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 0px;
    left: auto;
}

.mdl-swiper-button-prev,
.mdl-swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 56%;
    right: auto;
}

.mdl-swiper-button-next,
.mdl-swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 40px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.partners__text-block p {
    font-size: 14px;
    margin-bottom: 15px;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch;
    /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[data-simplebar] .simplebar-scroll-content,
[data-simplebar] .simplebar-content {
    overflow: hidden;
}

[data-simplebar="init"] .simplebar-scroll-content,
[data-simplebar="init"] .simplebar-content {
    overflow: scroll;
}

.simplebar-scroll-content {
    overflow-x: hidden !important;
    min-width: 100% !important;
    max-height: inherit !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.simplebar-content {
    overflow-y: hidden !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-height: 100% !important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track {
    right: auto;
    left: 0;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-horizontal {
    right: 0;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    /*background-color: #fff;*/
    /*border: 1px solid #aaa;*/
    /*border-radius: 4px; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*----- import globals -------------------------------------------*/
@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProRegular/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#../fonts/OpenSans-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-SemiBold.eot");
    src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#../fonts/OpenSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#../fonts/OpenSans-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-ExtraBold.eot");
    src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#../fonts/OpenSans-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Light.eot");
    src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#../fonts/OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

/*icons font*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?ln094i");
    src: url("../fonts/icomoon.eot?ln094i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ln094i") format("truetype"), url("../fonts/icomoon.woff?ln094i") format("woff"), url("../fonts/icomoon.svg?ln094i#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.moon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-circle:before {
    content: "\e91f";
}

.icon-chevron-right:before {
    content: "\e91a";
}

.icon-chevron-left:before {
    content: "\e91b";
}

.icon-chevron-down:before {
    content: "\e91c";
}

.icon-chevron-up:before {
    content: "\e91d";
}

.icon-chevron-thin-up:before {
    content: "\e916";
}

.icon-chevron-thin-right:before {
    content: "\e917";
}

.icon-chevron-thin-left:before {
    content: "\e918";
}

.icon-chevron-thin-down:before {
    content: "\e919";
}

/*
.icon-Shop_menu_icons-07:before {
  content: "";
  background-image: url('https://eng-student.com/catalog/view/theme/engstudent/assets/img/backpack.png');
  background-size: 45px 55px;
  width: 45px;
  height: 55px;
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
}
*/

.icon-Shop_menu_icons-01:before {
    content: "\e913";
    color: #fff;
}

.icon-Shop_menu_icons-02:before {
    content: "\e910";
    color: #fff;
}

.icon-Shop_menu_icons-03:before {
    content: "\e912";
    color: #fff;
}

.icon-Shop_menu_icons-04:before {
    content: "\e911";
    color: #fff;
}

.icon-Shop_menu_icons-05:before {
    content: "\e914";
    color: #fff;
}

.icon-Shop_menu_icons-06:before {
    content: "\e90f";
    color: #fff;
}

.icon-Shop_menu_icons-07:before {
    content: "\e900";
    color: #fff;
}

.icon-Shop_menu_icons-08:before {
    content: "\e915";
    color: #fff;
}

.icon-Shop_menu_icons-09:before {
    content: "\e924";
    color: #fff;
}

.icon-basket:before {
    content: "\e91e";
    color: #385cc7;
}

.icon-icons_partners_new-07:before {
    content: "\e900";
    color: #385cc7;
}

.icon-icons_partners_new-08:before {
    content: "\e901";
    color: #385cc7;
}

.icon-icons_partners_new-09:before {
    content: "\e902";
    color: #385cc7;
}

.icon-Icons5_mainpage-01:before {
    content: "\e903";
    color: #fff;
}

.icon-Icons5_mainpage-02:before {
    content: "\e904";
    color: #fff;
}

.icon-Icons5_mainpage-03:before {
    content: "\e905";
    color: #fff;
}

.icon-Icons5_mainpage-04:before {
    content: "\e906";
    color: #fff;
}

.icon-Icons5_mainpage-05:before {
    content: "\e907";
    color: #fff;
}

.icon-icons_partners_new-01:before {
    content: "\e908";
    color: #fff;
}

.icon-icons_partners_new-02:before {
    content: "\e909";
    color: #fff;
}

.icon-icons_partners_new-03:before {
    content: "\e90a";
    color: #fff;
}

.icon-icons_partners_new-04:before {
    content: "\e90b";
    color: #fff;
}

.icon-icons_partners_new-05:before {
    content: "\e90c";
    color: #385cc7;
}

.icon-icons_partners_new-06:before {
    content: "\e90d";
    color: #385cc7;
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-facebook:before {
    content: "\e921";
}

.icon-instagram:before {
    content: "\e922";
}

.icon-youtube:before {
    content: "\e923";
}

/* Reset styles
-------------------------------------------------------------------------------------*/
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

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

input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

a {
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    display: inline-block;
    color: #5a5a5a;
}

input, select {
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/* Base styles
-------------------------------------------------------------------------------------*/
body, html {
    position: relative;
    font: 400 0.875rem/1.43 "Open Sans", Arial, sans-serif;
    color: #5a5a5a;
    background-color: #fff;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.no-scroll, html.no-scroll {
    overflow: hidden;
}

body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container.conteiner--news {
    max-width: 992px;
}

.container-fluid {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

@media only screen and (max-width: 992 pxpx) {
    .container-fluid {
        padding: 0 15px;
    }
}

.main-wrapper {
    min-height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none;
    }

    .main {
        padding-top: 64px;
    }
}

.wow {
    visibility: visible !important;
}

/*----- import components -------------------------------------------*/

.swiper-container {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.gallery-top {
    height: 480px;
    width: 480px;
}

.gallery-thumbs {
    height: 94.5px;
    box-sizing: border-box;
    margin: 10px 35px;
    width: 85%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    border: 1px solid;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.section--product {
    margin-bottom: 45px;
}


.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}

.btn__burger {
    display: none;
    width: 60px;
    height: 50px;
    position: relative;
}

.btn__burger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #5b5a5a;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn__burger span:first-child {
    top: 13px;
    left: 0;
}

.btn__burger span:nth-child(2) {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
}

.btn__burger span:last-child {
    bottom: 13px;
    left: 0;
}

.btn__burger.active span:first-child {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn__burger.active span:nth-child(2) {
    -webkit-transform: translate(250%, 0);
    -ms-transform: translate(250%, 0);
    transform: translate(250%, 0);
    width: 0;
    opacity: 0;
}

.btn__burger.active span:last-child {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .btn__burger {
        display: block;
    }
}

.btn__banner {
    min-width: 152px;
    min-height: 38px;
    border: 2px solid #fff;
}

.btn__banner .btn--text {
    color: #fff;
    text-transform: uppercase;
    font: 700 0.875rem/1.14 "Open Sans", Arial, sans-serif;
    letter-spacing: .56px;
}

.btn__comments {
    min-width: 229px;
    min-height: 44px;
    border: 2px solid #009ad7;
}

.btn__comments .btn--text {
    color: #009ad7;
    font: 700 1rem/1.5 "Open Sans", Arial, sans-serif;
    letter-spacing: .4px;
}

.btn__switch {
    padding: 10px 6px;
    background-color: #f5f6f8;
    width: 49%;
}

.btn__switch .btn--text {
    color: #b9b9b9;
    font: 700 0.75rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .33px;
}

.btn__switch.active .btn--text {
    color: #009ad7;
}

.btn__cart, .btn__cart__other {
    background-color: #009ad7;
    padding: 18px 15px;
}

.btn__cart .btn--text, .btn__cart__other .btn--text {
    color: #fff;
    font: 400 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.btn__kit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
}

.btn__kit .btn--text {
    color: #009ad8;
    font: 700 0.9375rem/1.67 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.btn__kit .chevron {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    min-height: 15px;
    background-color: #007aff;
}

.btn__form {
    border: 2px solid #385cc7;
    background-color: #385cc7;
    padding: 20px 15px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.btn__form:hover {
    border: 2px solid #385cc7;
    background-color: #fff;
    color: #385cc7;
    padding: 20px 15px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.btn__form .btn--text {
    color: #ffffff;
    font: 700 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.btn__form:hover .btn--text {
    color: #385cc7;
    transition-duration: 0.5s;
}

.btn__back {
    height: 100%;
    padding: 10px 0;
}

.btn__back .btn--text {
    color: #b9b8b8;
    font: 700 0.875rem/1.43 "Open Sans", Arial, sans-serif;
    letter-spacing: .62px;
}

.btn__back .moon {
    display: inline-block;
    margin-right: 0px;
    font-size: 20px;
    color: #b9b8b8;
}

.btn__message {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.btn__message .btn--text {
    color: #009ad7;
    font: 700 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/*custom style*/
.btn__checkout {
    padding: 18px 15px;
}

.btn__checkout .btn--text {
    color: #fff;
    font: 400 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.shop__item input[type="radio"] {
    display: none;
}

.btn__switch {
    cursor: pointer;
}

.shop__item input[type="radio"]:checked + .btn__switch > span {
    color: #009ad7;
}

.alert {
    color: #009ad7;
}

.text-danger {
    color: red;
}

.disable_events {
    pointer-events: none;
}

.warning_empty {
    border: 1px solid red;
}

.btn__browse {
    background-color: #009ad7;
    padding: 18px 15px;
}

.btn__browse .btn--text {
    color: #fff;
    font: 400 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.hidden_item {
    display: none;
}

.text--content p {
    color: #000000;
    font: 600 1rem/1.38 "Open Sans", Arial, sans-serif;
}

.text--content h1 {
    display: block;
    margin: 15px 0;
    text-align: left;
    font: 700 1.625rem/1.35 "Open Sans", Arial, sans-serif;
    color: #385cc7;
}

.text--content h2, .text--content h3, .text--content h4, .text--content h5, .text--content h6,
.text--content .h2, .text--content .h3, .text--content .h4, .text--content .h5, .text--content .h6 {
    display: block;
    margin: 15px 0;
    text-align: left;
    font: 700 1.625rem/1.35 "Open Sans", Arial, sans-serif;
}

.text--content time {
    display: block;
    margin: 10px auto;
    font: 600 0.875rem/1.29 "Open Sans", Arial, sans-serif;
}

.text--content ul {
    list-style: decimal;
    padding-left: 15px;
    font: 400 0.875rem/2 "Open Sans", Arial, sans-serif;
}

.text--content ol {
    list-style: disc;
    padding-left: 15px;
    font: 400 0.875rem/2 "Open Sans", Arial, sans-serif;
}

.text--content img {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    height: 100%;
    margin: 0 auto;
}

.section {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.section--new-product {
    padding: 50px 0;
}

.section--kit {
    background-image: -webkit-linear-gradient(40deg, #eff3fa 0%, #e9eaf3 100%);
    background-image: -o-linear-gradient(40deg, #eff3fa 0%, #e9eaf3 100%);
    background-image: linear-gradient(50deg, #eff3fa 0%, #e9eaf3 100%);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .section--kit {
        background-image: none;
    }
}

.section--kit2 {
    background-color: #2783de;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .section--kit2 {
        background-color: transparent;
    }
}

.section--icon-block {
    padding: 50px 0 50px;
}

.section--proposition {
    padding: 0 0 75px;
}

.section--comments {
    padding: 60px 0;
    position: relative;
}

.section--top-product {
    padding: 50px 0;
    z-index: 99999;
    background: #fff;
    position: relative;
}

.section--map {
    position: relative;
    top: -90px;
    z-index: 2;
}

.section--video {
    padding: 50px 0;
    background-color: rgba(214, 217, 227, 0.25);
}

.section--shop {
    padding: 50px 0;
}

.section--category-nav {
    padding: 20px 0;
    background-color: rgba(235, 235, 235, 0.64);
}

.section--words-theme, .section--words-theme2 {
    position: relative;
    padding: 30px 0;
}

.section--words-theme2 {
    background-color: #385cc7;
}

.section--words-level {
    position: relative;
    padding: 30px 0;
    background-color: #385cc7;
}

.section--discount-banner {
    padding: 10px 0;
    margin-top: 50px;
    background: 50% 50% no-repeat/cover;
}

.section--order-form {
    padding: 40px 0;
}

.section--contacts {
    padding: 50px 0;
}

.section--how-work {
    padding: 50px 0;
}

.section--details-card {
    padding: 50px 0;
}

.section--for-partners {
    min-height: 380px;
    padding: 50px 0;
    background: 50% 50% no-repeat/cover;
}

.section--partners {
    padding: 50px 0;
    background-color: #f3f3f3;
}

.section--cooperate {
    padding: 50px 0;
    background-color: #385cc7;
}

.section--application {
    padding: 100px 0;
    background-color: #f3f3f3;
}

@media only screen and (max-width: 767px) {
    .section--application {
        padding: 50px 0;
    }
}

.section--words-list {
    padding-top: 30px;
}

.section--blog-news {
    padding: 0 0 50px;
}

#content .section.alert {
    display: block;
    width: 100%;
    /* position: absolute;
    height: 40px; */
}

.section.alert {
    padding: 10px 15px;
    text-align: center;
    color: #009ad7;
    font: 600 1rem/1.38 "Open Sans", Arial, sans-serif;
    -webkit-box-shadow: 0 -5px 17px -1px #ccc;
    box-shadow: 0 -5px 17px -1px #ccc;

}

.section.alert a {
    color: #009ad7;
    text-decoration: underline;
}

.slider {
    position: relative;
}

.product__slider {
    position: relative;
}

.product__slider .arrow__prev {
    left: -30px;
}

.product__slider .arrow__next {
    right: -30px;
}

.product__title, .product__title__wrapper h4, .section--words-level .product__title__wrapper h2, .section--details-card .product__title__wrapper h2, .section--words-theme2 .product__title__wrapper h2,
.product__title, .product__title__wrapper .h4, .section--words-level .product__title__wrapper .h2, .section--details-card .product__title__wrapper .h2, .section--words-theme2 .product__title__wrapper .h2, .well h2 {
    color: #385cc7;
    text-transform: uppercase;
    text-align: center;
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    letter-spacing: .7px;
}

.product__title__wrapper {
    padding: 5px 0;
}

.product__title.white, .section--words-level .product__title__wrapper h2, .section--words-theme2 .product__title__wrapper h2,
.product__title.white, .section--words-level .product__title__wrapper .h2, .section--words-theme2 .product__title__wrapper .h2 {
    color: #fff;
}

.product__subtitle, .section--words-level .product__title__wrapper p, .section--details-card .product__title__wrapper p, .section--words-theme2 .product__title__wrapper p {
    display: block;
    max-width: 590px;
    margin: 10px auto;
    color: #385cc7;
    text-align: center;
    font: 600 1rem/1.13 "Open Sans", Arial, sans-serif;
    letter-spacing: .7px;
}

.product__subtitle.white, .section--words-level .product__title__wrapper p, .section--words-theme2 .product__title__wrapper p {
    color: #fff;
}

.product__slider .slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 286px;
    -ms-flex-preferred-size: 286px;
    flex-basis: 286px;
    min-height: 286px;
    padding: 10px 0;
    position: relative;
}

.product__slider .slider__item__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.product__slider .slider__item__link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.product__image {
    width: 100%;
    height: auto;
    position: relative;
}

.product__image img {
    width: 100%;
    height: auto;
}

.product__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font: 600 1rem/1 "Open Sans", Arial, sans-serif;
}

.product__label.sale {
    background-color: #ef74b6;
}

.product__label.new {
    background-color: #5dce62;
}

.product__label.top {
    color: #5b5947;
    background-color: #fbec00;
}

.product__descr {
    padding: 5px 15px;
    width: 100%;
}

.product__descr h3, .product__descr .h3 {
    color: #000000;
    font: 400 1.0625rem/1.59 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .42px;
}

.product__descr span {
    display: block;
    color: #000000;
    font: 600 1.0625rem/1.59 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .42px;
}

@media only screen and (max-width: 1199px) {
    .product {
        padding: 0 15px;
    }
}

.comments__title {
    color: #385cc7;
    text-transform: uppercase;
    text-align: center;
    font: 700 1rem/1.5 "Open Sans", Arial, sans-serif;
    letter-spacing: .4px;
}

.comments .slider {
    padding: 50px 0;
}

.comments .slider__item {
    -webkit-flex-basis: 314px;
    -ms-flex-preferred-size: 314px;
    flex-basis: 314px;
    min-height: 220px;
    padding: 15px 25px;
    margin: 0 10px;
    -webkit-box-shadow: 0 3px 18px rgba(0, 153, 255, 0.1);
    box-shadow: 0 3px 18px rgba(0, 153, 255, 0.1);
    background-color: #ffffff;
}

.comments .slider__item__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comments .slider__item__link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    background-color: transparent;
    z-index: 5;
    cursor: pointer;
}

.arrow span {
    position: absolute;
}

.arrow span:before, .arrow span:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: -webkit-calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    background-color: #cccccc;
}

.arrow__prev {
    left: 0;
}

.arrow__prev span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.arrow__prev span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.arrow__next {
    right: 0;
}

.arrow__next span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.arrow__next span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.bread-crumbs {
    padding: 30px 0;
}

.bread-crumbs > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread-crumbs > ul > li {
    margin-left: 2.5px;
}

.bread-crumbs > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000000;
    font: 600 0.875rem/1.93 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.cart {
    max-width: 456px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.cart__title {
    padding: 20px 15px;
    text-align: center;
}

.cart__title .h3, .cart__title h3 {
    color: #385cc7;
    text-transform: uppercase;
    font: 700 0.9375rem/1.2 "Open Sans", Arial, sans-serif;
    letter-spacing: .75px;
}

.cart__list {
    padding-right: 20px;
    padding-left: 10px;
}

.cart__list__wrapper {
    max-height: 354px;
    overflow: auto;
}

@media only screen and (max-width: 480px) {
    .cart__list__wrapper {
        max-height: 264px;
    }
}

.cart__list__wrapper .simplebar-scrollbar {
    right: 9px;
    width: 5px;
}

.cart__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

.cart__item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 118px;
    height: 118px;
}

@media only screen and (max-width: 480px) {
    .cart__item__img {
        width: 80px;
        height: 80px;
    }
}

.cart__item__img img {
    display: block;
    width: 118px;
    height: auto;
}

.cart__item__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 7px;
}

.cart__item__name h5, .cart__item__name .h5 {
    color: #5a5a5a;
    font: 400 1rem/1.25 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.cart__item__name h5 span, .cart__item__name .h5 span {
    display: block;
    font-weight: 600;
}

.cart__quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 85px;
    height: 20px;
}

.cart__quantity input {
    width: 60%;
    height: 100%;
    background-color: transparent;
    color: #5a5a5a;
    /* font: 600 1.0625rem/1 "Open Sans", Arial, sans-serif; */
    text-transform: uppercase;
    letter-spacing: 0.42px;
    text-align: center;
}

.cart__quantity button, .cart__quantity a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid rgba(90, 90, 90, 0.76);
}

.btn-remove {
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 20px;
    right: 0;
    border: none;
    background: none;
}

.btn-remove .cart__remove {
    top: 0;
}

.cart__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart__price .price {
    color: #009ad8;
    font: 700 1.5rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .6px;
    white-space: nowrap;
}

@media only screen and (max-width: 480px) {
    .cart__price .price {
        font-size: 18px;
    }
}

.cart__price .price__symbol {
    color: #009ad8;
    font: 600 1rem/1.69 "Open Sans", Arial, sans-serif;
    letter-spacing: .4px;
}

@media only screen and (max-width: 480px) {
    .cart__price .price__symbol {
        font-size: 14px;
    }
}

.cart__remove {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e6e6e6;
}

.cart__remove:before, .cart__remove:after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    left: -webkit-calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    background-color: #a3a3a3;
}

.cart__remove:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart__remove:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart__amount-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 25px;
}

.cart__amount-wrap p {
    margin-right: 25px;
    color: #5a5a5a;
    font: 400 0.875rem/1.57 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.cart__amount-wrap .amount {
    color: #5a5a5a;
    font: 700 1.25rem/1.1 "Open Sans", Arial, sans-serif;
    letter-spacing: .6px;
}

.cart__amount-wrap .amount .amount__symbol {
    font-weight: 600;
}

.cart__amount-wrap .delivery__price, .cart__amount-wrap .amount__price {
    color: #5a5a5a;
    font: 400 1.25rem/1.1 "Open Sans", Arial, sans-serif;
}

.cart__amount-wrap .delivery__price .amount__symbol, .cart__amount-wrap .amount__price .amount__symbol {
    font-weight: 400;
}

.cart__btn-wrap .btn {
    background-color: #385cc7;
}

.cart.header--cart {
    display: none;
}

.cart.active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*----- import modules -------------------------------------------*/
@media only screen and (max-width: 767px) {
    .header {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
        border-bottom: 1px solid rgba(204, 204, 204, 0.96);
    }
}

.header__wrapper {
    padding: 27px 0 15px;
}

@media only screen and (max-width: 767px) {
    .header__wrapper {
        padding: 7px 0;
    }
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .header__top {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__top .cart {
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 10;
}

.header__top__telephone a {
    color: #385cc7;
    letter-spacing: 0.35px;
    font: 700 0.875rem/1.43 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.header__top__telephone p {
    letter-spacing: .35px;
    font: 400 0.875rem/1.93 "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .header__top__telephone {
        display: none;
    }
}

.header__top__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
}

.header__top__language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 60px;
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
    .header__top__language {
        display: none;
    }
}

.header__top__language > li {
    display: block;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.header__top__language > li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font: 400 0.875rem/0.07 "Open Sans", Arial, sans-serif;
    color: #828282;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.header__top__language > li a.active {
    color: #009ad7;
}

.header__top__basket__wrapper {
    position: relative;
}

.header__top__basket__wrapper .basket-counter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    color: #f3f3f3;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #385cc7;
    font: 700 1rem/0.06 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .header__top__basket__wrapper .basket-counter {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}

.header__top__basket__wrapper a {
    display: block;
    width: 65px;
    height: 50px;
    text-align: right;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    .header__top__basket__wrapper a {
        width: 45px;
        height: 40px;
    }
}

.header__top__basket__wrapper a .moon {
    color: #385cc7;
    font-size: 36px;
    line-height: 66px;
}

@media only screen and (max-width: 767px) {
    .header__top__basket__wrapper a .moon {
        font-size: 26px;
        line-height: 50px;
    }
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 0;
}

.header__logo__wrapper {
    display: block;
    width: 165px;
    height: 42px;
}

@media only screen and (max-width: 767px) {
    .header__logo__wrapper {
        width: 90px;
        height: 23px;
    }
}

.header__logo__wrapper img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .header__logo {
        padding: 0;
        position: absolute;
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        /* padding: 10px; */
    }

    #search {
        width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .header__nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: -webkit-calc(100% + 1px);
        top: calc(100% + 1px);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .header__nav.open {
        background-color: #fff;
        visibility: visible;
        min-height: 100vh;
        opacity: 1;
        z-index: 100;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .header__nav.open .header__nav__wrapper {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

@media only screen and (max-width: 767px) {
    .header__nav__wrapper {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

.header__nav__wrapper ul:not(.header__nav__lang) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .header__nav__wrapper ul:not(.header__nav__lang) {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .header__nav__wrapper ul:not(.header__nav__lang) > li {
        width: 100%;
        height: 68px;
        background-color: #f0f0f0;
        margin-bottom: 1px;
    }
}

.header__nav__wrapper ul:not(.header__nav__lang) > li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .35px;
}

@media only screen and (max-width: 767px) {
    .header__nav__wrapper ul:not(.header__nav__lang) > li a {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gallery-thumbs {
        height: 87.75px;
    }

    .mdl-swiper-button-prev,
    .mdl-swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        left: 10px;
        right: auto;
    }

    .mdl-swiper-button-next,
    .mdl-swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        right: 10px;
        left: auto;
    }
}

@media only screen and (min-width: 768px) {
    .header__nav__wrapper ul:not(.header__nav__lang) > li a .moon {
        display: none;
    }

    .header__nav__wrapper ul:not(.header__nav__lang) > li a.active {
        color: #009ad7;
    }
}

.header__nav__lang {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header__nav__lang {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header__nav__lang > li {
        display: block;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .header__nav__lang > li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-align: center;
        height: 50px;
        background-color: #f0f0f0;
        padding: 10px;
        font: 700 0.875rem/1.29 "Open Sans", Arial, sans-serif;
        color: #828282;
        text-transform: uppercase;
        letter-spacing: .35px;
    }

    .header__nav__lang > li a.active {
        color: #009ad7;
    }
}

@media only screen and (max-width: 767px) {
    .order-header {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 99;
    }
}

.order-header .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .order-header .header__wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) {
    .order-header .header__wrapper:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #d7d7d7;
    }
}

.order-header .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 0;
}

@media only screen and (max-width: 767px) {
    .order-header .header__logo {
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.order-header .header__logo__wrapper {
    display: block;
    width: 165px;
    height: 42px;
}

@media only screen and (max-width: 767px) {
    .order-header .header__logo__wrapper {
        width: 90px;
        height: 23px;
    }
}

.order-header .header__logo__wrapper img {
    width: 100%;
    height: 100%;
}

.order-header .btn--back__wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
    .order-header .btn--back__wrapper {
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.footer {
    padding: 45px 0 70px;
    background-color: #385cc7;
    position: relative;
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .footer__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    color: #fff;
    font: 400 0.875rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.footer__title .moon {
    display: none;
}

@media only screen and (max-width: 991px) {
    .footer__title {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__title {
        height: 40px;
        padding-bottom: 0;
        position: relative;
        z-index: 2;
    }

    .footer__title .moon {
        display: block;
        position: absolute;
        right: 0;
        z-index: 0;
    }
}

.footer__contacts {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__contacts__list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    font: 600 1rem/1.25 "Open Sans", Arial, sans-serif;
    color: #fff;
}

.footer__contacts__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}

.footer__contacts__social > li {
    padding-right: 25px;
}

.footer__contacts__social > li > a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    border: 2px solid #eff3f5;
}

@media only screen and (max-width: 767px) {
    .footer__contacts__social {
        margin-top: 25px;
        margin-bottom: 0;
    }
}

.footer__contacts__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 152px;
    height: 38px;
    margin-top: auto;
}

@media only screen and (max-width: 991px) {
    .footer__contacts__logo {
        position: absolute;
        left: 15px;
        bottom: 20px;
    }
}

.footer__contacts__logo img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .footer__contacts {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .footer__contacts {
        -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    }
}

@media only screen and (max-width: 480px) {
    .footer__contacts {
        margin-top: 8px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.footer__right {
    -webkit-flex-basis: 73%;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .footer__right {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;

    }
}

@media only screen and (max-width: 480px) {
    .footer__right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.footer__about {
    /*  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.footer__about__descr > p {
    color: #5a5a5a;
    font: 400 0.8125rem/1.54 "Open Sans", Arial, sans-serif;
}

.footer__about__descr > p:not(:last-child) {
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .footer__about__descr > p:last-child {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .footer__about {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__about {
        margin-top: 8px;
    }
}

.footer__nav {
    /*  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .footer__nav {
        padding: 0
    }
}

.footer__nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap column;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    max-height: 70px;
}

@media only screen and (max-width: 1199px) {
    .footer__nav__list {
        max-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .footer__nav__list {
        max-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__nav__list {
        max-height: 100%;
    }
}

.footer__nav__list > li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer__nav__list > li > a {
    color: #fff;
    font: 400 0.8125rem/1.85 "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 991px) {
    .footer__nav {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 480px) {
    .footer__nav {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.footer__copyright {
    margin-top: auto;
    margin-left: auto;
    width: 40%;
}

.footer__copyright span {
    display: block;
    color: #fbfbfb;
    font: 300 0.6875rem/1.64 "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 991px) {
    .footer__copyright {
        position: absolute;
        width: auto;
        bottom: 20px;
        right: 15px;
    }
}

.footer .js--accordion-btn.chevron-down:after, .footer .js--accordion-btn.chevron-down:before, .footer .js--accordion-btn.chevron-up:after, .footer .js--accordion-btn.chevron-up:before {
    content: '';
    display: none;
    width: 7px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer .js--accordion-btn.chevron-down:after, .footer .js--accordion-btn.chevron-down:before, .footer .js--accordion-btn.chevron-up:after, .footer .js--accordion-btn.chevron-up:before {
        display: block;
    }
}

.footer .js--accordion-btn.chevron-down:after {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer .js--accordion-btn.chevron-down:before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.footer .js--accordion-btn.chevron-up:after {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 42%;
}

.footer .js--accordion-btn.chevron-up:before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 42%;
}

@media only screen and (max-width: 767px) {
    .footer .js--accordion {
        display: none;
    }

    .footer .js--accordion.contacts {
        display: block;
    }
}

/*----- import blocks -------------------------------------------*/
/* .banner .slider {
  height: 600px;
}

@media only screen and (max-width: 1750px) {
  .banner .slider {
    height: 550px;
  }
}

@media only screen and (max-width: 1500px) {
  .banner .slider {
    height: 500px;
  }
}

@media only screen and (max-width: 1250px) {
  .banner .slider {
    height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .banner .slider {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .slider {
    height: 370px;
  }
}

@media only screen and (max-width: 480px) {
  .banner .slider {
    height: 320px;
  }
}

@media only screen and (max-width: 390px) {
  .banner .slider {
    height: 290px;
  }
} */

.banner .slider__item__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.banner__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.banner__image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #2982e4;
    overflow: hidden;
}

.banner__image img {
    max-width: 1920px;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.banner__text-block {
    margin-left: auto;
    max-width: 345px;
    padding: 15px;
    width: 100%;
}

.banner__text-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(56, 92, 199, 0.6);
}

@media only screen and (max-width: 1100px) {
    .banner__text-block {
        margin: 0 auto;
    }

    /*  .banner__text-block:before {
   display: block;
 } */
}

.banner__title {
    margin-bottom: 15px;
    color: #fff;
    font: 400 1.5625rem/1.28 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.61px;
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner__title .strong {
    font: 400 2.6875rem/1.28 "Open Sans", Arial, sans-serif;
    letter-spacing: 1.06px;
}

@media only screen and (max-width: 480px) {
    .banner__title .strong {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .banner__title {
        font-size: 20px;
    }
}

.banner__subtitle {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner__subtitle h2, .banner__subtitle .h2, .subtitle__text {
    display: block;
    color: #fff;
    font: 400 1.625rem/1.23 "Open Sans", Arial, sans-serif;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.banner__subtitle h2 span, .banner__subtitle .h2 span {
    font-weight: 700;
}

@media only screen and (max-width: 480px) {
    .banner__subtitle h2, .banner__subtitle .h2, .subtitle__text {
        font-size: 16px;
    }
}

.banner__btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.banner__btn-wrap .btn__banner {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
    .banner__btn-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.swiper-slide-active .banner__text-block .banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.swiper-slide-active .banner__text-block .banner__subtitle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.swiper-slide-active .banner__text-block .btn__banner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.kit {
    margin: 0 -15px;
    position: relative;
}

.kit__wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 73%;
}

.kit__img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.kit__img img {
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.kit__descr {
    max-width: 220px;
    z-index: 2;
    position: absolute;
    right: 5%;
    top: 5%;
}

.kit__descr__title {
    margin-bottom: 15px;
}

.kit__descr__title h2, .kit__descr__title .h2 {
    color: #385cc7;
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
}

@media only screen and (max-width: 767px) {
    .kit__descr__title h2, .kit__descr__title .h2 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .kit__descr.white h2, .kit__descr.white .h2 {
        color: #fff;
    }

    .kit__descr.white ol li {
        color: #fff;
    }

    .kit__descr.white ol li:before {
        color: #fff;
    }
}

.kit__descr ol {
    counter-reset: li;
}

.kit__descr ol li {
    padding: 3px 0;
    color: #5a5a5a;
    font: 600 0.9375rem/1.33 "Open Sans", Arial, sans-serif;
}

.kit__descr ol li:before {
    counter-increment: li;
    content: counter(li) ".";
    display: inline-block;
    padding-right: 2px;
    color: #009ad7;
    font: 700 0.9375rem/0.93 "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .kit__descr ol li:before {
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px) {
    .kit__descr ol li {
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px) {
    .kit__descr {
        position: relative;
        margin: 30px auto 0;
        right: 0;
        top: 0;
    }
}

.kit__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 41px;
    height: 41px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: -2px 6px 5px 1px rgba(57, 92, 170, 0.22);
    box-shadow: -2px 6px 5px 1px rgba(57, 92, 170, 0.22);
    background-color: #009ad7;
    color: #ffffff;
    font: 400 1.1875rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .65px;
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .kit__label {
        display: none;
    }
}

.kit__label1 {
    top: -webkit-calc(33% - 20px);
    top: calc(42% - 20px);
    left: -webkit-calc(28% - 20px);
    left: calc(18% - 20px);
}

.kit__label2 {
    top: -webkit-calc(73% - 20px);
    top: calc(80% - 20px);
    left: -webkit-calc(65% - 20px);
    left: calc(50% - 20px);
}

.kit__label3 {
    top: -webkit-calc(41.5% - 20px);
    top: calc(65% - 20px);
    left: -webkit-calc(84.5% - 20px);
    left: calc(33% - 20px);
}

.kit__label4 {
    top: -webkit-calc(66% - 20px);
    top: calc(43% - 20px);
    left: -webkit-calc(93.5% - 20px);
    left: calc(88.5% - 20px);
}

.kit__label5 {
    top: -webkit-calc(66% - 20px);
    top: calc(10% - 20px);
    left: -webkit-calc(93.5% - 20px);
    left: calc(46.5% - 20px);
}

.kit__label6 {
    top: -webkit-calc(66% - 20px);
    top: calc(77% - 20px);
    left: -webkit-calc(93.5% - 20px);
    left: calc(24.5% - 20px);
}

.section--kit2 .kit__img {
    background-color: #2783de;
}

.icon-block__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .icon-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) {
    .icon-block__wrapper {
        padding-bottom: 3%;
    }
}

.icon-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 185px;
    -ms-flex-preferred-size: 185px;
    flex-basis: 185px;
    position: relative;
    padding: 15px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
    .icon-block__item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-block__item {
        width: 60%;
    }

    .icon-block__item:nth-child(even) {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .icon-block__item {
        width: 80%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.icon-block__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 105px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    width: 105px;
    height: 105px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #385cc7;
}

.icon-block__icon span {
    font-size: 60px;
}

@media only screen and (max-width: 480px) {
    .icon-block__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }

    .icon-block__icon span {
        font-size: 30px;
    }
}

.icon-block__text {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .icon-block__text {
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

@media only screen and (max-width: 991px) {
    .icon-block__text {
        text-align: left;
    }

    .icon-block__text__wrapper {
        padding: 0 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.icon-block__title, .icon-block__text__wrapper h4, .icon-block__text__wrapper .h4 {
    display: block;
    margin-top: 20px;
    color: #3a3f4b;
    font: 700 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
}

@media only screen and (max-width: 991px) {
    .icon-block__title, .icon-block__text__wrapper h4, .icon-block__text__wrapper .h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.icon-block__descr, .icon-block__text p {
    opacity: 0;
    color: #979797;
    font: 400 0.875rem/1.29 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.icon-block.partners--page .icon-block__wrapper {
    margin: 50px 0 0;
    padding-bottom: 90px;
    min-height: auto;
}

@media only screen and (max-width: 991px) {
    .icon-block.partners--page .icon-block__wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.icon-block.partners--page .icon-block__item {
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .icon-block.partners--page .icon-block__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media only screen and (max-width: 480px) {
    .icon-block.partners--page .icon-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-block.partners--page .icon-block__item .icon-block__title, .icon-block.partners--page .icon-block__item .icon-block__text__wrapper h4,
    .icon-block.partners--page .icon-block__item .icon-block__text__wrapper .h4 {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icon-block.partners--page .icon-block__item .icon-block__text {
        text-align: center;
    }
}

.proposition__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .proposition__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.proposition__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    height: auto;
    padding-top: 37.5%;
    position: relative;
    margin: 2px;
}

@media only screen and (min-width: 992px) {
    .proposition__item:hover .proposition__descr {
        background-color: rgba(0, 153, 255, 0.68);
    }

    .test_three .proposition__descr {
        background-color: rgba(0, 153, 255, 0.68);
    }
}

@media only screen and (max-width: 767px) {
    .proposition__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 70%;
        padding-top: 52.5%;
    }
}

@media only screen and (max-width: 480px) {
    .proposition__item {
        width: 100%;
        padding-top: 76.5%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.proposition__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.proposition__img img {
    width: 100%;
    height: 100%;
}

.proposition__link {
    display: block;
    z-index: 5;
    opacity: 0;
    height: 0;
}

.proposition__link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.proposition__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 120px;
    padding: 28px 35px;
    background-color: rgba(56, 92, 199, 0.7);
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 4;
}

.proposition__descr .moon {
    color: #fff;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .proposition__descr {
        padding: 20px 15px;
    }
}

.proposition__descr p, .proposition__descr__text {
    color: #fefefe;
    font: 700 0.9375rem/1.4 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .35px;
}

.proposition__descr p span, .proposition__descr .proposition__descr__text__title, .proposition__descr p b {
    font: 700 0.9375rem/1.4 "Open Sans", Arial, sans-serif;
    font-size: 20px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .proposition__descr p, .proposition__descr__text {
        font-size: 12px;
    }

    .proposition__descr p span, .proposition__descr .proposition__descr__text__title, .proposition__descr p b {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .proposition__descr p, .proposition__descr__text {
        font-size: 11px;
    }

    .proposition__descr p span, .proposition__descr .proposition__descr__text__title, .proposition__descr p b {
        font-size: 14px;
    }
}

.comments {
    position: relative;
    z-index: 2;
}

.comments__bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.comments__text-block span {
    display: block;
    text-align: center;
    font: 700 1rem/1.5 "Open Sans", Arial, sans-serif;
}

.comments__author-name {
    margin-top: 20px;
    color: #0099ff;
    font-weight: 700;
}

.comments__date {
    color: #7c7c7c;
}

.comments__comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    margin-top: 20px;
    color: #5a5a5a;
    font: 400 0.9375rem/1.27 "Open Sans", Arial, sans-serif;
    text-align: center;
}

.comments__btn__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-page__info .comments__btn__wrapper {
    -webkit-justify-content: start;
    justify-content: start;
    margin-top: 60px;
}

.full-comment {
    padding: 30px 30px;
    max-width: 615px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 3px 18px rgba(0, 153, 255, 0.1);
    box-shadow: 0 3px 18px rgba(0, 153, 255, 0.1);
    background-color: #ffffff;
    display: none;
}

.full-comment__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.full-comment__wrapper .comments__comment {
    -webkit-line-clamp: inherit;
}

.full-comment .fancybox-close-small {
    display: none !important;
}

.video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .video {
        margin: 0 -15px;
    }
}

.video__wrapper {
    -webkit-flex-basis: 788px;
    -ms-flex-preferred-size: 788px;
    flex-basis: 788px;
    height: 446px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

@media only screen and (max-width: 991px) {
    .video__wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .video__wrapper {
        height: 272px;
    }
}

.video__descr {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 285px;
    -ms-flex: 1 1 285px;
    flex: 1 1 285px;
    margin-left: 15px;
    padding: 40px;
    min-height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.03);
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.03);
    text-align: left;
}

.video__descr__title, .video__descr h2, .video__descr .h2 {
    margin: 30px 0;
    color: #385cc7;
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.video__descr__text, .video__descr p {
    color: #5a5a5a;
    font: 400 1.125rem/1.22 "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 991px) {
    .video__descr {
        display: none;
    }
}

.section--map {
    margin-bottom: -190px;
}

.map__wrapper {
    height: 300px;
}

.map__legend {
    position: relative;
    top: -350px;
    left: 43%;
    width: 190px;
    height: 90px;
    padding: 30px;
    -webkit-box-shadow: 0 3px 18px rgba(198, 198, 198, 0.1);
    box-shadow: 0 3px 18px rgba(198, 198, 198, 0.1);
    background-color: #ffffff;
}

.map__legend .address {
    margin-bottom: 20px;
}

.map__legend .address span, .map__legend .address p {
    display: block;
    color: #2e3192;
    font: 400 0.75rem/1.5 "Open Sans", Arial, sans-serif;
    letter-spacing: .3px;
}

.map__legend .address p {
    font-weight: 600;
}

.map__legend .phone p {
    display: block;
    color: #2e3192;
    font: 400 0.75rem/1.5 "Open Sans", Arial, sans-serif;
    letter-spacing: .3px;
}

.shop {
    margin: 0 -15px;
}

.shop__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 40px 0;
    margin: 0 -15px;
}

@media only screen and (max-width: 1199px) {
    .shop__list {
        max-width: 890px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 884px) {
    .shop__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop__item {
    position: relative;
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    min-height: 465px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*padding-top: 17px;*/
    margin: 0 7.5px 15px;
    background: transparent;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
    .shop__item {
        -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
        box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
        background-color: #ffffff;
    }
}

.shop__item__wrapper {
    position: relative;
    min-height: 330px;
}

.shop__item__wrapper .discount__label {
    display: block;
    position: absolute;
    left: 50%;
    top: 75%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #009ad7;
    font: 600 1.125rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .48px;
    text-transform: uppercase;
}

.shop__item__link {
    display: block;
    height: 0;
    width: 100%;
}

.shop__item__link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
}

.shop__item__img {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.shop__item__img.hidden {
    opacity: 0;
    visibility: hidden;
}

.shop__item__title {
    margin-top: 100%;
    padding: 10px 15px 0px;
}

.shop__item__title h5, .shop__item__title .h5, .shop__item__title h1 {
    color: #000000;
    font: 400 1.0625rem/1.29 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .42px;
}

.shop__item__title h5 span, .shop__item__title h1 span, .shop__item__title .h5 span {
    display: block;
    font-weight: 600;
}

.shop__item__category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .shop__item__category {
        max-height: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .shop__item__category .btn {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

.shop__item__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px 8px;
}

.shop__item__price .rating {
    margin-left: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 992px) {
    .shop__item__price .rating {
        opacity: 0;
    }
}

.shop__item__price .price {
    color: #009ad8;
    font: 700 1.5rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .6px;
}

.shop__item__price .price__symbol {
    color: #009ad8;
    font: 600 1rem/1.69 "Open Sans", Arial, sans-serif;
    letter-spacing: .4px;
}

.shop__item__price .delivery {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 7px;
    margin-right: auto;
    color: #a6a6a6;
    font: 700 0.75rem/2 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.shop__item__price .price__discount {
    position: relative;
    margin-right: 12px;
    padding-right: 2px;
    color: #009ad8;
    font: 700 1.5rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .6px;
}

.shop__item__price .price__discount:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #009ad7;
}

.shop__item__button-cart {
    overflow: hidden;
    margin-top: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 992px) {
    .shop__item__button-cart {
        max-height: 0;
    }

    .shop__item__button-cart .btn {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

.shop__item:hover {
    -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
}

.shop__item:hover .shop__item__price .rating {
    opacity: 1;
}

.shop__item:hover .shop__item__category {
    max-height: 60px;
}

.shop__item:hover .shop__item__category .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.shop__item:hover .shop__item__button-cart {
    max-height: 60px;
}

.shop__item:hover .shop__item__button-cart .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media all and (min-width: 992px) {
    .shop__item:hover .shop__item__img {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    .shop__item:hover .shop__item__img.hidden {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}



/* dop test */
.shop__item:focus {
    -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
}

.shop__item:focus .shop__item__price .rating {
    opacity: 1;
}

.shop__item:focus .shop__item__category {
    max-height: 60px;
}

.shop__item:focus .shop__item__category .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.shop__item:focus .shop__item__button-cart {
    max-height: 60px;
}

.shop__item:focus .shop__item__button-cart .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.shop__item:focus .shop__item__img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shop__item:focus .shop__item__img.hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shop__item .test_two {
    -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
}

.test_two .shop__item__price .rating {
    opacity: 1;
}

.test_two .shop__item__category {
    max-height: 60px;
}

.test_two .shop__item__category .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.test_two .shop__item__button-cart {
    max-height: 60px;
}

.test_two .shop__item__button-cart .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.test_two .shop__item__img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.test_two .shop__item__img.hidden {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sets .shop__item__title h5, .sets .shop__item__title h1, .sets .shop__item__title .h5 {
    font: 700 1.0625rem/1.29 "Open Sans", Arial, sans-serif;
    text-transform: none;
}

.sets .shop__item__title h5 span, .sets .shop__item__title .h5 span, .sets .shop__item__title h1 span {
    font-weight: 400;
    text-transform: uppercase;
}

.category-nav {
    margin: 0 -15px;
}

.category-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: visible;
}

.category-nav__list::-webkit-scrollbar {
    width: 0px;
    height: 4px;
    background-color: transparent /* or add it to the track */
}

.category-nav__list::-webkit-scrollbar-thumb {
    background:RGBA(0,0,0,0.5);
    border-radius: 7px;

}

.category-nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    margin: 0 7.5px;
}

@media only screen and (max-width: 767px) {
    .category-nav__item {
        width: 100px;
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .cart__quantity button, .cart__quantity a {
        width: 40px;
        height: 30px;
    }

    .cart__quantity input {
        width: 70%;
        padding-top: 10px;
    }

    .cart__quantity {
        margin-top: 15px;
    }

    .cart__price {
        margin-bottom: -6px;
    }

    .category-nav__item {
        width: 105px;
    }
}

.category-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.category-nav__link.active .category-nav__icon {
    background-color: #009ad7;
}

.category-nav__link.active .category-nav__icon .moon {
    color: #fff;
}

.category-nav__link.active .category-nav__icon .moon:before {
    color: #fff;
}

.category-nav__link.active .category-nav__text {
    color: #009ad7;
}

.category-nav__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .category-nav__icon {
        width: 94px;
        height: 94px;
    }
}

@media only screen and (max-width: 480px) {
    .category-nav__icon {
        width: 60px;
        height: 60px;
    }
}

.category-nav__icon .moon {
    font-size: 54px;
    color: #5a5a5a;
}

.category-nav__icon .moon:before {
    color: #5a5a5a;
}

@media only screen and (max-width: 480px) {
    .category-nav__icon .moon {
        font-size: 30px;
    }
}

.category-nav__text {
    display: block;
    margin-top: 10px;
    color: #5a5a5a;
    font: 700 0.875rem/1.14 "Open Sans", Arial, sans-serif;
    text-align: center;
}

.category-nav .simplebar-scrollbar {
    height: 4px !important;
}

.product-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 70px 0;
}

@media only screen and (max-width: 991px) {
    .product-page {
        padding: 0;
    }
}

.product-page .product-page__wslider {
    max-width: 480px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 0 auto;
}


@media only screen and (max-width: 991px) {
    .product-page .product-page__wslider {
        padding-bottom: 50px;
    }
}

.product-page .swiper-pagination {
    padding: 10px 0;
    width: 100%;
}

.product-page .swiper-pagination-bullet {
    margin: 0 5px;
}

.product-page__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 480px;
    width: 100%;
    max-height: 480px;
}

.product-page__img img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product-page__info {
    -webkit-flex-basis: 495px;
    -ms-flex-preferred-size: 495px;
    flex-basis: 495px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .product-page__info {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.product-page__info .shop__item {
    padding-top: 0;
    min-height: 220px;
    max-width: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.product-page__info .shop__item__title {
    padding: 0;
    margin-top: 0;
}

.product-page__info .shop__item__category {
    padding: 10px 0;
    max-height: initial;
    max-width: 300px;
}

.product-page__info .shop__item__category .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-page__info .shop__item__price {
    padding: 10px 0 20px;
    margin-top: auto;
}

.product-page__info .shop__item__price .rating {
    opacity: 1;
}

.product-page__info .shop__item__price .rating__count {
    color: #000;
    font: 400 0.75rem/1 "Open Sans", Arial, sans-serif;
}

.product-page__info .shop__item__button-cart {
    max-height: initial;
    margin-top: 0;
}

.product-page__info .shop__item__button-cart .btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-page__info .shop__item:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-page__full-descr {
    padding: 10px 0;
    margin-top: 25px;
}

.product-page__full-descr > p {
    color: #5a5a5a;
    font: 400 0.9375rem/1.33 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.product-page__full-descr ol, .product-page__full-descr ul {
    list-style: disc;
    padding-left: 15px;
    margin-left: 15px;
}

.product-page__kit-btn {
    margin-top: auto;
}

.words-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
}

.words-list__list {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 15px 0;
}

.words-list__list__wrapper {
    width: 300px;
    border: 2px dashed #0fa0d8;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.words-list__list__wrapper:nth-child(2) {
    margin: 0 15px;
}

@media only screen and (max-width: 767px) {
    .words-list__list__wrapper {
        width: 280px;
    }
}

.words-list__list__title {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #009ad6;
    font: 600 1.25rem/1.1 "Open Sans", Arial, sans-serif;
}

.words-list__list:before, .words-list__list:after {
    content: '';
    display: block;
    position: absolute;
}

.words-list__list:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #0fa0d8;
}

.words-list__list:after {
    top: 5px;
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    width: 2px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    border-right: 2px dashed #0fa0d8;
}

.words-list__list__item {
    padding: 2.5px 0 2.5px 20px;
    color: #707070;
    font: 600 1rem/1.5 "Open Sans", Arial, sans-serif;
}

.words-theme {
    position: relative;
}

.words-theme__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .words-theme__bg {
        background-position: 26% 50%;
    }
}

.words-theme__list, .words-theme2 .words-theme__list__wrapper ul {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media only screen and (max-width: 767px) {
    .words-theme__list, .words-theme2 .words-theme__list__wrapper ul {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 480px) {
    .words-theme__list, .words-theme2 .words-theme__list__wrapper ul {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.words-theme__list__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
}

.words-theme__list__item, .words-theme2 .words-theme__list__wrapper li {
    padding: 2.5px 0 5px 25px;
    text-align: center;
    color: #707070;
    font: 600 1rem/1.5 "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .words-theme__list__item, .words-theme2 .words-theme__list__wrapper li {
        padding: 2px 0;
        text-align: left;
    }
}

.words-theme2 .words-theme__list__item, .words-theme2 .words-theme__list__wrapper li {
    color: #fff;
}

.discount-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 991px) {
    .discount-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.discount-banner__left, .discount-banner__right {
    padding-bottom: 30%;
    position: relative;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .discount-banner__left, .discount-banner__right {
        width: 70%;
        padding-bottom: 40%;
    }
}

@media only screen and (max-width: 480px) {
    .discount-banner__left, .discount-banner__right {
        width: 100%;
        padding-bottom: 56%;
    }
}

.discount-banner__left__img, .discount-banner__right__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.discount-banner__left__img img, .discount-banner__right__img img {
    width: 100% !important;
    height: 100% !important;
}

.order {
    /*padding-top: 90px;*/
    padding-top: 32px;
}

/*@media only screen and (max-width: 480px) {*/
/*    .order {*/
        /*padding-top: 50px;*/
/*    }*/
/*}*/

.order__field-wrap {
    width: 58%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    .order__field-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .order__field-wrap {
        width: 100%;
    }
}

.order__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .order__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order__form__field {
    margin: 10px 0;
    padding: 10px 15px;
    height: 41px;
    background-color: #f6f6f6;
    position: relative;
}

.order__form__field label {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 100%;
    vertical-align: middle;
}

.order__form__field label span {
    color: #5a5a5a;
    font: 400 1rem/2.81 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.order__form__field input, .order__form__field select {
    color: #5a5a5a;
    font: 400 1rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.order__form__field.promo {
    background-color: rgba(0, 154, 215, 0.12);
}

.order__form__field.promo input {
    color: #385cc7;
}

.order__form__field.promo label span {
    color: #385cc7;
}

.order__form__field.select {
    padding: 0;
}

.order__form__field.select .moon {
    position: absolute;
    right: 10px;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
}

@media only screen and (max-width: 767px) {
    .order__cart {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 30px;
    }
}

.order__cart .cart {
    max-width: 375px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .order__cart .cart {
        max-width: 100%;
    }
}

.order__cart .cart__title {
    padding: 0 0 20px;
    text-align: left;
}

.order__cart .cart__title h3, .order__cart .cart__title .h3 {
    color: #5a5a5a;
    text-transform: none;
    font: 700 1rem/2.06 "Open Sans", Arial, sans-serif;
}

.order__cart .cart__amount-wrap {
    padding-top: 10px;
    padding-bottom: 0;
}

.order__cart .cart__list {
    padding-left: 0;
}

/*.order__first-step, .order__second-step {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    !*width: 45%;*!*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -webkit-box-pack: justify;*/
/*    -webkit-justify-content: space-between;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .order__first-step, .order__second-step {*/
/*        max-width: 300px;*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*.order__first-step__title, .order__second-step__title {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -webkit-justify-content: space-between;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.order__first-step__title span:not(.count), .order__second-step__title span:not(.count) {*/
/*    color: #385cc7;*/
/*    font: 700 1rem/2.4 "Open Sans", Arial, sans-serif;*/
/*    letter-spacing: .56px;*/
/*}*/

/*.order__first-step__title .count, .order__second-step__title .count {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    width: 33px;*/
/*    height: 33px;*/
/*    -webkit-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    border: 3px solid #385cc7;*/
/*    background-color: #ffffff;*/
/*    color: #385cc7;*/
/*    font: 700 0.9375rem/2.0 "Open Sans", Arial, sans-serif;*/
/*    letter-spacing: .7px;*/
/*    flex-shrink: 0;*/
/*    text-align: center;*/
/*}*/

/*.order__first-step__title .count.active, .order__second-step__title .count.active {*/
/*    color: #fff;*/
/*    background-color: #385cc7;*/
/*    margin-right: 15px;*/
/*}*/

/*.order__first-step .btn__form, .order__second-step .btn__form {*/
/*    margin-top: 40px;*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .order__second-step {*/
/*        margin-top: 50px;*/
/*    }*/
/*}*/

.select2-container--default .select2-selection--single,
.simplecheckout-block .select2-container--default .select2-selection--single {
    height: 40px;
}

.simplecheckout-block .select2-container--default .select2-selection--single {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.simplecheckout-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    padding-left: 15px;
    color: #5a5a5a;
    font: 400 1rem/2.85714 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.simplecheckout-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-dropdown {
    background-color: #f6f6f6 !important;
    border: none !important;
}

.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts__block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    /*   -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    justify-content: start;
    -webkit-justify-content: start;
    margin-top: 55px;
}

@media only screen and (max-width: 767px) {
    .contacts__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.contacts__block__title span {
    display: block;
    margin-bottom: 20px;
    color: #385cc7;
    font: 700 0.9375rem/1.33 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .36px;
}

.contacts__block__title p {
    font: 400 0.9375rem/1 "Open Sans", Arial, sans-serif;
    color: #000000;
    letter-spacing: .36px;
}

@media only screen and (max-width: 767px) {
    .contacts__block__title {
        text-align: center;
    }
}

.contacts__list {
    margin-top: 20px;
    padding-bottom: 20px;
    min-width: 160px;
}

@media only screen and (max-width: 767px) {
    .contacts__list {
        margin: 20px auto;
    }
}

.contacts__list__item {
    display: block;
    margin-bottom: 5px;
}

.contacts__list__item img {
    display: inline-block;
    margin-right: 5px;
}

.contacts__list__item a {
    display: inline-block;
    height: 100%;
    width: auto;
    color: #385cc7;
    font: 600 0.875rem/1.71 "Open Sans", Arial, sans-serif;
}

.contacts__image {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .contacts__image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.contacts__image img {
    /* display: block; */
    max-width: 100%;
    max-height: 100%;
}

.contacts__idea {
    /*  margin-top: 90px; */
    -webkit-flex-basis: 650px;
    -ms-flex-preferred-size: 650px;
    flex-basis: 650px;
}

@media only screen and (max-width: 767px) {
    .contacts__idea {
        margin-top: 30px;
    }
}

.contacts__idea .product__title {
    font-size: 16px;
}

.contacts__idea .product__title__wrapper {
    margin-bottom: 10px;
}

.contacts__idea__text {
    text-align: center;
}

.contacts__idea__text p {
    color: #5a5a5a;
    display: block;
    font: 600 0.875rem/1.43 "Open Sans", Arial, sans-serif;
}

.contacts__idea__text a {
    margin-top: 20px;
    color: #385cc7;
    font: 600 0.875rem/1.43 "Open Sans", Arial, sans-serif;
}

.how-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 50px;
}

@media only screen and (max-width: 400px) {
    .modaltext-body {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .how-work {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
    }
}

.how-work__item {
    -webkit-flex-basis: 420px;
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    padding: 0 7.5px;
}

@media only screen and (min-width: 768px) {
    .how-work__item:first-child {
        -webkit-flex-basis: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .gallery-top {
        height: 350px;
        width: 100%;
    }

    .how-work__item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .how-work__item:first-child .how-work__item__img img {
        max-height: 100px;
    }
}

.how-work__item:nth-child(2) .how-work__text-content {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .how-work__item:nth-child(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how-work__item:nth-child(2) .how-work__text-content {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.how-work__item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-work__item__img img {
    display: block;
    max-width: 100%;
    max-height: 274px;
}

@media only screen and (max-width: 767px) {
    .how-work__item__img img {
        max-height: 190px;
    }
}

.how-work__text-content {
    margin: 20px 0 55px;
}

.how-work__text-content p {
    padding: 6px 0;
    color: #5a5a5a;
    font: 400 0.9375rem/1.47 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.words-level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}

.words-level__list {
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    padding: 15px 0;
    border: 2px dashed #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.words-level__list__wrapper {
    width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.words-level__list__wrapper:nth-child(2) {
    margin: 0 15px;
}

@media only screen and (max-width: 767px) {
    .words-level__list__wrapper {
        width: 280px;
    }
}

.words-level__list__title {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font: 600 1.25rem/1.1 "Open Sans", Arial, sans-serif;
}

.words-level__list:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    width: 2px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    border-right: 2px dashed #fff;
}

.words-level__list__item {
    padding: 2.5px 0 2.5px 20px;
    color: #fff;
    font: 600 1rem/1.5 "Open Sans", Arial, sans-serif;
}

.words-level__circle__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 765px;
    margin: 50px auto 20px;
    min-height: 125px;
}

@media only screen and (max-width: 991px) {
    .words-level__circle__list {
        min-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .words-level__circle__list {
        min-height: 80px;
        margin-top: 20px;
    }
}

.words-level__circle__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000000;
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 991px) {
    .words-level__circle__item {
        width: 65px;
        height: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .words-level__circle__item {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .words-level__circle__item {
        width: 40px;
        height: 40px;
    }
}

.words-level__circle__item:nth-child(odd) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.words-level__circle__item:first-child {
    background-color: #35a8df;
}

.words-level__circle__item:nth-child(2) {
    background-color: #009f99;
}

.words-level__circle__item:nth-child(3) {
    background-color: #f8b033;
}

.words-level__circle__item:nth-child(4) {
    background-color: #f19100;
}

.words-level__circle__item:nth-child(5) {
    background-color: #e84e1b;
}

.words-level__circle__item:nth-child(6) {
    background-color: #e4332a;
}

.words-level__circle__item:nth-child(7) {
    background-color: #931b80;
}

.words-level__circle__item:last-child {
    background-color: #662382;
}

.words-level__circle__item.current {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.words-level__circle__item.current span.hidden {
    opacity: 1;
    max-height: 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.words-level__circle__item span {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font: 400 1.5625rem/1.2 "Open Sans", Arial, sans-serif;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .words-level__circle__item span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .words-level__circle__item span {
        font-size: 12px;
    }
}

.words-level__circle__item span.hidden {
    font-size: 6px;
    opacity: 0;
    max-height: 0;
}

@media only screen and (max-width: 480px) {
    .words-level__circle__item span.hidden {
        font-size: 5px;
    }
}

.tab {
    position: relative;
}

.tab__content {
    min-height: 310px;
}

.tabs__item {
    display: none;
}

.tabs__item:first-child {
    display: block;
}

.line-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.line-bg svg {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .line-bg {
        top: -15px;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}

@media only screen and (max-width: 991px) {
    .details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.details__first {
    padding: 30px 0;
    max-width: 610px;
}

.details__second {
    padding-top: 31px;
    max-width: 405px;
}

@media only screen and (max-width: 991px) {
    .details__second {
        padding-top: 0;
        margin-left: 212px;
    }
}

@media only screen and (max-width: 767px) {
    .details__second {
        margin-left: 33%;
    }
}

.details__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.for-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 460px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .for-partners {
        max-width: 300px;
    }
}

.for-partners__title {
    margin: 24px 0;
}

.for-partners__title h3, .for-partners__title .h3 {
    color: #fff;
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.for-partners__text p {
    color: #fff;
    font: 400 14px/1.22 "Open Sans", Arial, sans-serif;
    letter-spacing: .45px;
    margin-bottom: 16px;
}

.partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.partners__list, .partners ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

.partners__list__item, .partners ul li {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    margin: 20px;
    max-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .partners__list__item, .partners ul li {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

.partners__list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.partners ul li img {
    max-width: 110px;
    max-height: 90px;
}

.partners__list__item a img {
    max-width: 100%;
    max-height: 100%;
}

.partners__text {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    margin-top: 80px;
}

@media only screen and (max-width: 991px) {
    .partners__text {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 15px 0;
        margin-top: 0;
    }
}

.partners__text__title {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .partners__text__title {
        text-align: center;
    }
}

.partners__text__title h3, .partners__text__title .h3 {
    color: #385cc7;
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.partners__text__text-block p {
    color: #5a5a5a;
    font: 400 0.9375rem/1.33 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.cooperate {
    position: relative;
    z-index: 2;
}

.cooperate__bg {
    position: absolute;
    width: 123%;
    height: 200px;
    left: 50%;
    top: 33%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .cooperate__bg svg {
        display: none;
    }
}

.cooperate__bg img {
    display: none;
}

@media only screen and (max-width: 767px) {
    .cooperate__bg img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cooperate__bg {
        width: 262px;
        height: 691px;
        top: 13%;
    }
}

.cooperate__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 270px;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .cooperate__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cooperate__item {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .cooperate__item:nth-child(even) {
        margin-top: 9%;
    }
}

@media only screen and (max-width: 767px) {
    .cooperate__item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 220px;
        padding: 0 10px 20px;
    }
}

.cooperate__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    font-size: 60px;
    color: #385cc7;
}

.cooperate__textб, .cooperate__item p {
    text-align: center;
    color: #fff;
    font: 400 0.875rem/1.29 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.application {
    max-width: 840px;
    margin: 80px auto 0;
}

@media only screen and (max-width: 767px) {
    .application {
        margin-top: 20px;
    }
}

.application__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .application__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.application__form__fields-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.application__form__fields-wrapper:not(.textarea) {
    width: 35%;
}

.application__form__fields-wrapper:not(.textarea) .form__field {
    height: 36px;
    padding: 0 12px;
}

@media only screen and (max-width: 767px) {
    .application__form__fields-wrapper:not(.textarea) {
        width: 100%;
    }
}

.application__form__fields-wrapper.textarea {
    width: 60%;
}

.application__form__fields-wrapper.textarea .form__field {
    padding: 12px;
}

@media only screen and (max-width: 767px) {
    .application__form__fields-wrapper.textarea {
        width: 100%;
    }
}

.application__form__fields-wrapper .form__field {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .application__form__fields-wrapper .form__field {
        margin: 10px 0;
    }
}

.application__form__fields-wrapper .form__field input, .application__form__fields-wrapper .form__field textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    resize: none;
    color: #5a5a5a;
    font: 400 1rem/1 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.application__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}

.application__btn .btn {
    min-width: 195px;
}

.error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: -webkit-calc(100vh - 163px);
    min-height: calc(100vh - 163px);
}

@media only screen and (max-width: 767px) {
    .error {
        min-height: -webkit-calc(100vh - 65px);
        min-height: calc(100vh - 65px);
    }
}

.error__title {
    margin-top: 19%;
    margin-bottom: 55px;
}

.error__title h1 {
    text-align: center;
    color: #009ad7;
    font: 700 3.375rem/1.2 "Open Sans", Arial, sans-serif;
}

.error__subtitle {
    margin-bottom: 20px;
    text-align: center;
}

.error__subtitle h2, .error__subtitle .h2 {
    color: #5a5a5a;
    text-transform: uppercase;
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.7px;
}

.error__text-block {
    max-width: 430px;
    text-align: center;
}

.error__text-block p {
    color: #5a5a5a;
    font: 400 1rem/1.25 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.56px;
}

.error__text-block p a {
    display: block;
    color: #009ad7;
}

.thanks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: -webkit-calc(100vh - 163px);
    min-height: calc(100vh - 163px);
}

@media only screen and (max-width: 767px) {
    .thanks {
        min-height: -webkit-calc(100vh - 65px);
        min-height: calc(100vh - 65px);
    }
}

.thanks__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .thanks__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.thanks__text-block {
    /*  max-width: 390px;
  flex-basis: 390px;*/
}

@media only screen and (min-width: 992px) {
    .thanks__text-block {
        max-width: 390px;
        flex-basis: 390px;
        padding-left: 50px;
        flex-shrink: 0;
    }

    .thanks__img {
        flex-grow: 1;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .thanks__text-block {
        text-align: center;
    }
}

.thanks__text-block h1 {
    display: block;
    margin-bottom: 30px;
    color: #385cc7;
    font: 700 1.875rem/1.17 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.thanks__text-block p {
    color: #5a5a5a;
    font: 600 0.875rem/1.29 "Open Sans", Arial, sans-serif;
}

.thanks__img {
    max-width: 465px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .thanks__img {
        max-width: 550px;
    }
}

@media only screen and (min-width: 1200px) {
    .thanks__img {
        max-width: 720px;
    }
}

@media only screen and (max-width: 991px) {
    .thanks__img {
        margin-top: 60px;
    }
}

.thanks__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.message {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 615px;
    width: 100%;
    padding: 60px 75px 20px;
    -webkit-box-shadow: 0 3px 18px rgba(0, 153, 255, 0.1);
    box-shadow: 0 3px 18px rgba(0, 153, 255, 0.1);
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .message {
        width: 100%;
        max-width: 100%;
        padding: 60px 15px 20px;
    }
}

.message__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.message .form {
    width: 100%;
}

.message .form__field {
    background-color: #f6f6f6;
    width: 100%;
    padding: 5px 11px;
}

.message .form__field.name, .message .form__field.family, .message .form__field.email {
    height: 36px;
    margin-bottom: 20px;
}

.message .form__field.textarea {
    height: 150px;
}

.message .form__field input, .message .form__field textarea {
    width: 100%;
    height: 100%;
    color: #5a5a5a;
    font: 400 1rem/1.63 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.35px;
    border: none;
    background-color: transparent;
    resize: none;
}

.message .form__radio {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5a5a5a;
    font: 400 1rem/1.63 "Open Sans", Arial, sans-serif;
    letter-spacing: 0.35px;
}

.message .btn {
    margin: 10px auto 0;
}

.message .fancybox-close-small {
    display: none !important;
}

.close__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer;
}

.close__btn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.close__btn span:after, .close__btn span:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    background-color: #9f9f9f;
}

.close__btn span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close__btn span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-radio {
    cursor: pointer;
    display: inline-block;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-radio:not(:first-child) {
    margin-left: 20px;
}

@media screen and (max-width: 480px) {
    .btn-radio {
        display: block;
        float: none;
    }
}

.btn-radio svg {
    fill: none;
    vertical-align: middle;
}

.btn-radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
}

.btn-radio svg path {
    stroke: #008FFF;
}

.btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}

.btn-radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}

.btn-radio input {
    display: none;
}

.btn-radio input:checked + svg path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}

.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}

.blog {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
    .blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog__content {
    max-width: 825px;
    width: 100%;
    margin: 0 auto;
}

.blog__top-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 -25px;
}

@media only screen and (max-width: 767px) {
    .blog__top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 -25px;
    }
}

.blog__slider {
    max-width: 245px;
    width: 100%;
    /* max-width: 280px; */
}

@media only screen and (max-width: 767px) {
    .blog__slider {
        max-width: 100%;
        padding: 0 10px;
    }

    .blog__slider .slider__item {
        max-width: 240px;
        margin: 0 15px;
    }
}

.blog__slider .swiper-pagination {
    display: none;
}

.blog__slider .product-page__img {
    /*padding: 35% 15px;*/
    height: auto;
    background-color: #3557bd;
    /* padding: 30px 10px; */
}

.blog__slider .btn__cart {
    padding: 13px 15px;
}

.blog__bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    margin: 0 -25px;
}

.blog__item {
    width: -webkit-calc(33% - 47.5px);
    width: calc(33% - 47.5px);
    margin: 0 25px 10px;
}

@media only screen and (max-width: 767px) {
    .blog__item {
        width: -webkit-calc(50% - 50px);
        width: calc(50% - 50px);
    }
}

@media only screen and (max-width: 540px) {
    .blog__item {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}

.blog__item .image {
    height: 120px;
    /*background-color: #e1e1e1;*/
}

.blog__item .image a {
    display: block;
    width: 100%;
    height: auto;
}

.blog__item .image img {
    display: block;
    width: 100%;
    height: 100%;
}

.blog__item.large {
    max-width: 100%;
    width: auto;
    margin-right: 50px;
}

.blog__item.large .image {
    height: 220px;
}

@media only screen and (max-width: 767px) {
    .blog__item.large {
        margin-right: 25px;
    }
}

.blog__item.large .blog__caption a h4, .blog__item.large .blog__caption a .h4 {
    display: block;
    margin-bottom: 20px;
    color: #385cc7;
    font: 700 0.875rem/1.29 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
}

.blog__item.large .blog__caption a p {
    font: 400 0.875rem/1.43 "Open Sans", Arial, sans-serif;
    color: #000000;
}

.blog__item.large .blog__caption a p span {
    font-weight: 600;
    color: #00aeef;
}

.blog__caption {
    padding-bottom: 10px;
}

.blog__caption time {
    display: block;
    padding: 15px 0;
    color: #424263;
    font: 600 0.75rem/1.58 "Open Sans", Arial, sans-serif;
}

.blog__caption h4 a, .blog__caption .h4 a {
    color: #000000;
    font: 700 0.875rem/1.29 "Open Sans", Arial, sans-serif;
}

.blog__aside {
    max-width: 280px;
    width: 100%;
    padding: 0 15px 50px;
}

.blog__aside .blog__item:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 992px) {
    .blog__aside .blog__item {
        width: 100%;
        margin: 5px 0;
    }
}

@media only screen and (max-width: 991px) {
    .blog__aside {
        max-width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.blog__old {
    width: 100%;
}

.blog__old__title {
    width: 100%;
    height: 40px;
    background-color: #385cc7;
    text-align: center;
}

.blog__old__title h2, .blog__old__title .h2 {
    color: #fff;
    font: 700 0.75rem/3.83 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.76px;
}

.blog__old__list ul li {
    display: block;
    padding: 20px 5px;
    position: relative;
}

.blog__old__list ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #b7b7b7;
}

.blog__old__list ul li a time {
    display: block;
    margin-bottom: 13px;
    color: #424263;
    font: 400 0.875rem/1.43 "Open Sans", Arial, sans-serif;
}

.blog__old__list ul li a h3, .blog__old__list ul li a .h3 {
    color: #000000;
    font: 700 1rem/1.38 "Open Sans", Arial, sans-serif;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
}

.pagination:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b7b7b7;
}

.pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pagination ul li {
    display: block;
    margin: 0 2px;
}

.pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #424263;
    font: 400 0.875rem/1.29 "Open Sans", Arial, sans-serif;
}

.pagination .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination__arrow {
    display: block;
    width: 25px;
    margin: 0 2px;
}

.pagination__arrow span {
    color: #b7b7b7;
}

.pagination__arrow.left span:before {
    content: '\e91b';
    font-family: 'icomoon' !important;
}

.pagination__arrow.right span:before {
    content: '\e91a';
    font-family: 'icomoon' !important;
}

/*----- import adaptive -------------------------------------------*/


@media (max-width: 700px) {
    .bread-crumbs {
        display: none;
    }

    .product__slider .slider__item {
        flex-basis: 260px;
    }
}

@media only screen and (max-width: 991px) {
    .kit__label {
        display: flex;
        width: 30px;
        height: 30px;
    }

    .video__descr {
        display: block;
        margin-left: 0;
    }

    .video {
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .discount-banner__left, .discount-banner__right {
        width: 100%;
        padding-bottom: 61%;
        text-align: center;
    }
}

.main-wrapper-mod {
    padding-top: 213px;
}

.header-mod {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
    background: #fff;
}

.header__wrapper-mod {
    padding-top: 5px;
}

.header__logo-mod {
    display: none;
}

.header__nav-mod {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.container-mod {
    position: relative;
}


.contacts-block {
    display: flex;
    flex-direction: row;
    padding: 50px;
}

.contacts-info {
    width: 50%;
    padding-top: 55px;

}

.contacts-info ul {
    margin: 15px 0;
}

.contacts-info li {
    margin: 5px 0;
}

.contacts-info li img {
    margin-right: 5px;
}

.contacts-img {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts-img img {
    max-width: 465px;
    width: 100%;
}

.contacts-img p, .contacts-img img, .contacts-img a {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    p.icon-block__descr {
        opacity: 1;
    }

    #exampleModal .modal-content .modal-title {
        padding-top: 15px;
    }

    #exampleModal .modal-content .modal-header .close {
        margin-top: 0px;
    }

    .contacts-info, .contacts-img {
        width: 100%;
        padding-bottom: 50px;
    }

    .contacts-block {
        flex-direction: column;
    }

    .contacts-block {
        padding: 0;
    }
}


/* .icon-block__icon {
  flex-direction: column;
  margin-top: 15px;
} */

.icon-block__icon img {
    max-height: 60px;
    max-width: 60px;
}

.icon-block__icon h4, .icon-block__icon .h4 {
    position: absolute;
    top: 135px;
    color: #3a3f4b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.icon-block__icon p {
    position: absolute;
    top: 162px;
    color: #979797;
    font-size: 0.875rem;
    line-height: 1.29;
    font-weight: 400;
    letter-spacing: .35px;
    text-align: center;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.icon-block__item:hover p {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 990px) {
    .icon-block__icon img {
        height: 30px;
        width: 30px !important;
    }

    .icon-block__icon h4, .icon-block__icon .h4 {
        top: 14px;
        left: 120px;
    }

    .icon-block__icon p {
        display: block;
        top: 46px;
        text-align: left;
        left: 120px;
    }
}

@media (max-width: 480px) {
    .icon-block__icon h4, .icon-block__icon .h4 {
        left: 74px;
    }

    .icon-block__icon p {
        left: 74px;
    }
}

@media only screen and (min-width: 992px) {
    .icon-block__wrapper {
        padding-bottom: 7%;
    }
}

.video__wrapper .video__wrapper__v, .video__wrapper__v iframe {
    height: 100%;
    width: 100%;
}

.how_we_work_img {
    height: 90px;
}


.section--for-partners {
    position: relative;
    background: none;
    padding: 0;
}

.section--for-partners img {
    position: absolute;
    max-height: 448px;
    width: 100%;
}

.section--for-partners .for-partners {
    position: absolute;
    top: 13px;
}

.cart .cart__item__name, .order__cart .cart__item__name {
    max-width: 48%;
}

.header__top__basket__wrapper .basket-counter {
    width: 25px;
    height: 25px;
}

.header__top__basket__wrapper a {
    width: 53px;
    height: 50px;
}

.header__top__basket__wrapper a .moon {
    font-size: 30px;
    line-height: 65px;
}

.cart__list__wrapper {
    max-height: 315px;
}

.section.alert a:first-child {
    color: green;
}

.under_cart_text {
    padding: 15px 15px 0 15px;
    color: #000000;
}

.cart__amount-wrap {
    padding: 15px 20px;
}

.cart__amount-wrap:nth-child(2) {
    padding-top: 27px;
}

.amount {
    display: flex;
}

.cart__amount-wrap .amount .amount__symbol {
    margin-left: 5px;
}

.cart__amount {
    padding: 10px 15px 0;

}

.shop__item__title h1 {
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .pc-only {
        display: block;
        font-size: 21.6px;
    }

    .mobile-only {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: block;
        font-size: 21.6px;
    }

    .mobile-only {
        display: none;
    }
}

.banner__text-block:before {
    display: none;
}

.banner__text-block {
    max-width: 95%;
    width: 600px;
    margin: 0 auto;
}

.banner__image > pre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner__btn-wrap .btn.btn__banner {
    margin: 0 auto;
}

.banner__text {
    text-align: center;
}

.banner__title {
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 700px) {
    .banner__title {
        font-size: 21.825px;
    }
}

@media only screen and (max-width: 480px) {
    .banner__title {
        font-size: 20px;
    }

    .blog__item.large .image {
        height: 120px;
    }

    .blog__item .image {
        height: 140px;
    }
}

@media only screen and (max-width: 370px) {
    .banner__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1300px) {
    .section--for-partners .for-partners {
        top: 0px;
    }

    .for-partners__title {
        margin: 20px 0;
    }

    .section--for-partners {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1200px) {
    .section--for-partners {
        min-height: 300px;
    }

    .for-partners__text p {
        font: 400 13px/1.22 "Open Sans", Arial, sans-serif;
        letter-spacing: .45px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1040px) {
    .section--for-partners {
        min-height: 250px;
    }

    .for-partners__title {
        margin: 10px 0;
    }

    .for-partners__text p {
        font: 400 12px/1.22 "Open Sans", Arial, sans-serif;
        letter-spacing: .45px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 920px) {
    .section--for-partners {
        min-height: 180px;
    }

    .for-partners__title {
        margin: 8px 0;
    }

    .for-partners__title h3, .for-partners__title .h3 {
        font: 700 16px/1.35 "Open Sans", Arial, sans-serif;
    }

    .for-partners__text p {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 860px) {
    .for-partners {
        max-width: 100%;
    }

    .section--for-partners {
        min-height: unset;
    }

    .section--for-partners .for-partners {
        position: relative;
    }

    .section--for-partners pre {
        display: none;
    }

    .for-partners__title {
        margin: 8px 0;
    }

    .for-partners__title h3, .for-partners__title .h3 {
        font: 700 16px/1.35 "Open Sans", Arial, sans-serif;
        color: #385cc7;
        text-align: center;
    }

    .for-partners__text p {
        margin-bottom: 14px;
        color: #979797;
    }
}

.simple-content {
    margin: 0 !important;
}

.simple-content .checkout-heading {
    background-color: #fff !important;
    border: none !important;
    color: #385cc7 !important;
    font: 700 1rem/2.4 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .56px !important;
    padding: 0 !important;
    margin-bottom: 30px;
}

/*.simple-content #simplecheckout_cart .checkout-heading.panel-heading {*/
/*    color: #5a5a5a !important;*/
/*}*/

.simple-content .checkout-heading .checkout-heading-button {
    font: 700 .8rem/3.4 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .36px !important;
}

.row-customer_register label.control-label {
    line-height: 3.3;
}

.simple-content .checkout-heading .checkout-heading-button a {
    color: #385cc7 !important;
}

.simplecheckout-block-content {
    padding: 0 !important;
}

textarea.order__form__field {
    border-color: #f6f6f6;
}

.simple-content.order input[type=text],
.simple-content.order input[type=password],
.simple-content.order input[type=email],
.simple-content.order input[type=tel],
.simple-content.order input[type=phone],
.simple-content.order input[type=date],
.simple-content.order input[type=time],
.simple-content.order select,
.simple-content.order textarea {
    margin: 0 !important;
}

.simplecheckout-cart {
    border: none !important;
}

.cart-wrap {
    padding-right: 20px;
}

.simplecheckout-cart thead {
    display: none;
}

.simplecheckout-cart tr {
    border-top: 1px solid #d7d7d7;
    position: relative;
}

/*#total_sub_total {*/
/*    border-top: 1px solid #d7d7d7 !important;*/
/*}*/

.simplecheckout-cart tr table tr {
    border-top: none;
}

.simplecheckout-cart td.remove {
    position: relative;
}

#simplecheckout_cart .form-control {
    margin: 0 !important;
}

.simplecheckout-cart td.total {
    color: #009ad8;
    font: 700 1.5rem/1 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .6px;
}

.simplecheckout-cart td.name {
    display: flex !important;
    margin: 20px 0;
    width: calc(100% - 30px);
    width: 100%;
    padding: 0;
    color: #5a5a5a;
    text-transform: uppercase;
    text-align: left;
}

.simplecheckout-cart td.name table {
    width: 100%
}

.simplecheckout-cart td.name img {
    display: block;
}

.simplecheckout-cart td.name .product-link {
    margin-bottom: 20px;
    padding-right: 25px;
}

.simplecheckout-cart td.name a {
    text-align: left;
    font: 400 1rem/1.25 "Open Sans", Arial, sans-serif;
    display: block;
}

.simplecheckout-cart td.quantity {
    /*  display: inline-block !important;
 margin-left: 118px;
  margin-top: -40px; */
    padding-bottom: 0;
}

#simplecheckout_cart .simplecheckout-cart td.total {
    /* display: inline-block !important;
   margin-top: -40px;

  width: calc(100% - 217px);*/
    padding-right: 0;
    text-align: right;
    padding-bottom: 0;
}

.simplecheckout-cart td {
    border-bottom: none !important;
}

.simplecheckout-cart-total {
    border: none !important;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.simplecheckout-cart-total span b {
    margin-right: 20px;
    color: #5a5a5a;
    font: 400 0.875rem/1.57 "Open Sans", Arial, sans-serif;
    letter-spacing: .35px;
}

.simplecheckout-cart-total span.simplecheckout-cart-total-value {
    color: #5a5a5a;
    font: 700 1.25rem/1.1 "Open Sans", Arial, sans-serif;
    letter-spacing: .6px;
}

.simplecheckout-cart-total-remove {
    display: none !important;
}

.simplecheckout-cart * {
/ / outline: 1 px solid red !important;
}

.simplecheckout-cart td.remove {
    padding: 0 !important;
    width: 0 !important;
}

.name-table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.simplecheckout-cart-total-value {
    flex-shrink: 0;
    padding-left: 15px;
}

.simplecheckout-button-block.buttons {
    text-align: center;
}

.simplecheckout-button-right {
    /*
  float: none !important;
  text-align: center !important;
  display: inline-block;
*/
}

.radio .check-option {
    color: #fff;
    border: 1px solid #009ad7;
    background: #009ad7;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: width .2s linear;
    user-select: none;
    padding: 5px 10px;
    cursor: pointer;
}

.radio input:checked + .check-option {
    border-color: #385cc7;
    background: #385cc7;
    color: #fff;
}

.simple-content input[type="radio"] {
    /* display: none; */
    width: 15px;
}

.form-group.row-customer_register {
    margin-bottom: 20px;
    overflow: hidden;
}

#simplecheckout_cart .btn__form {
    padding: 10px 15px
}

.btn-link {
    font: 700 .8rem/2.06 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .36px !important;
    color: #385cc7 !important;
}

.form-control + .btn-link {
    margin-bottom: 15px;
}

#simple_login_header {
    padding: 17px 0 !important;
}

#simple_login_header .cart__remove {
    top: 10px;
    right: 10px;
}

#simple_login_header .cart__remove:before,
#simple_login_header .cart__remove:after {
    left: -webkit-calc(50% - 7px);
    left: calc(50% - 7px);
    top: -webkit-calc(50% - 0px);
    top: calc(50% - 0px);
}

.simplecheckout .simplecheckout-block-content label, .simpleregister .simplecheckout-block-content label {
    /*display: none !important;*/
    /* margin-bottom: 10px; */
}

.simplecheckout .simplecheckout-block-content .row-customer_register label, .simpleregister .simplecheckout-block-content .row-customer_register label {
    display: inline !important;
    float: left;
}

.row-customer_register div {
    /*float: right;*/
}

.breadcrumb {
    display: none;
}

#content .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#content .row .col-sm-6 {
    width: calc(100% - 30px);
    margin: 0 15px 30px;
}

@media only screen and (min-width: 768px) {
    #content .row .col-sm-6 {
        width: calc(50% - 30px);
    }
}

#content .row .col-sm-4 {
    width: calc((100% / 3) - 30px);
    margin: 0 15px 30px;
}

.section--account {
    padding: 40px 0;
}

.well {
    padding: 30px;
    background-color: #f3f3f3;
}

.well h2 {
    padding: 5px 0 15px;
}

.well p {
    padding: 6px 0 15px;
    color: #5a5a5a;
    font: 400 0.9375rem/1.47 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.well h2 + p {
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
}

.well .form-control {
    background-color: #fff;
}

.btn-default {
    border: none;
    background-color: #ddd;
    padding: 20px 15px;
    cursor: pointer;
    color: #ffffff;
    font: 700 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.btn-primary {
    border: none;
    background-color: #385cc7;
    padding: 20px 15px;
    cursor: pointer;
    color: #ffffff;
    font: 700 1rem/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background-color: #f6f6f6;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font: 400 1rem/1.43 "Open Sans", Arial, sans-serif;
    color: #757575;
}

.form-control::placeholder {
    color: #757575;
}

.forgotten-link {
    display: inline-block;
    margin-bottom: 23px;
    color: #385cc7;
}

.forgotten-link:hover {
    color: #009ad7;
}

.alert.alert-danger {
    color: red;
    text-align: center
}

.breadcrumb + .alert {
    margin-bottom: 30px;
}

.buttons {
    /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}


.buttons.clearfix:before, .buttons.clearfix:after {
    display: none;
}

.forgotten-wrap {
    max-width: 480px;
    margin: 0 auto;
}

.forgotten-wrap p {
    padding: 6px 0 15px;
    color: #5a5a5a;
    font: 400 0.9375rem/1.47 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

#simplepage_form {
    max-width: 480px;
    margin: 0 auto;
}

.simpleregister-block-content {
    padding: 5px 0 !important;
}

.simpleregister-have-account a {
    color: #385cc7;
}

.simpleregister-have-account a:hover {
    color: #009ad7;
}

.simpleregister-block-content legend {
    font: 700 1.25rem/1.35 "Open Sans", Arial, sans-serif;
    padding: 25px 0 0;
    color: #5a5a5a;
    letter-spacing: .38px;
}

.simpleregister-have-account {
    padding: 12px 0 0;
    color: #5a5a5a;
    font: 400 0.9375rem/1.47 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.simpleregister-block-content .control-label {
    display: none !important;
}

.simpleregister-block-content .row-register_newsletter .control-label {
    display: block !important;
    margin-bottom: 10px;
}

.simpleregister-block-content .row-register_newsletter .radio {
    display: inline-block;
    margin-right: 15px;
}

#simplepage_form .simpleregister-button-block.buttons {
    padding: 0 !important;
}

.sk-block {
    min-height: 150px;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f3f3f3;
}

.sk-block h2 {
    margin-bottom: 15px;
    background-color: transparent;
    border: none !important;
    color: #385cc7 !important;
    font: 700 1rem/2.06 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .56px !important;
    padding: 0 !important;
    margin-bottom: 30px;
}

.sk-block h2 + p {
    padding: 0 0 15px;
    color: #5a5a5a;
    font: 400 0.9375rem/1.47 "Open Sans", Arial, sans-serif;
    letter-spacing: .38px;
}

.sk-block .table {
    width: 100%
}

.sk-block .table {
    vertical-align: middle;
    margin-bottom: 15px;
}

.sk-block .table tr {
    position: relative;
}

.sk-block .table td {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #d7d7d7;
}

.sk-block .table-bordered {
    background: transparent;
}

.sk-block .table-bordered .td-total {
    color: #009ad8;
    font: 700 1.5rem/1 "Open Sans", Arial, sans-serif !important;
    letter-spacing: .6px;
    white-space: nowrap;
}

.sk-block .table-bordered .td-count {
    white-space: nowrap
}

.sk-block .table-bordered .td-img {
    padding: 0;
}

.sk-block .table-bordered .btn-remove .cart__remove {
    top: -12px;
    right: 2px;

}

.mfp-iframe-scaler iframe {
    background: url(/images/loading.gif) no-repeat scroll center center #fff !important;
}

.content-wrap {
    max-width: 480px;
    margin: 0 auto;
}

.content-wrap .table {
    width: 100%;
}

.radio-inline {
    display: inline-block;
}

.table-address {
    margin-top: 30px;
    margin-bottom: 30px
}

.table-address .text-right {
    max-width: 41px;
}

.btn.btn-info,
.btn.btn-danger {
    display: inline-block;
    color: #385cc7;
}

.btn.btn-info:hover,
.btn.btn-danger:hover {
    color: #009ad7;
}

.img-svg {
    fill: #385cc7;
}

.login-link {
    display: inline-block;
    margin-right: 15px;
}

.checkout-simplecheckout .header__nav, .checkout-simplecheckout .js--mobile-nav, .checkout-simplecheckout footer, .checkout-simplecheckout .header__top__basket__wrapper {
    display: none;
}

.checkout-simplecheckout .header__top__telephone p {
    display: inline;
    padding-left: 15px;
}

.checkout-simplecheckout .section--order-form {
    padding: 10px 0;
}

.row-customer_register .radio {
    margin-top: 6px;
}

.form-group.row-shipping_address_address_1 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1901px) and (max-width: 3600px) {
    #exampleModal .modal-dialog {
        width: 1200px;
    }

    #videoModal .modal-dialog {
        width: 884px;
    }

    .mdl-swiper-button-prev,
    .mdl-swiper-button-next {
        position: absolute;
        top: 30%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1900px) {
    #exampleModal .modal-dialog {
        width: 950px;
    }

    #videoModal .modal-dialog {
        width: 884px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #exampleModal .modal-dialog {
        width: 750px;
    }

    #videoModal .modal-dialog {
        width: 750px;
    }
}

.modal-dialog .swiper-wrapper {
    width: 500px;

}

@media only screen and (min-width: 630px) {
    #exampleModal .modal-body .slider-modal-wrap {
        display: inline-block;
        width: 50%;
        max-width: 50%;
        margin-right: 25px;
    }

    #exampleModal .modal-body .price-modal-wrap {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}


@media only screen and (min-width: 768px) {

    #exampleModal .modal-body .slider-modal-wrap {
        display: inline-block;
        width: 50%;
        max-width: 50%;
        margin-right: 25px;
    }

    #exampleModal .modal-body .price-modal-wrap {
        display: block;
        float: right;
        vertical-align: top;
        width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

}

#exampleModal .shop__item__button-cart {
    overflow: initial;
    margin-bottom: 15px;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}

.slider-modal-wrap {
    text-align: center;
}

#exampleModal .ocpoc-main-image {
    margin-right: 0;
    display: block;
    padding: 10px 25px 25px 25px;
}

#exampleModal .ocpoc-thumbs {
    margin-right: 0;
    display: block;
}

#exampleModal .shop__item__button-cart {
    overflow: initial;
}

#exampleModal .shop__item__price {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#exampleModal .modal-header .close {
    margin-top: -24px;
}

@media only screen and (min-width: 992px) {
    #exampleModal .shop__item__button-cart {
        max-height: fit-content;
    }

    #exampleModal .shop__item__button-cart .btn {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    #exampleModal .shop__item__price .rating {
        opacity: 1;
    }

    #exampleModal .ocpoc-thumbs img {
        width: 92px;
    }

}

#exampleModal .ocpoc-thumbs {
    margin-top: 15px;

}

#exampleModal .ocpoc-main-image img {
    width: 100%;
}

#exampleModal .ocpoc-thumbs img {
    width: 92px;
    margin-right: 2px;
    border: solid 1px #d1d1d1;
    width: 59px;
    margin-right: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

#exampleModal .ocpoc-thumbs {
    margin: 0;
    float: none;
    text-align: center;
    width: 100%;
}

#exampleModal .shop__item {
    min-height: 0;
}

#exampleModal .shop__item:hover {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

p.video_link img {
    padding-right: 5px;
    width: 35px;
}

p.video_link span {
    color: #009ad8;
    font-size: 14px;
    cursor: pointer;
}

p.video_link span:hover {
    color: #5a5a5a;
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #5a5a5a; /* Добавляем свою линию */
}

.product-page__wslider .gallery-top {
    cursor: pointer;
}


#slider {
    position: relative;
}

#slider img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 991px) {
    #exampleModal .shop__item {
        min-height: 0;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    }

    #exampleModal .shop__item:hover {
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    }
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    padding-bottom: 15px;
}

.hidden {
    display: none;
}

.product_thanks p {
    padding: 10px 15px 25px 15px;
    text-align: center;
    color: #009ad7;
    font: 600 1rem/1.38 "Open Sans", Arial, sans-serif;
}

.product_thanks p span {
    color: green;
}

.product_thanks p a {
    color: #009ad7;
    text-decoration: underline;
}

.category-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.category-page aside#column-left {
    width: 30%;
    max-width: 350px;
    min-width: 350px;
    padding: 20px;
}

.category-page .section--shop,
.category-page .main.sets {
    /* width: 70%; */
    width: 100%;
    display: flex;
    justify-content: center;
}

#content .section--discount-banner {
    display: none;
}

@media only screen and (max-width: 480px) {
    .mfilter-free-button {
        top: 175px;
    }

    .category-page .section--shop, .category-page .main.sets {
        width: 100%;
    }

    .mfilter-free-container.mfilter-free-container-closed.mfilter-widget-position-left.mfilter-direction-ltr.mfilter-mobile.mfilter-box-1 {
        display: block;
    }

    .category-page #column-left {
        display: none;
    }

    .mfilter-free-container-opened.mfilter-free-container {
        display: block;
    }
}

/*.simple-content #simplecheckout_comment .checkout-heading {*/
/*    margin-bottom: 0*/
/*}*/

.information-information-8 main .container {
    background-color: #fff;
    position: relative;
    z-index: 3;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.contacts-block {
    max-width: 1170px;
}

.header-mod #search {
    display: none;
}

.header-mod .header__nav__wrapper {
    width: 100%;
}

#search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-width: 250px;
}

#search .btn-default {
    background-color: #009ad8;
    padding: 11px 15px;
    font: 0.875rem/1.43 "Open Sans", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .35px;
}

.header__nav.js--mobile-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.header__nav__wrapper {
    width: 95%;
}

@media only screen and (max-width: 767px) {
    .header__nav.js--mobile-nav {
        display: block;
        align-content: normal;
    }

    #search {
        width: 95%;
        margin-top: 15px;
        margin-bottom: 1px;
    }
}

.proposition__item {
    overflow: hidden;
}

.blog__caption .h4 {
    padding-top: 15px;
}

.section.section--application {
    z-index: 999;
    position: relative;
}

.dia {
    width: 100%;
    height: 40px;
    background-image: url(../img/diya1.png);
    background-repeat: repeat-x;
}

.section--home-banner .slider__item__wrapper .banner__btn-wrap {
    display: none;
}

.section--home-banner .slider__item.swiper-slide {
    /*height: calc(50vh + 150px);*/
    background-size: contain;
}

@media only screen and (max-width: 1750px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: calc(50vh + 100px);*/
    }
}

@media only screen and (max-width: 1500px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: calc(50vh + 50px);*/
    }
}

@media only screen and (max-width: 1250px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: calc(50vh - 50px);*/
    }
}

@media only screen and (max-width: 991px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: calc(50vh - 100px);*/
    }
}

@media only screen and (max-width: 767px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: 250px;*/
    }
}

@media only screen and (max-width: 480px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: 140px;*/
    }
}

@media only screen and (max-width: 390px) {
    .section--home-banner .slider__item.swiper-slide {
        /*height: 120px;*/
    }
}

.section--home-banner img {
    max-width: 100%;
    height: auto;
    display: block;
    /*opacity: 0;*/
}

.section--order-form legend {
    text-align: center;
    margin: 20px 0 -40px 0;
    background: #000;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section--order-form legend span {
    font: 700 1rem/2.4 "Open Sans", Arial, sans-serif;
    letter-spacing: .56px;
}

.section--order-form legend img {
    width: 32px;
    height: auto;
    margin-right: 15px;
}

.prop_calc img {
    width: 30px;
    position: relative;
    top: 7px;
}

.js--scroll .words-list{
    overflow-x: auto;

}
.words-list::-webkit-scrollbar {
    height: 0;
}

/* Track */
.words-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    opacity: 0;
}

/* Handle */
.words-list::-webkit-scrollbar-thumb {
    background: #888;
    opacity: 0;

}

.row-shipping_address_coonect #shipping_address_coonect {
    margin-top: 20px !important;
}

select[name=payment_method], select[name=shipping_method], #shipping_address_coonect {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIyODIuNDcxIDI1NS42MTEgMTAgNSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTSAyODIuNDcxIDI1NS42MTEgTCAyODcuNDcxIDI2MC42MTEgTCAyOTIuNDcxIDI1NS42MTEgTCAyODIuNDcxIDI1NS42MTEgWiIgc3R5bGU9ImZpbGw6IHJnYigwLCAxNTQsIDIxNik7Ii8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 17px;
    border: 1px solid #d7d7d7;
}
.section--submition {
    background-color: #f4f5fd;
    margin-bottom: 100px;
}
.section--submition .container {
    padding: 50px;
}

.section--submition .container  .product__title {
    margin-bottom: 20px;
}

.submition__form {
    display: flex;
    flex-direction: column;
}

.submition__form__fields-wrapper {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.submition__form input {
    background-color: #fff;
    width: 300px;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font: 400 1rem / 1.43 "Open Sans", Arial, sans-serif;
    color: #757575;
    margin-bottom: 20px;
}

.submition__form textarea {
    width: 300px;
    resize: none;
    padding: 11px;
    height: 108px;
    line-height: 40px;
    font: 400 1rem / 1.43 "Open Sans", Arial, sans-serif;
    border-color: #f4f5fd;
    margin-bottom: 20px;
}

#submit__form {
    width: 300px;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font: 400 1rem / 1.43 "Open Sans", Arial, sans-serif;
    color: #757575;
    margin-bottom: 20px;
    margin: 0 auto;
}

