body {
    overflow: hidden !important;
    overflow-y: auto !important;
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #000;
    font-weight: 300;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    line-height: 30px;
}
a {
    outline: none;
    color: #E30513;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
a:hover {
    color: #000;
}
a:active {
    color: #E30513;
}
h1 {
    margin: 0 0 30px;
    padding: 0;
    color: #000;
    font-weight: 500;
    font-size: 50px;
    font-family: "Oswald", sans-serif;
    line-height: 55px;
}
h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 46px;
    font-family: "Oswald", sans-serif;
    line-height: 50px;
}
h3 {
    margin: 0 0 20px;
    padding: 0;
    color: #3B3B3B;
    font-weight: 400;
    font-size: 23px;
    font-family: "Oswald", sans-serif;
    line-height: 27px;
}
h4 {
    margin: 0 0 15px;
    padding: 0;
    color: #3B3B3B;
    font-weight: 400;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    line-height: 24px;
}
iframe {
    max-width: 100%;
}
img {
    outline: none;
    border: none;
}
img.alignLeft {
    float: left;
    margin: 0 35px 25px 0;
}
img.alignRight {
    float: right;
    margin: 0 0 25px 35px;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    list-style: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 15px 15px;
    width: 100%;
    outline: none;
    border: 0;
    border-radius: 0;
    border-radius: 10px;
    background: #F0F0F0;
    color: #3B3B3B;
    font-weight: 300;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
option {
    font-family: "Oswald", sans-serif;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
    color: #616161;
}
textarea {
    display: block;
    box-sizing: border-box;
    padding: 15px 30px;
    width: 100%;
    height: 170px;
    outline: none;
    border: 0;
    border-radius: 0;
    border-radius: 10px;
    background: #F0F0F0;
    color: #3B3B3B;
    font-weight: 300;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.link-after::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.custom-select {
    position: relative;
  display: inline-block;
}
.custom-select select {
    appearance: none;
}
.custom-select::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
  top: 50%;
  margin-top: -3px;
  right: 20px;
}


input[type="submit"],
button,
.btn {
    outline: none;
    cursor: pointer;
}
main input[type="submit"],
main button,
.btn,
.bx-blue .btn.btn-default,
div.bx-blue .btn.btn-default {
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
    padding: 15px 20px;
    outline: none;
    border: 0;
    background: #F0F0F0;
    color: #3B3B3B;
    text-decoration: none;
    font-weight: 400;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
main input[type="submit"]:hover,
main button:hover,
.btn:hover,
.bx-blue .btn.btn-default:hover,
div.bx-blue .btn.btn-default:hover {
    background: #3B3B3B;
    color: #FFF;
    text-decoration: none;
}
main input[type="submit"]:active,
.btn:active {
    text-decoration: none;
}
.error {
    border-color: #FF0054;
    color: #FF0054;
}
.fix {
    float: none !important;
    clear: both !important;
    vertical-align: 1px !important;
    font-size: 1px !important;
}
.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}

/*Header*/
.headerTop {
    position: relative;
    z-index: 4;
    padding: 0;
    background: #E8E8E8;
}
.headerTop .wrapper {
    display: table;
    width: calc(100% - 30px);
}
.navTop,
.phone,
.search {
    display: table-cell;
    vertical-align: middle;
}
.navTop {
    width: 50%;
}
.phone {
    text-align: right;
}
.navTop ul li {
    position: relative;
    display: inline-block;
    padding: 25px 25px 25px 0;
}
.navTop ul li a {
    color: #000;
    font-weight: 300;
    font-size: 30px;
}
.navTop ul li a:hover,
.navTop ul li.selected a,
.navTop ul li a.selected,
.footerMiddle nav ul li a.selected,
.footerMiddle nav ul li.selected a {
    color: #E30513;
    text-decoration: none;
}
.phone {
    padding-right: 65px;
    color: #6F6F6F;
    font-weight: 500;
    font-size: 16.5px;
    line-height: 22px;
}
.phone a {
    display: inline-block;
    color: #2A2A2A;
    font-weight: 500;
    font-size: 21px;
}
.phone a:hover {
    color: #E30513;
    text-decoration: none;
}
.phoneTxt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.phoneIcon {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #E30513;
    vertical-align: middle;
}
.phoneIcon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: url(images/phone-icon.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.search {
    position: relative;
    width: 30%;
}
.search input[type="text"] {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 30px;
    width: 266px;
    outline: none;
    border: 0;
    border-radius: 10px;
    background: #FFF;
    color: #000;
    font-weight: 300;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
}
.language {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  z-index: 5;
}
.language .current {
    color: #DF002D;
    font-weight: 300;
    font-size: 30px;
}
.langBox div {
    /*display:inline-block;
  vertical-align:middle;
  background:#fff;
  z-index: 3;
  padding:15px;*/

}
.headerBottom {
    position: relative;
    z-index: 3;
    background: #3B3B3B;
}
.headerBottom .wrapper {
    display: table;
    width: calc(100% - 30px);
}
.logo {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}
.logo img {
    display: block;
}
.menu {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.menu ul li {
    position: relative;
    display: inline-block;
    margin-left: -6px;
    vertical-align: middle;
}
.menu ul li.disabled,
#mobileMenu > ul > li.disabled {
    display: none;
}
.menu ul li a {
    display: inline-block;
    padding: 30px 25px;
    color: #FFF;
    font-weight: 400;
    font-size: 30px;
}
.menu ul li a:hover,
.menu ul li a.selected {
    background: #E30513;
    text-decoration: none;
}
.subMenu {
    position: absolute;
    left: 0;
    display: none;
    margin: 25px 0 0;
    border-radius: 0 0px 7px 7px;
    background: #E8E8E8;
}
.navTop ul li .subMenu {
    padding: 0 25px 25px;
    min-width: 200px;
}
.navTop ul li .subMenu li {
    display: block;
    margin: 0 0 13px;
    padding: 0;
}
.navTop ul li .subMenu li:last-child {
    margin: 0;
}
.navTop ul li .subMenu li a {
    color: #000;
    font-weight: 300;
    font-size: 24px;
}
.navTop ul li .subMenu li a:hover,
.navTop ul li .subMenu li.selected a {
    color: #DF002D;
}
.menu ul li .subMenu {
    margin: 0;
    width: 700px;
    border-top: 10px solid #E30513;
}
.menu ul li:nth-child(2) .subMenu {
    left: -90px;
    border-radius: 7px;
}
.menu ul li:last-child .subMenu {
    right: 0;
    left: auto;
    border-radius: 0px 0px 7px 7px;
}
.menu ul li {
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.menu ul li:hover {
    background: #E30513;
}
.menu .subMenu {
    padding: 25px;
    text-align: left;
}
.menu .subMenu li {
    display: inline-table;
    padding: 0 20px 0 0;
    min-width: 215px;
    background: none !important;
    vertical-align: middle;
    text-align: center;
}
.menu .subMenu li:last-child {
    padding: 0;
}
.menu .subMenu li a {
    padding: 0;
    background: none;
    box-shadow: none;
    color: #3B3B3B;
    font-weight: 400;
    font-size: 18px;
}
.menuThumb {
    margin: 0 0 10px;
    text-align: -webkit-center;
}
.menu .subMenu li a img {
    display: block;
}
.menu .subMenu li a:hover {
    background: none !important;
    color: #E30513;
}
.slider .wrapper {
    position: relative;
}
.slider .wrapper .sliderTxt {
    position: absolute;
    top: 76px;
    left: 15px;
    z-index: 2;
    max-width: 550px;
}
.slider img {
    position: relative;
}
.slider .wrapper .sliderTxt h2 {
    margin: 0 0 120px;
    color: #FFF;
    text-align: left;
    font-size: 49px;
    line-height: 55px;
}
.slider .wrapper .sliderTxt a {
    color: #FFF;
}
.slider .wrapper .sliderTxt a:hover {
    text-decoration: none;
}
.salePrice {
    display: inline-block;
    padding: 20px 25px;
    border-radius: 7px;
    background: #FFF;
    color: #000;
    text-transform: none;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}
.slider .wrapper .salePrice a {
    color: #E30513;
    font-size: 21px;
}
.salePrice i {
    font-size: 18px;
}
.saleDesc {
    margin: 20px 0 0 35px;
    color: #2B2B2B;
    font-weight: 500;
    font-size: 18px;
}
#slider {
    position: relative;
}
#slider .item {
    display: block !important;
    overflow: hidden;
}
#slider .item img {
  width:100%;
  height:auto;
}
#slider .sliderBg {
  width: 100%;
    height: 100%;
    object-fit: contain;
}
#slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#slider .dots {
    position: absolute;
    top: 30px;
}
.dots ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.dots ul li button {
    position: relative;
    padding: 0;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    background: #FFF;
    box-shadow: none;
    font-size: 0;
    line-height: 25px;
}
.dots ul li button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3B3B3B;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.dots ul li.slick-active button:after {
    opacity: 1;
}
.dots ul li.slick-active button {
    border: 0;
}
/*Content*/
#catalog {
    padding: 80px 0 0;
}
#contact {
    padding: 100px 0 0;
}
#catalog h1 {
    text-align: center;
}









