/*
Theme Name: moore_theme
Author: Chervonos Vyacheslav
Author URI:


License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input {
    outline: none;
}
a img,
a img:active,
a img:focus {
    border: none;
    outline: none;
    border-collapse: collapse;
}
table {
    border-collapse: collapse;
    border: none;
}
a:hover {
    text-decoration: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    -webkit-appearance: none !important;
}
img {
    border: 0;
}
form {
    margin: 0;
    padding: 0;
	}
a {
    outline: 0;
    color: #0095cc;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
    font-size: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.link-h-none:hover {
    text-decoration: none;
    border-bottom: none;
}
.link-h-none-parent a:hover {
    text-decoration: none;
    border-bottom: none;
}
.link-h-underline:hover {
    text-decoration: underline;
}
.link-h-underline-parent a:hover {
    text-decoration: underline;
}
.button-h-opacity:hover {
    opacity: 0.8;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*adaptive*/
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsE61qhO.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
html,
body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1499px) {
    html,
    body {
        font-size: 13px;
    }
}
body.locked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content__section {
    margin: 0 auto;
    width: 1220px;
}
@media only screen and (max-width: 1260px) {
    .content__section {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .content__section {
        width: 94%;
    }
}
.content__section__wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
}
@media only screen and (max-width: 1260px) {
    .content__section__wrapper {
        min-width: 100%;
    }
}
.pseudo {
    content: '';
    display: block;
    position: absolute;
}
/*header*/
.header {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    position: relative;
    background: url('site/img/icons/header__mark.svg') no-repeat 5% 95px;
    z-index: 6;
}
@media only screen and (max-width: 1260px) {
    .header {
        min-width: 100%;
    }
}
@media only screen and (max-width: 1500px) {
    .header {
        background: none;
    }
}
.header__top {
    margin: 0 auto;
    width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 30px 0;
    position: relative;
}
@media only screen and (max-width: 1260px) {
    .header__top {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .header__top {
        width: 94%;
    }
}
@media only screen and (max-width: 767px) {
    .header__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__top .logo {
        margin-bottom: 20px;
    }
    .header__top .orderButton {
        margin: 0 !important;
    }
}
.header__nav {
    margin: 0 20px 0 20px;
}
.header__nav__layout {
    display: none;
}
.header__nav__layout.open {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 599;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
}
@media only screen and (max-width: 1030px) {
    .header__nav.open {
        max-width: 90%;
        min-width: 90%;
        width: 90%;
        min-height: 100%;
        z-index: 600;
        position: fixed;
        left: 0;
        top: 0;
        padding: 40px 0 80px 0;
        background-color: #ffffff;
        margin: 0;
        text-align: left;
		max-height: 100%;
		overflow-y: scroll;
    }
}
.header__nav.open > div > ul {
    display: block !important;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    z-index: 50;
    border-top: 0 none;
}
.header__nav.open > div > ul > li {
    border-bottom: 1px solid #000000;
}
.header__nav.open > div > ul > li a {
    display: block;
    text-transform: uppercase;
    text-align: left;
    padding: 7px 10px 7px 10px;
}
.header__nav.open .m__menu {
    right: 15px;
    left: auto;
    top: 15px;
    margin-top: 0;
    z-index: 51;
}
.header__nav.open .m__menu .icon__hamburger__wrap .icon__bar {
    background: #000000;
}
.header__nav.open .icon__hamburger__wrap .icon__bar {
    background: #ffffff;
}
.header__nav div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
}
@media only screen and (max-width: 1030px) {
    .header__nav div > ul {
        display: none;
    }
}
.header__nav div > ul > li {
    position: relative;
    padding: 0 35px 0 0;
}
@media only screen and (max-width: 1260px) {
    .header__nav div > ul > li {
        padding: 0 15px 0 0;
    }
}
@media only screen and (max-width: 1030px) {
    .header__nav div > ul > li {
        padding: 0;
    }
}
.header__nav div > ul > li.menu-item-has-children:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    background: url('site/img/icons/arr_down.png') no-repeat;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@media only screen and (max-width: 1260px) {
    .header__nav div > ul > li.menu-item-has-children:before {
        right: 0;
    }
}
@media only screen and (max-width: 1030px) {
    .header__nav div > ul > li.menu-item-has-children:before {
        display: none;
    }
}
.header__nav div > ul > li.menu-item-has-children:hover:before {
    background: url('site/img/icons/arr_up.png') no-repeat;
}
.header__nav div > ul > li.menu-item-has-children:hover .sub-menu {
    display: block;
}
.header__nav div > ul > li .sub-menu {
    position: absolute;
    min-width: 250px;
    background-color: #ffffff;
    z-index: 20;
    left: 0;
    top: 100%;
    list-style-type: none;
    display: none;
	padding: 20px;
	 box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1), -5px -5px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1030px) {
    .header__nav div > ul > li .sub-menu {
        display: block;
        position: static;
    }
}
.header__nav div > ul > li .sub-menu > li {
    display: block;
    text-align: left;
}
.header__nav div > ul > li .sub-menu > li a {
    display: block;
    padding: 8px 5px 8px 5px;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}
