@font-face {
    font-family: MontserratRegular;
    src: url(../font/Montserrat-Regular.ttf);
	font-display: auto;
}

@font-face {
    font-family: MontserratBold;
    src: url(../font/Montserrat-Bold.ttf);
	font-display: auto;
}

@font-face {
    font-family: MontserratLight;
    src: url(../font/Montserrat-Light.ttf);
	font-display: auto;
}

@font-face {
    font-family: MontserratItalic;
    src: url(../font/Montserrat-Italic.ttf);
	font-display: auto;
}

@font-face {
    font-family: MontserratMedium;
    src: url(../font/Montserrat-Medium.ttf);
	font-display: auto;
}

* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    color: #191819;
    font-family: MontserratRegular;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
textarea {
    outline: none;
    /*box-shadow:none !important;*/
    /*border: none !important;*/
    border: solid 1px #999999;
}

textarea {
    resize: none;
}

.form-control {
    border: solid 1px #ffffff;
}

.form-control:focus {
    box-shadow: none;
}

.heading0 {
    font-family: MontserratLight;
    font-size: 52px;
    line-height: 60px;
    color: #191819;
    text-transform: uppercase;
    letter-spacing: 5.2px;
}

.heading1 {
    font-family: MontserratLight;
    font-size: 28px;
    line-height: 45px;
    color: #191819;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

@media (min-width: 1250px) {
    .container {
        max-width: 1250px;
    }
}

.innerDiv {
    overflow: hidden;
}

.navbarMainMenu > .container,
.navbarMainMenu > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.navbarMainMenu {
    background-color: #000000;
    padding-top: 42px;
    padding-bottom: 43px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbarMainMenu .logoWrapper {
    margin-right: 29px;
}

.navbarMainMenu .logoWrapper .logo {
    width: 160px;
    /*height: 24px;*/
}

.mainMenu > li {
    margin-right: 31px;
}

.mainMenu > li:last-child {
    margin-right: 0;
}

.mainMenu > li > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1.4px;
}

.mainMenu > li > a:hover {
    color: #64dd17;
}

.mainMenu > li.active > a {
    opacity: 0.7;
}

.mainMenu > li:hover > .dropdown-menu
{
	display:block;
	padding:12px 15px;
	margin-top:0;
	min-width:180px;
}

.mainMenu > li .dropdown-menu .dropdown-menu
{
	display:none;
}
.mainMenu > li .dropdown-menu li:hover .dropdown-menu {
	display:block;
	top:0;
	left:100%;
	margin-top:0;
	padding-top:0;
}

.mainMenu > li .dropdown-menu li {
	padding:2px 0;
}

.mainMenu > li .dropdown-menu a {
	color:#318dde;
}

.mainMenu > li:hover > .dropdown-menu,
.mainMenu > li .dropdown-menu li {
	padding:0;
}
.mainMenu > li:hover .dropdown-menu {
	border-radius:0;
	border:none;
	padding-top:18px;
	background:transparent;
}
.mainMenu > li .dropdown-menu li > a {
	background:#191819;
	padding:13px 20px;
	display:block;
	border-bottom:1px solid #fff;
	color:#fff;
}
.mainMenu > li .dropdown-menu li:last-child > a {
	border-bottom:none;
}

.cartBlock {
    margin-right: 48px;
    position: relative;
}

.cartBlock:hover {
    cursor: pointer;
}

.cartBlock svg {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 6px;
}

.cartBlock svg path,
.cartBlock svg circle {
    fill: #ffffff;
}

.cartBlock:hover svg path,
.cartBlock:hover svg circle {
    fill: #64dd17;
}

.cartBlock .count {
    font-family: MontserratBold;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
}

.cartBlock .currency,
.cartBlock .woocommerce-Price-currencySymbol,
.cartBlock .amount,
.cartBlock .amount bdi {
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
}

.cartBlock .currency {
    margin-right: -3px;
}

.cartBlock .woocommerce-Price-currencySymbol {
	vertical-align: initial;
}

.langSelect {
    margin-right: -11px;
    margin-top: 1px;
}

.langSelect .btn {
    background: none !important;
    border: none !important;
    padding-right: 3px;
}

.langSelect .dropdown-menu {
    background: #000;
}

.langSelect .dropdown-toggle:after {
    border: none;
}

.langSelect .dropdown-toggle:focus {
    box-shadow: none !important;
}

.langSelect .filter-option-inner-inner {
    font-size: 14px;
    color: #ffffff;
    border-bottom: solid 1px #666666;
    padding-bottom: 1px;
}

.langSelect.show .filter-option-inner-inner {
    color: #999999;
}

.langSelect .dropdown-menu li a,
.langSelect .dropdown-menu li a:hover {
    background: none;
}

.langSelect .dropdown-menu li a span.text {
    color: #ffffff;
    font-size: 14px;
    border-bottom: solid 1px #666666;
    padding-bottom: 1px;
}

.langSelect .dropdown-menu li:hover a span.text {
    color: #64dd17;
    border-bottom-color: #64dd17;
}

.langSelect .dropdown-menu li.selected.active {
    display: none;
}

.langSelect .dropdown-menu {
    left: -10px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.mainPageSection1 {
    background-image: url(../img/mainPage/headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0;*/
}

.mainPageSection1 .container {
    position: relative;
}

.headerSlider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.headerSlider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.mainPageSection1 .headerSlider {
    padding-top: 220px;
    padding-bottom: 186px;
    margin-bottom: 0;
}

.mainPageSection1 .parallelogram {
    width: 361%;
    height: 100%;
    -webkit-transform: skew(-37.5deg);
    -moz-transform: skew(-37.5deg);
    -o-transform: skew(-37.5deg);
    background-color: #000000;
    position: absolute;
    right: -336%;
}

.mainPageSection1 .title {
    font-family: MontserratLight;
    color: #ffffff;
    font-size: 52px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 37px;
    max-height: 140px;
    overflow: hidden;
}

.mainPageSection1 .subtitle {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 52px;
    max-height: 90px;
    overflow: hidden;
}

.mainPageSection1 .imgWrapper {
    text-align: center;
}

.mainPageSection1 .imgWrapper img {
    width: 385px;
    height: auto;
}

.playBtn {
    position: relative;
    padding: 0;
    z-index: 100;
}

.playBtn svg.circle {
    width: 68px;
    height: 68px;
}

.playBtn svg.circle path {
   /* fill: #454545;*/
    fill: #69696a;
}

.playBtn svg.play {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 27px;
    top: 24px;
}

.playBtn svg.play path {
    fill: #ffffff;
}

.playBtn span {
    font-size: 14px;
    line-height: 24px;
    color: #64dd17;
    position: absolute;
    top: 23px;
    left: 57px;
}

.playBtn:hover svg.play path {
    fill: #64dd17;
}

.playBtn:hover svg.circle path {
    fill: #999999;
}

.headerSlider .slick-dots {
    width: auto;
    right: 5px;
    bottom: 42.7%;
}

.headerSlider .slick-dots li {
    display: block;
    margin-bottom: 10px;
}

.headerSlider .slick-dots li:last-child {
    margin-bottom: 0;
}

.headerSlider .slick-dots li button {
    border: solid 1px #999999;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    opacity: 0.7;
}

.headerSlider .slick-dots li button:before {
    font-size: 4px;
    opacity: 0;
    top: -3px;
    left: 5px;
    width: 4px;
    height: 4px;
}

.headerSlider .slick-dots li.slick-active button:before {
    color: #64dd17;
    opacity: 1;
}

.mainPageSection1Addon {
    background-color: #f4f4f4;
    padding-top: 72px;
    padding-bottom: 72px;
}

.mainPageSection1Addon .imgWrapper,
.mainPageSection1Addon .desc {
    display: inline-block;
    vertical-align: top;
}

.mainPageSection1Addon .desc {
    width: calc(100% - 55px);
    padding-left: 24px;
}

.mainPageSection1Addon .imgWrapper .svg {
    width: 49px;
    height: 49px;
}

.mainPageSection1Addon .imgWrapper .svg path {
    fill: #000000;
}

.mainPageSection1Addon .desc .title {
    font-family: MontserratBold;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
}

.mainPageSection1Addon .subtitle {
    color: #999999;
    font-size: 13px;
}

.mainPageSection2 {
    padding-top: 108px;
    padding-bottom: 127px;
}

.mainPageSection2 .heading1 {
    margin-bottom: 55px;
}

.mainPageSection2 h1 {
	font-family:MontserratMedium;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 65px;
    cursor: pointer;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    /*width: 50px;
    height: 26px;*/
    width: 46px;
    height: 30px;
    border-radius: 30px;
    background: #f4f4f4;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
.checkbox + label:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    border: solid 2px #ffffff;
    background: #64dd17;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.checkbox:checked + label:before {
    background: #f4f4f4;
}
.checkbox:checked + label:after {
    left: 18px;
}
.checkbox:focus + label:before {
    /*box-shadow: inset 0 2px 3px rgba(230, 230, 230, .45), 0 0 0 3px rgba(230, 230, 230, .45);*/
}

.colorSelect label {
    font-size: 18px;
}

.colorSelect label:hover {
    cursor: pointer;
}

.colorSelect label:first-child {
    padding-right: 20px;
}

.colorSelect label.active {
    font-family: MontserratBold;
}

.section2Slider {
    padding-top: 68px;
    background-image: url(../img/mainPage/section2SliderBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
}

.section2SliderWrapper {
    position: relative;
}

.section2Slider.white {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

.section2Slider.show {
    visibility: visible;
}

.section2Slider .slick-slide img {
    width: 70%;
}

.slick-slide img {
    display: inline-block;
}

.section2Slider .slick-arrow,
.section5Slider .slick-arrow,
.section9Slider .slick-arrow,
.reorderSlider .slick-arrow {
    background-color: #ffffff !important;
    width: 66px;
    height: 66px;
    z-index: 1;
    border-radius: 100px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
    -moz-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
    box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
}

.section2Slider .slick-next {
    right: 0;
}

.section2Slider .slick-prev {
    left: 0;
}

.section9Slider .slick-next {
    right: 15px;
}

.section9Slider .slick-prev {
    left: 15px;
}

.section5Slider .slick-next {
    right: -30px;
}

.section5Slider .slick-prev {
    left: -30px;
}

.reorderSlider .slick-next {
    left: -105px;
    top: 110px;
}

.reorderSlider .slick-prev {
    left: -195px;
    top: 110px;
}

.section2Slider .slick-arrow:before,
.section5Slider .slick-arrow:before,
.section9Slider .slick-arrow:before,
.reorderSlider .slick-arrow:before {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.section2Slider .slick-next:before,
.section5Slider .slick-next:before,
.section9Slider .slick-next:before,
.reorderSlider .slick-next:before {
    content: url(../img/arrow-right-black.svg);
}

.section2Slider .slick-next:hover:before,
.section5Slider .slick-next:hover:before,
.section9Slider .slick-next:hover:before,
.reorderSlider .slick-next:hover:before {
    content: url(../img/arrow-right-green.svg);
}

.section2Slider .slick-prev:before,
.section5Slider .slick-prev:before,
.section9Slider .slick-prev:before,
.reorderSlider .slick-prev:before {
    content: url(../img/arrow-right-black.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	
}

.section2Slider .slick-prev:hover:before,
.section5Slider .slick-prev:hover:before,
.section9Slider .slick-prev:hover:before,
.reorderSlider .slick-prev:hover:before {
    content: url(../img/arrow-right-green.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mainPageSection2 .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 17px;
    padding-left: 150px;
    padding-right: 150px;
}

.mainPageSection3 .heading1 {
    margin-bottom: 60px;
}

.mainPageSection3 .item {
    margin-bottom: 53px;
}

.mainPageSection3 .item:hover,
.mainPageSection6 .item:hover {
    cursor: pointer;
}

.mainPageSection3 .imgWrapper,
.mainPageSection3 .desc,
.mainPageSection6 .imgWrapper,
.mainPageSection6 .desc {
    display: inline-block;
    vertical-align: middle;
}

.mainPageSection3 .imgWrapper .svg,
.mainPageSection6 .imgWrapper .svg {
    width: 45px;
    height: 45px;
}

.mainPageSection3 .imgWrapper .svg path,
.mainPageSection6 .imgWrapper .svg path {
    fill: #191819;
}

.mainPageSection3 .item:hover .svg path,
.mainPageSection6 .item:hover .svg path {
    fill: #64dd17;
}

.mainPageSection3 .desc,
.mainPageSection6 .desc {
    width: calc(100% - 50px);
    padding-left: 24px;
}

.mainPageSection3 .desc .title,
.mainPageSection6 .desc .title {
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    max-height: 50px;
    overflow: hidden;
}

.mainPageSection3 .subtitle {
    line-height: 25px;
    color: #999999;
    margin-top: 14px;
    max-height: 50px;
    overflow: hidden;
}

.mainPageSection6 .subtitle {
    line-height: 25px;
    color: #999999;
    margin-top: 26px;
    max-height: 125px;
    overflow: hidden;
}

.mainPageSection3 .rightSide {
    padding-left: 191px;
    position: relative;
}

.mainPageSection3 .rightSide > img {
    position: absolute;
    width: 104px;
    height: 447px;
    top: 2px;
    left: 38px;
}

.mainPageSection3 .container {
    position: relative;
    padding-bottom: 77px;
}

.mainPageSection3 .container .grayRect {
    background-color: #fafafa;
    height: calc(100% - 15px);
    width: 610px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.mainPageSection3 .rightSide .heading1 {
    margin-top: -5px;
    margin-bottom: 76px;
}

.mainPageSection3 .rightSide ul {
    list-style: none;
}

.mainPageSection3 .rightSide ul li {
    margin-bottom: 47px;
    position: relative;
}

.mainPageSection3 .rightSide ul li:before {
    content: url(../img/line-green.jpg);
    position: absolute;
    width: 20px;
    height: 2px;
    top: -3px;
    left: -35px;
}

.mainPageSection3 .rightSide ul li p:first-child {
    font-family: MontserratBold;
    color: #191819;
}

.mainPageSection3 .rightSide ul li p {
    margin-bottom: 1px;
    color: #999999;
}

.mainPageSection4 {
    background-color: #020204;
    padding-top: 106px;
    padding-bottom: 97px;
    background-image: url(../img/mainPage/section4BgImg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.mainPageSection4 .heading1 {
    color: #ffffff;
}

.mainPageSection4 .title {
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 36px;
}

.mainPageSection4 .text {
    margin-top: 26px;
}

.mainPageSection4 .text p {
    font-size: 15px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 15px;
}

.mainPageSection4 .rightSide .imgWrapper {
    position: relative;
    margin-top: 130px;
}

.mainPageSection4 .rightSide .imgWrapper img {
    width: 200px;
    height: 281px;
}

.mainPageSection4 .rightSide .playBtn {
    position: absolute;
    left: 74px;
    top: 80px;
}

.mainPageSection5 {
    padding-top: 108px;
    padding-bottom: 113px;
}

.section5SliderWrapper {
    padding-left: 45px;
    padding-right: 45px;
}

.section5Slider {
    margin-top: 47px;
    background-color: #fafafa;
    padding: 40px 80px;
    width: 100%;
}

.section5Slider .itemWrapper img {
    height: auto;
    width: 100%;
}

.mainPageSection5 .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 47px;
    padding-left: 140px;
    padding-right: 140px;
}

.mainPageSection6 {
    background-color: #f4f4f4;
    padding-top: 113px;
    padding-bottom: 114px;
}

.mainPageSection6 .item {
    padding-right: 80px;
}

.mainPageSection7 {
    background-color: #fafafa;
    padding-top: 106px;
}

.mainPageSection7 .rightSide {
    padding-left: 82px;
    padding-bottom: 113px;
}

.mainPageSection7 .subtitle {
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 30px;
    margin-top: 35px;
}

.mainPageSection7 .text {
    margin-top: 30px;
    margin-bottom: 50px;
}

.mainPageSection7 .text p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}

.mainPageSection7 .textbottom {
    line-height: 25px;
    color: #999999;
    padding-right: 60px;
}

.mainPageSection7 .storeWrapper {
    margin-top: 3px;
    padding-left: 0;
}

.mainPageSection7 .storeWrapper a {
    margin-right: 6px;
}

.mainPageSection7 .storeWrapper a:hover {
    position: relative;
    top: -5px;
}

.mainPageSection7 .leftSide {
    position: relative;
}

.mainPageSection7 .leftSide img:first-child {
    position: absolute;
    width: 701px;
    height: 409px;
    right: 22px;
    top: 15px;
}

.mainPageSection7 .leftSide img:last-child {
    position: absolute;
    width: 425px;
    height: 469px;
    right: -23px;
    bottom: 0;
}

.mainPageSection8 {
    padding-top: 119px;
    padding-bottom: 60px;
}

.mainPageSection8 .subtitle {
    color: #999999;
    margin-top: 19px;
}

.mainPageSection8 .componentsRow {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 54px;
}

.mainPageSection8 .wrapper {
    padding-left: 7px;
    padding-right: 7px;
}

.mainPageSection8 .item {
    background-color: #fafafa;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.componentSlider {
    padding-top: 25px;
    padding-bottom: 10px;
}

.componentSlider .slick-slide img {
    height: 204px;
}

.componentSlider .slick-arrow {
    background: none;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 100px;
    display: none !important;
}

.mainPageSection8 .item:hover .componentSlider .slick-arrow {
    display: inline-block !important;
}

.componentSlider .slick-next {
    right: 14px;
}

.componentSlider .slick-prev {
    left: 14px;
}

.componentSlider .slick-arrow:before {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.componentSlider .slick-next:before {
    content: url(../img/arrow-right-black.svg);
}

.componentSlider .slick-next:hover:before {
    content: url(../img/arrow-right-green.svg);
}

.componentSlider .slick-prev:before {
    content: url(../img/arrow-right-black.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.componentSlider .slick-prev:hover:before {
    content: url(../img/arrow-right-green.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.componentSlider:hover {
    cursor: pointer;
}

.mainPageSection8 .item:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.12);
    box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.12);
}

.mainPageSection8 .item .title {
    height: 30px;
    overflow: hidden;
    margin-bottom: 6px;
}

.mainPageSection8 .item .title a {
    font-size: 15px;
    line-height: 30px;
    color: #191819;
}

.mainPageSection8 .item .desc {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.mainPageSection8 .item:hover .desc {
    display: none;
}

.mainPageSection8 .item .priceWrapper {
    padding-left: 60px;
    padding-right: 20px;
    text-align: right;
    display: none;
}

.mainPageSection8 .item:hover .priceWrapper {
    display: block;
}

.mainPageSection8 .item .priceWrapper .price {
    font-family: MontserratBold;
    font-size: 17px;
    vertical-align: middle;
    float: left;
    margin-top: 9px;
}
.mainPageSection8 .item .priceWrapper .price .amount,
.mainPageSection8 .item .priceWrapper .price .amount bdi,
.mainPageSection8 .item .priceWrapper .price .woocommerce-Price-currencySymbol {
	font-family: MontserratBold;
    font-size: 17px;
}

.btnBlack {
    font-family: MontserratBold;
    font-size: 15px;
    color: #ffffff;
    padding: 8px 36px 12px 36px;
    background-color: #191819;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.btnBlack:hover {
    background-color: #ffffff;
    color: #191819;
    border-color: #191819;
}

.btnWhite {
    font-family: MontserratBold;
    font-size: 15px;
    color: #191819;
    padding: 12px 44px 13px 44px;
    background-color: #ffffff;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.btnWhite:hover {
    background-color: #191819;
    color: #ffffff;
    border-color: #ffffff;
}

.btnWhiteBorder {
    font-family: MontserratBold;
    font-size: 15px;
    color: #191819;
    padding: 12px 44px 13px 44px;
    background-color: #ffffff;
    border-radius: 0;
    vertical-align: middle;
    border-color: #191819;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.btnWhiteBorder:hover {
    color: #ffffff !important;
    background-color: #191819 !important;
}



.mainPageSection9 {
    padding-top: 47px;
    padding-bottom: 60px;
    position: relative;
}

.mainPageSection9:after {
    content: url(../img/mainPage/section9img.png);
    position: absolute;
    width: 596px;
    height: 124px;
    bottom: 0;
    left: calc(50% - 298px);
}

.mainPageSection9 .subtitle {
    color: #999999;
    line-height: 30px;
    margin-top: 8px;
}

.section9Slider {
    margin-top: 58px;
    margin-bottom: 72px;
}

.section9Slider .item {
    padding-left: 200px;
    padding-right: 200px;
}

.mainPageSection9 .item .imgWrapper {
    height: 76px;
}

.mainPageSection9 .item .imgWrapper img {
    height: 100%;
    width: auto;
}

.mainPageSection9 .item .title {
    font-family: MontserratBold;
    font-size: 17px;
    line-height: 30px;
    margin-top: 43px;
}

.mainPageSection9 .item .subtitle {
    margin-top: 4px;
}

.mainPageSection9 .item .text {
    font-family: MontserratItalic;
    margin-top: 17px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.mainPageSection10 {
    background-color: #191819;
    padding-top: 106px;
    padding-bottom: 110px;
}

.mainPageSection10 .heading1 {
    color: #ffffff;
}

.mainPageSection10 .subtitle {
    line-height: 30px;
    color: #999999;
    margin-top: 8px;
}

.mainPageSection10 .formQuestion {
    margin-top: 41px;
}

.formQuestion .formBody {
    width: 460px;
    display: inline-block;
}

.formBody input.form-control,
.formBody textarea.form-control {
    font-size: 13px;
    line-height: 30px;
    padding: 10px 25px 10px 0;
    color: #ffffff;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #191819;
}

.formBody .form-control:focus {
    border-color: #64dd17;
}

.formBody .form-group {
    margin-bottom: 19px;
    position: relative;
}

.formBody .form-group br {
	display:none;
}

.formBody .form-group .svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
}

.formQuestion .form-group .svg path {
    fill: #999999;
}

.formQuestion .submitWrapper {
    margin-top: 30px;
    width: 135px;
    display: inline-block;
    vertical-align: top;
}

.formBody .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
/* WebKit, Blink, Edge */
.formBody .form-control:-moz-placeholder {
    color: #ffffff;
}
/* Mozilla Firefox 4 to 18 */
.formBody .form-control::-moz-placeholder {
    color: #ffffff;
}
/* Mozilla Firefox 19+ */
.formBody .form-control:-ms-input-placeholder {
    color: #ffffff;
}
/* Internet Explorer 10-11 */
.formBody .form-control::-ms-input-placeholder {
    color: #ffffff;
}
/* Microsoft Edge */
.formBody .form-control::placeholder{ /* Most modern browsers support this now. */
    color: #ffffff;
}
/*Contact Form*/
.wpcf7-form-control-wrap {
	position:static;
}
span.wpcf7-list-item,.wpcf7-list-item-label {
	margin:0;
	color: #999999;
}
div.wpcf7-response-output {
	color: #999999;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border-color:#999999;
}
.cf-widget > label {
	display:none;
}
/*Custom checkbox*/
/* Customize the label (the container) */
.customCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom radio button */
.customCheckbox .checkmark,.customCheckbox .wpcf7-list-item-label {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: solid 1px #999999;
}
/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}
/* When the radio button is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.customCheckbox .checkmark:after,.customCheckbox .wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.customCheckbox input:checked ~ .checkmark:after,.customCheckbox input:checked ~ .wpcf7-list-item-label:before {
    display: block;
}
/* Style the indicator (dot/circle) */
.customCheckbox .checkmark:after,.customCheckbox .wpcf7-list-item-label:before {
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #64dd17;
}
/*END Custom checkbox*/

/*Custom checkbox Square*/
/* Customize the label (the container) */
.customCheckboxSquare {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.customCheckboxSquare a {
	font-size: 13px;
    line-height: 15px;
	color: #191819;
}
/* Hide the browser's default radio button */
.customCheckboxSquare input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom radio button */
.customCheckboxSquare .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fafafa;
    border: solid 1px #dddddd;
}
/* On mouse-over, add a grey background color */
.customCheckboxSquare:hover input ~ .checkmark {
    background-color: #fafafa;
}
/* When the radio button is checked, add a blue background */
.customCheckboxSquare input:checked ~ .checkmark {
    background-color: #fafafa;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.customCheckboxSquare .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.customCheckboxSquare input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.customCheckboxSquare .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #64dd17;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*END Custom checkbox*/

/*Custom Radio button*/
/* The container */
.customRadioButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.customRadioButton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.customRadioButton .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border: solid 1px #999999;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.customRadioButton:hover input ~ .checkmark {
    background-color: #ffffff;
}
/* When the radio button is checked, add a blue background */
.customRadioButton input:checked ~ .checkmark {
    background-color: #ffffff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.customRadioButton .checkmark:after {
    content: "";
    position: absolute;
  /*  display: none;*/
}
/* Show the indicator (dot/circle) when checked */
.customRadioButton input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.customRadioButton .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f4f4f4;
}
.customRadioButton input:checked ~ .checkmark:after {
    background: #64dd17;
}
.customRadioButton .amount, .customRadioButton .amount bdi, .customRadioButton .woocommerce-Price-currencySymbol {
	font-size: 15px;
    line-height: 16px;
    color: #191819;
    font-family: MontserratRegular;
}
/*END Custom Radio button*/

.formQuestion .checkboxWrapper .customCheckbox {
    color: #999999;
    font-size: 12px;
}

.formQuestion .checkboxWrapper .personalInformation {
    text-decoration: underline;
    color: #999999;
    font-size: 12px;
}

.formQuestion .checkboxWrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
    margin-top: 30px;
    padding-top: 14px;
}

.section11Slider .slick-slide img {
    height: 180px;
}

.section11Slider .item:hover {
    cursor: pointer;
}

.footerSection {
    padding-top: 104px;
    padding-bottom: 112px;
}

.footerSection .copyrightWrapper {
    margin-top: 36px;
}

.footerSection .copyrightWrapper p {
    color: #999999;
    line-height: 20px;
    margin-bottom: 15px;
}

.footerSection .labelsWrapper {
    margin-top: 48px;
}

.footerSection .labelsWrapper a {
    margin-right: 27px;
}

.footerSection .labelsWrapper a:last-child {
    margin-right: 0;
}

.footerSection .labelsWrapper img {
    vertical-align: top;
}

.footerSection ul.linksList {
    list-style: none;
    margin-bottom: 38px;
}

.footerSection ul.linksList > li {
    margin-bottom: 10px;
    min-width: 32%;
    display: inline-block;
}

.footerSection ul.linksList > li > a {
    font-size: 13px;
    line-height: 25px;
    color: #000000;
}

.footerSection .linksListWrapper,
.footerSection .contactsWrapper {
    padding-top: 7px;
}

.footerSection .title {
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footerSection .searchForm  {
    width: 425px;
}

.footerSection .logoWrapper img.logo
{
	width:190px;
}

.searchForm .form-control {
    background-color: #fafafa;
    border-color: #f4f4f4;
    border-radius: 0;
    color: #9e9e9e;
}

.searchForm .form-control:focus {
    border-color: #191819;
}

.searchForm .input-group-btn {
    margin-left: 5px;
}

.searchForm .form-control::-webkit-input-placeholder {
    color: #9e9e9e;
}
/* WebKit, Blink, Edge */
.searchForm .form-control:-moz-placeholder {
    color: #9e9e9e;
}
/* Mozilla Firefox 4 to 18 */
.searchForm .form-control::-moz-placeholder {
    color: #9e9e9e;
}
/* Mozilla Firefox 19+ */
.searchForm .form-control:-ms-input-placeholder {
    color: #9e9e9e;
}
/* Internet Explorer 10-11 */
.searchFormy .form-control::-ms-input-placeholder {
    color: #9e9e9e;
}
/* Microsoft Edge */
.searchForm .form-control::placeholder{ /* Most modern browsers support this now. */
    color: #9e9e9e;
}

.footerSection .contactsWrapper {
    padding-left: 30px;
}

.footerSection .contactsWrapper .address,
.footerSection .phone,
.footerSection .email,
.footerSection .VAT {
    color: #000000;
    line-height: 25px;
}

.footerSection .phoneWrapper,
.footerSection .emailWrapper,
.footerSection .VAT{
    margin-top: 15px;
}

.cartPopup {
    position: absolute;
    width: 275px;
    background-color: #ffffff;
    z-index: 200;
    padding: 20px 20px 20px 20px;
    top: 53px;
    left: -105px;
    display: none;
}

.cartPopup.show {
    display: block;
}

.cartPopup:before {
    position: absolute;
    top: -14px;
    left: calc(50% - 22px);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 14px 22px;
    border-color: transparent transparent #ffffff transparent;
}

.cartPopup > ul {
    list-style: none;
}

.cartPopup > ul > li {
    padding-bottom: 19px;
    border-bottom: solid 2px #f4f4f4;
    margin-bottom: 18px;
    position: relative;
}

.cartPopup > ul > li .imgWrapper {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    background-color: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cartPopup > ul > li .imgWrapper img {
    display: inline-block;
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.cartPopup > ul > li .desc {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 85px);
    padding-top: 4px;
    padding-left: 14px;
    padding-right: 20px;
}

.cartPopup > ul > li .title {
    font-size: 15px;
    line-height: 20px;
}

.cartPopup > ul > li .title:hover {
    text-decoration: underline;
}

.cartPopup > ul > li .currency,
.cartPopup > ul > li .amount,
.cartPopup > ul > li .amount bdi,
.cartPopup > ul > li .amount .woocommerce-Price-currencySymbol {
    font-family: MontserratBold;
    font-size: 17px;
    line-height: 30px;
    color: #191819;
}

.cartPopup .totalWrapper {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.cartPopup .btnWrapper {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.cartPopup .btnWrapper .btnBlack {
    padding: 8px 18px 12px 18px;
    float: right;
}

.cartPopup .totalWrapper .title {
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 20px;
}

.cartPopup .totalWrapper .currency,
.cartPopup .totalWrapper .amount,
.cartPopup .totalWrapper .amount bdi,
.cartPopup .totalWrapper .woocommerce-Price-currencySymbol,
.cartPopup .totalWrapper .amountTotal {
    font-family: MontserratBold;
    font-size: 17px;
    line-height: 30px;
    color: #191819;
}

.cartPopup .totalWrapper .amount {
	vertical-align:initial;
}

.cartPopup > ul > li .removeCartItem {
    position: absolute;
    right: -5px;
    top: -5px;
    padding: 5px;
}

.cartPopup > ul > li .removeCartItem:hover {
    cursor: pointer;
}

.cartPopup > ul > li .removeCartItem .svg {
    width: 20px;
    height: 20px;
    margin: 0;
}

.cartPopup > ul > li .removeCartItem .svg path {
    fill: #999999;
}

.cartPopup > ul > li .removeCartItem:hover .svg path {
    fill: #191819;
}

.cartPopup p {
	margin-bottom:0;
}

.navbar-toggler {
    background-color: #ffffff;
    border-radius: 0;
    padding: 8px 9px;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(25,24,25,1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-size: 100%;
}

#navbarMainMenu .closeBurger {
    display: inline-block;
    background-color: #ffffff;
    padding: 9px 10px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 20px;
}

#navbarMainMenu .closeBurger:hover {
    cursor: pointer;
}

#navbarMainMenu .closeBurger svg {
    height: 20px;
    width: 20px;
}

.catalogPageText {
	padding-bottom:55px;
}
.catalogPageText.grey-box {
	padding:20px;
	background-color:#fafafa;
	margin-bottom:30px;
}
.cat-extra-description {
	margin-top:20px;
	display:flex;
}
.cat-extra-description .grey-box {
	background-color:#fafafa;
	padding: 15px 15px 8px;
}
.cad-img-out {
	width:120px;
	height:100%;
	margin:0 15px 0 0;
	padding:0 0 20px 0;
	background-color:#ffffff;
}
.cad-img {
	max-width:100%;
	max-height:120px;
}

.catalogPageSection1 {
    padding-top: 156px;
    padding-bottom: 84px;
}

.catalogPageSection1 .componentsRow {
    margin-left: -19px;
    margin-right: -19px;
    margin-top: 54px;
}

.catalogPageSection1 .wrapper {
    padding-left: 19px;
    padding-right: 19px;
}

.catalogPageSection1 .item {
    background-color: #fafafa;
    padding-top: 48px;
    padding-bottom: 70px;
    margin-bottom: 30px;
}

.catalogPageSection1 .item .sliderWrapper {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 50px;
}

.catalogPageSection1 .componentSlider {
    padding-top: 0;
    padding-bottom: 0;
}

.catalogPageSection1 .item .descWrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 265px);
}

.catalogPageSection1 .item .title {
    height: 30px;
    overflow: hidden;
    margin-bottom: 18px;
}

.catalogPageSection1 .item .title a {
    font-size: 22px;
    line-height: 30px;
    color: #191819;
}

.catalogPageSection1 .item .desc {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 5px;
}

.catalogPageSection1 .item .priceWrapper .price {
    font-family: MontserratBold;
    font-size: 28px;
    line-height: 30px;
    margin-top: 19px;
    margin-bottom: 30px;
    display: block;
}
.catalogPageSection1 .item .priceWrapper .price .amount,
.catalogPageSection1 .item .priceWrapper .price .amount bdi,
.catalogPageSection1 .item .priceWrapper .price .woocommerce-Price-currencySymbol {
	font-family: MontserratBold;
    font-size: 28px;
    line-height: 30px;
}

.catalogPageSection1 .componentSlider .slick-slide img {
    height: 270px;
}

/*.catalogPageSection1 .componentSlider .slick-slide {
    position: relative;
}

.catalogPageSection1 .componentSlider .slick-slide:after {
    content: url(../img/shadowxl.png);
    position: absolute;
    width: 245px;
    height: 20px;
    bottom: 0;
    left: calc(50% - 122px);
}*/

.catalogPageSection1 .componentSlider .slick-prev {
    left: 0;
}

.catalogPageSection1 .componentSlider .slick-next {
    right: 0;
}

.catalogPageSection1 .item:hover {
    /*background-color: #ffffff;*/
    -webkit-box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.12);
    -moz-box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.12);
    box-shadow: 0 10px 30px 0 rgba(89, 89, 89, 0.12);
}

.catalogPageSection1 .item:hover .componentSlider .slick-arrow {
    display: inline-block !important;
}

.catalogPageSection2 .formQuestion .formBody {
    width: 100%;
}

.catalogPageSection2 .formQuestion .rightSide {
    text-align: right;
}

.catalogPageSection2 .formQuestion .checkboxWrapper {
    display: inline-block;
    width: 220px;
    margin-top: -8px;
   /* padding-top: 14px;*/
}

.catalogPageSection2 .formQuestion .customCheckbox {
    margin-bottom: 0;
}
@media(min-width:1199px) {
	.catalogPageSection2 .formQuestion .customCheckbox {
		width: 203px;
		padding-left: 23px;
	}
}

.catalogPageSection2 .formQuestion .submitWrapper {
    margin-top: -3px;
    width: 100%;
    display: block;
    text-align: right;
}

.catalogPageSection2 .formQuestion .submitWrapper .btnWhite {
    width: 203px;
}

.catalogPageSection2 .formQuestion .submitWrapper .ajax-loader {
	display:none;
}

.productPageSection1 {
    padding-top: 191px;
    padding-bottom: 25px;
}

.productPageSection1 .breadcrumbsContainer {
	margin-top:-30px;
	margin-bottom:30px
}

.productPageSection1 .productWrapper {
    position: relative;
}

.productPageSection1 .product-arrow {
    position: absolute;
    display: block;
}

.product-arrow {
    background-color: #ffffff;
    width: 66px;
    height: 66px;
    z-index: 1;
    border-radius: 100px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
    -moz-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
    box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
}

.product-arrow:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 23px;
    top: 23px;
}

.product-next:before {
    content: url(../img/arrow-right-black.svg);
}

.product-next:hover:before {
    content: url(../img/arrow-right-green.svg);
}

.product-prev:before {
    content: url(../img/arrow-right-black.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-prev:hover:before {
    content: url(../img/arrow-right-green.svg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-arrow-wrapper {
    position: absolute;
    top: calc(50% - 33px);
}

.product-arrow-img {
    position: absolute;
    height: 120px;
    width: auto;
    top: -30px;
}

.product-prev-img {
    left: -50px;
}

.product-next-img {
    left: 50px;
}

.product-prev-wrapper {
    left: 80px;
}

.product-next-wrapper {
    right: 140px;
}

.productPageSection1 .imgWrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.productPageSection1 .imgWrapper img  {
    width: 100%;
    height: auto;
}
.productPageSection1 .imgWrapper img.data-image {
	width: 100% !important;
}

.productSlider1 {
    /*visibility: hidden;*/
	display:none;
}

.productSlider1.white {
    /*visibility: hidden;*/
	display:none;
    __position: absolute;
    top: 0;
    width: 100%;
}

.productSlider1.show {
    /*visibility: visible;*/
	display:block;
}

.productSlider1 .slick-dots {
    bottom: -32px;
}

.productSlider1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: solid 2px #999999;
    border-radius: 100px;
    width: 14px;
    height: 14px;
}

.productSlider1 .slick-dots li button:before {
    font-size: 4px;
    opacity: 0;
    top: -3px;
    left: 5px;
    width: 4px;
    height: 4px;
    line-height: 20px;
}

.productSlider1 li.slick-active button {
    border: solid 2px #64dd17;
}

.productSlider1 .slick-dots li.slick-active button::before {
    color: #64dd17;
    opacity: 1;
}

.productPageSection1 .descWrapper {
    padding-left: 47px;
    padding-right: 30px;
}

.productPageSection1 .title {
    font-family: MontserratLight;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 24px;
}

.productPageSection1 .colorSelect {
    margin-right: 43px;
}

.productPageSection1 .colorSelect label {
    font-size: 13px;
}

.productPageSection1 .article {
    color: #999999;
	margin-right:30px;
}

.productPageSection1 .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 29px;
    margin-bottom: 29px;
    height: 150px;
    overflow: hidden;
}

.productPageSection1 .priceWrapper, .productPageSection1 .stock-product,.productPageSection1 .quantity-block {
    display: inline-block;
    vertical-align: middle;
}

.productPageSection1 .priceWrapper {
	display:block;
	margin-bottom:30px;
}

.productPageSection1 .stock-product {
	margin-left:30px;
}

.stock-product .green {
	color: #64dd17;
	line-height:20px;
}
.stock-product .green .icon {
	width:14px;
	height:14px;
	background:url(../img/tick.svg) no-repeat;
	display:inline-block;
	margin-right:12px;
	position:relative;
	top:2px;
}
.stock-product .green .icon.no-image {
	background:none;
}
.stock-product .delivery-info {
	padding-left:26px;
	line-height:20px;
	margin-top:5px;
}
.stock-product .orange {
	color:#ee7c1b;
	line-height:20px;
}

.productPageSection1 .currency,
.productPageSection1 .price {
    font-family: MontserratBold;
    font-size: 28px;
    line-height: 30px;
    vertical-align: middle;
}
.productPageSection1 .price .amount,
.productPageSection1 .price .amount bdi,
.productPageSection1 .price .woocommerce-Price-currencySymbol {
	font-family: MontserratBold;
    font-size: 28px;
    line-height: 30px;
}
.quantity-block, .quantity-block-wizard {
	position:relative;
	width:80px;
	margin-left:0;
}
.quantity-block .product-cnt, .quantity-block-wizard .product-cnt {
	width: 100%;
    height: 45px;
    border: 1px solid transparent;
    font-size: 15px;
    color: #191819;
    line-height: 43px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
	font-family: MontserratBold;
	background-color:#fafafa;
}
.quantity-block .plus,
.quantity-block .minus,
.quantity-block-wizard .plus,
.quantity-block-wizard .minus {
	background-color: #f2f2f2;
	background-position:center center;
	background-repeat:no-repeat;
	width: 20px;
	height:100%;
	display:inline-block;
	position:absolute;
	cursor:pointer;
}
.quantity-block .plus,
.quantity-block-wizard .plus {
	right:0;
	top:0;
	background-image:url(../img/plus_black.svg);
	background-size:11px 11px;
}
.quantity-block .minus,
.quantity-block-wizard .minus {
	left:0;
	top:0;
	background-image:url(../img/minus_black.svg);
	background-size:11px 3px;
}

.productPageSection1 .btnBlack {
    margin-left: 26px;
}

.productPageSection1 .btnWhiteBorder {
    padding: 8px 28px 12px 28px;
    margin-left: 6px;
}

.downloadLink {
    position: relative;
    color: #64dd17;
    text-decoration: underline;
    margin-left: 24px;
	white-space:nowrap;
}

.downloadLink:hover {
    color: #64dd17;
    text-transform: none;
    text-decoration: none;
}

.downloadLink:before {
    content: url(../img/download.svg);
    position: absolute;
    left: -24px;
    top: -1px;
    width: 14px;
    height: 14px;
}

.productPageSection1 .downloadWrapper {
    margin-left: 0;
	white-space: nowrap;
}

.productPageSection2 {
    background-color: #fafafa;
    padding-bottom: 36px;
    margin-top: 62px;
}

.productPageSection2 .nav-tabs {
    border-bottom: none;
    position: relative;
    top: -49px;
}

.productPageSection2 .nav-tabs .nav-link {
    border: none;
    font-size: 17px;
    color: #999999;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    margin-right: 48px;
}

.productPageSection2 .nav-tabs .nav-link.active {
    border: none;
    border-bottom: solid 3px #64dd17;
    color: #191819;

}

.productPageSection2 .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: solid 3px #64dd17;
}

.productPageSection2 .tab-content > .tab-pane,
.productPageSection2 .tab-content > .tab-pane p {
    font-size: 13px;
    line-height: 30px;
}

.productPageSection2 .tab-content > .tab-pane p {
    margin-bottom: 15px;
}

.productPageSection3 {
    padding-top: 75px;
    padding-bottom: 25px;
}

.productPageSection3 .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 35px;
}

.tableProductSpec .table td,
.tableProductSpec .table th {
    padding: 6px 20px 10px 20px;
    border-top: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fafafa;
}

.productPageSection3 .componentsWrapper {
    padding-left: 126px;
}

ul.componentsList {
    list-style: none;
}

ul.componentsList > li {
    height: 55px;
    margin-bottom: 5px;
}

ul.componentsList > li .imgWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
}

ul.componentsList > li .imgWrapper img {
    height: 100%;
    width: auto;
}

ul.componentsList > li span {
    vertical-align: middle;
}

ul.componentsList > li span a {
    color: #191819;
    text-decoration: underline;
}

ul.componentsList > li span a:hover {
    color: #64dd17;
    text-decoration: none;
}

.productPageSection4 {
    padding-top: 34px;
    padding-bottom: 105px;
}

.productPageSection4 .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
}

.otherProducts .slick-slide img {
    height: 70px;
}

.otherProducts .item {
    margin-left: 10px;
    margin-right: 10px;
}

.otherProducts .item .imgWrapper {
    padding-top: 15px;
}

.otherProducts .item .text {
    height: 48px;
    overflow: hidden;
    opacity: 0;
}

.otherProducts .item:hover .imgWrapper img {
   position: relative;
    top: -15px;
}

.otherProducts .item:hover .text {
    opacity: 1;
}

.otherProducts .item:hover > a {
    text-decoration: none;
}

.orderPageSection1 {
    padding-top: 185px;
    padding-bottom: 89px;
}

.titleBg, .titleBg span {
    font-family: MontserratLight;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 5.2px;
    text-transform: uppercase;
}

.titleSm {
    font-size: 28px;
    line-height: 45px;
}

.contShop {
    font-family: MontserratBold;
    font-size: 13px;
    text-decoration: underline;
    color: #191819;
}

.contShop:hover {
    color: #191819;
}

.orderPageSection1 .contShop {
    position: absolute;
    right: 15px;
    top: 8px;
}

.orderPageSection1 .titleWrapper {
    margin-bottom: 38px;
}

.orderPageSection1 .tableCart {
    margin-top: 27px;
}

.tableCart {
    display: table;
}

.tableCart th {
    font-family: MontserratBold;
    font-size: 13px;
    text-transform: none;
    border: none !important;
    background-color: #fafafa;
    padding: 18px 28px;
}

.tableCart td {
    border-top: none;
    border-bottom: solid 2px #f4f4f4;
    padding: 27px 28px;
}

.tableCart tr td:first-child {
    padding-left: 0;
}

.tableCart tr td:last-child {
    padding-right: 0;
}

.tableCart td .imgWrapper {
    width: 105px;
    height: 105px;
    background-color: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tableCart td .imgWrapper img {
    max-height: 100%;
    width: auto;
}

.tableCart td .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 9px;
}

.tableCart td .article {
    color: #999999;
    margin-top: 6px;
}

.tableCart td .text {
    color: #999999;
    line-height: 20px;
    margin-top: 9px;
}

.tableCart td .changeCount {
    margin-top: 13px;
}

.changeCount .form-control {
    border-radius: 0;
    border: none;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    width: 40px;
    text-align: center;
    padding: 2px 0 2px 0;
    display: inline-block;
    font-family: MontserratBold;
    font-size: 17px;
    vertical-align: top;
}

.changeCount .btnBorder {
    font-family: MontserratRegular;
    font-size: 28px;
    border: solid 2px #191819;
    width: 25px;
    display: inline-block;
    height: 31.5px;
    text-align: center;
    vertical-align: top;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.changeCount .btnBorder:hover {
    background-color: #191819;
    color: #ffffff;
}

.changeCount .btnBorder.inc {
    padding-top: 2px;
}

.changeCount .btnBorder:hover {
    cursor: pointer;
}

.tableCart td .price {
    margin-top: 15px;
}

.tableCart td .detail,
.tableCart td .detail .amount,
.tableCart td .detail .amount bdi,
.tableCart td .detail .woocommerce-Price-currencySymbol {
    color: #999999;
    line-height: 20px;
	font-size: 13px;
    font-family: MontserratRegular;
}

.tableCart td .currency,
.tableCart td .amount,
.tableCart td .amount bdi,
.tableCart td .woocommerce-Price-currencySymbol {
   font-family: MontserratBold;
    font-size: 28px;
    line-height: 30px;
}

.tableCart td .close.svg {
    width: 30px;
    height: 30px;
    margin: 0;
    margin-top: 15px;
}

.tableCart td .close.svg .svg path {
    fill: #999999;
}

.orderPageSection1 .payRow {
    margin-top: 61px;
}

.payRow .payMethods img {
    height: 32px;
    width: auto;
}

.payRow .payMethods a {
    margin-right: 12px;
}

.payRow .payMethods a:last-child {
    margin-right: 0;
}

.payRow .payMethods {
    text-align: right;
}

.payRow .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 37px;
    margin-bottom: 33px;
}

.payRow .title .number {
    font-family: MontserratBold;
    font-size: 22px;
    line-height: 30px;
}

.payRow .shippingColumn {
    padding-left: 80px;
}

.orderPageSection1 .form-group {
    margin-bottom: 10px;
}

.form-group.twin .form-control:first-child {
    width: 65%;
    display: inline-block;
}

.form-group.twin .form-control:last-child {
    width: calc(35% - 5px);
    margin-left: 5px;
    display: inline-block;
    float: right;
}

.orderPageSection1 .payRow .form-control,.orderPageSection1 .payRow .vat_number input[type='text'] {
    border-radius: 0;
    border-color: #f4f4f4;
    background-color: #fafafa;
    font-size: 15px;
    color: #191819;
    padding: 12px 19px 13px 19px;
}

.orderPageSection1 .payRow .vat_number .woocommerce-input-wrapper {
	width:100%;
}
.orderPageSection1 .payRow .vat_number input[type='text'] {
	background-color: #ffffff;
	border-color: #191819;
}

.orderPageSection1 .payRow .form-control:focus {
    border-color: #191819;
}

.orderPageSection1 .form-group .bootstrap-select {
    width: 100% !important;
}

.orderPageSection1 .bootstrap-select .dropdown-toggle {
    padding: 12px 19px 13px 19px;
    border-color: #f4f4f4;
    background-color: #fafafa;
    border-radius: 0;
    color: #191819;
    height: 49.5px;
}

.orderPageSection1 .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.orderPageSection1 .bootstrap-select .dropdown-menu .text {
    font-size: 15px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.orderPageSection1 .form-control::-webkit-input-placeholder {
    color: #191819;
}
/* WebKit, Blink, Edge */
.orderPageSection1 .form-control:-moz-placeholder {
    color: #191819;
}
/* Mozilla Firefox 4 to 18 */
.orderPageSection1 .form-control::-moz-placeholder {
    color: #191819;
}
/* Mozilla Firefox 19+ */
.orderPageSection1 .form-control:-ms-input-placeholder {
    color: #191819;
}
/* Internet Explorer 10-11 */
.orderPageSection1 .form-control::-ms-input-placeholder {
    color: #191819;
}
/* Microsoft Edge */
.orderPageSection1 .form-control::placeholder{ /* Most modern browsers support this now. */
    color: #191819;
}

.orderPageSection1 .form-group.customCheckboxWrapper {
    margin-top: 28px;
}

.form-group.chooseBank > span,
.form-group.chooseBank > p {
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 17px;
    vertical-align: middle;
    margin-right: 15px;
	display:inline !important;
}

.form-group.chooseBank > img {
    width: auto;
    height: 17px;
    vertical-align: middle;
    margin-right: 9px;
}

.form-group.chooseBank .bootstrap-select {
    width: calc(100% - 150px - 26px - 20px) !important;
}

.form-group.chooseBank .bootstrap-select .dropdown-toggle {
    padding: 12px 0 8px 0;
    border: none;
    border-bottom: solid 2px #f4f4f4;
    background-color: #ffffff;
    border-radius: 0;
    color: #191819;
    height: auto;
    top: -4px;
}

.form-group.chooseBank select {
	font-family: MontserratRegular;
}

.orderPageSection1 .dividerGray {
    border-bottom: solid 2px #f4f4f4;
    margin-top: 48px;
    margin-bottom: 42px;
}

.orderPageSection1 .titleOrder {
    margin-bottom: 25px;
}

.orderPageSection1 .orderDetail > div {
    margin-bottom: 12px;
}

.orderPageSection1 .orderDetail .parameter {
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 20px;
    min-width: 132px;
    display: inline-block;
	padding-right: 4px;
}

.orderPageSection1 .orderDetail .value,
.orderPageSection1 .orderDetail .value .amount,
.orderPageSection1 .orderDetail .value .amount bdi,
.orderPageSection1 .orderDetail .value .woocommerce-Price-currencySymbol {
    font-size: 17px;
    line-height: 20px;
}

.orderPageSection1 .orderTotal .parameter {
    font-family: MontserratBold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

.orderPageSection1 .orderTotal .totalPrice,
.orderPageSection1 .orderDetail .totalPrice,
.orderPageSection1 .orderTotal .totalPrice .amount,
.orderPageSection1 .orderTotal .totalPrice .amount bdi,
.orderPageSection1 .orderTotal .totalPrice .woocommerce-Price-currencySymbol {
    font-family: MontserratBold;
    font-size: 28px;
    line-height: 30px;
}

.orderPageSection1 .orderClearWrapper {
    margin-top: 19px;
}

.orderPageSection1 .orderClearWrapper .btnWhiteBorder {
    padding: 8px 15px 12px 15px;
}

.orderPageSection1 .orderClearWrapper .btn {
    font-size: 15px;
    font-weight: 400;
    font-family: MontserratBold;
    text-decoration: underline;
}

.orderPageSection1 .orderSubmitWrapper .btn,
.orderPageSection1 .orderClearWrapper .btn {
    width: 100%;
    max-width: 225px;
}

.orderPageSection1 .orderCheckboxWrapper {
    margin-top: 19px;
    max-width: 205px;
}

.order-comments-col {
	float: left;
    width: 386px;
    max-width: 100%;
    margin-right: 30px;
}
.order-submit-col {
	float:left;
}

.orderPageSection2 {
    background-color: #fafafa;
    padding-top: 48px;
    padding-bottom: 52px;
}

.reorderSlider .imgWrapper {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: center;
}

.reorderSlider .imgWrapper img {
    height: 150px;
    width: auto;
}

.reorderSlider .descWrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 155px);
}

.reorderSlider .descWrapper .title {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 4px;
}

.reorderSlider .descWrapper .price {
    font-family: MontserratBold;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 13px;
}
.reorderSlider .descWrapper .price .amount,
.reorderSlider .descWrapper .price .amount bdi,
.reorderSlider .descWrapper .price .woocommerce-Price-currencySymbol {
	font-family: MontserratBold;
    font-size: 17px;
    line-height: 30px;
}

.reorderSlider .descWrapper .btnWhiteBorder {
    border-width: 2px;
    padding: 7px 22px 11px 22px;
}

.woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box {
    margin: 0;
    padding: 0;
    background-color: inherit;
}
.woocommerce-checkout #payment div.payment_box::before {
    display:none;
}

.vac-message {
	font-family: MontserratBold;
    font-size: 17px;
    text-align:center;
	margin-top:60px;
}

.woocommerce-cart-form
{
	width:100%;
}

.orderTotal .totalPrice + .parameter
{
	margin-top:10px;
}
.orderTotal .totalPrice.discount,.orderTotal .totalPrice.discount span
{
	font-family:MontserratRegular !important;
	font-size:24px !important;
}

a.remove-coupon
{
	color: #191819;
	font-size:24px;
	font-family:monospace, sans-serif;
}
/*checkout select*/
.select2-container--default .select2-selection--single {
	border-radius: 0;
    background-color: #fafafa;
	border-color:rgb(244, 244, 244);
}
.select2-container .select2-selection--single {
	height:49px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
    color: #191819;
	padding: 12px 38px 13px 19px;
	line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 40px;
	height:100%;
}
.select2-dropdown {
	border-color:rgb(244, 244, 244);
}
/*end checkout select*/

.row.no-padding {
	margin-left:0;
	margin-right:0;
}

.slick-slide {
	outline:none;
}

.hn-text {
	font-family:MontserratMedium;
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 30px;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}
.hn-text strong {
	font-family:MontserratBold;
	font-weight:normal;
	font-size: 14px;
}
.hn-labels
{
	padding-left:0;
}
.hn-labels .labelsWrapper {
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
.hn-labels .labelsWrapper a {
	margin-right:15px;
}
.hn-labels .labelsWrapper img {
	max-height:36px;
}
.hn-phone {
	float:right;
	padding:5px 0;
}
.hn-phone a {
	font-family:MontserratMedium;
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 30px;
}
.hn-phone a::before {
	content:url(../img/phone-receiver.svg);
	margin-right:14px;
	position:relative;
	top: 4px;
}

.checkout input.cf_datepicker
{
    width:32px;
    height:32px;
    background:center center url(../img/calendar.svg) no-repeat;
    border-color:transparent;
    cursor:pointer;
    margin-top:4px;
	margin-bottom:8px;
    text-indent:100%;
}
.checkout .delivery-title
{
	margin-bottom:10px;
}
#sendcloudshipping_service_point_select
{
	display:block;
	margin-top:8px;
	background:#000;
	color:#fff;
	font-family: MontserratBold;
	font-weight:normal;
	border-radius:0;
}
.installPageSection1 {
    padding-top: 192px;
    padding-bottom: 64px;
}
.installPageSection1 .imgBlock {
    padding-top: 41px;
}
.installPageSection1 .imgBlock img.back {
    width: 100%;
    height: auto;
}
.installPageSection1 .imgBlock img.man {
    width: 387px;
    height: 430px;
    position: absolute;
    right: 45px;
    bottom: 0;
}
.installPageSection1 .imgBlockText {
    padding-top: 54px;
    padding-left: 117px;
}
.installPageSection1 .imgBlockText p {
    margin-bottom: 0;
}
.installPageSection1 .imgBlockText p,
.installPageSection1 .imgBlockText p strong {
    font-size: 22px;
    line-height: 39px;
}
.installPageSection1 .imgBlockText p strong {
    font-family: MontserratBold;
    font-weight: normal;
}
.infoBlock {
    background-color: #fafafa;
    font-size: 15px;
    padding: 27px 15px 29px 105px;
    margin-top: 48px;
    position: relative;
}
.infoBlock:before {
    content: url(../img/info.png);
    position: absolute;
    left: 47px;
    top: 24px;
    width: 15px;
    height: 32px;
}
.installPageSection1 .textBlock {
    padding: 40px 105px 40px 105px;
}
.installPageSection1 .textBlock p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}
.grayBottomBorder {
    border-bottom: solid 1px #eeeeee;
}
.installPageSection1 .itemsWrapper .item {
    margin-left: 0;
    margin-right: 0;
    padding: 49px 0 33px 90px;
}
.installPageSection1 .itemsWrapper .item .imgItemBlock {
    padding-right: 0;
}
.installPageSection1 .itemsWrapper .item .imgItemBlock img {
    width: 100%;
    height: auto;
}
.installPageSection1 .itemsWrapper .item .textItemBlock {
    padding: 6px 90px 0 47px;
}
.installPageSection1 .itemsWrapper .item .textItemBlock p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
.installPageSection1 .noteBlock {
    padding: 38px 105px 38px 105px;
}
.installPageSection1 .noteBlock .item {
    font-family: MontserratItalic;
    font-size: 14px;
    line-height: 30px;
    color: #757475;
    margin-bottom: 25px;
}

.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2
{
	-webkit-box-flex: unset;
    -ms-flex: none;
    flex: none;
    max-width: none;
	padding-left:0;
	padding-right:0;
}
.woocommerce-MyAccount-navigation ul
{
	list-style-type:none;
}

.addons-fields > strong
{
	font-size:15px;
}
.addons-fields .customRadioButton
{
	display:inline-block;
	margin-right:10px;
	padding-left: 22px;
}
.addons-fields .customRadioButton strong
{
	font-size: 15px;
    line-height: 16px;
}

.wizard-section {
    padding-top: 33px;
    padding-bottom: 24px;
}

.wizard-header {
    background-image: url(../img/wizardPage/headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.wizard-header h1 {
    font-family: MontserratLight;
    color: #ffffff;
    font-size: 52px;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 38px;
    max-width: 780px;
}

.wizard-header .text {
    color: #ffffff;
}

.wizard-section .text,
.wizard-section .text * {
    font-size: 15px;
    line-height: 30px;
}

.wizard-section .text-bold,
.wizard-section .text-bold * {
    font-family: MontserratBold;
}

.wizard-section .text-bigger {
    font-family: MontserratMedium;
    font-size: 18px;
    line-height: 46px;
}

h2 {
    font-family: MontserratLight;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.wizard-section .desc-wrapper {
    padding-left: 60px;
    margin-bottom: 20px;
}

.wizard-plan .desc-wrapper {
    margin-bottom: 24px;
}

.wizard-section .bg-gray .desc-wrapper {
    padding-left: 45px;
}

.wizard-header .desc-wrapper {
    padding: 218px 15px 367px 15px;
    margin-bottom: 0;
}

.bg-gray {
    background-color: #f4f4f4;
}

.wizard-plan {
    margin-top: -236px;
    padding-top: 0;
    padding-bottom: 8px;
}

.wizard-plan h2,
.wizard-total h2 {
    font-family: MontserratMedium;
}

.wizard-plan .bg-gray {
    padding: 51px 15px 27px 15px;
    margin-bottom: 45px;
}

.wizard-section .items-wrapper {
    margin-right: -7px;
    margin-left: -7px;
    margin-bottom: 21px;
}

.wizard-section .item-wrapper {
    padding: 15px 7px 15px 7px;
}

.wizard-section .item-wrapper-another {
    position: absolute;
    right: 8px;
    top: 0;
    width: calc(25% - 4px);
    height: 100%;
}

.wizard-section .item {
    background-color: #fafafa;
    padding: 38px 28px 18px 28px;
    height: 100%;
    cursor: pointer;
}

.wizard-section.bg-gray .item {
    background-color: #ffffff;
}

.wizard-plan .item {
    background-color: #fafafa;
    padding: 38px 28px 25px 28px;
    position: relative;
}

.wizard-section .item.active {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.wizard-section .item .img-wrapper {
    padding-bottom: 88.33%;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 76%;
    background-position: center center;
    display: none;
}
.wizard-section .item .img-wrapper.show {
    display: block;
}

.wizard-plan .item .img-wrapper {
    padding-bottom: 66.33%;
    display: block;
}

.wizard-section .item .title {
    font-size: 15px;
    margin-top: 28px;
}

.wizard-section .item .price,
.wizard-section .item .price * {
    font-family: MontserratBold;
    font-size: 17px;
    margin-top: 5px;
}

.wizard-section .item .color {
    margin-top: 8px;
}

.wizard-section .colorSelect label {
    font-size: 13px;
    color: #999999;
}

.wizard-section .colorSelect label:first-child {
    padding-right: 5px;
}

.wizard-section .item .quantity {
    margin-top: 9px;
}

.wizard-section .checkbox + label:before {
    width: 38px;
    height: 22px;
    top: 2px;
}

.wizard-section .checkbox + label:after {
    width: 18px;
    height: 18px;
    top: 4px;
}

.wizard-section .checkbox + label {
    padding: 0 0 0 50px;
}

.wizard-section .item .quantity-block-wizard {
    display: inline-block;
}

.wizard-section .quantity-block-wizard .minus {
    background-image: url(../img/minus_slim.png);
    background-size: 11px 1px;
    height: 20px;
    border: solid 1px #000;
    border-radius: 100%;
    background-color: transparent;
}

.wizard-section .quantity-block-wizard .plus {
    background-image: url(../img/plus_slim.png);
    background-size: 11px 11px;
    height: 20px;
    border: solid 1px #000;
    border-radius: 100%;
    background-color: transparent;
}

.wizard-section .item .text {
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    margin-top: 10px;
}

.wizard-section .quantity-block-wizard .product-cnt {
    color: #000000;
    font-family: MontserratRegular;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
}

.wizard-section .item.active .text {
    display: none;
}

.wizard-section .item.active.item-another .text {
    display: block;
}

.wizard-section .item .btnBlack {
    padding: 6px 5px 8px 5px;
    font-size: 16px;
    display: none;
    text-align: center;
    width: 100%;
   /* width: calc(100% - 56px);
    position: absolute;
    bottom: 25px;*/
    margin-top: 10px;
}

.wizard-section .btnBlack {
    font-size: 16px;
}

.wizard-section .item.active .btnBlack {
    display: inline-block;
}

.wizard-section .item-another {
    padding: 38px 28px 25px 28px;
    background-color: #f4f4f4;
    position: relative;
}

.wizard-section.bg-gray .item-another,
.wizard-plan .item-another {
    background-color: #fafafa;
}

.wizard-section .item-another .inside {
    position: absolute;
    left: 28px;
    bottom: 25px;
    width: calc(100% - 66px);
}

.wizard-section .item-another h2 {
    line-height: 36px;
    font-family: MontserratLight;
    text-transform: none;
}

.wizard-plan .item-another h2 {
    text-transform: uppercase;
}

.wizard-section .item-another .title {
    display: none;
}

.wizard-section .item-another .btnWhiteBorder {
    background-color: transparent;
    font-size: 16px;
    padding: 6px 15px 8px 15px;
    min-width: 96px;
    margin-top: 17px;
}

.wizard-section .radio-button-wrapper {
    margin-bottom: 32px;
}

.wizard-section .customRadioButton {
    display: inline-block;
    margin-right: 10px;
    padding-left: 22px;
}

.wizard-section .items-block {
    padding: 0 15px 0 15px;
    position: relative;
}

.wizard-total {
    padding-top: 47px;
    padding-bottom: 20px;
}

.wizard-total .btnBlack {
    margin-top: 21px;
    padding: 8px 5px 10px 5px;
    min-width: 150px;
}

.wizard-slider {
    visibility: hidden;
}

.wizard-slider .slick-list {
    margin: 0 25% 0 0 !important;
}

.wizard-slider .slick-track {
    display: flex !important;
    margin-left: 0;
    /*width: 100% !important;*/
}

.wizard-slider .slick-slide {
    height: inherit !important;
}

.wizard-slider .slick-arrow {
    background-color: #ffffff !important;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 100px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
    -moz-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
    box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.10);
}

.wizard-slider .slick-arrow:before {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.wizard-slider .slick-next {
    right: -25px;
}

.wizard-slider .slick-prev {
    left: -25px;
}

.wizard-slider .slick-next:before {
    content: url(../img/arrow-right-black.svg);
}

.wizard-slider .slick-next:hover:before {
    content: url(../img/arrow-right-green.svg);
}

.wizard-slider .slick-prev:before {
    content: url(../img/arrow-right-black.svg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

.wizard-slider .slick-prev:hover:before {
    content: url(../img/arrow-right-green.svg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
    .wizard-slider .slick-list {
        margin: 0 33% 0 0 !important;
    }
    .wizard-section .item-wrapper-another {
        width: calc(33% - 4px);
    }
}

@media screen and (max-width: 575px) {
    .wizard-slider .slick-list {
        margin: 0 50% 0 0 !important;
    }
    .wizard-section .item-wrapper-another {
        width: calc(50% - 4px);
    }
}

/*col-xl*/

@media screen and (max-width: 1499px) {
    .mainPageSection4 {
        background-size: cover;
    }
    .titleBg, .titleBg span {
        font-family: MontserratRegular;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 3.6px;
    }
    .orderPageSection1 .contShop {
        top: 5px;
    }
    .tableCart td {
        padding: 27px 0;
    }
    .tableCart th {
        padding: 18px 0;
    }
    .tableCart tr th:first-child {
        padding: 18px 28px;
    }
    .payRow .shippingColumn {
        padding-left: 60px;
    }
    .payRow .payMethods a {
        margin-right: 6px;
    }
    .payRow .title,
    .payRow .title .number {
        font-size: 17px;
    }
    .reorderSlider .slick-prev {
        left: -175px;
    }
    .reorderSlider .slick-next {
        left: -85px;
    }
}

@media screen and (max-width: 1199px) {
    /*lcol-lg*/
    .navbarMainMenu .logoWrapper {
        margin-right: 45px;
    }
    .mainPageSection1 .imgWrapper img {
        width: 100%;
    }
    .mainPageSection3 .rightSide {
        padding-left: 140px;
    }
    .mainPageSection3 .rightSide > img {
        left: 0;
    }
    .mainPageSection3 .container .grayRect {
        width: 400px;
    }
    .mainPageSection5 .text {
        padding-left: 80px;
        padding-right: 80px;
    }
    .mainPageSection6 .item {
        padding-right: 15px;
    }
    .footerSection .labelsWrapper a {
        margin-right: 15px;
    }
    .footerSection .contactsWrapper {
        padding-left: 15px;
    }
    .catalogPageSection1 .componentsRow {
        margin-left: -7px;
        margin-right: -7px;
        margin-top: 54px;
    }
    .catalogPageSection1 .wrapper {
        padding-left: 7px;
        padding-right: 7px;
    }
    .catalogPageSection1 .item .sliderWrapper {
        display: block;
        width: 100%;
        height: auto;
    }
    .catalogPageSection1 .item .descWrapper {
        display: block;
        width: 100%;
    }
    .catalogPageSection1 .componentSlider .slick-slide img {
        height: 204px;
    }
    .catalogPageSection1 .item {
        background-color: #fafafa;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .catalogPageSection1 .componentSlider {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .catalogPageSection1 .item .title {
        margin-bottom: 6px;
        text-align: center;
    }
    .catalogPageSection1 .item .title a {
        font-size: 15px;
    }
    .catalogPageSection1 .item .desc {
        margin-top: 6px;
        margin-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .catalogPageSection1 .item:hover .desc {
        display: none;
    }
    .catalogPageSection1 .item .priceWrapper {
        padding-left: 60px;
        padding-right: 20px;
        text-align: right;
        display: none;
    }
    .catalogPageSection1 .item:hover .priceWrapper {
        display: block;
    }
    .catalogPageSection1 .item .priceWrapper .price {
        font-size: 17px;
        vertical-align: middle;
        float: left;
        margin-top: 9px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .catalogPageSection2 .formQuestion .formBody {
        width: 460px;
    }
    .catalogPageSection2 .formQuestion .submitWrapper {
        margin-top: 30px;
        width: 135px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .catalogPageSection2 .formQuestion .checkboxWrapper {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 140px);
        margin-top: 30px;
        padding-top: 14px;
    }
    .catalogPageSection2 .formQuestion .submitWrapper .btnWhite {
        width: auto;
    }
    .productPageSection1 .descWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-prev-wrapper {
        left: 40px;
    }
    .product-next-wrapper {
        right: 110px;
    }
    .productPageSection1 .btnBlack {
        margin-left: 15px;
    }
    .productPageSection3 .componentsWrapper {
        padding-left: 45px;
    }
    .reorderSlider .slick-prev {
        left: -155px;
    }
    .reorderSlider .slick-next {
        left: -75px;
    }
	.order-comments-col {
		width:290px;
	}
	.downloadLink {
		margin-top:23px;
		display:block;
	}
	.catalogPageSection1 h1 {
		margin-top:20px;
	}
	.navbarMainMenu .cartBlock {
		margin-right:0;
	}
	.hot-news {
		text-align:center;
	}
	.hn-labels {
		padding-left:15px;
	}
	.hn-labels .labelsWrapper,.hn-phone {
		float:none;
		display:inline-block;
	}
	.hn-labels .labelsWrapper a:last-child {
		margin-right:30px;
	}
    .installPageSection1 .imgBlock img.man {
        width: 309px;
        height: 344px;
    }
    .installPageSection1 .imgBlockText {
        padding-top: 35px;
    }
    .installPageSection1 .imgBlockText p,
    .installPageSection1 .imgBlockText p strong {
        font-size: 18px;
        line-height: 35px;
    }
	.mainMenu > li {
		margin-right: 13px;
	}
    .wizard-section .item-another .inside {
        width: calc(100% - 56px);
    }
    h2, .wizard-section .item-another h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.navbarMainMenu .logoWrapper {
		margin-right:15px;
	}
	.navbarMainMenu .logoWrapper .logo {
		width: 100px;
	}
}

@media screen and (max-width: 991px) {
    /*col-md*/
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        max-width: none;
    }
    .section2Slider.white {
        width: calc(100% - 40px);
    }
    .navbarMainMenu {
        padding-right: 0;
        padding-left: 0;
    }
    .navbarMainMenu > .container,
    .navbarMainMenu > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbarMainMenu {
        padding-top: 39px;
        padding-bottom: 39px;
    }
    .navbar-collapse {
        background-color: #191819;
        position: absolute;
        z-index: 100;
        width: 215px;
        right: 0;
        top: 0;
        -webkit-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.30);
        -moz-box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.30);
        box-shadow: 0 30px 40px 0 rgba(89, 89, 89, 0.30);
        padding-top: 27px;
        padding-bottom: 27px;
        padding-left: 28px;
    }
    .mainMenu > li {
        margin-right: 0;
        border-bottom: solid 1px #4c4c4c;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
    .mainMenu > li:hover {
        border-bottom: solid 1px #64dd17;
    }
    .navbar-collapse .contactsWrapper {
        margin-top: 43px;
    }
    .navbar-collapse .contactsWrapper .title {
        color: #999999;
        text-transform: uppercase;
    }
    .navbar-collapse .contactsWrapper .address,
    .navbar-collapse .contactsWrapper .phone,
    .navbar-collapse .contactsWrapper .email,
    .navbar-collapse .contactsWrapper .VAT {
        color: #ffffff;
    }
    .navbar-collapse .contactsWrapper .address {
        margin-top: 15px;
    }
    .navbar-collapse .contactsWrapper .phoneWrapper {
        margin-top: 18px;
    }
    .navbar-collapse .contactsWrapper .emailWrapper {
         margin-top: 17px;
     }
    .navbar-collapse .contactsWrapper .VAT {
        margin-top: 16px;
    }
    .navbarMainMenu .langSelect {
        position: absolute;
        right: 113px;
    }
    .navbarMainMenu .cartBlock {
        margin-right: 0;
        position: absolute;
        right: 171px;
    }
    .mainMenuMd > li {
        display: none;
    }
    .mainMenuMd > li:first-child {
        display: block;
    }
    .mainMenuMd > li > a {
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        letter-spacing: 1.4px;
    }
    .mainMenuMd > li > a:hover {
        color: #64dd17;
    }
    .mainMenuMd > li.active > a {
        opacity: 0.7;
    }
    .mainPageSection1 {
        background-position: center;
    }
    .mainPageSection1 .headerSlider {
        padding-top: 122px;
        padding-bottom: 0;
    }
    .headerSlider .descWrapper {
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
    }
    .headerSlider .slick-list {
        overflow: visible;
    }
    .mainPageSection1 .title {
        margin-bottom: 25px;
    }
    .mainPageSection1 .subtitle {
        margin-bottom: 34px;
    }
    .headerSlider .playBtn {
        left: -38px;
    }
    .headerSlider .slick-dots {
        bottom: 3.1%;
    }
    .mainPageSection1 .imgWrapper {
        margin-top: -72px;
    }
    .mainPageSection1 .imgWrapper img {
        width: 385px;
        position: relative;
        top: 110px;
    }
    .mainPageSection1 .parallelogram {
        display: none;
    }
    .mainPageSection1Addon {
        padding-top: 152px;
        padding-bottom: 67px;
    }
    .mainPageSection1Addon .imgWrapper,
    .mainPageSection1Addon .desc {
        vertical-align: middle;
    }
    .mainPageSection1Addon .subtitle {
        line-height: 20px;
        margin-top: 6px;
    }
    .mainPageSection2 {
        padding-top: 88px;
        padding-bottom: 87px;
    }
    .mainPageSection2 .text {
        font-size: 13px;
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 6px;
    }
    .mainPageSection3 .container {
        padding-bottom: 0;
    }
    .mainPageSection3 > .container > .row {
        margin-right: -20px;
        margin-left: -20px;
    }
    .mainPageSection3 .rightSide {
        background-color: #fafafa;
        margin-top: 35px;
        padding-top: 87px;
        padding-left: 147px;
        padding-bottom: 34px;
    }
    .mainPageSection3 .row > .heading1,
    .mainPageSection3 .row > .leftSide {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mainPageSection3 .rightSide ul {
        padding-left: 32px;
    }
    .mainPageSection3 .rightSide ul li {
        display: inline-block;
        margin-right: 85px;
    }
    .mainPageSection3 .rightSide ul li:nth-child(even) {
        margin-right: 0;
    }
    .mainPageSection3 .rightSide .heading1 {
        margin-top: 0;
        margin-bottom: 29px;
    }
    .mainPageSection3 .rightSide > img {
        width: 68px;
        height: 288px;
        top: 39px;
        left: 37px;
    }
    .mainPageSection4 {
        background-color: #1a1a1c;
        background-image: url(../img/mainPage/section4BgImgMd.jpg);
        background-size: contain;
        background-position: right bottom;
        padding-top: 86px;
        padding-bottom: 23px;
    }
    .mainPageSection4 .text {
        padding-right: 90px;
    }
    .mainPageSection4 .text p {
        font-size: 13px;
    }
    .mainPageSection4 .rightSide .imgWrapper {
        margin-top: 310px;
        margin-left: -98px;
    }
    .mainPageSection5 {
        padding-top: 88px;
        padding-bottom: 91px;
    }
    .section5Slider {
        padding: 50px 60px;
    }
    .mainPageSection5 .text {
        font-size: 13px;
        margin-top: 52px;
    }
    .mainPageSection6 {
        padding-top: 94px;
        padding-bottom: 43px;
    }
    .mainPageSection6 .item {
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 48px;
    }
    .mainPageSection7 {
        padding-top: 87px;
    }
    .mainPageSection7 .rightSide {
        padding-left: 15px;
        padding-bottom: 54px;
    }
    .mainPageSection7 .text {
        margin-top: 33px;
        margin-bottom: 43px;
    }
    .mainPageSection7 .text p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .mainPageSection7 .storeWrapper {
        text-align: right;
    }
    .mainPageSection7 .leftSide {
        text-align: center;
        padding-bottom: 99px;
    }
    .mainPageSection7 .leftSide img:first-child {
        position: static;
    }
    .mainPageSection7 .leftSide img:last-child {
        right: -41px;
    }
    .mainPageSection8 {
        padding-top: 86px;
        padding-bottom: 30px;
    }
    .mainPageSection8 .heading1 {
        font-size: 22px;
        line-height: 40px;
    }
    .mainPageSection8 .subtitle {
        margin-top: 8px;
    }
    .mainPageSection8 .componentsRow {
        margin-top: 42px;
    }
    .componentSlider {
        padding-bottom: 1px;
    }
    .componentSlider .slick-slide img {
        height: 160px;
    }
    .mainPageSection8 .item {
        padding-bottom: 9px;
        margin-bottom: 10px;
    }
    .mainPageSection8 .item .title {
        margin-bottom: 0;
    }
    .mainPageSection8 .item .desc {
        margin-top: 0;
    }
    .mainPageSection8 .item .priceWrapper {
        padding-left: 20px;
    }
    .mainPageSection9 {
        padding-bottom: 70px;
    }
    .section9Slider .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainPageSection10 {
        padding-top: 107px;
    }
    .section11Slider .slick-slide img {
        height: 72px;
    }
    .footerSection {
        padding-top: 102px;
        padding-bottom: 46px;
    }
    .footerSection .labelsWrapper {
        margin-top: 27px;
    }
    .footerSection .labelsWrapper a {
        margin-right: 27px;
    }
    .footerSection .contactsWrapper {
        padding-left: 70px;
    }
    .footerSection .menuWrapper {
        padding-top: 44px;
    }
    .footerSection .linksListWrapper {
        width: 59%;
        display: inline-block;
        vertical-align: top;
    }
    .footerSection .searchForm {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-top: 39px;
    }
    .searchForm .input-group-btn {
        margin-left: 0;
    }
    .footerSection .searchForm .form-control {
        width: 100%;
        height: 44.5px;
        margin-bottom: 20px;
    }
    .catalogPageSection1 {
        padding-top: 125px;
        padding-bottom: 111px;
    }
    .catalogPageSection1 .componentSlider .slick-slide img {
        height: 160px;
    }
    .catalogPageSection1 .item .priceWrapper {
        padding-left: 20px;
    }
    .catalogPageSection1 .componentSlider {
        padding-bottom: 1px;
    }
    .catalogPageSection1 .item {
        padding-bottom: 9px;
        margin-bottom: 10px;
    }
    .catalogPageSection1 .item .title {
        margin-bottom: 0;
    }
    .catalogPageSection1 .item .desc {
        margin-top: 0;
    }
    .productPageSection1 .imgWrapper {
        text-align: center;
    }
    .productPageSection1 .descWrapper {
        text-align: center;
        margin-top: 94px;
    }
    .productPageSection1 {
        padding-top: 171px;
        padding-bottom: 23px;
    }
    .productPageSection1 .title {
        margin-bottom: 16px;
    }
    .productPageSection1 .colorSelect {
        margin-right: 0;
        display: block;
        margin-bottom: 3px;
    }
    .productPageSection1 .text {
        font-size: 13px;
        line-height: 25px;
        margin-top: 22px;
        margin-bottom: 17px;
        height: 75px;
    }
    .productPageSection1 .priceWrapper {
        display: block;
        margin-bottom: 30px;
    }
	.productPageSection1 .stock-product {
		display:block;
		margin-top:30px;
		margin-left:0;
	}
	.stock-product .delivery-info {
		padding-left:0;
	}
	.productPageSection1 .quantity-block {
		display: block;
        margin:0 auto 30px;
	}
    .productPageSection1 .btnBlack {
        margin-left: 0;
    }
    .productSlider1 .slick-dots {
        bottom: -62px;
    }
    .productPageSection1 .imgWrapper img {
        height: 350px;
        width: auto;
    }
	.productPageSection1 .imgWrapper img.data-image {
		width: auto !important;
	}
    .product-arrow-wrapper {
        top: 145px;
    }
    .product-prev-wrapper {
        left: 80px;
    }
    .product-next-wrapper {
        right: 140px;
    }
    .productPageSection3 .componentsWrapper {
        padding-left: 15px;
        margin-top: 49px;
    }
    ul.componentsList > li {
        width: 33%;
        display: inline-block;
    }
    .productPageSection3 {
        padding-bottom: 14px;
    }
    .productPageSection4 {
        padding-top: 10px;
        padding-bottom: 61px;
    }
    .orderPageSection1 {
        padding-top: 188px;
        padding-bottom: 69px;
    }
    .orderPageSection1 .titleWrapper {
        margin-bottom: 74px;
    }
    .orderPageSection1 .payRow {
        margin-top: 53px;
    }
    .payRow .payMethods img {
        height: 24px;
    }
    .payRow .payMethods {
        padding-top: 11px;
    }
    .payRow .title {
        margin-top: 39px;
        margin-bottom: 33px;

    }
    .orderPageSection1 .payRow .form-control,.orderPageSection1 .payRow .vat_number input[type='text'] {
        font-size: 13px;
    }
    .payRow .shippingColumn {
        padding-left: 50px;
    }
    .customRadioButton {
        font-size: 13px;
    }
    .orderPageSection1 .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
    .orderPageSection1 .bootstrap-select .dropdown-menu .text {
        font-size: 13px;
    }
    .form-group.chooseBank .bootstrap-select {
        display: block;
        margin-left: 30px;
    }
    .orderPageSection1 .orderSubmitWrapper {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }
    .orderPageSection1 .orderCheckboxWrapper {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-top: 8px;
    }
    .orderPageSection2 .titleSm {
        margin-bottom: 45px;
    }
    .reorderSlider .imgWrapper {
        display: block;
        width: 100%;
    }
    .reorderSlider .descWrapper {
        display: block;
        width: 100%;
        text-align: center;
    }
    .reorderSlider .slick-prev {
        left: auto;
        right: 100px;
        top: -80px;
    }
    .reorderSlider .slick-next {
        left: auto;
        right: 20px;
        top: -80px;
    }
	.order-comments-col,.order-submit-col {
		float:none;
		width:auto;
		margin-right:0;
	}
	.downloadLink {
		display:inline;
		margin-left:0;
	}
	.productPageSection1 .article {
		display:block;
		margin-right:0;
	}
    .heading0 {
        font-size: 28px;
        line-height: 40px;
    }
    .installPageSection1 .imgBlock img.man {
        width: 251px;
        height: 280px;
    }
    .installPageSection1 .imgBlockText p,
    .installPageSection1 .imgBlockText p strong {
        font-size: 15px;
        line-height: 32px;
    }
    .infoBlock {
        font-size: 13px;
    }
    .installPageSection1 .textBlock p {
        font-size: 13px;
    }
    .installPageSection1 .itemsWrapper .item .textItemBlock {
        padding: 0 90px 0 47px;
    }
    .installPageSection1 .itemsWrapper .item .textItemBlock p {
        font-size: 13px;
    }
    .installPageSection1 .noteBlock .item {
        font-size: 12px;
    }
    .wizard-header h1 {
        text-align: center;
        max-width: none;
    }
    .wizard-header .text {
        text-align: center;
    }
    .wizard-header .desc-wrapper {
        padding: 122px 15px 267px 15px;
    }
}

@media screen and (max-width: 767px) {
    /*col-sm*/
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section2Slider.white {
        width: calc(100% - 30px);
    }
    .navbarMainMenu > .container,
    .navbarMainMenu > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .heading1 {
        font-family: MontserratRegular;
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 2.2px;
    }
    .navbarMainMenu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbarMainMenu .logoWrapper .logo {
        max-width: 80px;
        max-height: 26px;
		width:auto;
    }
    .mainPageSection1 .headerSlider {
        padding-top: 111px;
    }
    .mainPageSection1 .title {
        font-size: 28px;
        line-height: 40px;
        height: 120px;
        letter-spacing: 3px;
    }
    .mainPageSection1 .subtitle {
        font-size: 13px;
        line-height: 25px;
        max-height: 150px;
        margin-bottom: 37px;
    }
    .mainPageSection1 .imgWrapper img {
        width: 209px;
        top: 106px;
    }
    .headerSlider .slick-dots {
        bottom: 2%;
        right: 10px;
    }
    .mainPageSection1Addon .desc {
        padding-left: 12px;
    }
    .mainPageSection1Addon {
        padding-left: 20px;
    }
    .mainPageSection1Addon .item {
        margin-bottom: 35px;
    }
    .mainPageSection2 {
        padding-top: 77px;
        padding-bottom: 92px;
    }
    .mainPageSection2 .heading1 {
        margin-bottom: 33px;
    }
    .section2Slider {
        background-image: none;
        padding-bottom: 68px;
        margin-bottom: 48px;
    }
    .section2Slider .slick-slide img {
        width: 100%;
    }
    .section2Slider .slick-prev {
        left: calc(50% - 85px);
        bottom: -48px;
        top: auto;
    }
    .section2Slider .slick-next {
        right: calc(50% - 85px);
        bottom: -48px;
        top: auto;
    }
    .mainPageSection2 .text {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 25px;
    }
    .mainPageSection3 .row > .heading1 {
        text-align: center;
        margin-bottom: 34px;
    }
    .mainPageSection3 .item {
        margin-bottom: 53px;
    }
    .mainPageSection3 .rightSide {
        margin-top: 12px;
    }
    .mainPageSection3 .rightSide {
        padding-top: 43px;
        padding-bottom: 29px;
        padding-left: 15px;
    }
    .mainPageSection3 .rightSide .heading1 {
        text-align: center;
        margin-bottom: 38px;
    }
    .mainPageSection3 .rightSide ul {
        padding-left: 103px;
    }
    .mainPageSection3 .rightSide ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .mainPageSection3 .rightSide ul li::before {
        content: '';
    }
    .mainPageSection3 .rightSide > img {
        top: 152px;
        left: 27px;
    }
    .mainPageSection4 {
        background-image: url(../img/mainPage/section4BgImgSm.jpg);
        padding-top: 89px;
        padding-bottom: 14px;
    }
    .mainPageSection4 .title {
        margin-top: 29px;
    }
    .mainPageSection4 .text {
        padding-right: 0;
        margin-top: 32px;
    }
    .mainPageSection4 .rightSide {
        text-align: center;
    }
    .mainPageSection4 .rightSide .imgWrapper {
        margin-top: 15px;
        margin-left: 0;
    }
    .mainPageSection4 .rightSide .playBtn {
        left: calc(50% - 28px);
    }
    .mainPageSection5 {
        padding-top: 91px;
        padding-bottom: 120px;
    }
    .section5SliderWrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .section5Slider {
        padding: 40px 0 62px 0;
        margin-top: 34px;
    }
    .section5Slider .slick-prev {
        left: calc(50% - 85px);
        bottom: -70px;
        top: auto;
    }
    .section5Slider .slick-next {
        right: calc(50% - 85px);
        bottom: -70px;
        top: auto;
    }
    .mainPageSection5 .text {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 80px;
    }
    .mainPageSection6 {
        padding-top: 93px;
        padding-bottom: 43px;
    }
    .mainPageSection6 .subtitle {
        margin-top: 24px;
    }
    .mainPageSection6 .item {
        margin-bottom: 70px;
    }
    .mainPageSection7 {
        padding-top: 86px;
    }
    .mainPageSection7 .heading1 {
        font-size: 28px;
        line-height: 50px;
    }
    .mainPageSection7 .subtitle {
        margin-top: 32px;
    }
    .mainPageSection7 .text {
        margin-bottom: 27px;
    }
    .mainPageSection7 .textbottom {
        padding-right: 15px;
    }
    .mainPageSection7 .storeWrapper {
        text-align: center;
        padding-left: 15px;
        margin-top: 36px;
    }
    .mainPageSection7 .storeWrapper img {
        width: 140px;
    }
    .mainPageSection7 .leftSide img:first-child {
        width: 100%;
        height: auto;
    }
    .mainPageSection7 .leftSide {
        padding-bottom: 136px;
        overflow: hidden;
    }
    .mainPageSection7 .leftSide img:last-child {
        width: 425px;
        height: 469px;
        right: calc(50% - 212px);
        bottom: -140px;
    }
    .mainPageSection8 {
        padding-top: 89px;
        padding-bottom: 30px;
    }
    .mainPageSection8 .componentsRow {
        margin-top: 32px;
    }
    .mainPageSection9 {
        padding-top: 68px;
        padding-bottom: 128px;
    }
    .mainPageSection9 .subtitle {
        margin-top: 15px;
    }
    .section9Slider {
        margin-top: 32px;
        margin-bottom: 72px;
    }
    .mainPageSection9 .item .title {
        margin-top: 29px;
    }
    .mainPageSection9 .item .subtitle {
        margin-top: 13px;
    }
    .mainPageSection9 .item .text {
        margin-top: 15px;
        line-height: 25px;
        height: 100px;
    }
    .section9Slider .slick-prev {
        left: calc(50% - 85px);
        bottom: -80px;
        top: auto;
    }
    .section9Slider .slick-next {
        right: calc(50% - 85px);
        bottom: -80px;
        top: auto;
    }
    .mainPageSection9:after {
        content: url(../img/mainPage/section9imgSm.png);
        width: 287px;
        height: 61px;
        left: calc(50% - 143px);
    }
    .mainPageSection10 {
        padding-top: 90px;
        padding-bottom: 108px;
    }
    .mainPageSection10 .subtitle {
        margin-top: 20px;
    }
    .mainPageSection10 .formQuestion {
        margin-top: 20px;
    }
    .footerSection {
        padding-top: 63px;
        padding-bottom: 46px;
    }
    .footerSection .contactsWrapper {
        padding-left: 15px;
    }
    .footerSection .linksListWrapper {
        width: 100%;
        display: block;
    }
    .footerSection .searchForm {
        display: block;
        width: 290px;
    }
    .catalogPageSection1 {
        padding-top: 64px;
    }
    .productPageSection1 {
        padding-top: 115px;
        padding-bottom: 23px;
    }
    .productPageSection1 .imgWrapper img  {
        height: 280px;
    }
    .productPageSection1 .title {
        text-align: center;
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 2px;
    }
    .productPageSection1 .descWrapper {
        margin-top: 57px;
    }
    .productPageSection1 .text {
        height: 125px;
    }
    .productSlider1 .slick-dots {
        bottom: -38px;
    }
    ul.componentsList > li {
        width: 49%;
    }
    .productPageSection3 .title {
        margin-bottom: 32px;
    }
    .tableProductSpec .table tr {
        margin-bottom: 5px;
    }
    .tableProductSpec .table td {
        display: block;
    }
    .tableProductSpec .table tr td:first-child {
        font-family: MontserratBold;
    }
    .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: #ffffff;
    }
    .tableProductSpec .table td,
    .tableProductSpec .table th {
        padding: 0;
    }
    .productPageSection3 .componentsWrapper {
        margin-top: 57px;
    }
    .otherProducts .item {
        margin-left: 0;
        margin-right: 0;
    }
    .productPageSection2 {
        padding-bottom: 69px;
    }
    .productPageSection2 .tab-content > .tab-pane {
        max-height: 180px;
        overflow: hidden;
    }
    .productPageSection2 .tab-content > .tab-pane.uncollapsed {
        max-height: none;
    }
    .productPageSection2 .tab-content > .tab-pane p {
        margin-bottom: 0;
    }
    .readMoreWrapper {
        position: absolute;
        bottom: -42px;
    }
    .readMoreWrapper span {
        font-family: MontserratBold;
        font-size: 15px;
    }
    .readMoreWrapper .readMore:hover,
    .readMoreWrapper .rollUp:hover {
        cursor: pointer;
    }
    .readMoreWrapper .svg {
        width: 14px;
        height: 14px;
        position: relative;
        top: 4px;
        left: 6px;
    }
    .readMoreWrapper .rollUp {
        display: none;
    }
    .orderPageSection1 {
        padding-top: 120px;
        padding-bottom: 69px;
    }
    .orderPageSection1 .titleWrapper {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .titleBg, .titleBg span {
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 2.2px;
    }
    .orderPageSection1 .titleSm {
        text-align: center;
    }
    .orderPageSection1 .tableCart thead {
        display: none;
    }
    .tableCart td .title {
        background-color: #fafafa;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tableCartWrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .tableCart td {
        text-align: center;
        border-bottom: none;
        padding: 15px 0;
        white-space: normal;
    }
    .tableCart td .imgWrapper {
        display: inline-block;
    }
    .orderPageSection1 .tableCart {
        margin-top: 0;
    }
    .tableCart td .currency, .tableCart td .amount, .tableCart td .amount bdi {
        font-size: 22px;
    }
    .tableCart td .article {
        margin-top: 11px;
    }
    .tableCart td .imgWrapper {
        margin-top: 14px;
        position: relative;
    }
    .tableCart td .text {
        margin-top: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .tableCart td .close.svg {
        position: absolute;
        right: -60px;
        top: 35px;
        margin-top: 0;
    }
    .orderPageSection1 .payRow {
        margin-top: 35px;
    }
    .payRow .payMethods {
        padding-top: 32px;
        text-align: center;
    }
    .payRow .payMethods a {
        margin-right: 8px;
    }
    .payRow .payMethods img {
        margin-bottom: 15px;
    }
    .payRow .shippingColumn {
        padding-left: 15px;
    }
    .form-group.chooseBank .bootstrap-select {
        width: 220px !important;
    }
	.catalogPageSection1 h1 {
		margin-top:40px;
	}
    .installPageSection1 {
        padding-top: 140px;
    }
    .installPageSection1 .imgBlock img.man {
        width: 198px;
        height: 220px;
    }
    .installPageSection1 .imgBlock img.man {
        right: 15px;
    }
    .installPageSection1 .imgBlockText {
        padding-left: 45px;
    }
    .installPageSection1 .textBlock {
        padding: 40px 45px 40px 30px;
    }
    .installPageSection1 .itemsWrapper .item {
        padding: 49px 0 33px 15px;
    }
    .installPageSection1 .itemsWrapper .item .textItemBlock {
        padding: 0 0 0 15px;
    }
    .installPageSection1 .itemsWrapper .item .textItemBlock img:first-child {
        width: 200px;
        height: auto;
        float: left;
        margin-right: 30px;
    }
    .installPageSection1 .noteBlock {
        padding: 38px 0 38px 30px;
    }
    .installPageSection1 {
        padding-bottom: 40px;
    }
    .wizard-header h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .wizard-section .text {
        font-size: 13px;
        line-height: 25px;
    }
    .wizard-section .item {
        padding: 25px 15px 18px 15px;
    }
    .wizard-section .item-another {
        padding: 25px 15px 15px 15px;
    }
    .wizard-section .item-another .inside {
        position: absolute;
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
    }
    h2, .wizard-section .item-another h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .wizard-section .bg-gray .desc-wrapper {
        padding-left: 15px;
    }
    .wizard-section .desc-wrapper {
        padding-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    /*col*/
    .headerSlider .descWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainPageSection1 .headerSlider {
        padding-bottom: 45px;
    }
    .mainPageSection1Addon {
        padding-top: 114px;
        padding-bottom: 55px;
    }
    .mainPageSection6 .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainPageSection8 .item .desc {
        display: none;
    }
    .mainPageSection8 .item .priceWrapper {
        display: none;
    }
    .mainPageSection8 .item:hover .priceWrapper {
        display: none;
    }
    .mainPageSection8 .item .title {
        height: 32px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mainPageSection8 .item .title a {
        font-size: 13px;
        line-height: 16px;
    }
    .componentSlider .slick-slide img {
        height: 100px;
    }
    .mainPageSection8 .catalogBtnWrapper {
        text-align: center;
        margin-top: 23px;
    }
    .mainPageSection9 .item .text {
        height: 175px;
    }
    .formQuestion .formBody {
        width: 100%;
    }
    .formQuestion .submitWrapper {
        margin-top: 49px;
        width: 100%;
        display: block;
        text-align: center !important;
        margin-bottom: 0;
    }
    .formQuestion .checkboxWrapper {
        display: block;
        width: 100%;
        margin-top: 1px;
        padding-top: 14px;
        text-align: center !important;
    }
    .footerSection .contactsWrapper {
        margin-top: 42px;
    }
    .footerSection ul.linksList > li {
        min-width: 49%;
    }
    .navbarMainMenu .langSelect {
        right: 75px;
    }
    .navbarMainMenu .cartBlock {
        right: 110px;
    }
    .catalogPageSection2 .formQuestion .formBody {
        width: 100%;
    }
    .catalogPageSection2 .formQuestion .submitWrapper {
        margin-top: 49px;
        width: 100%;
        display: block;
        text-align: center !important;
        margin-bottom: 0;
    }
    .catalogPageSection2 .formQuestion .checkboxWrapper {
        display: block;
        width: 100%;
        margin-top: 1px;
        padding-top: 14px;
        text-align: center !important;
    }
    .productPageSection1 .text {
        height: 175px;
    }
    .product-arrow-img {
       display: none;
    }
    .product-arrow {
        background-color: rgba(255,255,255,0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .product-prev-wrapper {
        left: -15px;
    }
    .product-next-wrapper {
        right: 50px;
    }
    .productPageSection2 {
        margin-top: 70px;
    }
    .productPageSection2 .nav-tabs .nav-link {
        margin-right: 29px;
    }
    .productPageSection3 {
        padding-top: 55px;
    }
    .productPageSection3 .title {
        text-align: center;
    }
    ul.componentsList {
        text-align: center;
    }
    ul.componentsList > li .imgWrapper {
        display: block;
    }
    ul.componentsList > li .imgWrapper {
        width: auto;
    }
    .productPageSection4 .title {
       text-align: center;
    }
    ul.componentsList > li {
        margin-bottom: 32px;
    }
    .orderPageSection1 .orderSubmitWrapper {
        display: block;
        width: 100%;
    }
    .orderPageSection1 .orderCheckboxWrapper {
        display: block;
        width: 100%;
        max-width: none;
        margin-top: 19px;
    }
    .installPageSection1 .imgBlockText {
        padding-top: 25px;
        padding-left: 15px;
    }
    .infoBlock {
        padding: 27px 15px 29px 45px;
    }
    .infoBlock:before {
        left: 15px;
    }
    .installPageSection1 .textBlock {
        padding: 40px 0 40px 0;
    }
    .installPageSection1 .itemsWrapper .item {
        padding: 49px 0 33px 0;
    }
    .installPageSection1 .itemsWrapper .item .textItemBlock {
        padding: 0;
    }
    .installPageSection1 .noteBlock {
        padding: 38px 0 38px 0;
    }
    .installPageSection1 .noteBlock .item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .mainPageSection8 .catalogBtnWrapper .btnBlack {
        width: 100%;
    }
    .formQuestion .submitWrapper .btn {
        width: 100%;
    }
    .footerSection .searchForm {
        width: 100%;
    }
    .catalogPageSection1 .wrapper {
        max-width: 100%;
    }
    .catalogPageSection1 .item .priceWrapper {
        padding-left: 60px;
    }
    .catalogPageSection2 .formQuestion .submitWrapper .btn {
        width: 100%;
    }
    .orderPageSection1 .orderSubmitWrapper .btnBlack {
        width: 100%;
    }
    .orderPageSection2 .titleSm {
        text-align: center;
    }
    .reorderSlider .slick-prev {
        left: 15px;
        right: auto;
        top: 42%;
    }
    .reorderSlider .slick-next {
        left: auto;
        right: 15px;
        top: 42%;
    }
	.hn-labels .labelsWrapper, .hn-phone {
		display:block;
	}
	.hn-labels .labelsWrapper a:last-child {
		margin-right:0;
	}
    .installPageSection1 .itemsWrapper .item .textItemBlock img:first-child {
        width: 150px;
    }
	.navbarMainMenu .logoWrapper .logo {
		max-height:16px;
	}
}

.tooltip-label {
	position:relative;
}
.tooltip-label::after {
    content: "i";
    display: block;
	color:#fff;
	text-align:center;
	line-height: 1.25em;
    background: #000;
    background-position: top 3px left 3px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 2px;
    right: -28px;
	cursor:pointer;
}