.pageContent .catalogTitle {
    margin: 0 0 50px;
    text-align: center;
    font-size: 50px;
    line-height: 55px;
}
.pageContent .catalogElTitle {
    margin: 0 0 50px;
    font-size: 46px;
    line-height: 55px;
}
.product-item-list-col-3 {
    display: -ms-grid;
    display:     grid;
    justify-content: center;
    margin: 0;
    margin: 60px 0 0px;

    grid-column-gap: 30px;
    -ms-grid-columns: (minmax(350px, 350px)) [auto-fit];
    grid-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 350px));
}
.catItem .priceItem {
    position: relative;
    margin: -25px 0 25px;
    text-align: center;
}
.catItem {
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.pageContent .newsItems a {
    color: #3B3B3B;
    text-decoration: none;
}
.pageContent .newsItems a:hover {
    color: #E30513;
}
.pageContent .catItem a {
    text-decoration: none;
}
.catThumb,
.catImg {
    position: relative;
    width: 100%;
    height: 265px;
    background: #F4F4F4;
}
.catThumb img,
.catImg img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.catItems h2 {
    margin: 0 0 20px;
    color: #4B4B4B;
    font-size: 25px;
}
.catItem h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.catItem:hover h3 {
    color: #E30513;
}
.catItem a:hover {
    text-decoration: none;
}
#new {
    position: relative;
    padding: 35px 0 0;
}
#new .item {
    display: flex !important;
}
.newLeft {
    overflow: hidden;
    width: 51%;
    vertical-align: top;
}
.newLeft img {
    display: block;
}
.newRight {
    width: 49%;
    background: #FBFBFB url(images/newBg.jpg) no-repeat bottom right;
    vertical-align: top;
}
.newBox {
    margin-top: 65px;
    margin-left: 65px;
    max-width: 400px;
}
.newLabel {
    color: #000;
    font-weight: 500;
    font-size: 23px;
}
.newRight h2 {
    margin: 15px 0 0;
    font-size: 47px;
    line-height: 55px;
}
.newRight p {
    font-size: 18px;
}
#new .dots {
    position: relative;
    margin-left: 85px;
}
.newDots {
    position: absolute;
    bottom: 80px;
    display: flex;
    width: 100%;
}
.newDots .newRight {
    background: none;
}
#news {
    padding: 100px 0 0;
    text-align: center;
}
#news .wrapper p a {
    color: #E30513;
    text-decoration: underline;
}
#news .wrapper p a:hover {
    text-decoration: none;
}
.newsItem,
.vacItem {
    float: right;
    margin-bottom: 30px;
    width: calc(58% - 2px);
    border: 1px solid #F4F4F4;
    border-radius: 7px;
    background: #FFF;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.vacItem {
    /*float:left;
  width:calc(100% / 2 - 22px);
  margin-right:35px;*/
    width: 100%;
}
.vacItem:nth-child(2n) {
    margin-right: 0;
}
.vacItem:nth-child(2n + 1) {
    clear: left;
}
.vacItem span {
    font-weight: 500;
}
.vacTxt {
    padding: 35px;
}
.vacTxt h3 {
    font-size: 21px;
}
.newsItem a {
    display: table;
    color: #3B3B3B;
    text-align: left;
    text-decoration: none;
}
.newsItem:first-child a {
    display: block;
}
.newsItem:hover,
.newsItems:hover {
    box-shadow: 0 4px 24px rgba(106, 106, 116, .08);
}
.newsItem:first-child {
    float: left;
    margin-right: 0px;
    min-height: 500px;
    width: calc(42% - 32px);
}
.newsTxt h3,
.newsItems h3 {
    margin: 0 0 15px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.newsItem a:hover h3,
.newsItems a:hover h3 {
    color: #E30513;
}
.newsItem img {
    display: block;
    border-radius: 7px;
}
.newsItem .thumb {
    display: table-cell;
    vertical-align: middle;
}
.newsItem:first-child img {
    width: 100%;
    height: auto;
}
.newsTxt {
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
    text-align: left;
}
.newsItem:first-child .newsTxt {
    display: block;
    width: auto;
    text-align: center;
}
.moreNews {
    display: inline-block;
    margin: 20px 0 0;
    color: #E30513;
    text-decoration: underline;
    font-weight: 500;
    font-size: 18px;
}
.moreNews:hover {
    text-decoration: none;
}
.newsItems {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(100% / 3 - 23px);
    border: 1px solid #F4F4F4;
    border-radius: 7px;
    background: #FFF;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.newsItems a {
    display: block;
    text-decoration: none;
}
.newsItems:nth-child(3n) {
    margin-right: 0;
}
.newsItems:nth-child(3n + 1) {
    clear: left;
}
.newsItems img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}
#video {
    padding: 100px 0 0;
    text-align: center;
}
#video h2 {
    text-align: left;
}
#video h2 span {
    display: block;
}
#video .videoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
}
.videoItem {
    position: relative;
    float: left;
    margin-right: 35px;
    margin-bottom: 30px;
    width: calc(100% / 3 - 24px);
}
#video .videoItem {
    flex: 1;
    margin: 10px;
}
.videoItem:nth-child(3n) {
    margin-right: 0;
}
.videoItem:nth-child(3n + 1) {
    clear: left;
}
.videoItem img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}
.videoItem > div > a {
    display: block;
}
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 64px;
    border-bottom: 6px solid #999;
    border-radius: 50%;
    background: rgba(232, 232, 232, 1);
    background:    -moz-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(232, 232, 232, 1)),
    color-stop(100%, rgba(188, 188, 188, 1))
    );
    background: -webkit-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background:      -o-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background:     -ms-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background:         linear-gradient(
    to bottom,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    box-shadow: inset 0 0 7px rgba(255, 255, 255, .4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bcbcbc', GradientType=0 );
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -48px;
    margin-left: -48px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    content: "";
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -6px;
    margin-left: -4px;
    border-top: transparent 9px solid;
    border-bottom: transparent 9px solid;
    border-left: 10px solid #FFF;
    content: "";
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.videoItem a:hover .play:after,
.videoItem a:hover .play:before {
    transform: scale(1.1);
}
.btn.grey {
    background: rgba(254, 224, 132, 1);
    background:    -moz-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(232, 232, 232, 1)),
    color-stop(100%, rgba(188, 188, 188, 1))
    );
    background: -webkit-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background:      -o-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background:     -ms-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    background:         linear-gradient(
    to bottom,
    rgba(232, 232, 232, 1) 0%,
    rgba(188, 188, 188, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bcbcbc', GradientType=0 );
}
#mobileMenu,
#menuBtn {
    display: none;
}
.subMenu {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .55);
}
#breadcrumbs {
    margin: 20px 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #F0F0F0;
}
#breadcrumbs a {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding-right: 20px;
    color: #000;
    vertical-align: middle;
    font-size: 18px;
}
#breadcrumbs span {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    font-size: 18px;
}
#breadcrumbs a:after {
    position: absolute;
    top: 49%;
    right: 0;
    width: 10px;
    height: 1px;
    background: #000;
    content: "";
}
.pageContent h1 {
    margin: 0 0 25px;
    font-size: 40px;
    line-height: 45px;
}
.pageContent #catalog h2:not(.models) {
    margin: 0 0 25px;
    font-size: 35px;
    line-height: 40px;
}
.pageContent ul li,
#news ul li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 30px;
    text-align: left;
}
.pageContent ul li:before,
#news ul li:before {
    position: absolute;
    top: 16px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #E30513;
    content: "";
}
.slick-dots li:before{
    display:none;
}
.pageTitle {
    text-align: center;
}
.pageContent ol li {
    position: relative;
    margin: 0 0 15px;
    padding-left: 30px;
    counter-increment: li;
}
.pageContent ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: none;
    color: #E30513;
    content: counter(li) ".";
    font-weight: 500;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding-left: 45px;
    border-left: 5px solid #E30513;
    font-size: 20px;
}
.pageContent table {
    width: 100%;
}
.pageContent table td,
.pageContent table th {
    padding: 15px 25px;
    text-align: left;
}
.pageContent table th {
    /*background: rgba(254,224,132,1);
  background: -moz-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,224,132,1)), color-stop(100%, rgba(255,184,6,1)));
  background: -webkit-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
  background: -o-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
  background: linear-gradient(to bottom, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee084', endColorstr='#e30513', GradientType=0 );*/
    background: #F0F0F0;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 17px;
}
.pageContent table tr:nth-child(odd) td {
    background: #FAFAFA;
}
/*.pageContent form {
  border:1px solid #f4f4f4;
  border-radius:7px;
  padding:35px;
}
.pageContent form label {
  margin:0 0 15px;
  display:block;
}
.pageContent form input[type=text], .pageContent form input[type=password] {
  margin:0 0 25px;
}
.pageContent form input[type=submit], .pageContent form button {
  margin:15px 0 0;
  padding:25px;
  min-width:200px;
}*/
.gallery {
    position: relative;
}
.gallery .item {
    display: block !important;
}
.gallery a {
    display: block !important;
    margin: 0 5px;
    width: auto !important;
}
.gallery img {
    display: block;
    width: 100% !important;
    height: auto !important;
    border-radius: 7px;
}
.gallery .slick-dots {
    position: relative;
    text-align: center;
}
.gallery .slick-dots li {
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    vertical-align: middle;
}
.gallery .slick-dots li:after {
    display: none;
}
.gallery ul li button {
    position: relative;
    padding: 0;
    width: 12px;
    height: 11px;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    background: #E7E7E7;
    box-shadow: none;
    font-size: 0;
    line-height: 15px;
}
.gallery ul li button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -3px;
    width: 6px;
    height: 5px;
    border-radius: 50%;
    background: #7C7C7C;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.gallery ul li.slick-active button:after {
    opacity: 1;
}
.gallery ul li.slick-active button {
    border: 1px solid #7C7C7C;
    background: none;
}
.gallery,
.newsShare,
.backNews {
    padding: 30px 0 0;
}
.newsDate {
    color: #999;
    font-style: italic;
    font-size: 14px;
}
.backNews i {
    display: inline-block;
    margin-top: -2px;
    margin-right: 7px;
    vertical-align: middle;
    font-size: 10px;
}
.newsShare table td {
    display: table-cell !important;
}
.share-dialog {
    z-index: 4 !important;
}
.modern-page-navigation {
    clear: both;
    padding: 30px 0 0;
    text-align: center;
}
.modern-page-title {
    display: none;
}
.newsItems p,
.newsItem p {
    margin-bottom: 0;
}
.pageContent form.buyItems {
    position: relative;
    padding: 20px 0 0 0;
    border: 0;
    border-radius: 0;
}
.formLeft {
    float: left;
    width: 45%;
}
.formLeft img {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: auto;
    border: 1px solid #F4F4F4;
    border-radius: 7px;
}
.pageContent form.buyItems .formLeft .itemTitleForm input {
    margin: 35px 0 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: none;
    font-weight: 300;
    font-size: 24px;
    pointer-events: none;
}
.pageContent h2.buyTitle {
    margin: 0 0 15px;
}
.formRight {
    float: right;
    box-sizing: border-box;
    width: 45%;

    will-change: min-height;
}
.formStick {
    box-sizing: border-box;
    padding: 35px;
    border: 1px solid #F4F4F4;
    border-radius: 7px;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);

    will-change: position, transform;
}
.colorItem {
    display: inline-block;
    margin-right: 15px;
    width: 27%;
    vertical-align: middle;
    text-align: center;
}
.pageContent form .colorItem label {
    margin: 0;
}
.colorItem img {
    display: block;
    padding: 5px;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.itemPriceForm {
    margin: 7px 0 25px;
    font-weight: 500;
    font-size: 30px;
}
.formLeft h4 {
    margin: 30px 0 15px;
    padding: 30px 0 0;
    border-top: 1px solid #F4F4F4;
}
.acssTable {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    background: #F4F4F4;
}
.pageContent form .field.acss .input label {
    display: table-cell;
    vertical-align: middle;
}
.pageContent form .field.acss .input .acssCheck {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.field.acss a {
    display: table-cell;
    text-decoration: none;
}
.search-page form {
    display: flex;
}
.search-page {
    margin: 0 0 30px;
}
.search-page form input {
    margin: 0 !important;
    border-radius: 50px;
}
.field.acss .catThumb {
    display: table-cell;
    width: 20%;
    height: auto;
    vertical-align: middle;
}
.field.acss h3,
.field.acss .priceItem {
    display: table-cell;
    vertical-align: middle;
}
.field.acss .priceItem {
    color: #3B3B3B;
    font-weight: 500;
    font-size: 16px;
}
.field.acss h3 {
    padding: 0 10px;
    width: 62%;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}
.field.acss .catThumb img {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
}
/*Footer*/
footer {
    margin: 100px 0 0;
    background: #FBFBFB;
}
.footerTop {
    padding: 0;
    background: #E8E8E8;
}
.footerTop .wrapper {
    display: table;
    width: calc(100% - 30px);
}
.footerTop .logo,
.footerTop .phone {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}
.footerLeft {
    float: left;
  position:relative;
}
.footerRight {
    float: right;
}
.footerLeft {
    width: 70%;
}
.footerLeft .subMenu {
    position: relative;
    display: block !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.footerLeft > nav > ul {
    position: relative;
    display: flex;
}
.footerLeft > nav > ul > li {
    margin-right: 40px;
}
.footerLeft > nav > ul > li:nth-child(2) {
    padding-bottom: 40px;
}
.footerLeft > nav > ul > li:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 27%;
}
.footerLeft > nav > ul > li:last-child {
    margin: 0;
}
.footerLeft > nav > ul li a {
    color: #000;
    font-weight: 400;
    font-size: 30px;
}
.footerLeft > nav > ul li a:hover,
.footerLeft > nav > ul li a.selected {
    color: #E30513;
}
.footerLeft > nav > ul > li .subMenu li {
    margin: 10px 0;
}
.footerLeft > nav > ul > li .subMenu li.disabled > a{
    display: none;
}
.footerLeft > nav > ul > li .subMenu li a {
    color: #3B3B3B;
    font-size: 24px;
}
.footerLeft > nav > ul > li .subMenu li a:hover,
.footerLeft > nav > ul > li .subMenu li a.selected {
    color: #000;
}
.footerTop .phone {
    margin: 30px 0 0;
}
.footerLeft > nav > ul > li:nth-child(2) > a {
    display: none;
}
.footerLeft > nav > ul > li:nth-child(2) > .subMenu > li:first-child {
    margin-top: 0;
}
.footerLeft > nav > ul > li:nth-child(2) > .subMenu > li > a {
    color: #000;
    font-weight: 400;
    font-size: 30px;
}
.footerLeft > nav > ul > li:nth-child(2) > .subMenu > li > a:hover,
.footerLeft > nav > ul > li:nth-child(2) > .subMenu > li > a.selected {
    color: #E30513;
}
.footerTop .phone a {
    margin: 10px 0 0;
    font-size: 20px;
}
.social {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.social a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #CECECE;
    vertical-align: middle;
    text-align: center;
    line-height: 68px;
}
.social a:last-child {
    margin: 0;
}
.social a.vk:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -20px;
    width: 40px;
    height: 24px;
    background: url(images/vk-logo.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.vk:hover {
    background: #16A3EC;
}
.social a.twitter:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -14px;
    width: 36px;
    height: 28px;
    background: url(images/twitter-icon.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.twitter:hover {
    background: #49A9E4;
}


.social a.telegram:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -14px;
    width: 36px;
    height: 28px;
    background: url(images/telegram-icon.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.telegram:hover {
    background: #49A9E4;
}



.social a.youtube:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -18px;
    width: 36px;
    height: 24px;
    background: url(images/youtube-icon.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.youtube {
    background: #F80000;
}
.social a.facebook:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -10px;
    width: 20px;
    height: 36px;
    background: url(images/facebook-logo.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.facebook {
    background: #355896;
}
.social a.ok {
    background: #F08F1D;
}
.social a.instagram:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -18px;
    width: 36px;
    height: 52px;
    background: url(images/instagram-logo.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.instagram {
    background: #c13584;
}
.social a.tiktok:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -17px;
    width: 34px;
    height: 50px;
    background: url(images/tiktok-logo.svg) no-repeat center center;
    background-size: cover;
    content: "";
}
.social a.tiktok {
    background: #000;
}
.social a i {
    color: #FFF;
    font-size: 36px;
}
.footerMiddle {
    padding-left: 80px;
}
.footerMiddle nav > ul > li {
    display: inline-block;
    margin: 0 60px 10px 0;
    vertical-align: top;
}
.footerMiddle nav ul li a {
    margin: 0;
    font-weight: 500;
    font-size: 19px;
}
.footerMiddle nav ul li .subMenu li {
    margin: 10px 0 0;
}
.footerMiddle nav ul li .subMenu {
    position: relative;
    display: block !important;
    visibility: visible;
    padding: 0;
    background: none;
    box-shadow: none;
    opacity: 1;
}
.footerMiddle nav ul li .subMenu li a {
    font-weight: 500;
    font-size: 16px;
}
.footerRight {
    width: 25%;
}
.footerRight a.btn {
    display: block;
    margin: 0 0 25px;
    background: #3B3B3B;
    color: #FFF;
    text-align: center;
    font-size: 30px;
}
.footerRight a.btn:hover {
    background: #000;
}
.footerBottom {
    padding: 70px 0 35px;
    background: #CECECE;
}
.footerBottom .wrapper {
    width: calc(100% - 30px);
}
.copy {
    float: right;
    margin-right: 40px;
    color: #3B3B3B;
    font-weight: 300;
    font-size: 20px;
}
.polLink {
    float: right;
    margin-top: -4px;
}
.polLink a {
    margin-left: 40px;
    color: #3B3B3B;
    font-weight: 300;
    font-size: 20px;
}
.polLink a:hover {
    color: #E30513;
}
.newsContent a,
.pageContent a {
    outline: none;

/*font-size:17px;
  line-height:25px;
  font-weight:400;*/
    color: #E30513;
    text-decoration: underline;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.newsContent a.btn,
.pageContent a.btn {
    color: #3B3B3B;
    text-decoration: none;
}
.newsContent a.btn:hover,
.pageContent a.btn:hover {
    color: #FFF;
}
.newsContent img {
    border-radius: 7px;
}
.newsContent a:hover,
.pageContent a:hover {
    text-decoration: none;
}
.catBanner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 7px;
}
.btns .btn.line {
    display: block;
    padding: 0;
    background: none;
    color: #3B3B3B;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}
#map {
    margin: 50px 0 0;
    width: 100%;
    height: 600px;
}
.dealerListItems {
    display: none;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Chrome 19+ & Safari 6+ */
}
[class*="ymaps"][class*="-layers-pane"] {
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Chrome 19+ & Safari 6+ */
}
.wrapper.page.buy {
    margin: 50px auto 0;
}
.dealerList {
    margin: 0 0 50px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
}
.dealerList li {
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    width: 100%;
    vertical-align: top;
}
.dealerList li:before {
    display: none;
}
.dealerList li:nth-child(4n) {
    margin-right: 0;
}
.dealerList li > div {
    display: table;
    width: 100%;
}
.dealerTitle,
.dealerCount {
    display: table-cell;
    vertical-align: middle;
}
.dealerList li > div {
    border-bottom: 2px solid rgba(254, 224, 132, 0);
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.dealerList li > div:hover,
.dealerList li > div.active {
    border-bottom: 2px solid rgba(254, 224, 132, 1);
}
.dealerCount {
    color: #CCC;
    text-align: right;
    font-size: 11px;
}
.dealerListItems h2 {
    margin: 0 0 10px;
    font-size: 36px;
}
.dealerItem {
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    width: calc(100% / 3 - 23px);
    border: 1px solid #F4F4F4;
    border-radius: 7px;
    background: #FFF;
    font-size: 15px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.dealerItem > div {
    display: block;
    /*padding:30px;*/
}
.dealerItem:nth-child(3n) {
    margin-right: 0;
}
.dealerItem:nth-child(3n + 1) {
    clear: left;
}
.dealerItem a {
    display: block;
    padding: 30px;
    color: #3B3B3B;
    text-decoration: none;
}
.dealerItem h3 {
    margin: 0 0 15px;
    font-size: 19px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.dealerItem a:hover h3 {
    color: #E30513;
}
.readMore {
    padding: 20px 55px;
    font-size: 13px;
}
.dealerItem span {
    display: block;
    font-weight: 500;
}
.dealerImg,
.dealerLink {
    display: inline-block;
    vertical-align: middle;
}
.dealerLink {
    width: 68%;
}
.dealerItem p:last-child {
    margin-bottom: 0;
}
.dealerImg {
    margin-right: 10px;
}
.dealerItem h3.dealerLink {
    margin: 0;
}
.dealerLogo {
    padding: 0 0 10px;
}
.dealerImg img {
    display: block;
    max-width: 70px;
    height: auto;
}
.dealerGallery {
    float: right;
    width: 50%;
}
.dealerTxt {
    float: left;
    width: 45%;
}
.dealerLogo img {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
}
.addressBox {
    margin: 10px 0 20px;
}
.timeTxt {
    margin: 10px 0 0;
}
.timeTxt.social {
    margin: 20px 0;
}
.dealerTxt h4 {
    margin: 0;
    font-size: 17px;
}
.dealerTxt i {
    margin-right: 3px;
    color: rgba(188, 188, 188, 1);
}
.timeTxt.social i {
    margin: 0;
}
.dealerTxt .addressBox h4 {
    margin: 0 0 5px;
}
.dealerTxt .timeTxt h4 {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.dealerTxt h4 span,
.iconBox {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    vertical-align: top;
    text-align: center;
}
.dealerTxt .address,
.contactTxt .address {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}
.dealerMap {
    margin: 40px 0 0;
}
.dealerGallery {
    text-align: right;
}
.bx-section-desc-post {
    margin: 0;
    padding: 25px 0;
}
.bx-section-desc.bx- {
    margin: 30px 0 0px;
}
.labelNew {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    margin: -80px auto 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(47, 47, 47, .8);
    color: rgba(254, 224, 132, 1);
    text-align: center;
    font-weight: 500;
    font-size: 21px;
}
.labelIcon {
    margin: 30px 0 15px;
    color: #CCC;
    font-size: 30px;
}
.itemNew {
    opacity: .7;
}
.catalogElTxt.formRight {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.item {
    display: block !important;
}
.galleryThumbs .item {
    margin: 0 10px;
    width: auto !important;
    cursor: pointer;
}
.galleryThumbs {
    margin: 25px 0 0;
}
.galleryItems {
    cursor: auto !important;
}
.catThumb img.motorLabel {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    max-width: 100px;
    height: auto;
}
.specItem {
    margin: 50px 0 0;
}
.specItem .tabber li,
.pageTabber li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
    cursor: pointer;
}
.specItem .tabber li:before,
.pageTabber li:before {
    display: none;
}
.specItem .tabber li span,
.pageTabber li span {
    display: block;
    padding: 15px 25px;
    border-bottom: 2px solid #FBFBFB;
    background: #FBFBFB;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.specItem .tabber li.active span,
.pageTabber li.active span {
    border-bottom: 2px solid #E30513;
}
.priceItem {
    line-height: normal;
}
.priceItem > div {
    font-weight: 400;
    font-size: 46px;
    line-height: normal;
}
.priceItem > div > span {
    color: #999;
    text-decoration: line-through;
    font-size: 21px;
}
.accsPrice span {
    margin-left: 10px;
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}
.priceItem > span {
    display: block;
    color: #3B3B3B;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}
.tabTxt {
    padding: 40px;
    border: 1px solid #F4F4F4;
    border-radius: 0 0 7px 7px;
}
.catalogElTxt.formRight .btns {
    margin: 25px 0 0;
}
.catalogElTxt.formRight .btns .btn {
    text-decoration: none;
}
.itemPhoto {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(100% / 4 - 12px);
}
.itemPhoto:nth-child(4n) {
    margin-right: 0;
}
.itemPhoto:nth-child(4n + 1) {
    clear: left;
}
.itemPhoto img {
    display: block;
    width: 100%;
    height: auto;
}
#content .acssList {
    display: grid;

    grid-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr;
}
#content .acssBox {
    display: flex;
    align-items: center;

/*margin-bottom:30px;*/
    border: 1px solid #F4F4F4;
    border-radius: 7px;
}
.acssItem.catItem .catThumb {
    padding: 5px;
    width: 100px;
    height: auto;
    background: none;
}
.acssItem.catItem .catTxt {
    padding: 15px 25px;
    width: 100%;
    background: #F4F4F4;
}
.acssItem.catItem .catTxt h3 {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
}
.acssItem.catItem .catThumb img {
    position: relative;
    width: 100%;
    height: auto;
}
.accsPrice {
    color: #DF002D;
    text-align: right;
    font-weight: 400;
    font-size: 24px;
}
.galleryThumbs .slick-current img {
    border-color: #E30513;
}
.acssItem.catItem .product-item-detail-info-container {
    margin: 20px 0 0;
    text-align: right;
}
.acssItem.catItem .product-item-detail-info-container a {
    margin: 0;
    padding: 20px 25px;
    font-size: 24px;
}
.colorBox {
    margin: 30px 0 0;
}
.colorBg {
    display: inline-block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-size: cover !important;
    vertical-align: middle;
}
.colorBg a {
    display: block;
    width: 100%;
    height: 100%;
}
img.ts_imgzoom_view {
    display: none !important;
}
#d3 {
    display: none;
}
.d3 {
    display: none;
}
.catalogElTxt.formRight .btns .btn.pdf {
    margin-left: 25px;
    padding: 0;
    background: none;
    box-shadow: none;
    color: #000;
    text-transform: none;
    font-size: 24px;
}
.catalogElTxt.formRight .btns .btn.pdf i {
    margin-right: 5px;
    color: #3B3B3B;
}
.catalogElTxt.formRight .btns .btn.pdf:hover {
    color: #3B3B3B;
}
.photoBtns {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.rotateimage {
    display: inline-block;
    margin-right: 15px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #F0F0F0;
    color: #3B3B3B !important;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}
.photoBtns a i {
    font-size: 17px;
}
.galleryItems.formLeft {
    position: relative;
}
.itemTitleForm img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
}
.formSrickInner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);

    will-change: position, transform;
}
#formSrick {
    will-change: min-height;
}
.itemTitleForm {
    padding: 15px;
    border: 1px solid #F4F4F4;
    border-radius: 7px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin: -20px 0 0;
    width: 40px;
    height: 40px;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    background: #FFF;
    color: #CCC;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.slick-slide {
    outline: none;
}
.slick-arrow:hover {
    color: #999;
}
.slick-next {
    right: -20px;
}
.slick-prev {
    left: -20px;
}
.listBox,
.listAccs {
    margin: 50px 0 0;
}
.listBox h2,
.listAccs h2 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
}
#content .listAccs .catList .catItem {
    margin: 0;
    width: 100%;
}
.listAccs .slick-slide > div {
    margin: 15px;
}
.slideTxt {
    display: none;
}
.slideTxt.itemsTxt {
    padding: 25px;
    font-size: 17px;
}
.zpItem {
    float: left;
    margin-left: 40px;
    padding-left: 40px;
    width: calc(100% / 3 - 55px);
    border-left: 1px solid #F4F4F4;
    font-size: 13px;
    line-height: 16px;
}
.zpItem {
    margin-bottom: 30px;
}
.zpItem:nth-child(3n + 1) {
    clear: left;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.zpItem h3 {
    margin: 0 0 10px;
    font-size: 17px;
}
.zpItem img {
    display: block;
    margin: 15px auto 0;
}
.zpLInks {
    display: table;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
}
.zpLink {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.zpLink:last-child {
    padding-right: 0;
}
.zpLink a {
    font-size: 15px;
}
.zpLink i,
.docItem i {
    margin-right: 5px;
    font-size: 16px;
}
.docsList {
    display: inline-block;
    margin-bottom: 35px;
    vertical-align: top;
}
.docsList:last-child {
    margin-bottom: 0;
}
.docListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
}
.docsList img {
    display: block;
    margin: 0 auto;
}
.docsList h3 {
    margin: 15px 0 0;
    text-align: center;
}
.docItem {
    margin: 15px 0 0;
    font-size: 15px;
}
.docItem a {
    font-size: 15px;
}
.contactBox {
    text-align: center;
}
.catList .dealerBtns {
    margin: 50px 0 0;
    text-align: center;
}
.catList .dealerBtns a {
    margin: 0;
    padding: 20px 35px;
    color: #454545;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
}
.contactBox > h3 {
    margin: 50px 0 30px;
    font-size: 36px;
}
.contactBox a {
    font-size: 16px;
    line-height: 19px;
}
.contactProp {
    margin: 15px 0 0;
    font-weight: 500;
}
.contactTxt h3 {
    margin: 0;
    font-size: 21px;
}
.contactTxt img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
}
.contactTxt i {
    margin-right: 3px;
    color: rgba(188, 188, 188, 1);
    font-size: 17px;
}
.contactItem {
    display: inline-block;
    margin-left: 40px;
    padding: 25px;
    width: calc(100% / 3 - 90px);
    border: 1px solid #F4F4F4;
    border-radius: 7px;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
}
.contactItem:nth-child(3n + 1) {
    margin-left: 0;
}
.slideItem {
    margin: 20px 0 0;
    padding: 10px 15px;
    background: #FBFBFB;
    font-weight: 500;
    font-size: 19px;
    cursor: pointer;
}
.slideItem:first-child {
    margin: 0;
}
.slideItem i {
    float: right;
    margin: 7px 0 0 10px;
    font-size: 13px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}
.slideItem.active i {
    transform: rotate(-180deg);
}
.questionItem {
    position: relative;
    padding: 15px 15px 15px 30px;
    counter-increment: div;
    font-size: 16px;
}
.questionItem:before {
    position: absolute;
    top: 13px;
    left: 0;
    color: #E30513;
    content: counter(div) ".";
    font-weight: 500;
}
.questionItem h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #F4F4F4;
    font-size: 24px;
}
.questionBtn {
    margin: 50px 0 0;
    text-align: center;
}
/*.questionBtn .btn {
  padding:20px 35px;
    text-align: center;
    margin:0;
    font-size: 13px;
  text-decoration:none;
  color:#454545;
  font-weight: 500;
}*/
#form,
#formQuest {
    padding: 50px;
    text-align: center;
}
#form .btn,
#formQuest .btn {
    padding: 20px 35px;
}
#form h3,
#formQuest h3 {
    margin: 0 0 30px;
}
#formQuest h3 {
    font-size: 28px;
}
#form input[type="text"],
#form textarea,
#formQuest input[type="text"],
#formQuest textarea {
    margin: 0 0 20px;
}
.errortext {
    text-align: left;
    font-size: 14px;
}
.googleLabel {
    margin: 25px 0 0;
}
.formDesc {
    margin: 10px 0 0;
    text-align: left;
}
.main-user-consent-request-popup-cont {
    z-index: 1001;
}
.fancybox-container {
    z-index: 1000;
}
.main-user-consent-request-popup-text {
    border-radius: 7px !important;
}
.itemTxtIn {
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 30px;
}
.itemTxtIn iframe {
    width: 100%;
}
.newsContent iframe {
    display: block;
    margin: 0 auto;
}
.bx-section-desc.bx-blue {
    /*margin:30px 0 0;*/
}
.mainImg img {
    /*max-width:342px;
  height:auto;*/
}
.ts_holder img {
    border: 0 !important;
}
hr {
    border: 1px solid #E30513 !important;
	margin-bottom: 10px;
}
.colLeft {
    float: left;
    width: 48%;
}
.colRight {
    float: right;
    width: 48%;
}
.colorBox {
    float: right;
    margin: 0;
}
.photoBtns {
    right: 20px;
}
.colorBg:last-child {
    margin-right: 0;
}
.colorBg {
    border-radius: 9px;
}
.zpTxt {
    font-size: 12px;
}
.videoBox {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 53.6%;
}
.videoBox:last-child {
    margin: 0;
}
.videoBox iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.colorItem .jq-radio {
    display: none !important;
}
.colorItem div.jq-radio.checked + label img {
    border-color: #E30513;
}
.fancybox-image,
.fancybox-spaceball {
    border-radius: 9px;
}
font.notetext {
    color: #3B3B3B !important;
    font-size: 24px;
}
#txtBox {
    margin: 60px 0 0;
}
.aboutBox {
    display: flex;
}
#txt h1,
#txtBox h1 {
    text-align: center;
}
.left {
    margin-right: 20px;
    padding: 40px;
}
.left img {
    display: inline-block;
}
.slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.slide h3 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 23;
}
.slide p {
    margin: 0;
    font-size: 23px;
    line-height: 28px;
}
.slide .item {
    display: block !important;
    box-sizing: border-box;
    padding: 0 10px;
}
.basket {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.icon_cart {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url(images/basket.png) no-repeat center center;
    vertical-align: middle;
}
.bx-cart-text {
    display: inline-block;
    margin: 0 0 0 7px;
    color: #3B3B3B;
    vertical-align: middle;
    font-size: 30px;
}
.bx_small_cart {
    display: inline-block;
    padding: 10px 15px;
    background: #CBCBCB;
    text-align: left;
}
.bx_small_cart a {
    color: #3B3B3B;
    font-size: 30px;
}
.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%;
}
.product-item-image-original,
.product-item-image-alternative {
    position: relative;
}
.product-item-image-wrapper img {
    display: block;
    margin: 0 auto;
}
.product-item-price-current {
    display: block;
    color: #DF002D;
    text-align: center;
    font-weight: 400;
    font-size: 38px;
    line-height: normal;
}
.product-item-button-container .btn {
    display: block;
    margin: 0;
    padding: 25px 0;
    color: #3B3B3B;
}
.product-item-button-container .btn:hover {
    color: #FFF;
}
.buttonsBox {
    display: table;
    margin: 35px 0 0;
    width: 100%;
}
.product-item-button-container {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.product-item-button-container:last-child {
    padding-right: 0;
    padding-left: 10px;
}
.product-item-title {
    margin: 15px 0 5px;
    white-space: normal;
}
.btn-black,
main form .btn {
    background: #3B3B3B;
    color: #FFF !important;
}
.btn-black:hover,
main form .btn:hover {
    background: #000;
}
.formFields .field {
    display: inline-block;
    margin: 0 25px 15px 0;
    width: calc(100% / 3 - 21px);
    vertical-align: middle;
}

.formFields .field_399 {
    width: 100%;
}

.formFields .field2000 {
    display: inline-block;
    margin: 0 25px 15px 0;
    width: calc(100% / 3 - 21px);
    vertical-align: middle;
}

.formFields .field2000:nth-child(7n) {
    width: 100%;
}

.formFields .field2000:nth-child(3n) {
    margin: 0 0 15px 0;
}

.formFields .field:nth-child(7n) {
    /*margin: 0 0px 15px 0;*/
}

.formFields .field:nth-child(3n) {
    margin: 0 25px 15px 0;
}

.formFields .field:nth-child(4) {
    margin: 0 0 15px 0;
}

.formFields .field:nth-child(9n) {
    margin: 0 0px 15px 0;
}

#formQuest .formFields .field {
    width: calc(100% / 2 - 16px);
}
#formQuest .formFields .field:nth-child(2n) {
    margin: 0 0 33px 0;
}
#formQuest .formFields .field:nth-child(3n) {
    margin: 0 25px 25px 0;
}
.formFields .field2000:last-child,
.formFields .field2000:last-child {
    display: block;
    margin: 0;
    width: 100%;
}