@media only screen and (max-width: 1030px) {
    .header__nav div > ul > li .sub-menu > li a {
        padding: 8px 10px 8px 15px;
    }
}
.header__nav div > ul > li .sub-menu > li a:hover {
    color: #033F72;
}
.header__nav div > ul > li > a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    position: relative;
}
.header__nav div > ul > li > a:hover {
    color: #033F72;
}
.header .m__menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    text-align: center;
}
@media only screen and (max-width: 1030px) {
    .header .m__menu {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .header .m__menu {
        top: 40px;
        margin-top: 0;
    }
}
.header .icon__hamburger__wrap {
    display: inline-block;
    width: 25px;
    height: 24px;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0;
    vertical-align: top;
}
.header .icon__hamburger__wrap .icon__bar {
    background: #000000;
    display: block;
    height: 2px;
    margin: 0;
}
.header .icon__hamburger__wrap .icon__bar:nth-child(2) {
    margin-bottom: 6px;
    margin-top: 6px;
}
.header .m__menu .icon-bar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease-in;
    -o-transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.header .m__menu.open .icon__bar:nth-child(1) {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}
.header .m__menu.open .icon__bar:nth-child(2) {
    opacity: 0;
}
.header .m__menu.open .icon__bar:nth-child(3) {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.brandMenu .sub-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 20px;
    position: relative;
    padding-left: 35px;
    width: 33%;
}
.brandMenu .sub-menu li img {
    max-width: 30px;
    max-height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header__nav div > ul > li.menu-item-has-children.brandMenu:hover .sub-menu {
    min-width: 700px;
	 max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
    .header__nav div > ul > li.menu-item-has-children.brandMenu:hover .sub-menu {
        min-width: 500px;
        max-width: 500px;
    }
    .brandMenu .sub-menu li {
        width: 50%;
    }
}
@media only screen and (max-width: 1030px) {
    .header__nav div > ul > li.menu-item-has-children.brandMenu:hover .sub-menu {
        min-width: 100%;
        max-width: 100%;
    }
    .brandMenu .sub-menu li {
        width: 100%;
    }
}
@media only screen and (max-width: 1030px) {
    .header .orderButton {
        margin-right: 40px;
    }
}
.logo {
    display: inline-block;
}
.logo img {
    max-width: 200px;
}
.orderButton {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    line-height: 20px;
    padding: 15px 50px 15px 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000000;
    border: 1px solid #000000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.orderButton img {
    margin-right: 15px;
}
.orderButton:hover {
    background: #ffffff;
    color: #000000;
}
.search {
    margin: 0 auto;
    width: 1220px;
    background: #1bd28e;
    background: -webkit-gradient(linear, left top, right top, from(#1bd28e), to(#033f72));
    background: -o-linear-gradient(left, #1bd28e 0%, #033f72 100%);
    background: linear-gradient(90deg, #1bd28e 0%, #033f72 100%);
    padding: 30px 35px 30px 35px;
}
@media only screen and (max-width: 1260px) {
    .search {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .search {
        width: 94%;
    }
}
@media only screen and (max-width: 767px) {
    .search {
        padding: 20px;
    }
}
.search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 999px) {
    .search__inner {
        display: block;
    }
}
.search__text {
    color: #ffffff;
    font-weight: 900;
    font-size: 23px;
    margin-right: 15px;
    max-width: 300px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1200px) {
    .search__text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 999px) {
    .search__text {
        padding-bottom: 15px;
        max-width: 100%;
    }
}
.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (max-width: 767px) {
    .search__form {
        display: block;
    }
}
.search .select2 {
    margin-right: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: 'Asap', sans-serif;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .search .select2 {
        margin: 0 0 12px 0;
        display: block;
        width: 100%;
        min-width: 100%;
    }
}
.search .select2_year {
    width: 160px;
}
.my__select {
    width: 100%;
    height: 58px;
    line-height: 20px;
    padding: 19px 15px 19px 35px;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #989898;
    background: url('site/img/icons/select2.png') no-repeat right center;
    background-color: #fff;
    border: 1px solid #ffffff;
    display: block;
    margin-bottom: 12px;
}
.my__select_hidden {
    display: none;
}
.my__select::-webkit-input-placeholder {
    opacity: 1;
    color: #989898;
}
.my__select::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #989898;
}
.my__select .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #989898;
}
.select2 {
    cursor: pointer;
}
.select2-container--default .select2-selection--multiple {
    background: url('site/img/icons/select2.png') no-repeat right center;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 0;
    min-height: 50px;
    cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #444;
}
.select2-container .select2-search--inline .select2-search__field {
    color: #000000;
    padding-left: 20px;
    position: relative;
    top: 10px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    opacity: 1;
    color: #000000;
}
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #000000;
}
.select2-container .select2-search--inline .select2-search__field .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #000000;
}
.select2_year + .select2 {
    max-width: 150px;
}
.search__button {
    width: 60px;
    height: 50px;
    background: url('site/img/icons/search.svg') no-repeat center center;
    background-color: #000000;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
}
.search__button:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .search__button {
        width: 100%;
    }
}
/*promo*/
.promo {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    background: url('site/img/bg/promo.jpg') no-repeat center top;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}
@media only screen and (max-width: 1260px) {
    .promo {
        min-width: 100%;
    }
}
.promo:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #000000;
    left: 40px;
    top: 0px;
}
@media only screen and (max-width: 1400px) {
    .promo:after {
        display: none;
    }
}
.promo__inner {
    margin: 0 auto;
    width: 1220px;
    color: #ffffff;
    min-height: 570px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 1260px) {
    .promo__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .promo__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 767px) {
    .promo__inner {
        min-height: auto;
        padding: 80px 0 40px 0;
    }
}
.promo__inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    left: -100px;
    top: 50px;
}
@media only screen and (max-width: 1400px) {
    .promo__inner:before {
        display: none;
    }
}
.promo__inner h1 {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1200px) {
    .promo__inner h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .promo__inner h1 {
        font-size: 25px;
    }
}
.promo__text {
    font-size: 20px;
    line-height: 1.3;
}
/*advantages*/
.advantages {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    background: #1bd28e;
    background: -webkit-gradient(linear, left top, right top, from(#1bd28e), to(#033f72));
    background: -o-linear-gradient(left, #1bd28e 0%, #033f72 100%);
    background: linear-gradient(90deg, #1bd28e 0%, #033f72 100%);
    margin-bottom: 40px;
}
@media only screen and (max-width: 1260px) {
    .advantages {
        min-width: 100%;
    }
}
.advantages__inner {
    margin: 0 auto;
    width: 1220px;
    padding: 90px 0 30px 0;
    position: relative;
}
@media only screen and (max-width: 1260px) {
    .advantages__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 999px) {
    .advantages__inner {
        padding: 30px 0 30px 0;
    }
}
.advantages__top {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 10;
}
@media only screen and (max-width: 999px) {
    .advantages__top {
        position: relative;
        top: 0;
    }
}
.advantages__top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 999px) {
    .advantages__top__wrapper {
        display: block;
    }
}
.advantages__top__item {
    background-color: #ffffff;
    position: relative;
    padding: 40px 110px 40px 25px;
    margin: 0 180px 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
    .advantages__top__item {
        font-size: 15px;
    }
}
@media only screen and (max-width: 999px) {
    .advantages__top__item {
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__top__item {
        display: block;
        padding: 30px 40px;
    }
}
.advantages__top__item:last-child {
    margin-right: 0;
}
.advantages__top__item span {
    z-index: 10;
    position: relative;
}
.advantages__top__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    left: -20px;
    top: 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    background-color: #ffffff;
    z-index: 2;
}
@media only screen and (max-width: 999px) {
    .advantages__top__item:before {
        display: none;
    }
}
.advantages__top__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    right: -20px;
    top: 0;
    -webkit-transform: skew(-195deg);
    -ms-transform: skew(-195deg);
    transform: skew(-195deg);
    background-color: #ffffff;
    z-index: 2;
}
@media only screen and (max-width: 999px) {
    .advantages__top__item:after {
        display: none;
    }
}
.advantages__top__info {
    position: absolute;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    margin-left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
    z-index: 10;
    padding: 15px 25px 15px 40px;
    background: url('site/img/icons/adv_mark.svg') no-repeat 10px center;
    background-color: #FFD200;
    color: #ffffff;
    font-weight: 500;
}
@media only screen and (max-width: 999px) {
    .advantages__top__info {
        right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__top__info {
        position: relative;
        right: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-top: 20px;
    }
}
.advantages__top__info:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    left: -20px;
    top: 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    background-color: #FFD200;
    z-index: 1;
}
.advantages__top__info:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    right: -20px;
    top: 0;
    -webkit-transform: skew(-195deg);
    -ms-transform: skew(-195deg);
    transform: skew(-195deg);
    background-color: #FFD200;
    z-index: 1;
}
.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
    .advantages__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.advantages__item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 3% 0 0;
}
@media only screen and (max-width: 767px) {
    .advantages__item {
        width: 50%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 374px) {
    .advantages__item {
        width: 100%;
    }
}
.advantages__item__iconWrapper {
    width: 45px;
    margin-right: 15px;
}
.advantages__item__iconWrapper img {
    max-width: 100%;
}
.advantages__item__text {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .advantages__item__text {
        font-size: 15px;
    }
}
/*brands*/
.brands {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1260px) {
    .brands {
        min-width: 100%;
    }
}
.brandsSlider .swiper-slide {
    text-align: center;
}
.brandsSlider .swiper-slide img {
    max-width: 90%;
}
/*how*/
.how {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    background-color: #f7f7f9;
}
@media only screen and (max-width: 1260px) {
    .how {
        min-width: 100%;
    }
}
@media only screen and (max-width: 1400px) {
    .how {
        overflow: hidden;
    }
}
.how__inner {
    margin: 0 auto;
    width: 1220px;
    padding: 70px 0 60px 0;
}
@media only screen and (max-width: 1260px) {
    .how__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .how__inner {
        width: 94%;
    }
}
.how__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .how__wrapper {
        display: block;
    }
}
.how__wrapper > img {
    max-width: 55%;
}
@media only screen and (max-width: 767px) {
    .how__wrapper > img {
        display: none;
    }
}
.how__right {
    margin-top: -30px;
}
@media only screen and (max-width: 1500px) {
    .how__right {
        position: relative;
        right: 60px;
    }
}
@media only screen and (max-width: 1350px) {
    .how__right {
        right: 100px;
    }
}
@media only screen and (max-width: 1250px) {
    .how__right {
        right: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .how__right {
        margin: 0;
        right: 0;
    }
}
.how__item {
    background-color: #ffffff;
    padding: 25px 40px 20px 30px;
    margin-bottom: 35px;
    z-index: 8;
    max-width: 590px;
    min-width: 590px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .how__item {
        max-width: 450px;
        min-width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .how__item {
        width: 100%;
        max-width: 100%;
        min-width: auto;
        padding: 15px 15px 20px 15px;
    }
}
.how__item:nth-child(2) {
    right: 50px;
}
@media only screen and (max-width: 767px) {
    .how__item:nth-child(2) {
        right: 0;
    }
}
.how__item:nth-child(3) {
    right: 100px;
}
@media only screen and (max-width: 767px) {
    .how__item:nth-child(3) {
        right: 0;
    }
}
.how__item__inner {
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.how__item__iconWrapper {
    width: 70px;
    margin-right: 20px;
    min-width: 70px;
}
@media only screen and (max-width: 1200px) {
    .how__item__iconWrapper {
        width: 50px;
        min-width: 50px;
    }
}
.how__item__iconWrapper img {
    width: 100%;
    max-width: 100%;
}
.how__item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.how__item__top {
    color: #054B75;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 12px;
}
@media only screen and (max-width: 1200px) {
    .how__item__top {
        font-size: 16px;
    }
}
.how__item__text {
    font-size: 18px;
    line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
    .how__item__text {
        font-size: 14px;
    }
}
.how__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    left: -20px;
    top: 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    background-color: #ffffff;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .how__item:before {
        display: none;
    }
}
.how__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    right: -20px;
    top: 0;
    -webkit-transform: skew(-195deg);
    -ms-transform: skew(-195deg);
    transform: skew(-195deg);
    background-color: #ffffff;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .how__item:after {
        display: none;
    }
}
.how__bottom {
    text-align: center;
    padding: 40px 0 0 0;
}
.how__bottom .orderButton {
    height: 80px;
    line-height: 20px;
    padding: 10px 70px 10px 70px;
}
@media only screen and (max-width: 767px) {
    .how__bottom .orderButton {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.how__bottom .orderButton img {
    margin-right: 15px;
}
.how__bottom .orderButton:hover {
    background:rgba(0,0,0,0.8);
	color: #ffffff;
}
.sectionHeading,
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 36px;
    padding-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
    .sectionHeading,
    h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }
}
/*reviews*/
.reviews {
    margin: 0 auto;
    width: 1220px;
    padding: 50px 0 90px 0;
}
@media only screen and (max-width: 1260px) {
    .reviews {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .reviews {
        width: 94%;
    }
}
@media only screen and (max-width: 767px) {
    .reviews {
        padding-bottom: 50px;
    }
}
.reviewsSlider {
    padding: 0 80px 0 80px !important;
}
@media only screen and (max-width: 1300px) {
    .reviewsSlider {
        padding: 0 35px 0 35px !important;
    }
}
.reviewsSlider .swiper-slide {
    text-align: center;
    opacity: 0;
}
.reviewsSlider .swiper-slide.swiper-slide-visible {
    opacity: 1;
}
.reviewsSlider__photo {
    height: 110px;
    text-align: center;
    margin-bottom: 25px;
}
.reviewsSlider__photo img {
    width: 110px;
    height: 110px;
    border-radius: 55px;
}
.reviewsSlider__stars {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.reviewsSlider__stars__item {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 2px;
    background: url('site/img/icons/star.svg') no-repeat center center;
}
.reviewsSlider__stars__item_e {
    background: url('site/img/icons/star_e.svg') no-repeat center center;
}
.reviewsSlider__text {
    margin-bottom: 24px;
    line-height: 1.3;
}
.reviewsSlider__name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.reviewsSlider .swiper-button-next,
.reviewsSlider .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 10;
    cursor: pointer;
    display: block;
    right: auto;
    left: auto;
    width: 76px;
    height: 23px;
    text-indent: -9999px;
}
@media only screen and (max-width: 1300px) {
    .reviewsSlider .swiper-button-next,
    .reviewsSlider .swiper-button-prev {
        width: 30px;
        height: 60px;
        margin-top: -5px;
    }
}
.reviewsSlider .swiper-button-prev {
    left: 0px;
    background: url('site/img/icons/arr_left.svg') no-repeat left center;
}
.reviewsSlider .swiper-button-next {
    right: 0px;
    background: url('site/img/icons/arr_right.svg') no-repeat right center;
}
/*tips*/
.tips {
    margin: 0 auto;
    width: 1220px;
    padding: 0 0 40px 0;
}
@media only screen and (max-width: 1260px) {
    .tips {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .tips {
        width: 94%;
    }
}
.tips__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 999px) {
    .tips__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tips__item {
    width: 31%;
    margin: 0 1% 0 1%;
    background-color: #f7f7f9;
}
@media only screen and (max-width: 999px) {
    .tips__item {
        width: 47%;
    }
}
@media only screen and (max-width: 639px) {
    .tips__item {
        width: 97%;
    }
}
.tips__item__image {
    display: block;
    padding-bottom: 63%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.tips__item__image:hover {
    opacity: 0.8;
}
.tips__item__image img {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tips__item__content {
    padding: 27px 30px 44px 30px;
}
.tips__item__title {
    height: 58px;
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 22px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
@media only screen and (max-width: 1200px) {
    .tips__item__title {
        font-size: 17px;
    }
}
.tips__item__title a {
    display: block;
    color: #000000;
    text-decoration: none;
    max-height: 58px;
}
.tips__item__text {
    height: 75px;
    font-size: 16px;
    overflow: hidden;
    max-height: 75px;
    display: block;
    min-height: 75px;
}
.tips__item__text a {
    display: block;
    color: #000000;
    text-decoration: none;
    max-height: 96px;
}
.tips__item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
.tips__item__date {
    padding: 0 0 0 25px;
    background: url('site/img/icons/date.svg') no-repeat left top;
    font-size: 12px;
    color: #9E9E9E;
}
.tips__item__more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #0ACD89;
}
.tips__item__more:hover {
    text-decoration: underline;
}
.tips__bottom {
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
}
.tips__bottom a {
    color: #000000;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dashed #000000;
}
.tips__bottom a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}
.subscribe {
    margin: 0 auto;
    width: 1220px;
    margin-bottom: -45px;
}
@media only screen and (max-width: 1260px) {
    .subscribe {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .subscribe {
        width: 94%;
    }
}
.subscribe__inner {
    padding: 0 30px 0 30px;
}
@media only screen and (max-width: 1200px) {
    .subscribe__inner {
        padding: 0;
    }
}
.subscribe__block {
    background-color: #000000;
    position: relative;
    color: #ffffff;
}
@media only screen and (max-width: 1350px) {
    .subscribe__block {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1200px) {
    .subscribe__block {
        width: 100%;
    }
}
.subscribe__block:before {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    left: -22px;
    top: 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    background-color: #000000;
    z-index: 2;
}
@media only screen and (max-width: 1200px) {
    .subscribe__block:before {
        display: none;
    }
}
.subscribe__block:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    right: -22px;
    top: 0;
    -webkit-transform: skew(-195deg);
    -ms-transform: skew(-195deg);
    transform: skew(-195deg);
    background-color: #000000;
    z-index: 2;
}
@media only screen and (max-width: 1200px) {
    .subscribe__block:after {
        display: none;
    }
}
.subscribe__wrapper {
    position: relative;
    z-index: 5;
    padding: 40px 40px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .subscribe__wrapper {
        display: block;
    }
}
.subscribe__heading {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 26px;
    padding-bottom: 10px;
}
.subscribe__left {
    min-width: 38%;
    max-width: 38%;
}
@media only screen and (max-width: 767px) {
    .subscribe__left {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
}
.subscribe__right {
    min-width: 52%;
    max-width: 52%;
}
@media only screen and (max-width: 767px) {
    .subscribe__right {
        width: 100%;
        max-width: 100%;
    }
}
.subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .subscribe__form {
        display: block;
    }
}
.subscribe__input {
    width: 60%;
    height: 58px;
    line-height: 20px;
    padding: 19px 15px 19px 35px;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #989898;
    border: 0 none;
    background-color: #ffffff;
    display: block;
}
@media only screen and (max-width: 767px) {
    .subscribe__input {
        width: 100%;
        margin-bottom: 12px;
    }
}
.subscribe__input_hidden {
    display: none;
}
.subscribe__input::-webkit-input-placeholder {
    opacity: 1;
    color: #989898;
}
.subscribe__input::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #989898;
}
.subscribe__input .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #989898;
}
.subscribe__input:focus {
    color: #000000;
}
.subscribe__button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: 58px;
    padding: 0 20px 0 20px;
    min-width: 180px;
    outline: none;
    color: #ffffff;
    background: #0ACD89;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-appearance: none !important;
    border: 1px solid #0ACD89;
}
@media only screen and (max-width: 767px) {
    .subscribe__button {
        width: 100%;
        max-width: 100%;
    }
}
.subscribe__button:hover {
    background: #000000;
    color: #0ACD89;
}
/*footer*/
.footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    background-color: #f7f7f9;
}
@media only screen and (max-width: 1260px) {
    .footer {
        min-width: 100%;
    }
}
.footer__inner {
    margin: 0 auto;
    width: 1220px;
    padding: 85px 0 35px 0;
}
@media only screen and (max-width: 1260px) {
    .footer__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner {
        width: 94%;
    }
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .footer__wrapper {
        display: block;
    }
}
.footer__block {
    min-width: 33%;
    max-width: 33%;
    padding: 0 3% 20px 0;
}
@media only screen and (max-width: 999px) {
    .footer__block:nth-child(2) {
        text-align: center;
        padding: 0 1.5% 20px 1.5%;
    }
}
.footer__block:last-child {
    padding-right: 0;
}
@media only screen and (max-width: 999px) {
    .footer__block:last-child {
        text-align: right;
    }
}
@media only screen and (max-width: 767px) {
    .footer__block {
        width: 100%;
        max-width: 100%;
        text-align: center !important;
        padding: 0 0 20px 0;
    }
}
.footer .logo {
    margin-bottom: 30px;
}
.footer__contacts {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
    .footer__contacts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__contacts a {
    color: #000000;
    text-decoration: none;
}
.footer__contacts__iconWrapper {
    min-width: 24px;
    margin-right: 15px;
    max-width: 24px;
    padding-top: 3px;
}
.footer__contacts__iconWrapper img {
    max-width: 100%;
}
.footer__menu {
    font-size: 16px;
}
.footer__menu ul {
    list-style-type: none;
}
.footer__menu ul li {
    margin-bottom: 30px;
}
.footer__menu ul li a {
    color: #000000;
    text-decoration: none;
}
.footer__menu ul li a:hover {
    text-decoration: underline;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .footer__bottom {
        display: block;
        text-align: center;
    }
}
.footer__bottom > * {
    max-width: 48%;
}
@media only screen and (max-width: 767px) {
    .footer__bottom > * {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__bottom .messengers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__bottom .messengers a {
        margin: 10px;
    }
}
.footer__copy {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .footer__copy {
        padding-top: 15px;
    }
}
.messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.messengers a {
    margin: 5px 30px 5px 0;
}
.messengers a:hover {
    opacity: 0.8;
}
.messengers a img {
    max-width: 30px;
}
/*inner*/
.innerTop {
    background-color: #000000;
    position: relative;
    top: -30px;
}
.innerTop__inner {
    margin: 0 auto;
    width: 1220px;
    position: relative;
    color: #ffffff;
    padding: 110px 0 70px 0;
    text-align: center;
}
@media only screen and (max-width: 1260px) {
    .innerTop__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .innerTop__inner {
        width: 94%;
    }
}
.innerTop__inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 32px;
}
@media only screen and (max-width: 1030px) {
    .innerTop__inner h1 {
        font-size: 20px;
    }
}
.innerTop__inner:before {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    left: -100px;
    top: 50px;
}
@media only screen and (max-width: 1400px) {
    .innerTop__inner:before {
        display: none;
    }
}
.inner {
    margin: 0 auto;
    width: 1220px;
    padding: 60px 0 60px 0;
}
@media only screen and (max-width: 1260px) {
    .inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .inner {
        width: 94%;
    }
}
@media only screen and (max-width: 999px) {
    .inner {
        padding: 30px 0 30px 0;
    }
}
.inner.shortBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.inner.shortBlock .textBlock p {
    padding-bottom: 26px;
}
.inner.shortBlock > div {
    width: 93.4%;
}
@media only screen and (max-width: 999px) {
    .inner.shortBlock > div {
        width: 100%;
    }
}
.inner .shortBlock2 {
    padding-left: 6.6%;
}
@media only screen and (max-width: 999px) {
    .inner .shortBlock2 {
        padding-left: 0;
    }
}
.inner.broker .textBlock table tr td:first-child {
    padding-left: 10%;
    text-align: center;
}
.inner.broker .textBlock table tr td:last-child {
    padding-right: 10%;
    text-align: left;
}
@media only screen and (max-width: 999px) {
    .inner.broker .textBlock table tr td:last-child {
        text-align: center;
    }
}
.arbitrage__middle {
    padding: 60px 0 30px 0;
}
@media only screen and (max-width: 999px) {
    .arbitrage__middle {
        padding: 30px 0 30px 0;
    }
}
/*textBlock*/
.textBlock {
    padding: 0 0 10px 0;
    line-height: 1.44;
}
.textBlock > * {
    padding-bottom: 25px;
}
@media only screen and (max-width: 999px) {
    .textBlock > * {
        padding-bottom: 15px;
    }
}
.textBlock p a {
    color: #0ACD89;
}
.textBlock h3,
.textBlock h4 {
    font-weight: 700;
}
.textBlock ol,
.textBlock ul {
    list-style-position: inside;
    padding-left: 15px;
}
.textBlock ol li,
.textBlock ul li {
    padding-bottom: 7px;
}
.textBlock table {
    max-width: 100%;
    margin-bottom: 20px;
}
.textBlock table tr th {
    padding: 5px;
    border: 0 none;
    line-height: 1.88;
}
.textBlock table tr td {
    padding: 20px 20px 20px 20px;
    border: 0 none;
    text-align: left;
    line-height: 1.88;
}
@media only screen and (max-width: 767px) {
    .textBlock table tr td {
        padding: 7px 7px 7px 7px;
    }
}
.textBlock table tr td strong {
    color: #054B75;
    letter-spacing: 0.56px;
    font-size: 110%;
    font-family: 'Montserrat', sans-serif;
}
.textBlock table tr:nth-child(odd) td {
    background-color: #f7f7f9;
}
.textBlock img {
    max-width: 100%;
    display: block;
    padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .textBlock img {
        float: none !important;
        margin: 0 0 2% 0 !important;
    }
}
.textBlock img.alignleft {
    float: left;
    margin: 0 2% 2% 0;
}
.textBlock img.aligncenter {
    float: none;
    margin: 0 auto !important;
    margin-bottom: 2% !important;
    display: block;
}
.textBlock img.alignright {
    float: right;
    margin: 0 0 2% 2%;
}
.textBlock iframe {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
}
@media only screen and (max-width: 767px) {
    .textBlock iframe {
        width: 100% !important;
    }
}
.salespage .textBlock table tr td {
    height: 110px;
    vertical-align: middle;
    line-height: 1.33;
}
.salespage .textBlock table tr td:first-child {
    min-width: 40%;
    padding-left: 10%;
}
@media only screen and (max-width: 767px) {
    .salespage .textBlock table tr td:first-child {
        min-width: 25%;
        padding-left: 10px;
    }
}
.salespage .textBlock table tr td.align__top {
    vertical-align: top;
}
/*category*/
.category__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -1% 0 -1%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category__item {
    width: 31%;
    margin: 0 1% 0 1%;
    margin-bottom: 2%;
}
@media only screen and (max-width: 999px) {
    .category__item {
        width: 47%;
    }
}
@media only screen and (max-width: 639px) {
    .category__item {
        width: 97%;
    }
}
.category__item__imageWrapper {
    padding-bottom: 63%;
    position: relative;
    overflow-y: hidden;
    background-color: #979797;
    display: block;
}
.category__item__imageWrapper:hover {
    opacity: 0.8;
}
.category__item__imageWrapper img {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.category__item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category__item__content {
    padding: 24px 24px 30px 24px;
    font-size: 16px;
    background-color: #F7F7F9;
}
.category__item__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 22px;
    height: 30px;
    margin-bottom: 7px;
    overflow: hidden;
}
.category__item__place {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 20px;
    height: 40px;
    overflow-y: hidden;
}
.category__item__price {
    padding: 2px 0 20px 35px;
    background: url('site/img/icons/money.svg') no-repeat left 0px;
}
.category__item__vin {
    padding: 2px 0 20px 35px;
    background: url('site/img/icons/vin.svg') no-repeat left 0px;
}
.category__item__more {
    color: #0ACD89;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
}
.category__item__more:hover {
    text-decoration: underline;
}
.pagination {
    padding: 15px 0 15px 0;
}
.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wp-pagenavi > * {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    height: 40px;
    line-height: 18px;
    padding: 10px 8px 10px 8px !important;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 5px;
    color: #000000;
    border: 1px solid #000000;
    min-width: 40px;
}
.wp-pagenavi > *:hover {
    background-color: #0ACD89;
    border: 1px solid #0ACD89;
    color: #ffffff;
}
.wp-pagenavi > .current {
    background-color: #e1e7ee;
}
.wp-pagenavi > .current:hover {
    background-color: #e1e7ee;
    color: #0ACD89;
}
.page-numbers {
    text-align: center;
}
.page-numbers:before,
.page-numbers:after {
    display: none;
}
/*product*/
.productTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .productTop {
        display: block;
    }
}
.productGallery {
    width: 49%;
}
@media only screen and (max-width: 767px) {
    .productGallery {
        width: 100%;
        margin-bottom: 30px;
    }
}
.productInfo {
    width: 49%;
}
@media only screen and (max-width: 767px) {
    .productInfo {
        width: 100%;
    }
}
.productInfo h2 {
    text-align: left;
    padding-bottom: 20px;
}
.productInfo .category__item__content {
    background: none;
    padding-top: 0;
}
.productInfo .subscribe__input {
    width: 100%;
    margin-bottom: 12px;
}
.productInfo .category__item__place {
    margin-bottom: 5px;
}
.productInfo__form {
    padding: 35px 20px 35px 20px;
    font-size: 16px;
    background-color: #F7F7F9;
}
@media only screen and (min-width: 1030px) {
    .productInfo__form.fixed {
        position: fixed;
        top: 0;
        z-index: 150;
    }
}
.productInfo__form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .productInfo__form__row {
        display: block;
    }
}
.productInfo__form__row .subscribe__input {
    width: 48%;
}
@media only screen and (max-width: 767px) {
    .productInfo__form__row .subscribe__input {
        width: 100%;
    }
}
.productInfo .subscribe__button {
    width: 100%;
    margin-top: 20px;
}
.main__textarea {
    height: 160px;
    outline: none;
    resize: none;
    overflow: auto;
}
.page-template__product .innerTop__inner {
    padding: 25px 0 25px 0;
}
.page-template__product .innerTop__inner:before {
    display: none;
}
.page-template__product .innerTop__inner h1 {
    display: none;
}
@media only screen and (max-width: 767px) {
    .page-template__product .innerTop__inner {
        padding: 110px 0 70px 0;
    }
    .page-template__product .innerTop__inner h1 {
        display: block;
    }
    .page-template__product .innerTop__inner .category__item__title {
        display: block;
    }
}
.productSlider {
    margin-bottom: 20px;
}
.productSlider .swiper-slide {
    text-align: center;
}
.productSlider__photo {
    text-align: center;
    display: inline-block;
}
.productSlider__photo img {
    max-width: 100%;
    max-height: 500px;
}
.productSlider .swiper-button-next,
.productSlider .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 10;
    cursor: pointer;
    display: block;
    right: auto;
    left: auto;
    width: 30px;
    height: 60px;
    text-indent: -9999px;
}
.productSlider .swiper-button-prev {
    left: 0px;
    background: url('site/img/icons/arr_left.svg') no-repeat left center;
}
.productSlider .swiper-button-next {
    right: 0px;
    background: url('site/img/icons/arr_right.svg') no-repeat right center;
}
.productMiniSlider__photo {
    padding-bottom: 66.55%;
    position: relative;
    cursor: pointer;
}
.productMiniSlider__photo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}
.productMiniSlider .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.productMiniSlider .swiper-slide {
    width: 48% !important;
    margin-bottom: 4%;
}
.productMiniSlider .swiper-scrollbar {
    bottom: 0;
}
.details {
    margin-bottom: 35px;
}
.details__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 1030px) {
    .details__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.details__item {
    width: 20%;
    padding: 32px 2% 32px 0;
    border-bottom: 1px solid #fbfbfc;
    line-height: 1.88;
}
@media only screen and (max-width: 1030px) {
    .details__item {
        width: 33%;
    }
}
@media only screen and (max-width: 639px) {
    .details__item {
        width: 50%;
    }
}
@media only screen and (max-width: 374px) {
    .details__item {
        width: 100%;
    }
}
.details__item__text {
    padding-top: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 90%;
    letter-spacing: 0.5px;
    color: #054B75;
}
.productText {
    line-height: 1.88;
}
/*about*/
.aboutTop__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .aboutTop__wrapper {
        display: block;
    }
}
.aboutTop__wrapper .textBlock {
    padding-bottom: 0;
    width: 45.5%;
}
@media only screen and (max-width: 767px) {
    .aboutTop__wrapper .textBlock {
        width: 100%;
        padding-bottom: 20px;
    }
}
.aboutTop__wrapper .textBlock p:last-child {
    padding-bottom: 0;
}
.aboutTop__wrapper img {
    width: 44.2%;
}
.aboutBottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .aboutBottom__wrapper {
        display: block;
    }
}
.aboutBottom__wrapper .textBlock {
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (max-width: 767px) {
    .aboutBottom__wrapper .textBlock {
        width: 100%;
        padding-bottom: 20px;
    }
}
.aboutBottom__wrapper .textBlock p:last-child {
    padding-bottom: 0;
}
.aboutBottom__wrapper img {
    margin-right: 6%;
    margin-left: 2%;
}
/*broker*/
.broker__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .broker__wrapper {
        display: block;
    }
}
.broker__wrapper .textBlock {
    padding-bottom: 0;
    width: 48.5%;
}
@media only screen and (max-width: 767px) {
    .broker__wrapper .textBlock {
        width: 100%;
        padding-bottom: 20px;
    }
}
.broker__wrapper .textBlock p:last-child {
    padding-bottom: 0;
}
.broker__wrapper img {
    width: 44.2%;
}
.broker__middle {
    padding-top: 50px;
}
.broker__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
@media only screen and (max-width: 639px) {
    .broker__bottom {
        display: block;
    }
}
.broker__bottom table {
    width: 420px;
    margin: 0 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
    .broker__bottom table {
        width: 40%;
    }
}
@media only screen and (max-width: 639px) {
    .broker__bottom table {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .broker__bottom table tr td {
        width: 50%;
    }
}
.broker2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .broker2__wrapper {
        display: block;
    }
}
.broker2__wrapper .textBlock {
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (max-width: 767px) {
    .broker2__wrapper .textBlock {
        width: 100%;
        padding-bottom: 20px;
    }
}
.broker2__wrapper .textBlock p:last-child {
    padding-bottom: 0;
}
.broker2__wrapper img {
    width: 30%;
    margin-left: 4%;
}
.broker2__wrapper table tr:nth-child(even) td {
    background-color: #f7f7f9 !important;
}
.broker2__wrapper table tr:nth-child(odd) td {
    background-color: #ffffff !important;
}
.broker2 table tr td {
    vertical-align: top;
    line-height: 1.88;
}
.broker2 table tr td:first-child {
    min-width: 500px;
    padding-left: 10%;
}
@media only screen and (max-width: 1200px) {
    .broker2 table tr td:first-child {
        min-width: 300px;
    }
}
@media only screen and (max-width: 999px) {
    .broker2 table tr td:first-child {
        min-width: auto;
    }
}
.arbitrage h2 {
    text-align: left;
}
.arbitrage .aboutTop__wrapper {
    padding-bottom: 80px;
}
.arbitrage .aboutTop__wrapper h2 {
    line-height: 1.05;
    padding-bottom: 50px;
}
@media only screen and (max-width: 999px) {
    .arbitrage .aboutTop__wrapper {
        padding-bottom: 30px;
    }
}
.arbitrage .arbitrage__middle {
    border-top: 1px solid #f7f7f9;
    padding-bottom: 50px;
}
@media only screen and (max-width: 999px) {
    .arbitrage .arbitrage__middle {
        padding-bottom: 30px;
    }
}
.arbitrage .arbitrage__middle table tr:nth-child(even) td {
    background-color: #f7f7f9 !important;
}
.arbitrage .arbitrage__middle table tr:nth-child(odd) td {
    background-color: #ffffff !important;
}
.arbitrage .arbitrage__middle table tr td {
    line-height: 1.66;
}
.arbitrage .arbitrage__middle table tr td a {
    color: #0ACD89;
}
.arbitrage .arbitrage__middle table tr td:first-child {
    padding-left: 7%;
    width: 25%;
}
@media only screen and (max-width: 999px) {
    .arbitrage .arbitrage__middle table tr td:first-child {
        padding-left: 20px;
    }
}
.arbitrage .arbitrage__middle table tr td:nth-child(2) {
    mwidth: 20%;
}
@media only screen and (max-width: 767px) {
    .arbitrage .arbitrage__middle table tr td:nth-child(2) {
        width: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .arbitrage .arbitrage__middle table tr td:last-child {
        min-width: 150px;
    }
}
.arbitrage .exceptions {
    padding: 70px 0 70px 0;
    border-top: 1px solid #f7f7f9;
    border-bottom: 1px solid #f7f7f9;
}
@media only screen and (max-width: 999px) {
    .arbitrage .exceptions {
        padding: 30px 0 30px 0;
    }
}
.arbitrage .exceptions ul li {
    padding: 0 0 30px 50px;
    position: relative;
    list-style-type: none;
}
.arbitrage .exceptions ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #0ACD89;
    left: 0;
    top: 8px;
}
.arbitrage .bottomForm {
    background-color: #0ACD89;
    margin: 0 auto;
    width: 857px;
    text-align: center;
    padding: 75px 145px 55px 145px;
}
@media only screen and (max-width: 999px) {
    .arbitrage .bottomForm {
        width: 100%;
        padding: 25px 20px 25px 20px;
    }
}
.arbitrage .bottomForm h2 {
    padding-bottom: 20px;
}
.arbitrage .bottomForm__inner {
    margin-top: 35px;
}
.arbitrage .bottomForm .subscribe__input {
    width: 100%;
    margin-bottom: 4%;
}
.arbitrage .bottomForm .productInfo__form__row > * {
    width: 48%;
}
@media only screen and (max-width: 767px) {
    .arbitrage .bottomForm .productInfo__form__row  > * {
        width: 100%;
    }
}
.arbitrage .bottomForm .productInfo__form__row br {
    display: none;
}
.arbitrage .bottomForm .subscribe__button {
    background-color: #000000;
    border: 1px solid #000000;
    width: 68.5%;
}
.arbitrage .bottomForm .subscribe__button:hover {
    background-color: #ffffff;
    color: #000000;
}
.tableWrapper {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .tableWrapper {
        overflow-x: scroll;
    }
}
/*new*/
.blog .tips__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog .tips__item {
    margin-bottom: 2%;
}
.tip__text {
    padding-top: 40px;
}
/*contacts*/
.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .contacts__wrapper {
        display: block;
    }
}
.contacts__wrapper > * {
    width: 48%;
}
@media only screen and (max-width: 767px) {
    .contacts__wrapper > * {
        width: 100%;
    }
}
.contacts__text {
    padding-top: 40px;
}
.contacts__text .footer__contacts {
    font-size: 110%;
}
@media only screen and (max-width: 767px) {
    .contacts__text {
        padding: 20px 0 30px 0;
    }
}
.contacts .bottomForm {
    background-color: #0ACD89;
    margin: 0 auto;
    text-align: center;
    padding: 25px 25px 25px 25px;
    color: #ffffff;
}
.contacts h2 {
    padding-bottom: 20px;
}
.contacts .subscribe__input {
    width: 100%;
    margin-bottom: 4%;
}
.contacts .productInfo__form__row .subscribe__input {
    width: 48%;
}
@media only screen and (max-width: 767px) {
    .contacts .productInfo__form__row .subscribe__input {
        width: 100%;
    }
}
.contacts .subscribe__button {
    background-color: #000000;
    border: 1px solid #000000;
    width: 68.5%;
}
.contacts .subscribe__button:hover {
    background-color: #ffffff;
    color: #000000;
}


