/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    margin-bottom: 200px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*@font-face {*/
/*    font-family: 'Myriad Pro Regular';*/
/*    src: url("/assets-my/fonts/fonts/MyriadPro-Regular.eot");*/
/*    src: url("/assets-my/fonts//MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets-my/fonts//MyriadPro-Regular.woff") format("woff"), url("/assets-my/fonts//MyriadPro-Regular.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Neighbor';*/
/*    src: url("/assets-my/fonts/NeighborRUSbyDaymarius.eot");*/
/*    src: url("/assets-my/fonts/NeighborRUSbyDaymarius.eot?#iefix") format("embedded-opentype"), url("/assets-my/fonts/NeighborRUSbyDaymarius.woff2") format("woff2"), url("/assets-my/fonts/NeighborRUSbyDaymarius.woff") format("woff"), url("/assets-my/fonts/NeighborRUSbyDaymarius.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Open Sans';*/
/*    src: url("/assets-my/fonts/Lato-Regular.eot");*/
/*    src: local("Lato Regular"), local("Lato-Regular"), url("/assets-my/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("/assets-my/fonts/Lato-Regular.woff") format("woff"), url("/assets-my/fonts/Lato-Regular.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

.clear {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cntr {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right !important;
}

.no-mar {
    margin: 0 !important;
}

.mar-5 {
    margin-bottom: 5px !important;
}

.mar-10 {
    margin-bottom: 10px !important;
}

.mar-20 {
    margin-bottom: 20px !important;
}

.mar-30 {
    margin-bottom: 30px !important;
}

.mar-40 {
    margin-bottom: 40px !important;
}

.mar-50 {
    margin-bottom: 50px !important;
}

.no-pad {
    padding: 0 !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-20 {
    padding: 20px !important;
}

.pad-30 {
    padding: 30px !important;
}

.pad-40 {
    padding: 40px !important;
}

.hidden {
    display: none;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

input:focus,
select:focus {
    outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #c0c0c0;
    text-align: left;
    font-weight: 300;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #c0c0c0;
    text-align: left;
    font-weight: 300;
}

input::placeholder,
select::placeholder {
    color: #c0c0c0;
    text-align: left;
    font-weight: 300;
}

select {
    font-size: 1.2rem;
    color: #a8a8a8;
    position: relative;
    background-image: url(/assets-my/img/arrow-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    letter-spacing: 0.5px;
    background-color: #ffffff;
}

/*select option[selected] {
    display: none;
}*/

header, nav, section, article, aside, footer {
    display: block;
}

.btn {
    margin-left: 75px;
    margin-bottom: 55px;
    width: 394px;
    height: 80px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    background-image: -o-linear-gradient(bottom, #fa4d8f 0%, #f87989 100%);
    background-image: linear-gradient(0deg, #fa4d8f 0%, #f87989 100%);
    box-shadow: 0px 2px 2px 0px rgba(156, 39, 176, 0.3);
}

button:focus {
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.pseudo-scroller {
    pointer-events: none;
}

.isolayer {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.js .grid,
.js .grid__item,
.js .grid__link {
    transform-style: preserve-3d;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.grid__item {
    width: 300px;
}

.js .grid__item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid__link {
    position: relative;
    z-index: 1;
    display: block;
}

.grid__img {
    display: block;
    max-width: 100%;
}

.grid__title {
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    color: #ffffff;
    transform: translate3d(0, -20px, 0);
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -o-transform 0.3s;
}

.grid__item:hover .grid__title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.layer {
    position: relative;
    display: block;
}

.layer:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

/* Shadow effect */
.isolayer--shadow .grid__link::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    transform: translateZ(-1px) scale(0.95);
    -o-transition: opacity 0.3s, box-shadow 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s, -o-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isolayer--shadow .grid__item:hover .grid__link::before {
    opacity: 0.2;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.8);
    transform: translateZ(-1px) scale(1);
}

/* All individual isometric grid layouts (static and scrollable) */
.isolayer--scroll1 {
    width: 90vw;
    max-width: 1500px;
    height: calc(100vh - 280px);
}

.isolayer--scroll1 .grid__item {
    width: 200px;
    padding: 15px;
}

.isolayer--deco11 {
    width: 1000px;
    height: 900px;
}

.isolayer--deco11 .grid__link {
    /*box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);*/
}

.isolayer--deco11 .grid__link .layer:first-child:not(img) {
    background: #ac5cf5;
}

.isolayer--deco11 .grid__link .layer:nth-child(2):not(img) {
    background: #5db4eb;
}

.isolayer--deco11 .grid__link .layer:nth-child(3):not(img) {
    background: #5debb4;
}

.isolayer--deco11 .grid__link div.layer {
    width: 240px;
    height: 180px;
    opacity: 0.4;
}

.isolayer--deco11 .grid__item {
    width: 270px;
    height: 200px;
    padding: 15px;
}

.isolayer--deco11 .grid__item:nth-child(2) {
    margin-top: 150px;
}

.isolayer--deco2 {
    width: 1200px;
    height: 100vh;
}

.isolayer--deco2 .grid__item {
    padding: 20px;
}

.isolayer--deco2 .grid__link {
    transform-style: flat;
    transform: translate3d(0, 0, 0);
}

.isolayer--deco2 .grid__link .layer {
    border: 20px solid #ffffff;
    border-width: 40px 20px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.08);
}

.isolayer--deco3 {
    width: 960px;
    height: 500px;
}

.isolayer--deco3 .grid__item {
    width: 240px;
    height: 320px;
    padding: 0;
}

.isolayer--deco3 .grid__item:nth-child(2),
.isolayer--deco3 .grid__item:nth-child(4) {
    margin-top: -160px;
}

.isolayer--deco3 .grid__link,
.isolayer--deco3 .layer {
    width: 100%;
    height: 100%;
}

.isolayer--deco3 .layer {
    text-align: center;
    background: #ffffff;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.isolayer--deco3 .grid__link:hover .layer:not(:first-child) {
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}

.isolayer--deco3 .grid__item:nth-child(2n) .layer {
    background: #f7d2dc;
}

.isolayer--deco3 .grid__item:nth-child(3n) .layer {
    background: #fff0f3;
}

.isolayer--deco3 .grid__item:nth-child(4n) .layer {
    background: #e9c5cc;
}

.isolayer--deco3 .grid__item:nth-child(5n) .layer {
    background: #d6cbcd;
}

.isolayer--deco3 .grid__item:nth-child(7n) .layer {
    background: #ffc9d8;
}

.isolayer--deco3 .layer {
    width: 100%;
    height: 100%;
}

.isolayer--deco3 .decoletter {
    font-size: 6em;
    font-weight: 900;
    line-height: 1;
    display: block;
    padding: 70px 0 0 0;
    color: #000000;
    color: #000000;
}

.isolayer--deco3 .deconumber {
    font-size: 3em;
    display: block;
    color: #000000;
}

.isolayer--deco1 {
    width: 1200px;
    height: 900px;
}

.isolayer--deco1 .grid__item {
    padding: 15px;
}

.isolayer--deco1 .grid__link .layer:first-child:not(img) {
    background: #ac5cf5;
}

.isolayer--deco1 .grid__link .layer:nth-child(2):not(img) {
    background: #5db4eb;
}

.isolayer--deco1 .grid__link .layer:nth-child(3):not(img) {
    background: #5debb4;
}

.isolayer--deco1 .grid__link .layer {
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.isolayer--deco1 .grid__link div.layer {
    width: 270px;
    height: 203px;
    opacity: 0.4;
}

.isolayer--deco1 .grid__item {
    width: 300px;
    height: 225px;
    padding: 15px;
}

/* Flip effect for the scrollable grid */
.js .grid--effect-flip .grid__item {
    opacity: 0;
}

.js .grid--effect-flip .grid__item.shown {
    opacity: 1;
}

.grid--effect-flip .grid__item.animate {
    -ms-transform: translateY(800px);
    -o-transform: translateY(800px);
    transform: translateY(800px);
    -o-animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    animation: moveUp 1s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@-o-keyframes moveUp {
    100% {
        opacity: 1;
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveUp {
    100% {
        opacity: 1;
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Loading effect */
.js .grid {
    opacity: 0;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .grid.grid--loaded {
    opacity: 1;
}

.js body::after {
    content: '';
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    pointer-events: none;
    border: 3px solid #ffffff;
    border-right-color: #323f5c;
    border-radius: 50%;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -o-animation: rotateCircle 0.7s linear infinite forwards;
    animation: rotateCircle 0.7s linear infinite forwards;
}

@-o-keyframes rotateCircle {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.js body.grid-loaded::after {
    opacity: 0;
}

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

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

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

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

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

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.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: 10px;
    right: auto;
}

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

.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-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");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -o-transition: 300ms;
    transition: 300ms;
    -ms-transform: translate3d(0, 0, 0);
    -o-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-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    opacity: 0.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
    -o-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 {
    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 {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    /* Safari 4+, Chrome */
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

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

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

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

.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-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -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-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: 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;
}

/* Scrollbar */
.swiper-scrollbar {
    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);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    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;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -o-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%;
    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");
}

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

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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
}

.block {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 100%;
    height: 145px;
}

.top-container {
    overflow: hidden;
    padding-left: 45px;
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 105px;
}

.top-container__text {
    padding-right: 53px;
    text-transform: uppercase;
    /*font-family: 'Myriad Pro Regular';*/
    color: #ffffff;
    font-style: italic;
}

.top-container__text h1 {
    font-size: 24px;
}

.top-container__logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 212px;
    height: 112px;
    background-color: #183f7a;
}

.top-container__logo::after {
    position: absolute;
    top: calc(100% - 87px);
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 55px;
    content: '';
    border-left: 1px solid #ffffff;
}

.top-container__logo::before {
    position: absolute;
    top: calc(100% - 87px);
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 55px;
    content: '';
    border-right: 1px solid #ffffff;
}

.top-container__logo img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.top-container__address{
    color:#fff;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 50px;
}
.top-container__address span{
    font-size: 27px;
    display: block;
    color:#becbe0;
}

.top-container__phone {
    padding-left: 33px;
    padding-top: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: right;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.top-container__phone a {
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
}

.top-container__phone a span {
    margin-right: 5px;
    opacity: 0.7;
}

.top-container__phone a:nth-child(2) {
    padding-top: 8px;
    padding-left: 8px;
    /*font-size: 10px;*/
    /*text-align: right;*/
}

.top-container__phone a:nth-child(2) img {
    margin-right: 10px;
}

.top-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
    background-image: url("/assets-my/img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.top-sub {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0a1e49;
    width: 200%;
    max-width: 100%;
    height: 40px;
    opacity: 0.6;
}

.top-sub__text {
    padding: 12px 0 14px 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #85a4c2;
}

.slider {
    margin-right: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%;
    max-width: 100%;
    text-align: end;
}

.slider-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
}

.slider-title::after {
    z-index: -1;
    position: absolute;
    top: 140px;
    right: -97px;
    width: 571px;
    height: 170px;
    content: '';
    background-image: url("/assets-my/img/slider-radius.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-title .h5 {
    margin: 50px 75px 0 0;
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 33.5px;
    color: #ffffff;
    font-weight: 300;
}

.slider-title .h2 {
    margin-top: -20px;
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 100px;
    color: #ffffff;
    font-weight: 300;
}

.slider-title .h3 {
    margin: -32px 30px 0 0;
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 86px;
    color: #c52d31;
    font-weight: 300;
}

.slider-title--mode {
    margin-top: 50px;
    padding-left: 35px;
    width: auto;
    max-width: 100%;
}

.slider-title--mode::after {
    top: 132px;
    right: auto;
    left: 10px;
}

.slider-title--mode .h3 {
    margin: -36px -57px 0 0;
}

.slider--mode {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 560px;
    text-align: center;
}

.slider-bg--after {
    height: 610px;
}

.slider-bg--after::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 50px;
    background-image: url("/assets-my/img/menu.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-bg--after img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.slider-next, .slider-prev {
    top: calc(50% - 45px);
    background-image: url("/assets-my/img/arrow.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left 40%;
    width: 123px;
    height: 123px;
    background-color: #c52d31;
    border-radius: 50%;
    border: 7px solid #ffffff;
}

.slider-next--mode, .slider-prev--mode {
    top: 41%;
}

.slider-prev {
    left: 100px;
}

.slider-prev--mode {
    left: 351px;
}

.slider-next {
    right: 100px;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-blank {
    margin: 25px 60px 0 0;
    padding: 25px 45px 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 360px;
    max-width: 360px;
    height: 604px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    background-color: #d30707;
}

.slider-blank__btn {
    z-index: 2;
    margin-top: 39px;
    padding: 15px 39px;
    position: relative;
    border-radius: 35px;
    border: 0;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ffffff;
}

.slider-blank__btn::after {
    z-index: -1;
    position: absolute;
    top: -8px;
    left: -6px;
    content: '';
    width: 155px;
    height: 46px;
    background-image: url("/assets-my/img/white-btn.png");
    background-repeat: no-repeat;
}

.slider-blank__text {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.slider-blank__text img {
    margin-right: 20px;
}

.slider-blank__img {
    z-index: 2;
    margin-left: -20px;
    margin-bottom: 40px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    width: calc(100% + 65px);
    max-width: calc(100% + 65px);
    height: 225px;
}

.slider-blank__img::after {
    z-index: -1;
    position: absolute;
    top: -10px;
    left: -50px;
    content: '';
    width: 155px;
    height: 46px;
    background-image: url("/assets-my/img/white-btn.png");
    background-repeat: no-repeat;
    -ms-transform: rotate(197deg);
    -o-transform: rotate(197deg);
    transform: rotate(197deg);
}

.slider-blank__img::before {
    z-index: -1;
    position: absolute;
    top: auto;
    right: 30px;
    bottom: -13px;
    left: auto;
    content: '';
    width: 155px;
    height: 46px;
    background-image: url("/assets-my/img/white-btn.png");
    background-repeat: no-repeat;
    -ms-transform: rotate(197deg);
    -o-transform: rotate(197deg);
    transform: rotate(197deg);
}

.slider-blank__img img {
    margin-left: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.slider-blank__title {
    margin-bottom: 14px;
    margin-left: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.slider-blank__title_text {
    margin-left: 11px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.swiper-container {
    height: 560px;
}

.swiper-container--mode {
    height: 630px;
}

.menu {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 144px;
    background-image: url("/assets-my/img/menu.png");
}

.menu ul {
    height: 144px;
}

.menu ul li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 1;
}

.menu ul li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    content: '';
    border-left: 2px solid #a0a3a2;
}

.menu ul li span {
    height: 40px;
}

.menu ul li img {
    margin-bottom: 15px;
    height: 40px;
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu ul li:hover {
    color: #4575d7;
    z-index: 0;
}

.menu ul li:hover::before {
    z-index: -1;
    position: absolute;
    bottom: -22px;
    left: calc(50% - 77.5px);
    content: '';
    width: 155px;
    height: 46px;
    background-image: url("/assets-my/img/menu-bg-active.png");
    background-repeat: no-repeat;
}

.menu ul li:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.menu ul li:hover a {
    color: #4575d7;
    border-bottom: 14px solid #4375db;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.menu ul li a {
    margin-left: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    padding: 63px 29px 0;
    height: 100%;
    width: calc(100% - 2px);
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    position: relative;
    z-index: 3;
    background-color: #f7f7f7;
    border-bottom: 14px solid #ececec;
}

.menu ul li a span {
    /*font-family: 'Myriad Pro Regular';*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
    opacity: 0.5;
}

.menu ul li:nth-child(1) img {
    max-width: 71px;
    -o-object-fit: contain;
    object-fit: contain;
}

.menu ul li:nth-child(1):after {
    content: none;
}

.menu ul li:last-child {
    width: 165px;
}

.menu .mt-30 {
    margin-top: 30px;
}

.search {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    min-height: 420px;
}

.search-bg {
    z-index: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.search-block {
    position: relative;
    padding: 87px 0 0 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.search-block::after {
    position: absolute;
    top: 0;
    /*left: 342px;*/
    content: '';
    height: 60%;
    border-left: 2px solid #e0e0e0;
    /* opacity: 0.5; */
    margin: 32px 0 0 310px;
    min-height: 350px;
}

.search-block img {
    margin-bottom: 41px;
}
.search-block__btn {
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #777777;
    display: block;
    width: 244px;
    height: 46px;
    border-radius: 5px;
}

.search-block__btn:hover {
    color:#d30608;
}

.search-block .active {
    background-color: #4375db;
    color: #ffffff;
}
/*
.search-block .active::after {
    z-index: -1;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 112px);
    content: '';
    width: 224px;
    height: 44px;
    background-color: #4375db;
    border-radius: 5px;
}*/

/*.search-block .active::before {*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: -74px;*/
/*    content: '';*/
/*    width: 155px;*/
/*    height: 46px;*/
/*    background-image: url("/assets-my/img/menu-blue.png");*/
/*    background-repeat: no-repeat;*/
/*}*/

.search-input {
    margin: 30px 0 30px 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    min-width: 500px;
    min-height: 250px;
}

.search-input-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    min-width: 400px;
}

.search-input__title {
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #74777e;
    width: 100%;
}

.search-input-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.search-input-item:nth-child(2) {
    /*margin-left: 55px;*/
}

.search-input-item__text {
    margin-bottom: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.search-input-item__text::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    max-width: 145px;
    border: 0.5px solid #74777e;
    opacity: 0.5;
}

.search-input-item__text select {
    z-index: 1;
    padding: 0 50px;
    height: 40px;
    border-radius: 5px;
    background-image: url("/assets-my/img/arrow-list.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 95% 50%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #6d6e71;
    /*text-transform: uppercase;*/
}

.search-input-item__text select::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.search-input-item__text select:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.search-input-item__text select::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.search-input-item input {
    margin-right: 18px;
    position: relative;
    -ms-flex: 1 0 145px;
    flex: 1 0 145px;
    width: 100%;
    max-width: 145px;
    height: 25px;
    border: 0;
}

.search-input-item__list:disabled{
    background: #f1f1f1;
}

.search-input-item__dop {
    position: relative;
    width: 100%;
}

.select_loader{
    background: url(/assets-my/img/ajax-loader.gif);
    width: 16px;
    height: 16px;
    display: none;
    float: left;
    position: relative;
    margin: 10px 0 0 15px;
}

.search-input-item__dop::after {
    /*z-index: 0;*/
    /*position: absolute;*/
    /*top: -6px;*/
    /*right: -7px;*/
    /*left: auto;*/
    /*content: '';*/
    /*width: 155px;*/
    /*height: 46px;*/
    /*background-image: url("/assets-my/img/menu-search1.png");*/
}

.search-input-item__dop--1::after {
    top: -2px;
    right: -1px;
    width: 120px;
    height: 36px;
    background-image: url("/assets-my/img/menu-search2.png");
}

.search-input-item__dop--2::after {
    top: 0px;
    right: 44px;
    width: 120px;
    height: 36px;
    background-image: url("/assets-my/img/menu-search2.png");
}

.search-input-item__dop--3::after {
    top: 2px;
    right: 60px;
    width: 120px;
    height: 36px;
    background-image: url("/assets-my/img/menu-search3.png");
}

.search-input-item__dop--4::after {
    top: -4px;
    right: 9px;
    width: 122px;
    height: 46px;
    background-image: url("/assets-my/img/menu-search4.png");
}

.search-input__btn {
    z-index: 2;
    margin: 13px 0 0 4px;
    padding: 14px 34px;
    position: relative;
    cursor: pointer;
    border: 0;
    background-color: #1977db;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

.search-input__btn:hover {
    background-color: #c52d31;
}

/*.search-input__btn::after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -30px;
    content: '';
    width: 155px;
    height: 46px;
    background-image: url("/assets-my/img/red-search.png");
    background-repeat: no-repeat;
}*/
.lab{
    margin-right: 18px;
    position: relative;
    -ms-flex: 1 0 145px;
    flex: 1 0 145px;
    width: 100%;
    max-width: 145px;
    height: 25px;
    border: 0;
    line-height: 30px;
}
.tires {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tires-block {
    margin-top: -50px;
    background-color: #ffffff;
    height: 540px;
}

.tires-bg {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 144px;
    background-image: url("/assets-my/img/tires-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.tires-blank {
    z-index: 1;
    margin-left: 7px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 362px;
    height: 100%;
}

.tires-blank-bg {
    padding: 5px 35px 30px 32px;
    width: 100%;
    max-width: 362px;
    height: 185px;
    background-color: #1479db;
    border-radius: 10px;
}

.tires-blank .h2 {
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 100px;
    color: #ffffff;
    font-weight: 300;
}

.tires-blank__title_bottom {
    margin-top: -30px;
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 61.85px;
    color: #ffffff;
    font-weight: 300;
}

.tires-blank__text {
    padding: 25px 42px 0 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.tires-slider {
    margin: 127px 0 0 45px;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
}

.tires-slider .swiper-container--tires {
    overflow: visible;
    height: 342px;
    max-width: 805px;
}

.tires-slider-item {
    margin: 0 6px;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 190px;
    height: 340px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    background-color: #ffffff;
}

.tires-slider-item__img {
    padding: 0 0 15px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.tires-slider-item__img img {
    margin-top: -10px;
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.tires-slider-item__title {
    margin-bottom: 5px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #4375db;
}

.tires-slider-item__text {
    margin-bottom: 10px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #999999;
}

.tires-slider-item__price {
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #6d6e71;
}

.tires-slider-item__price span {
    font-family: 'Neighbor';
    font-size: 19.92px;
    color: #6d6e71;
}

.tires-slider-prev {
    top: 303px;
    left: 360px !important;
    width: 34px;
    height: 63px;
    left: -55px;
    background-image: url("/assets-my/img/arrow-tyres.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.tires-slider-next {
    top: 303px;
    right: -97px;
    width: 34px;
    height: 63px;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("/assets-my/img/arrow-tyres.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.car {
    margin: 23px 0 0;
    height: 560px;
}

.car-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 560px;
    background-image: url("/assets-my/img/car-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.car-title {
    padding-left: 37px;
}

.car-title .h5 {
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 33.5px;
    color: #ffffff;
    font-weight: 300;
}

.car-title .h2 {
    margin-top: -20px;
    margin-left: -3px;
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 100px;
    color: #ffffff;
    font-weight: 300;
}

.car-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 185px;
}

.car-block:nth-child(2) {
    width: 296px;
    height: 362px;
}

.car-block:nth-child(2) .car-block-item {
    background-color: #df2e2b;
}

.car-block:nth-child(3) {
    margin-top: 43px;
    margin-left: 34px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 305px;
}

.car-block:nth-child(3) .car-block-item {
    padding-right: 43px;
    background-color: #ffffff;
}

.car-block:nth-child(3) .car-block-item .car-block-item__title {
    color: #8f9092;
}

.car-block:nth-child(3) .car-block-item .car-block-item__text {
    color: #8f9092;
}

.car-block__mode {
    display: -ms-flexbox;
    display: flex;
}

.car-block-item {
    margin-left: 32px;
    padding: 15px 45px 35px 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 362px;
    max-width: 100%;
    height: 100%;
    background-color: #1a77db;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.car-block-item__title {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.car-block-item__title img {
    margin-left: -52px;
    margin-right: 15px;
}

.car-block-item__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 21px;
}

.car-block-item__img {
    margin: 10px 0 0 -57px;
}

.car-block__number {
    font-family: 'Neighbor';
    text-transform: uppercase;
    font-size: 150px;
    color: #1a77db;
    font-weight: 300;
    line-height: 1;
}

.car-block__number--red {
    position: absolute;
    top: 50%;
    left: -105px;
    color: #df2e2b;
}

.car-block__number--white {
    margin-left: 30px;
    color: #ffffff;
    line-height: .9;
}

.last {
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-height: 560px;
}

.last-bg {
    position: absolute;
    top: 380px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 145px;
    background-image: url("/assets-my/img/tires-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.last-item {
    margin: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    /*max-width: 365px;*/
    background-color: #ffffff;
}

.last-item:nth-child(1) {
    /*max-width: 320px;*/
}

.last-item:nth-child(3) {
    margin: 0;
    padding: 0 20px;
    max-width: 405px;
}

.last-item__img {
    margin-top: 7px;
    margin-left: 5px;
    box-shadow: 5px 15px 15px -10px #6e6e6e;
}

.last-item__description {
    margin-top: 21px;
    margin-left: 5px;
    width: 100%;
    max-width: 324px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #999999;
}

.last-item__title {
    margin-top: 13px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #0a0c12;
}

.last-item__title img {
    margin-right: 15px;
}

.last-item__text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #6d6e71;
}

.last-item__text p {
    margin-bottom: 21px;
}

.last-item-news {
    margin-bottom: 9px;
    padding: 19px 0 0 30px;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #596164;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNjg3NzdjIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0YTRhNGIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(left, #68777c 0%, #4a4a4b 100%);
    /* IE10+ */
    background-image: -o-repeating-linear-gradient(left, #68777c 0%, #4a4a4b 100%);
    background-image: repeating-linear-gradient(to right, #68777c 0%, #4a4a4b 100%);
    background-image: -ms-repeating-linear-gradient(left, #68777c 0%, #4a4a4b 100%);
    color:#fff;
}

a.to_all_news{
    color:#fff;
}

a.to_all_news:hover {
    color:#fff;
    background: #1977db;
}

.last-item-news__title {
    margin: 0 20px 21px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: 'Open Sans', sans-serif;
}

.last-item-news__title h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.last-item-news__title p {
    /*font-family: 'Roboto';*/
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}

.last-item-news__title_all {
    margin-left: -20px;
}

.last-item-news__text {
    margin: 0 50px 10px 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #bbbbbc;
}

.last-item-news a {
    float: right;
}

.last-item-news__btn {
    z-index: 1;
    position: relative;
    padding: 18px 18px 13px 35px;
    border-radius: 20px 0 0 20px;
    border: 0;
    background-color: #5f6364;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNjU2YjZkIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1OTVhNWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3 */
    /* IE10+ */
    background-image: -o-linear-gradient(left, #656b6d 0%, #595a5a 100%);
    background-image: linear-gradient(to right, #656b6d 0%, #595a5a 100%);
    background-image: -ms-linear-gradient(left, #656b6d 0%, #595a5a 100%);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    /*text-transform: uppercase;*/
    color: #ffffff;
}

.last-item-news__btn:hover {
    background: #1977db;
}

/*.last-item-news__btn::after {
    z-index: 0;
    position: absolute;
    top: -6px;
    left: -18px;
    content: '';
    width: 159px;
    max-width: 159px;
    height: 53px;
    background-image: url("/assets-my/img/btn-grey.png");
    background-repeat: no-repeat;
    background-size: cover;
}*/

.last-item .disable {
    padding: 18px 0 0 31px;
    background-color: #8e9698;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjOTRhMGEyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4zNzEiLz48c3RvcCBzdG9wLWNvbG9yPSIjODA4MDgxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3 */
    /* IE10+ */
    background-image: -o-linear-gradient(left, #94a0a2 37.1%, #808081 100%);
    background-image: linear-gradient(to right, #94a0a2 37.1%, #808081 100%);
    background-image: -ms-linear-gradient(left, #94a0a2 37.1%, #808081 100%);
}

.last-item .disable .last-item-news__text {
    display: none;
}

.last-item .disable button {
    display: none;
}

.last-item .disable--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.seo {
    margin-left: 45px;
    margin-top: -6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.seo-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.seo-block__title {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    /*font-weight: bold;*/
    color: #0a0c12;
}

.seo-block__text {
    margin-bottom: 15px;
    width: 100%;
    max-width: 980px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #6d6e71;
}

.seo-block__text p {
    margin-bottom: 20px;
}

.seo-block__btn {
    z-index: 1;
    position: relative;
    margin: 0 0 30px -15px;
    padding: 15px 79px;
    border-radius: 35px;
    border: 0;
    cursor: pointer;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #4375db;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.seo-block__btn:hover {
    background: #df2e2c;
}

/*.seo-block__btn::after {
    z-index: -1;
    position: absolute;
    top: -8px;
    left: -12px;
    content: '';
    width: 159px;
    max-width: 159px;
    height: 53px;
    background-image: url("/assets-my/img/btn-seo.png");
    background-repeat: no-repeat;
    background-size: cover;
}*/

.footer {
    padding: 20px 0 0 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 184px;
}

.footer-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url("/assets-my/img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
}

.footer-bg-bottom {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 40px;
    background-color: #07264f;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMwNzBmMzkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzA3MzE1OSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjIzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3 */
    /* IE10+ */
    background-image: -o-linear-gradient(top left, #070f39 0%, #073159 62.3%);
    background-image: linear-gradient(to bottom right, #070f39 0%, #073159 62.3%);
    background-image: -ms-linear-gradient(top left, #070f39 0%, #073159 62.3%);
}

.footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 116px;
}

.footer-block-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-block-logo__networks {
    margin: 0 auto 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-block-logo__networks img {
    margin-right: 17px;
    width: 20px;
    max-width: 20px;
    height: 21px;
    opacity: 0.5;
}

.footer-block-logo__title {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #ffffff;
    font-style: italic;
    font-size: 24px;
}

.footer-block-logo__description {
    margin-left: -13px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #afd4ec;
    opacity: 0.5;
}

.footer-block-phone {
    margin-left: 70px;
    padding-top: 47px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-block-phone a {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-block-phone a span {
    margin-right: 10px;
    opacity: 0.7;
}

.footer-block-phone a:nth-child(2) {
    padding-top: 8px;
    padding-left: 8px;
    font-size: 10px;
}

.footer-block-phone a:nth-child(2) img {
    margin-right: 10px;
}

.footer-block-services {
    margin-left: 67px;
    padding-top: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-block-services__text {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-block-services__text img {
    margin-right: 11px;
    width: 22px;
    height: 20px;
}

.footer-block-services__text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.footer-block-services--mode {
    margin-left: 40px;
}

.copyright {
    margin-left: 27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    /*font-family: 'Roboto';*/
    font-size: 14px;
    font-weight: 300;
    color: #8ba8ca;
}

.page {
    margin-bottom: 150px;
    border-top: 1px solid #000000;
}

.breadcrumbs {
    padding: 20px 0 5px 5px;
    font-size: 20px;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color: #1970ff;
}

.breadcrumbs .separator {
    margin: 0 7px;
    font-size: 1.2em;
    color: #6e6e6e;
}

.breadcrumbs a:hover {
    color: #ff00cf;
    border-bottom: 1px solid #ff00cf;

}

.i-link {
    color: #0f54b9;
    cursor: url(pointer.cur), pointer;
    -webkit-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s;
}

.news_all{
    width: 100%;
}



.calc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #f7f7f7;
}

.calc .calc_left {
    position: relative;
    margin: 87px 0 0 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.calc .calc_right {
    margin: 30px 0 30px 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: column wrap;
    /*flex-flow: column wrap;*/
    flex-flow: wrap;
    max-width: 100%;
    min-height: 440px;
}


.calc .card{
    width: 300px;
    height: 445px;
    display: block;
    float: left;
    border: 2px solid #e0e0e0;
    color:#0d0d0d;
    padding: 25px;
    margin:10px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: -webkit-box-shadow .6s ease-in-out;
    transition: -webkit-box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out,-webkit-box-shadow .6s ease-in-out;
}
.calc .card:hover {
    z-index: 1 /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08), 0 10px 10px rgba(0, 0, 0, 0.04);*/;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.08), 0 10px 10px rgba(0,0,0,.04);
    box-shadow: 0 14px 28px rgba(0,0,0,.08), 0 10px 10px rgba(0,0,0,.04);
    border: 2px solid #c52d31;
}


.calc .card:before {
    top: 0;
    width: 4px;
    background: #65b32e;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    background-color: #ef7d00;
}

.calc .card .title{
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
}

.calc .card:hover .title{
    color:#c52d31;
}

.calc .card .params{
    font-size: 15px;
}
.calc .card .image {
    text-align: center;
}

.calc .card .image img{
    height: 170px;
    margin:0 auto;
}
.calc .card .image img.no_image {
    width: 170px;
}
.calc_tire_truck .card {
    height: 470px;
}



.tovar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*background: #f7f7f7;*/
    padding-bottom: 100px;
}

.tovar_wrapper{
    width: 50%;
    margin: 0 auto;
}
.tovar .params{
    font-size: 20px;
    line-height: 28px;
}

.tovar .title{
    margin: 40px 0 40px 0 !important;
}

@media screen and (max-width: 1025px) {
  .top-container {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
  }

  .top-container__text {
    padding-right: 0;
  }

  .top-container__address {
    padding: 0;
  }

  .top-container__phone {
    padding: 0;
  }

  .slider-bg .container {
    height: 100%;
  }

  .slider {
    margin-right: 0;
    height: 100%;
  }

  .slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .last {
    margin: 0;
    padding: 0 20px;
  }

  .seo {
    margin-left: 0;
    padding: 0 40px;
  }

  .calc .calc_right {
    margin-left: -56px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .top-container__address {
    font-size: 20px;
  }

  .top-container__phone a {
    font-size: 20px;
  }

  .swiper-container {
    height: 380px;
  }

  .slider-bg {
    height: 380px;
  }

  .swiper-wrapper {
    height: 380px;
  }

  .slider-next, .slider-prev {
    width: 93px;
    height: 93px;
    -webkit-background-size: 25px;
    background-size: 25px;
  }

  .slider-next {
    right: 50px;
  }

  .slider-prev {
    left: 50px;
  }

  .search {
    padding: 50px 30px 0;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-align-items: center;
    align-items: center;
  }

  .search-block {
    padding: 0;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .search-input {
    margin-left: 0;
  }

  .search-block:after {
    content: none;
  }

  .last-bg {
    top: 460px;
  }

  .seo {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .tovar_wrapper {
    margin: 0 20px;
    width: calc(100% - 40px);
  }

  .top-container {
    padding: 20px 0;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-align-items: center;
    align-items: center;
    height: auto;
  }

  .top-container__address {
    margin: 15px 0;
  }

  .top-container__phone {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .top-container__phone a:nth-child(2) {
    margin-left: 30px;
    padding: 0;
  }

  .search {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .search-block {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-align-items: center;
    align-items: center;
  }

  .search-input {
    padding: 0 30px;
    min-width: auto;
    max-width: 100%;
  }

  .last {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .last-item {
    margin: 0;
    margin-bottom: 20px;
  }

  .search-input-item {
    width: 100%;
  }

  .search-input-item__text {
    width: 100%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .lab {
    margin-bottom: 10px;
    flex-basis: auto;
  }

  .search-input-item__text select {
    width: 100%;
    padding: 0 calc(50% - 40px);
  }

  .footer {
    padding-left: 0;
    width: 100%;
  }

  .footer-block {
    margin: 0 auto;
    height: auto;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-align-items: center;
    align-items: center;
  }

  .footer-block-phone {
    margin-left: 0;
    padding-top: 20px;
  }

  .slider-next, .slider-prev {
    width: 50px;
    height: 50px;
    -webkit-background-size: 10px;
    background-size: 10px;
  }

  .slider-next {
    right: 20px;
  }

  .slider-prev {
    left: 20px;
  }

  .menu ul li {
    width: 50%;
  }

  .menu ul li a {
    padding-top: 33px;
    text-align: center;
  }

  .menu ul li:last-child {
    width: 50%;
  }

  .swiper-container {
    height: 200px;
  }

  .slider-bg {
    height: 200px;
  }

  .swiper-wrapper {
    height: 200px;
  }

  .slider-next, .slider-prev {
    top: 50%;
  }

  .menu {
    height: 104px;
  }

  .menu ul {
    height: 104px;
  }

  .search-input-block {
    min-width: auto;
  }

  .last-bg {
    top: 880px;
  }

  main {
    margin-bottom: 60px;
  }

  .wrap {
    width: 100%;
  }

  .wrap iframe {
    max-width: 560px;
    width: 100%;
  }

  .page {
    margin-bottom: 60px;
  }
}