.formFields .field:last-child,
#formQuest .formFields .field:last-child {
    display: block;
    margin: 0;
    width: 100%;
}
.btn.right {
    float: right;
}
.popup-window.popup-window-content-white.popup-window-with-titlebar.bx-blue {
    padding: 0 20px 20px;
}
.popup-window-titlebar-text {
    padding: 0 40px 0 0;
    color: #000;
    font-weight: 500;
    font-size: 21px;
}
.popup-window-close-icon:after {
    width: 15px;
    height: 15px;
}
.popup-window-with-titlebar .popup-window-content {
    margin: 25px 0 0;
    padding: 0;
}
.popup-window-buttons {
    padding: 0;
}
.popup-window-content table {
    width: 100%;
}
.popup-window-content table td {
    font-size: 17px;
}
.popup-window {
    font-family: "Oswald", sans-serif;
}
.pageContent table.basket-items-list-table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-top: 1px solid #F0F0F0;
}
.pageContent table.basket-items-list-table tr:nth-child(odd) td {
    background: none;
}
.pageContent table.basket-items-list-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #F0F0F0;
    text-align: center;
}
.pageContent table.basket-items-list-table td.basket-items-list-item-remove {
    padding: 15px 0 15px 10px;
    width: 25px;
    text-align: right;
}
.basket-item-block-actions {
    text-align: right;
}
.pageContent table.basket-items-list-table td.basket-items-list-item-amount {
    position: relative;
    padding: 15px 42px;
    width: 45px;
}
#basket-root {
    padding: 30px 0 0;
}
.basket-items-list-item-descriptions-inner {
    display: flex;
    align-items: center;
}
.basket-item-image-link img {
    display: block;
    max-width: 100px;
    height: auto;
}
.pageContent .basket-item-info-name,
.basket-item-property-value,
.basket-item-price-current {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
.basket-item-price-title,
.basket-item-amount-field-description {
    display: none;
}
.basket-item-block-info a {
    color: #000;
    text-decoration: none;
}
.basket-item-amount-filed-block input {
    padding: 0;
    max-width: 45px;
    background: none;
    color: #000;
    text-align: center;
    font-size: 24px;
}
.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border: 2px solid #F0F0F0;
    border-radius: 5px;
    background: #FFF;
    color: #F0F0F0;
    cursor: pointer;
    transition: 300ms all ease;

    -webkit-user-select: none;
}
.basket-item-amount-btn-plus {
    right: 0;
}
.basket-item-amount-btn-minus {
    left: 0;
}
.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
    background-color: #F0F0F0;
}
.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
    background-color: transparent;
    cursor: default;
}
.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #F0F0F0;
    content: "";
    transition: 300ms all ease;
}
.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
    background-color: #535353;
}
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
    background-color: #F3F3F3;
}
.basket-item-amount-btn-plus:before {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
}
.basket-item-block-info {
    margin: 0 0 0 20px;
}
.basket-item-actions-remove {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #C7C7C5;
    content: "";
    transition: 300ms background-color ease;
}
.basket-item-actions-remove:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
            transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.basket-item-actions-remove:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
            transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before {
    background-color: #DF002D;
}
.basket-item-block-info .basket-item-actions-remove {
    display: none;
}
.basket-checkout-section-inner.justify-content-between {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-weight: 400;
    font-size: 24px;
}
.basket-checkout-section {
    text-align: right;
}
.basket-checkout-block.basket-checkout-block-btn {
    display: none;
}
.basket-checkout-container {
    margin: 30px 0 0;
}
.basket-checkout-block-total-price-inner {
    margin-left: 10px;
}
.formError {
    margin: 10px 0;
    color: red;
    text-align: right;
}
.pItemColor {
    cursor: pointer;
}
.pItemPic,
.pLinePic {
    display: inline-block;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    border: 2px solid #CCC;
    border-radius: 9px;
    background-size: cover !important;
    vertical-align: middle;
}
.pItemСol,
.pItemСol {
    display: inline-block;
    vertical-align: middle;
}
.popLine {
    padding: 15px 20px;
    cursor: pointer;
}
.popLine.active {
    border: 2px solid #E30513;
}
.basket-item-property .colorPopUp {
    display: none;
}
.colorPopUpInner {
    padding: 0 40px;
    font-size: 20px;
}
.orderForm,
.accBlock {
    margin: 65px 0 0;
}
.accTtitle {
    display: inline-block;
    padding: 15px 30px;
    border-bottom: 2px solid #E30513;
    background: #FBFBFB;
    font-weight: 500;
    font-size: 24px;
}
.accBlock .acssList {
    padding: 30px;
    border: 1px solid #F4F4F4;
    border-radius: 0 0 7px 7px;
}
#formQuest .formFields {
    max-width: 500px;
}
.formFields.dealerForm .field {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.formFields.dealerForm .field .label {
    box-sizing: border-box;
    padding-right: 30px;
    width: 30%;
}
.formFields.dealerForm .field .input {
    width: 70%;
}
.formFields.dealerForm .field .input.small {
    box-sizing: border-box;
    padding-right: 30px;
    width: 23.3%;
}
.formFields.dealerForm .field .input.small:last-child {
    padding: 0;
}
.formFields.dealerForm .custom-select {
    max-width: calc(25.3% + 30px);
    display: block;
}
.seach_block.row .col-xs-offset-3.col-xs-3,
.seach_block.row .col-xs-2,
.seach_block.row .col-xs-3 {
    float: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px 0 0;
    width: calc(100% / 3);
}
.seach_block.row .col-xs-3 {
    padding: 0;
}
.row {
    clear: both;
}
.seach_block.row {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 30px 40px 30px;
}
.pageContent .container {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}
.topBoxDealer {
    margin: 0 0 30px;
    padding-bottom: 0;
    background: #333;
}
.topBoxDealer .col-xs-3.nopadding {
    float: none;
    padding: 0;
    width: 30%;
}
.topBoxDealer .col-xs-9.nopadding {
    float: none;
    padding: 0;
    width: 70%;
}
.mapBoxDealer {
    display: flex;
    margin: 0 !important;
}
.topBoxDealer .result_block {
    box-sizing: border-box;
}
.mapBoxDealer #map {
    margin: 0;
}
.seach_block.row .col-xs-offset-3.col-xs-3 label,
.seach_block.row .col-xs-2 label,
.seach_block.row .col-xs-3 label {
    display: block;
    margin: 0 0 10px;
}
.topBoxDealer .forms_dealer {
    padding: 15px 30px;
    height: auto;
}
.topBoxDealer .geoloc {
    display: inline-block;
    margin: 35px 0 0;
    font-size: 17px;
    display: none;
}
.topBoxDealer #searchButton {
    padding: 15px 20px;
    background: #E30513;
}
.topBoxDealer #ul_result li h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}
.topBoxDealer #ul_result li {
    margin: 0;
}
.topBoxDealer #ul_result li:before {
    display: none;
}
.topBoxDealer .dealer_contact_res {
    font-size: 15px;
}
.topBoxDealer .btn_destin {
    color: #FFF;
    text-decoration: none;
}