.jol-navi {
	margin-bottom: -35px;
	position: relative;
	width: 100%;
	z-index: 200;
}
.jol-navi li{
	list-style-type:none;
	display: inline-block;
}
.jol-navi li a{
	background: transparent url("images/tab_main_not_sel.png") no-repeat scroll center center;
	height: 20px;
	padding: 0 20px;
	width: 20px;
	color: #009c90;	
}
.jol-navi li a:hover{
	background: transparent url("images/tab_main_sel.png") no-repeat scroll center center !important;
}
.jol-navi li #imhere{
	background: transparent url("images/tab_main_sel.png") no-repeat scroll center center !important;
	cursor: default;
	text-decoration: none;
	z-index: 3;	
}
/*page__menu*/
.page__menu .menu > li {
   display: none;
}
.page__menu .menu > li.brandMenu  {
    display: block;
}
.page__menu .menu > li.brandMenu > a {
    display: none;
}
.page__menu  .brandMenu .sub-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 30px;
    position: relative;
    padding-left: 55px;
    width: 100%;
}
.page__menu  .brandMenu .sub-menu li img {
    max-width: 50px;
    max-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	height: auto;
    width: auto;
}
.page__menu  .brandMenu .sub-menu li a {
    color: #000000;
    text-decoration: none;
}
.page__menu  .brandMenu .sub-menu li a:hover {
    color: #033F72;
}
.page__menu  .brandMenu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	flex-wrap: wrap;
}
.page__menu  .brandMenu .sub-menu li  {
    margin-bottom: 12px;
    width: 33%;
}
@media only screen and (max-width: 1100px) {
    .page__menu  .brandMenu .sub-menu li  {
        width: 50%;
    }
}
@media only screen and (max-width: 1030px) {
    .page__menu  .brandMenu .sub-menu li  {
        width: 100%;
    }
}
/*select2*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f3f3f3;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 12px 12px 12px 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #f3f3f3;
    border: 0 none;
    border-radius: 0;
    color: red;
    height: 100%;
}
.error {
	color:red;
}
/*pls_reg*/
.pls_reg {
    text-align: center;
    font-size: 150%;
}
.pls_reg h3 {
    font-weight: 700;
    padding-bottom: 10px;
}
.pls_reg a {
    color: #0ACD89;
}
.entry_form {
    width: 400px;
    margin: 0 auto;
    background-color: #0ACD89;
    text-align: center;
    padding: 25px 25px 25px 25px;
    color: #ffffff;
}
@media only screen and (max-width: 639px) {
    .entry_form {
        width: 100%;
        margin: 0 auto;
    }
}
.entry_form label {
    display: block;
    font-weight: 500;
    padding-bottom: 4px;
}
.entry_form p {
    padding-bottom: 7px;
}
.entry_form .subscribe__input {
    width: 100%;
    height: 58px;
    line-height: 20px;
    padding: 19px 15px 19px 35px;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #989898;
    border: 0 none;
    background-color: #ffffff;
    display: block;
}
@media only screen and (max-width: 767px) {
    .entry_form .subscribe__input {
        width: 100%;
        margin-bottom: 12px;
    }
}
.entry_form .subscribe__input::-webkit-input-placeholder {
    opacity: 1;
    color: #989898;
}
.entry_form .subscribe__input::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #989898;
}
.entry_form .subscribe__input .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #989898;
}
.entry_form .subscribe__input:focus {
    color: #000000;
}
.entry_form  .subscribe__button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: 58px;
    padding: 0 20px 0 20px;
    min-width: 180px;
    outline: none;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-appearance: none !important;
    margin-top: 12px;
}
.entry_form  .subscribe__button:hover {
    background-color: #ffffff;
    color: #000000;
}
.reg_terms_block input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}
.reg_terms_block label {
    display: inline-block;
    cursor: pointer;
}



/* 10.11.2022 */

.page-template__inventory .innerTop__inner h1 {
  /* display: none; */
}
#arFrame {
	min-height:100vh;
	height:2760px;
}
.page-template__inventory .inner {
	padding: 0;
}  
.page-template__inventory .inv-search-all {
	background: #1bd28e;
	background: -webkit-gradient(linear, left top, right top, from(#1bd28e), to(#033f72));
	background: -o-linear-gradient(left, #1bd28e 0%, #033f72 100%);
	background: linear-gradient(90deg, #1bd28e 0%, #033f72 100%);
}
@media only screen and (max-width: 871px) {
    #arFrame-search {
		height: 175px !important;
		overflow: hidden !important; 
    }
}

.telephone_input_class
{
	    width: 534px !important;
    margin-bottom: 20px !important;
}