.hidePrices .product-item-price-container,
.hidePrices div[id*="_basket_actions"] {
    display: none;
}
.language {
    position: relative;
}
.language .lang.current {
    position: relative;
}
.language .lang.current span {
    display: inline-block;
    padding: 10px;
    width: 95px;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
}
.langBox {
  position: absolute;
  top: 80px;


/*left:10px;*/
    right: -20px;
    display: none;
    padding: 10px;

/*text-align:center;*/
    width: 470px;
    border-radius: 0 0px 7px 7px;
    background: #E8E8E8;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .55);
}
.language .lang.EN:before,
.language .lang.US:before,
.language > .lang.s1:before,
.language .langBox .lang.s1 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/us.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.CA:before,
.language .lang.FR:before,
.language > .lang.s2:before,
.language > .lang.s4:before,
.language .langBox .lang.s2 a:before,
.language .langBox .lang.s4 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/ca.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.EU:before,
.language > .lang.s3:before,
.language .langBox .lang.s3 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/eu.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.IT:before,
.language > .lang.s5:before,
.language .langBox .lang.s5 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/it.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.FI:before,
.language > .lang.s6:before,
.language .langBox .lang.s6 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/fi.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.SE:before,
.language > .lang.s7:before,
.language .langBox .lang.s7 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/se.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.NOR:before,
.language > .lang.s8:before,
.language .langBox .lang.s8 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/no.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.DA:before,
.language > .lang.s9:before,
.language .langBox .lang.s9 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/da.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.CZ:before,
.language > .lang.t1:before,
.language .langBox .lang.t1 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/cz.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.SK:before,
.language > .lang.t2:before,
.language .langBox .lang.t2 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/sk.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.PL:before,
.language > .lang.t3:before,
.language .langBox .lang.t3 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/pl.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.DE:before,
.language > .lang.t4:before,
.language .langBox .lang.t4 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/de.png) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.language .lang.ES:before,
.language > .lang.t5:before,
.language .langBox .lang.t5 a:before {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 15px;
    padding: 7px 11px;
    width: 60px;
    height: 35px;
    background: #FFF url(images/es.gif) no-repeat center center;
    content: "";
    vertical-align: middle;
}
.langBox span {
    display: inline-block;
    padding: 10px 8px;
    width: 95px;
    background: #FFF;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
}
.langBox > div {
    display: inline-block;
    margin: 0 10px 10px;
}
.langBox > div:last-child {
    /*margin:0; */
}

.formWrap {
    padding: 30px 25px 20px;
    max-width: 450px;
}

.formWrap .formFields .field {
    margin: 0 0 10px;
    width: 100%;
}

.formWrap .formFields input[type="text"] {
    padding: 10px 20px;
    font-size: 25px;
}

.orderFormName {
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    line-height: 34px;
}

.ordError {
    margin-bottom: 10px;
    color: red;
    font-size: 16px;
    line-height: 20px;
}

.formWrap .orderPartSend,
.formWrap .orderPartSend:hover {
    display: block;
    margin: 0 auto;
    padding: 10px 40px;
    background: #E30513;
    color: #FFF;
}

.formFields .field.field_108,
.formFields .field.field_street {
    width: 100%;
}
.formFields .field.field_street.field_street_custom{
      width: 65.5%;
    margin-right: 0;
}
body.s4 .navTop ul li a {
    font-size: 30px;
}
body.s4 .footerLeft > nav > ul > li .subMenu li a {
    font-size: 24px;
}
body.s4 .footerLeft > nav > ul > li:nth-child(3) {
    left: 28%;
}
body.s9 .footerLeft > nav > ul > li:nth-child(3) {
    left: 25%;
}
body.s5 .footerLeft > nav > ul > li:nth-child(3) {
    left: 22.5%;
}
body.s6 .footerLeft > nav > ul > li:nth-child(3) {
    left: 25.5%;
}
body.s7 .footerLeft > nav > ul > li:nth-child(3) {
    left: 24%;
}
body.s8 .footerLeft > nav > ul > li:nth-child(3) {
    left: 26%;
}
body.t1 .footerLeft > nav > ul > li:nth-child(3) {
    left: 22%;
}
body.t2 .footerLeft > nav > ul > li:nth-child(3) {
    left: 25%;
}
body.t3 .footerLeft > nav > ul > li:nth-child(3) {
    left: 28%;
}
body.t4 .footerLeft > nav > ul > li:nth-child(3) {
    left: 27.5%;
}
body.t5 .footerLeft > nav > ul > li:nth-child(3) {
    left: 24%;
}
body.s4 .footerLeft > nav > ul > li:nth-child(2) > .subMenu > li > a {
    font-size: 30px;
}
body.s4 .navTop ul li .subMenu li a {
    font-size: 24px;
}
.menu .saleBox {
    position: absolute;
    left: 0;
    margin: 25px 0 0;
    padding: 25px;
    border-top: 10px solid #E30513;
    border-radius: 0 0px 7px 7px;
    background: #E8E8E8;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .55);
    text-align: left;
}
.product-item-detail-price-old,
.catalog-item-old-price {
    display: inline-block;
    margin-left: 20px;
    font-size: 30px;
}

.wrapper-top {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
    //padding-top: 450px;
    max-width: 1140px;
    width: calc(100% - 30px);
}





h2 span {
    color: #3B3B3B;
    /*text-transform:lowercase;*/
}




.videocontent {
    position: absolute;
    z-index: -2;
    overflow: hidden;
    max-height: 600px;
    width: 100%;
    background: #3B3B3B url(https://snowdog.com/fon.jpg);
}

.vid {
    position: relative;
    left: 50%;
    z-index: -1;
    height: 600px;

/* bring your own prefixes */
    transform: translate(-50%);
}

.grad {
    position: relative;
    top: -204px;
    left: 0px;
    height: 200px;
    background: rgb(255, 255, 255);
    background: white;
    background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 100%
    );
}

.fa,
.fab,
.fal,
.far,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1.9;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.menu li.open {
    position: relative;
}

.menu li.open::before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #E8E8E8 transparent;
    content: "";
}

.sub-menu {
    background: #E8E8E8;
}

@media (max-width: 1189.9px) {
    .sub-menu {
        display: none;
    }
}

.sub-menu__list {
    display: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: -20px;
    padding: 20px 0;
}

.sub-menu__list.active {
    display: flex;
}

.sub-menu__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
}

.sub-menu__item.snowdog .sub-menu__name {
    background-color: #E30513;
}
.sub-menu__item.snowdog-electric .sub-menu__name {
    background-color: #0260AF;
}
.sub-menu__item.snowdog-pro .sub-menu__name {
    background-color: #020202;
}

.sub-menu__item ul {
    display: flex;
    margin: -20px;
}

.sub-menu__block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px;
}

.sub-menu__block picture {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 0 0 150px;
    width: 150px;
}

.sub-menu__block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
}

.sub-menu__name {
    padding: 3px 5px;
    background-color: #3B3B3B;
    color: #FFF;
}

.sub-menu__name:hover {
    color: #FFF;
}

.sub-menu__title {
    color: #3B3B3B;
    text-align: center;
}

.sub-menu__title p {
    margin: 0;
}
.u_top{
    background: #fff;
    margin-bottom: -6px;
    position: relative;
    z-index: 10;
}
.u_top .wrapper{
    display: flex;
    padding: 2px 0 4px 0;
    justify-content: flex-start;
    align-items: center;
}
.u_top .str_geo{
    font-size: 18px;
    margin-right: 12px;
    line-height: 16px;
}
.str_geo.city{
    width: 37%;
    min-width: 135px;
}
.str_geo.country{
    margin-right: 18px;
}
.str_geo.region{
    min-width: 45px;
    text-decoration: underline;
}
.u_top #countrySelect{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    line-height: 16px;
    padding: 2px 0px 2px 8px;
    background-color: #fff;
    border-radius: 5px;
    scrollbar-width: thin;
    scrollbar-color: #6D6D6D #EBEBEB;
    text-decoration: underline;
}
.u_top #countrySelect,
.u_top #countrySelect option{
    font-family: "Oswald", sans-serif;
}
.u_top .snow_select_chosen{
    cursor: pointer;
    width: auto;
    text-decoration: underline;
}
.u_top .snow_select{
    font-size: 18px !important;
    line-height: 16px;
    padding: 2px 0px 2px 8px;
    position: relative;
}
.u_top .snow_select_list{
    position: absolute;
    top: 31px;
    left: 0;
    width: 160px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
    border-radius: 4px;
    background-color: #fff;
    padding: 0 10px;
    max-height: 300px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #6D6D6D #EBEBEB;
    border: 15px solid #fff;
    transition: all 0.3s ease-in-out 0s;
    transform: translateY(-50%) scale(1, 0);
}
.u_top .snow_select_list.expand{
    transform: translateY(0) scale(1, 1);
}
.u_top .snow_select_list::-webkit-scrollbar{
    width: 8px;
}
.u_top .snow_select_list::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 6px;
}
.u_top .snow_select_list::-webkit-scrollbar-thumb {
    background-color: #6D6D6D;
    border-radius: 6px;
}
.u_top .snow_select_list label{
    display:block;
    padding: 8px 0;
}
.snow_select_list label input[name="country_item"]{
    display: none;
}
.snow_select_list label input[name="country_item"]:checked + .list_item{
    color: #8c8c8c;
}
.list_item{
    cursor: pointer;
}
.u_top #cityDadata{
    font-size: 18px;
    margin-right: 5px;
    line-height: 16px;
    color: #000;
    background-color: transparent;
    padding: 4px 0 4px 10px;
    margin-left: -5px;
    border-radius: 4px;
    text-decoration: underline;
    transition: all 0.4s ease 0s;
}
.u_top #assembled{
    font-size: 18px;
    margin-left: 192px;
    margin-right: -2px;
    line-height: 16px;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.u_top #cityDadata.focus{
    background-color: #fff;
}
#loadAjax{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 101;
}
#loadAjax img{
    display: block;
    width: 42px;
    height: 42px;
}
.dealer_label{
    display: flex;
}
.radio_inp{
    width: 24px;
    padding-right: 12px;
}
.radio_inp input{
    filter: grayscale(1);
    transform: scale(1.3, 1.3);
}
.descrip_inp span{
    font-size: 18px;
}
.dealer_label{
    border-radius: 10px;
    border: 3px solid #F0F0F0;
    margin: 6px 0;
    padding: 15px 24px;
}

.suggestions-wrapper .suggestions-suggestions a[target="_blank"]{
    display: none !important;
}
.deal_title{
    font-weight: normal;
}
#ul_result li .deal_title{
    display: block;
}
#ul_result li .deal_link{
    display: none;
}
#ul_result li.active .deal_title{
    display: none;
}
#ul_result li.active .deal_link{
    display: block;
}
.dealer_detail_block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.dealer_detail_block .images{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.dealer_detail_block .info_list{
    width: 50%;
}
.dealer_detail_block .images{
    width: 50%;
}
.dealer_detail_block .info_item{
    display: flex;
    margin: 14px 0;
}
.dealer_detail_block .info_item{
    line-height: 24px;
}
.dealer_detail_block .info_item:first-child{
    margin-top: 0;
}
.dealer_detail_block .info_item .icon{
    margin-right: 14px;
    width: 22px;
    text-align: center;
    display: flex;
    height: 22px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info_item.email .icon svg{
    position: relative;
    top: 4px;
}
.to_back{
    margin-top: 60px;
}
.s_flex{
    display: flex;
    justify-content: space-between;
}
.f_block #searchButton{
    width: 75px;
    height: 75px;
    border-radius: 10px;    
    margin-left: 27px;
}
.seach_block .suggestions-wrapper{
    color: #000;
}
.dealer_detail_block .info_item.phone_info .icon{
    bottom: -2px;
}
.dealer_detail_block .info_item.email .icon{
    bottom: -2px;
}
.dealer_detail_block .info_item.site .icon{
    bottom: -2px;
}
.field_name.desc{
    display:block;
}
.field_name.mob{
    display:none;
}
#map .marker_title{
    font-size: 19px;
    line-height: 16px;
}
#ul_result.near_only > li{
    display:none;
}

.west-modal.active{
    display: flex;
}
.west-modal{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.west-modal .wm-back{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-color: #0007;
}
#modal-form.mfstyle{
    position: relative;
}

#slider .slick-arrow {
  width: 10%;
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #ddd;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: none;
  top: 20px;
}
.slick-next.slick-arrow{
  right: 0;
}
.slick-prev.slick-arrow{
  left: 0;
}
#slider .slick-arrow:hover{
  color: #fff;
}

#slider .video-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#slider .item[data-type="video"] .wrapper{
  display: none;
}
#slider .mob-image{
    display:none;
}

.warning_modal_wrap{
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
    left: 0;
}
.warning_modal_wrap .warning_modal{
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.warning_modal_wrap .text{
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 21px;
}
.warning_modal_wrap .wm_btn_wrap{
    text-align: center;
}
.warning_modal_wrap button{
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
    padding: 15px 20px;
    outline: none;
    border: 0;
    background: #F0F0F0;
    color: #3B3B3B;
    text-decoration: none;
    font-weight: 400;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.warning_modal_wrap button:hover{
    background: #3B3B3B;
    color: #FFF;
    text-decoration: none;
}

#formQuest .formFields{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: space-between;
}
#formQuest .formFields .field2000 {
    margin: 0;
    width: calc(50% - 10px);
}
#formQuest .formFields .field2000:last-child{
    width: 100%;
}
#formQuest .capMessage .g-recaptcha {
    margin-top: 0;
}
#formQuest .capMessage .g-recaptcha > div {
    padding: 2px 0;
    background-color: transparent;
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
}
#formQuest .capMessage .g-recaptcha > div iframe{
    float: left;
}

#formQuest .capMessage label input[type="checkbox"]{
    margin-left: 0;
}

@media (max-width: 1190px) {

    body #modal-form{
        min-height: 400px !important;
    }

    #loadAjax{
        display: none;
    }
    .u_top {
        background: #fff;
        margin-bottom: -6px;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0 0 7px 0;
    }
    .u_top .suggestions-wrapper {
        position: absolute;
        left: 0;
        width: 100%;
    }
    .u_top .wrapper {
        padding: 8px 0 0 12px;
    }
    #slider {
        margin-top: 0;
    }
    .headerTop {
        margin-top: 49px;
    }
    /*main{
        margin-top: 60px;
    }*/
}

@media (max-width: 736px) {
    .field_name.desc{
        display:none;
    }
    .field_name.mob{
        display:block;
    }
    .u_top {
        background: #fff;
        margin-bottom: -6px;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0px;
        width: 100%;
        padding: 0 0 7px 0;
    }
    .headerBottom {
        margin-top: 48px;
    }
    #slider {
        margin-top: 48px;
    }
    .dealer_detail_block{
        flex-direction: column-reverse;
    }
    .dealer_detail_block .info_list{
        width: 100%;
    }
    .dealer_detail_block .images{
        width: 100%;
    }
    .dealer_detail_block .images {
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    .seach_block .s_flex{
        margin-bottom: 20px;
        margin-top: 20px;
        width: 92%;
    }
    .s_flex {
        flex-direction: column;
      }
    .f_block #searchButton {
        margin-left: 0;
        width: 100%;
    }     
    .topBoxDealer .city_field_block{
        width: 92%;
    }
    #breadcrumbs {
        padding-top: 45px;
    }
    #slider .slick-arrow {
    width: 18%;
  }
    #slider .mob-image{
        display: block;
    }
    #slider .video-wrap.has-mob-image{
    display: none;
  }
}

.personal {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.personal a {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personal img {
    max-width: 30px;
}
.g-recaptcha{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.g-recaptcha > div{
    padding: 12px;
    background-color: #F0F0F0;
    border-radius: 10px;
}
@media(max-width: 600px) {

    .personal img {
        max-width: 20px;
    }

    .logo {
        padding-right: 10px;
    }

}






.ft-img-wrap{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.feature-box2 .ft-img-wrap{
  max-width: 1000px;
}
.feature-box5 .ft-img-wrap{
  max-width: 1000px;
}
.feature-box6 .ft-img-wrap{
  max-width: 1000px;
}
.ft-img-base{
  width: 100%;
}
.ft-img-maket{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: .5;
    height: auto;
    width: 1000px;
    filter: grayscale(1);
}
.ft-point, .ft-point2, .ft-point3, .ft-point4, .ft-point5, .ft-point6{
  color: #fff !important;
    background-color: #E30513;
    position: absolute;
    z-index: 4;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 1px 6px;
    border-radius: 50%;
    opacity: .8;
    transition: .3s;
    cursor: pointer;
    width: 30px;
    text-align: center;
  display: block;
  text-decoration: none !important;
}
.ft-vector{
    width: 2px;
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
    background-color: #E30513;
    transform: translate(0, -50%) scale(1, 0);
    transition: .3s;
}
.ft-point:hover, .ft-point2:hover, .ft-point3:hover, .ft-point4:hover, .ft-point5:hover, .ft-point6:hover{
  transform: scale(1.2, 1.2);
  opacity: 1;
}
.ft-point.on .ft-vector,
.ft-point2.on .ft-vector,
.ft-point3.on .ft-vector,
.ft-point4.on .ft-vector,
.ft-point5.on .ft-vector,
.ft-point6.on .ft-vector{
  transform: translate(0, 0) scale(1, 1);
}
.ft-description{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: 99999;
  background-color: #f0f0f0;
  border: 2px solid #E30513;
  width: 100%;
  box-sizing: border-box;
  transform: scale(1,0);
  transition: .3s;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 80%);
}
.feature-box3 .ft-description{
  bottom: -28%;
}
.feature-box4 .ft-description{
  bottom: -28%;
}
.feature-box5 .ft-description{
  bottom: -28%;
}
.feature-box6 .ft-description{
  bottom: -28%;
}
.ft-description.open{
  transform: scale(1,1);
}
.ft-description img{
  width: 35%;
  
}
.ft-description .ft-text{
    padding: 8px;
    font-size: 23px;
    line-height: 25px;
  display: flex;
  align-items: center;
}

.z-minus{
    position: relative;
    z-index: -1;
}
[class^=feature-box]{
    position: relative !important;
    z-index: 99 !important;
}



@media screen and (max-width: 1599px) {
  .fancybox-slide--html .fancybox-content {
    margin-top: 36px !important;
  }
  .feature-box,
  .feature-box2,
  .feature-box3,
  .feature-box4,
  .feature-box5,
  .feature-box6{
    transform: scale(0.7);
    margin-top: -18vh;
    margin-bottom: -15vh;
  }
}
@media screen and (max-width: 736px) {
  .pageContent table th, .pageContent table td {
    display: table-cell !important;
  }
  .bm-mob-scroll{
    overflow-x: auto;
  }

  .feature-box,
  .feature-box2,
  .feature-box3,
  .feature-box4,
  .feature-box5,
  .feature-box6{
    transform: scale(1);
    margin-top: 0;
    margin-bottom: 0;
  }

  .ft-point,
  .ft-point2,
  .ft-point3,
  .ft-point4,
  .ft-point5,
  .ft-point6{
    font-size: 12px;
    line-height: 13px;
    padding: 4px 1px 3px;
    width: 18px;
  }
  /*
  .ft-description,
  .feature-box3 .ft-description,
  .feature-box4 .ft-description {
    bottom: 0;
    flex-direction: column;
    position: fixed;
    z-index: 9999999999;
    -webkit-backface-visibility: hidden;
  }*/
  .ft-description,
  .feature-box3 .ft-description,
  .feature-box4 .ft-description,
  .feature-box5 .ft-description,
  .feature-box6 .ft-description{
    top: 100%;
    bottom: auto;
    flex-direction: column;
    position: fixed;
    z-index: 9999999999;
    box-shadow: 4px 4px 20px rgb(0 0 0 / 80%);
  }
  
  #contentTxt .catItem.z-minus,
  .z-minus{
    position: relative;
    z-index: -1;
  }
  



  .ft-description img {
    width: 100%;
  }
  .ft-vector{
    display: none !important;
  }
  .ft-point:hover,
  .ft-point2:hover,
  .ft-point3:hover,
  .ft-point4:hover,
  .ft-point5:hover,
  .ft-point6:hover{
    transform: scale(1.3, 1.3);
    opacity: 1;
  }

  #videoItem .videoBox{
    width: 100%;
  }
}

.pageContent a.btn.btn-preorder
{
    text-transform: uppercase;
    border-radius: 5px;
    background: #D0031C;
    color:#ffff;
    font-size: 18px;
    min-width: 215px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 16px;
    margin: 0 0 10px ;
}


.pageContent a.btn.btn-preorder:hover
{
    background:#BB081E;
}  

#preorderForm
{
    display:none;
}

#preorderFormWrap
{
    padding: 12px 47px 52px;
    border-radius: 10px;
}

#preorderForm2
{
    display:none;
}

#preorderFormWrap2
{
    padding: 52px 47px 72px;
    border-radius: 10px;
}

.preorderTable
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px 20px;
    width: 100%;
    margin-bottom: 15px;
} 

.preorderItem
{
    width: 245px;
}
.preorderItem span
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color:#121212;
    font-family: "Oswald", sans-serif;
}

.preorderItem input[type="text"]
{
    padding: 10px 16px;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
}

.preorderItem input[type="text"]:focus
{
    border: 1px solid #A6A6A6;
    background: #F0F0F0;
}    

.preorderSumLine
{
    display: flex;
    justify-content: space-between;
    color: #121212;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    margin-bottom: 6px;
}

.preorderRefText
{
    margin-bottom: 6px;
    color: #7C7C7C;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.preorderAgree
{
    color: #7C7C7C;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}
.preorderAgree a
{
    color: #343434;
    text-decoration: underline;
}

.btn.makePreorder
{
    border-radius: 5px;
    background: #333;
    font-size: 18px;
    padding: 10px 16px;
    width:100%;
    margin: 0px;
    color:#fff;
    text-align: center;
}


.preorderItem
{
    position: relative;
}

.errorPreord
{
    color:#D12E2E;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    bottom: -15px;
    line-height: 12px;
    display:none;
}

.preorderItem.errorItemEmpty input[type="text"],
.preorderItem.errorItemInvalid input[type="text"]
{
    border: 1px solid #D12E2E;
    background: rgba(209, 46, 46, 0.03);
}


.errorItemEmpty .errorempty,
.errorItemInvalid .errorinvalid
{
    display:block;
}

.preorderOk
{
    margin-top:10px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color:#D0031C;
    display: none;
}

@media screen and (max-width: 736px) {

    .preorderTable {
        grid-template-columns: 1fr;
        gap: 10px 0px;
        margin-bottom: 14px;
    }   
    .preorderItem {
        width: 100%;
    }
    #preorderFormWrap {
        padding: 32px 20px 50px;
        border-radius: 10px;
    }
    #preorderFormWrap2 {
        padding: 32px 20px 50px;
        border-radius: 10px;
    }
} 

.compensate-for-scrollbar
{
    margin-right:0!important;
}

.btns .btn
{
    margin-top:0;
    margin-bottom: 10px;
}

.preorderCb
{
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
}

.preorderCb input
{
    width:24px;
    height:24px;
}

@media screen and (max-width: 736px) {
    .preorderCb
    {
        font-size: 18px;
    }

    .preorderCb input
    {
        width:20px;
        height:20px;
    }
}

#preorderFormWrap select
{
    padding: 10px 16px;
    border-radius: 5px;

}



#preorderCall {
  text-transform: uppercase;
  border-radius: 5px;
  background: #D0031C;
  color: #ffff;
  font-size: 18px;
  min-width: 215px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 16px;
  margin: 0 0 10px;
}

#preorderCall:hover {
  background: #BB081E;
}

.preorder-label
{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #121212;
    font-family: "Oswald", sans-serif;
}

.preorderWide
{
    display: none;
}

.preorderWide.active
{
    display: block;
}

.preorderWide .dealer_label {
    border-radius: 10px;
    border: 3px solid #F0F0F0;
    margin: 6px 0;
    padding: 6px 15px;
}

.preorderWide .descrip_inp
{
    font-size: 16px;
    line-height: 22px;
}

.preorderWide .descrip_inp span {
    font-size: 14px;
}

.preorderWide .radio_inp
{
    width: 30px;
    padding-right: 0px;
    flex-shrink: 0;
}

.btn.makePreorderNew {
    border-radius: 5px;
    background: #333;
    font-size: 18px;
    padding: 10px 16px;
    width: 100%;
    margin: 0px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.deliveryTypeLabels
{
    display:flex;
    gap:10px;
}

.deliveryTypeLabels label
{
    width:50%;
}

.deliveryTypeLabel
{
    display:flex;
    gap:10px;
}
.deliveryTypeLabel .descrip_inp
{
    font-size: 16px;
    line-height: 34px;
}

@media screen and (max-width: 736px) {

    .deliveryTypeLabels
    {
        flex-direction: column;
        gap:0;
    }
}