﻿@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
}
.inline {
    width: 50%;
    float: left;
}
@media (max-width: 768px) {
    .inline {
        width: 100%;
        float: none;
    }
}

.text-danger {
    color: #fffbfb;
    font-size: medium;
    background-color: #ec6a52;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    width: 1px;
    background: #ddd;
    position: relative;
}

.jspDrag {
    background: #c5d911;
    width: 5px;
    border-radius: 3px;
    position: relative;
    top: 0;
    left: -2px;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

@font-face {
    font-family: 'RhinoL';
    src: url('fonts/CoreRhino35Light.otf');
}

@font-face {
    font-family: 'RhinoR';
    src: url('fonts/CoreRhino45Regular.otf');
}

@font-face {
    font-family: 'RhinoM';
    src: url('fonts/CoreRhino55Medium.otf');
}

@font-face {
    font-family: 'RhinoB';
    src: url('fonts/CoreRhino85Black.otf');
}

h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: 'RhinoB', arial, sans-serif;
}

h2, .wdth-content h1, h2 strong {
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 30px;
    letter-spacing: 0.5px;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.7px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    color: #C5D911;
    transition: all .4s;
    cursor: pointer;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

.peach {
    background: #F8AF84;
}

.red {
    background: #E82F3F;
}

.pink {
    background: #ED6C8A;
}

.purple {
    background: #9D7EB9;
}

.peach-font {
    color: #F8AF84;
}

.red-font {
    color: #E82F3F;
}

.pink-font {
    color: #ED6C8A;
}

.green-2-font {
    color: #3b9c00;
}

.purple-font {
    color: #9D7EB9;
}

.dblue-font {
    color: #6c86c2;
}
.crimson-font {
    color: #de1770;
}

.orange-font {
    color: #f7ae83;
}

.light-blue-font, .blue-font {
    color: #00a0e3;
}

.lime-font {
    color: #f7ae83;
}

.section {
    padding: 0 30px;
}

.button {
    /*height: 30px;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 42px;
    color: #fcfcfc;
    border-radius: 7px;
    background-color: #c5d911;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.25px;
    text-align: center;
    cursor: pointer;
}

.social {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}
.social > a {
    margin: 0px 10px 0px 10px;
    float: left;
}

.social .square {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background-color: #cfcfcf;
    display: flex;
}

.social .square:hover {
    background-color: #909090;
}

.social .square .icon {
    margin: auto;
}

.video {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video:after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    display: block;
}

.video .splash {
    background: url(../image/videoSplash.jpg);
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video .splash:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px -8px;
    border: 12px solid transparent;
    border-left: 22px solid #FFF;
    cursor: pointer;
}

.video .splash:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #C5D911;
    cursor: pointer;
}

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

.productViewer {
    display: flex;
    margin-bottom: 81px;
    position: relative;
    overflow: hidden;
    min-height: 51%;
    height: 450px;
}

.productMainView {
    max-height: 450px;
}

.cardSection .productViewer {
    margin-bottom: 21px;
}

.productViewer:after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 79%;
}

.productViewer .thumbList {
    max-width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-arrow {
    fill: green;
}
.slick-vertical .slick-arrow {
    width: 30px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.slick-vertical .slick-arrow:hover {
    opacity: .6;
}

.productViewer .thumbnail {
    width: 100%;
    border: none;
    border-radius: 4px;
    position: relative;
}

/*.productViewer .thumbnail:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 0;*/
/*    padding-bottom: 100%;*/
/*    display: block;*/
/*}*/

/*.productViewer .thumbnail img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: scale-down;*/
/*    font-family: 'object-fit: scale-down';*/
/*    cursor: pointer;*/
/*}*/

/*.productViewer .thumbnail:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    bottom: 1px;*/
/*    right: 1px;*/
/*    left: 1px;*/
/*    z-index: 1;*/
/*    border-radius: 2px;*/
/*    background: rgba(0, 0, 0, 0);*/
/*    cursor: pointer;*/
/*    transition: all .4s;*/
/*}*/

.productViewer .thumbnail:hover {
    background: rgba(0, 0, 0, 0.15);
}

.productViewer .productMainView {
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: absolute;
    left: 112px;
    right: 0;
    top: 0;
    bottom: 0;
}

.productViewer .productMainView img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down';

}

.stars {
    position: relative;
}

.stars:not(.radio).stars1 .star + .star {
    display: none;
}

.stars:not(.radio).stars2 .star + .star + .star {
    display: none;
}

.stars:not(.radio).stars3 .star + .star + .star + .star {
    display: none;
}

.stars:not(.radio).stars4 .star + .star + .star + .star + .star {
    display: none;
}

.stars.radio .star {
    display: inline-block !important;
    cursor: pointer;
}

.stars.radio.stars1 .star + .star {
    background-position-x: -181px;
}

.stars.radio.stars2 .star + .star + .star {
    background-position-x: -181px;
}

.stars.radio.stars3 .star + .star + .star + .star {
    background-position-x: -181px;
}

.stars.radio.stars4 .star + .star + .star + .star + .star {
    background-position-x: -181px;
}

.stars .star {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.stars.radio input[type="radio"] {
    width: 20px !important;
    height: 17px !important;
    margin: 0 1px 0 0 !important;
    opacity: 0;
}

.stars.radio .radios {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 600px) {
    .card .section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.faqSection.faqSection {
    display: flex;
    margin-top: 40px;
}

.select-product {
    position: relative;
}

.select-product.open .select-product-btn {
    border-radius: 5px 5px 0 0;
    border-bottom-color: transparent;
}

.select-product.open .select-product-btn:after {
    content: "\f062";
}

.select-product-btn {
    border-radius: 5px;
    border: 1px solid #dddddd;
    border-left: 5px solid #c5d911;
    font-size: 24px;
    font-weight: 800;
    padding: 22px 25px 22px 15px;
    position: relative;
    background-color: #f9f9f9;
    min-height: 25px;
    height: auto;
    cursor: pointer;
}

.select-product-btn:after {
    content: "\f063";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 17px;
    right: 49px;
    top: 50%;
    transform: translateY(-50%);
}

.select-product-btn .def-txt {
    line-height: 25px;
}

.select-product-btn .def-txt .wrap-labels {
    line-height: 1;
    display: none;
}

.select-product-list {
    position: absolute;
    left: 0;
    top: 98%;
    width: 100%;
    background-color: #f9f9f9;
    z-index: 10;
    border-left: 5px solid #c5d911;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 0 5px 10px;
    padding: 0 55px 30px 0;
    box-sizing: border-box;
}

.select-product-list-js {
    max-height: 400px;
}

.select-product-list-js .jspPane {
    padding-right: 10px;
}

.select-product .txt-btn {
    text-transform: uppercase;
    line-height: 30px;
    padding-right: 50px;
}

@media (max-width: 900px) {
    .select-product .txt-btn {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .select-product .txt-btn {
        padding-right: 15px;
    }

    .select-product .txt-btn span {
        display: none;
    }

    .select-product .select-product-btn:after {
        right: 20px;
    }
}

.select-product-item {
    font-size: 16.5px;
    line-height: 24px;
    text-align: left;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    margin: 0 45px;
    cursor: pointer;
    transition: font-weight 0.1s linear;
    position: relative;
}

.jspPane a {
    color: #7E868A;
}

.select-product-item .label-product {
    margin-left: 20px;
    height: 25px;
    line-height: 25px;
    width: 118px;
}

.select-product-item:hover {
    font-weight: 400;
    color: #333;
}

.select-product-item:hover:before {
    background-color: #f2f2f2;
}

.select-product-item:before {
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(115%);
    background-color: transparent;
    display: block;
    -webkit-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    position: absolute;
}

.select-product .label-product.daisy {
    background-color: #ed6d8a;
}

.select-product .label-product.ballon {
    background-color: #f7ae83;
}

.select-product .label-product.minimill {
    background-color: #9c7db8;
}

.select-product .label-product.dino {
    background-color: #e82f3f;
}

.select-product .label-product.mr-securio {
    background-color: #6c86c2;
}

.select-product .label-product.sunny {
    background-color: #e1ed00;
}

.select-product .label-product.hap-shaker {
    background-color: #de1770;
}

.select-product .label-product.wally {
    background-color: #00a0e3;
}

.faq-left-col {
    flex: 1;
    margin-top: 11px;
    margin-right: 36px;
    max-width: 463px;
}

.faq-left-col .productMainView img {
    width: 100%;
    height: 100%;
}

.faq-right-col {
    flex: 1;
    margin-bottom: 60px;
}

.faq-right-col .uk-accordion-title {
    background-color: #fff;
    padding: 6px 15px;
    font-weight: 200;
    color: #97B825;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16.5px;
    margin-bottom: 0;
    margin-top: 10px;
    transition: all 0.1s linear;
    position: relative;
    padding-left: 70px;
    min-height: 25px;
    height: auto;
    cursor: pointer;
    line-height: 22px;
}

.faq-right-col .uk-accordion-title.open {
    border-radius: 4px 4px 0 0;
}

.faq-right-col .uk-accordion-title.open .accordion-icon:after {
    content: "–";
    left: 4px;
}

.faq-right-col .uk-accordion-title + div {
    border: 1px solid #e5e5e5;
    border-width: 0;
    border-radius: 0 0 4px 4px;
    max-height: 0;
    transition: all 0.4s;
    overflow: hidden;
}

.faq-right-col .uk-accordion-title.open + div {
    border-width: 1px;
    border-top-width: 0;
    transition: all 0.75s;
    max-height: 500px;
}

.faq-right-col div.uk-accordion-content {
    padding: 15px;
    font-size: 15px;
    line-height: 1.2;
}

.faq-right-col .uk-accordion-content:before,
.faq-right-col .uk-accordion-content:after {
    content: "";
    display: table;
}

.faq-right-col .uk-accordion-content:after {
    clear: both;
}

.faq-right-col .txt-head {
    font-weight: 300;
}

.faq-right-col .accordion-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-right: 10px;
    border-radius: 50%;
    width: 17px;
    height: 16px;
    vertical-align: middle;
    background: #868E92;
    transform: translateY(-50%);
}

.faq-right-col .accordion-icon:after {
    position: absolute;
    left: 3px;
    top: -4px;
    display: inline-block;
    font-family: 'RhinoM', arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    content: "+";
    color: #FFF;
}

@media (max-width: 1024px) {
    .faqSection {
        flex-wrap: wrap;
    }

    .faqSection .faq-right-col,
    .faqSection .faq-left-col {
        min-width: 100%;
    }
}

@media (max-width: 600px) {
    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .documents {
        flex-wrap: wrap;
    }

    .documents .button {
        min-width: 100%;
        margin: 10px 0;
    }

    .select-product-list {
        padding-right: 25px;
    }

    .select-product-item {
        margin: 0 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .select-product-item .label-product {
        margin: 3px 0;
    }
}

.flickity-enabled {
    outline: none;
}

.flickity-viewport,
.flickity-slider {
    width: 100%;
    height: 100%;
    outline: none;
}

.flickity-page-dots {
    position: absolute;
    bottom: 27px;
    left: 56px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: #ed6c8a 1px solid;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    background-color: #ed6c8a;
}

.icon {
    background-repeat: no-repeat;
    background-image: url("../image/sprite.png");
    display: inline-block;
}

.instagram {
    width: 15px;
    height: 15px;
    background-position: -372px -293px;
}

.odnoklassniki {
    width: 10px;
    height: 15px;
    background-position: -410px -292px;
}

.vk {
    width: 15px;
    height: 9px;
    background-position: -431px -298px;
}

.facebook {
    width: 8px;
    height: 15px;
    background-position: -345px -293px;
}

.s-basket {
    width: 25px;
    height: 22px;
    background-position: -18px -12px;
}

.man {
    width: 128px;
    height: 119px;
    background-position: 0px -281px;
}

.inscription {
    width: 96px;
    height: 14px;
    background-position: -53px -422px;
}

.arrowLeft {
    width: 9px;
    height: 16px;
    background-position: -418px 0;
}

.arrowRigth {
    width: 9px;
    height: 16px;
    background-position: -418px -28px;
}

.diamond {
    width: 38px;
    height: 30px;
    background-position: -223px -292px;
}

.super {
    width: 30px;
    height: 28px;
    background-position: -281px -285px;
}

.child {
    width: 22px;
    height: 29px;
    background-position: -164px -332px;
}

.ok {
    width: 29px;
    height: 21px;
    background-position: -165px -293px;
}

.lamp {
    width: 19px;
    height: 28px;
    background-position: -233px -332px;
}

.phone {
    width: 471px;
    height: 108px;
    background-position: 0 -100px;
}

.visa {
    width: 46px;
    height: 14px;
    background-position: -100px -10px;
}

.master-card {
    width: 44px;
    height: 26px;
    background-position: -228px -14px;
}

.belcart {
    width: 27px;
    height: 29px;
    background-position: -347px -12px;
}

.clip {
    background-position: -247px -383px;
    width: 25px;
    height: 20px;
    vertical-align: middle;
}

.book {
    background-position: -247px -383px;
    width: 25px;
    height: 20px;
    vertical-align: middle;
}

.star {
    background-position: -165px -386px;
    width: 16px;
    height: 16px;
}

.noStar {
    background-position: -181px -386px;
    width: 16px;
    height: 16px;
}

.clear {
    background-position: -499px -1px;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.attachments {
    background-position: -499px -71px;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.face {
    background-position: -499px -141px;
    min-width: 70px;
    width: 70px;
    height: 70px;
}

.battery {
    background-position: -499px -211px;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.sound {
    background-position: -570px 0;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.play {
    background-position: -570px -71px;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.briefcase {
    background-position: -570px -141px;
    min-width: 70px;
    width: 70px;
    height: 70px;
}

.crane {
    background-position: -570px -211px;
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.lorry {
    width: 31px;
    height: 25px;
    background-position: -282px -332px;
}

.notebook {
    background-position: -222px -386px;
    width: 16px;
    height: 14px;
}

.chevron::before {
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-radius: 4px;
    content: '';
    display: inline-block;
    position: relative;
    top: 23px;
    transform: rotate(-45deg);
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-color: #FFF;
}

body {
    margin: 0;
    color: #878f93;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    max-width: 1290px;
    margin: 0 auto;
    box-shadow: 0 0 34px 6px rgba(0, 3, 8, 0.09);
}

.menuWrap {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 255px;
    background: #878F93;
    z-index: 99;
    padding-top: 3px;
    transition: all 0.5s;
}

.menuWrap .logo {
    max-width: 100%;
    width: 165px;
    margin-left: 13px;
    margin-bottom: 25px;
}

.menuWrap .link {
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 18px 15px;
    text-transform: uppercase;
}
.menuWrap .active {
    background: #a1b852;
}
.menuWrap .link:hover {
    background: #3D4453;
}

.menuWrap .link.isSelect {
    background: #C5D911;
}

.menuWrap .social {
    display: none;
}

@media (max-width: 500px) {
    .menuWrap .social {
        display: flex;
        width: 165px;
        margin: 43px 14px;
    }

	.logo {
		width: 120px;
	}


	.header .logo img{
		max-width: 140px;
	}
}

.openMenu .menuWrap {
    left: 0;
}

.header {
    border-bottom: 4px #c5d911 solid;
    display: flex;
    justify-content: space-between;
    padding: 30px 60px 29px;
}

.header .block {
    display: flex;
}

.header .logo {
    align-items: center;
    display: flex;
}

.header .logo img {
    width: 275px;
    height: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.header .information {
    margin: 0px 15px 0px 0px;
    letter-spacing: 0.25px;
}

.header .information .caption {
    font-size: 14px;
    font-weight: 400;
}

.header .information .text {
    font-size: 18px;
    margin: 8px 0;
    letter-spacing: 0.1px;
    line-height: 21px;
    color: #3d4453;
}

.header .information .link {
    color: #C5D91C;
    font-size: 16px;
    text-decoration: underline;
}

.header .information .link:hover {
    text-decoration: none;
}

.header .social {
    width: 160px;
    padding-bottom: 3px;
}
.header .social >a:nth-last-child(2) {
    margin-top: 10px;
}
.header .hamburger {
    width: 30px;
    height: 25px;
    cursor: pointer;
    display: none;
}

.header .hamburger span {
    display: block;
    height: 5px;
    background: #878f93;
    margin-bottom: 5px;
    transition: all .25s linear;
}

.header .hamburger span:last-child {
    margin-bottom: 0;
}

@media (max-width: 1224px) {
    .header {
        padding: 15px 40px;
        border-bottom-width: 3px;
    }

    .header .block {
        align-items: center;
    }

    .header .logo img {
        width: 165px;
    }

    .header .information {
        margin: 0px 15px 0px 0px;
        width: 160px;
    }
}

@media (max-width: 920px) {
    .header .social {
        display: none;
    }

    .header .information {
        display: none;
    }

    .header .hamburger {
        display: block;
        min-width: 30px;
    }

    .header {
        padding: 10px 20px;
        border-bottom-width: 2px;
    }
}

@media (max-width: 768px) {
    #search {
        display: none;
    }
}



.breadCrumps {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.breadCrumps .isSelect {
    font-weight: 700;
}

.breadCrumps .link, .breadCrumps div {
    display: inline-block;
}

.breadCrumps span {
    color: #878f93;
}

.breadCrumps div > span {
    font-weight: bold;
}

.breadCrumps .link + .link:before {
    content: ">";
    font-weight: 400;
    margin-right: 7px;
    margin-left: 4px;
}

.navigation {
    padding: 0 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
}

.navigation .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navigation .menu .link {
    font-size: 16px;
    font-weight: 300;
    color: #878f93;
    display: inline-block;
    transition: all .4s;
    padding: 6px 13px;
    border-radius: 5px;
    margin-right: 10px;
}

.navigation .menu .link:hover {
    color: #ffffff;
    background-color: #C5D911;
}

.navigation .social {
    display: none;
}
.mobile-account {
    margin: 0px 15px;
}
@media (max-width: 1260px) {
    .navigation .menu {
    }

    .navigation .menu .link {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .navigation {
        padding: 0 30px 0 20px;
        margin: 0;
    }

    .navigation .menu .link {
        padding: 0 15px;
        font-size: 13px;
        /*line-height: 40px;*/
        /*height: 40px;*/
    }
}

@media (max-width: 920px) {
    .navigation {
        padding: 15px 40px;
        align-items: center;
    }

    .navigation .menu {
        display: none;
    }

    .navigation .social {
        display: flex;
        width: 165px;
    }

    .navigation .social .square {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 920px) and (max-width: 500px) {
    .navigation {
        justify-content: center;
    }

    .navigation .social {
        display: none;
    }
}

@media (max-width: 768px) {
    .navigation {
        padding: 15px 40px 15px 20px;
    }

    .navigation .basketMenu .button {
        margin-right: 0;
    }
}

.basketMenu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.basketMenu .basketModal {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -20px;
    width: 270px;
    min-height: 100px;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .125s;
}

.basketMenu .basketModal .info {
    margin-left: 90px;
    margin-top: 7px;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
}

.basketMenu .basketModal .info .grey {
    color: #878F93;
    font-size: 14.5px;
}

.basketMenu .basketModal .info .grey.price {
    font-size: 12px;
}

.basketMenu .basketModal .button {
    padding: 0;
    margin: 10px 0 15px;
    display: block;
}

.basketMenu .frmbtn {
    z-index: 0;
    position: relative;
}

.basketMenu .basketCounter {
    margin-top: 4px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.basketMenu .basketCounter:hover .basketModal {
    opacity: 1;
    visibility: visible;
}

.basketMenu .s-basket {
    margin-right: 15px;
}

.basketMenu .count {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background-color: #C5D911;
    position: relative;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}

.basketMenu .count:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -12px;
    border: 6px solid transparent;
    border-right: 10px solid #C5D911;
}

.basketMenu .button {
    margin: 0 14px 0 29px;
    vertical-align: top;
    padding: 0 45px;
}

.basketMenu .button:hover, .wrap-btns .button:hover {
    background-color: #878f93;
    color: #FFF;
}

.modal-product {
    display: flex;
    padding: 15px 20px;
}

.modal-product .wrap-img {
    flex: 1;
}

.modal-product .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down';
}

.modal-product .wrap-txt {
    flex: 2;
    margin-left: 30px;
}

.modal-product .wrap-txt .type {
    font-family: RhinoL, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.modal-product .wrap-txt .name {
    font-family: RhinoL, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 2px;
}

.modal-product .wrap-txt .name a {
    color: #878F93;
    font-size: 15px;
}

.modal-product .wrap-txt .name a:hover {
    color: #C5D911;
}

.modal-product .wrap-txt .cost {
    color: #878f93;
    text-align: left;
    font-size: 18px;
    margin: 6px 0;
}

.modal-product .wrap-txt .cost .cost-old {
    display: block;
}

.contant-top {
    margin-bottom: 20px;
    margin-top: 10px;
}

.contant-top h1 {
    margin: 21px 0 0;
}

.contant-top .slider {
    border: 1px solid #EAEAEA;
    width: 64.4%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.contant-top .slider .sliderLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contant-top .slider:after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 54.2%;
    display: block;
}

.contant-top .carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contant-top .carousel .slide {
    width: 100%;
    max-width: 830px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.contant-top .carousel .slide .columnLeft {
    margin-left: 58px;
}

.contant-top .carousel .slide .columnLeft h1 {
    margin: 21px 0 1px;
}

.contant-top .carousel .slide .columnLeft .subheader {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: RhinoL, sans-serif;
}

.contant-top .carousel .slide .columnLeft h3 {
    width: 233px;
    margin-top: 34px;
    color: #C5D911;
    line-height: 32px;
    letter-spacing: 0.7px;
}

.contant-top .carousel .slide .columnLeft .description {
    width: 233px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 36px;
    letter-spacing: 0.5px;
    color: #de1770;
}

.contant-top .carousel .slide .background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #F7F7F7;
}

.contant-top .carousel .slide .button {
    position: absolute;
    bottom: 30px;
    right: 39px;
}

.contant-top .carousel .slide .columnRigth {
    position: relative;
}

.contant-top .carousel .slide .columnRigth .man {
    margin: 28px 38px 21px;
}

.contant-top .carousel .badge {
    width: 125px;
    height: 25px;
    border-radius: 7px;
    background-color: #de1770;
    margin: auto;
    line-height: 25px;
}

.contant-top .carousel .badge .inscription {
    margin-left: 14px;
}

.contant-top .promoArticles {
    float: right;
    width: 33.34%;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.contant-top .promoArticle {
    width: 100%;
    border: 1px solid #EAEAEA;
    position: relative;
    color: #C5D911;
    overflow: hidden;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.contant-top .promoArticle:after {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 49.07%;
    display: block;
}

.contant-top .promoArticle img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contant-top .promoArticle h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 29px;
    top: 48px;
    width: 47%;
    text-align: right;
    color: #878F93;
}

.contant-top .promoArticle .readmore {
    position: absolute;
    right: 29px;
    bottom: 19px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #C5D911 !important;
}

.contant-top .promoArticle + .promoArticle {
    margin-top: 6.5%;
}

.contant-top .promoArticle .right {
    position: absolute;
    width: 195px;
    top: 48px;
    right: 27px;
    text-align: end;
}

.contant-top .promoArticle .right .readmore {
    margin-left: 38px;
    display: inline-block;
    color: #C5D911;
}

@media (min-width: 900px) {
    .contant-top {
        display: flex;
    }

    .contant-top .promoArticles {
        margin-left: 25px;
        flex: 1;
    }

    .contant-top .promoArticle + .promoArticle {
        margin-top: 25px;
    }

}

@media (max-width: 1310px) {
    .contant-top .slider .carousel .slide .columnLeft h3 {
        margin: 24px 0 0;
    }

    .contant-top .slider .carousel .slide .columnLeft .description {
        margin-top: 24px;
    }

    .contant-top .promoArticle h3 {
        font-size: 22px;
        top: 38px;
        right: 20px;
        width: 55%;
    }

    .contant-top .promoArticle .readmore {
        right: 20px;
        bottom: 9px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .contant-top .slider .carousel .slide .columnLeft h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .contant-top .slider .carousel .slide .columnLeft .description {
        margin-top: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .contant-top .promoArticle h3 {
        font-size: 17px;
        line-height: 24px;
        top: 28px;
    }
}

@media (max-width: 900px) {
    .contant-top .slider {
        width: 100%;
    }

    .contant-top .slider .carousel .slide .columnLeft h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .contant-top .slider .carousel .slide .columnLeft .description {
        font-size: 20px;
        line-height: 28px;
    }

    .contant-top .promoArticles {
        display: flex;
        justify-content: space-between;
        float: none;
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .contant-top .promoArticles .promoArticle {
        width: 47%;
    }

    .contant-top .promoArticles .promoArticle h3 {
        font-size: 20px;
        top: 38px;
        right: 20px;
        width: 55%;
    }

    .contant-top .promoArticles .promoArticle {
        right: 20px;
        bottom: 9px;
        font-size: 14px;
    }

    .contant-top .promoArticles .promoArticle + .promoArticle {
        margin-top: 0;
    }

    .readmore {
        /*display: none;*/
    }
}

@media (max-width: 768px) {
    .contant-top .promoArticles .promoArticle h3 {
        font-size: 18px;
        right: 10px;
        width: 55%;
    }
}

@media (max-width: 620px) {
    .contant-top .slider .carousel .slide .columnLeft .description,
    .contant-top .slider .carousel .slide .columnLeft h3 {
        display: none;
    }

    .contant-top .slider .carousel .slide .button {
        position: static;
        display: block;
        width: 100px;
        padding: 0;
        margin: 15px 0;
        font-size: 12px;
    }

    .contant-top .slider .carousel .slide .columnLeft {
        margin-left: 20px;
    }

    .contant-top .slider .carousel .slide .columnLeft h1 {
        font-size: 28px;
    }

    .contant-top .slider .carousel .slide .columnLeft .subheader {
        font-size: 14px;
    }

    .contant-top .slider .flickity-page-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }

    .contant-top .promoArticles .promoArticle h3 {
        font-size: 14px;
        top: 8px;
        right: 10px;
        width: 55%;
        line-height: 20px;
    }
}

@media (max-width: 500px) {
    .contant-top .promoArticle.promoArticle {
        padding: 0 20px;
        width: 90%;
        margin: 20px auto;
    }

    .contant-top .promoArticle.promoArticle h3 {
        font-size: 22px;
        top: 38px;
        right: 20px;
        width: 55%;
    }

    .contant-top .promoArticle.promoArticle  {
        right: 20px;
        bottom: 9px;
        font-size: 14px;
    }

}

@media (max-width: 420px) {
    .contant-top .promoArticles .promoArticle h3 {
        font-size: 16px !important;
        line-height: 22px !important;
        right: 10px;
        width: 47%;
    }
}

.headline,
.flex,
.pros,
.products .slider,
.desc,
.imgBlock,
.reviewsBody {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hover-info {
    display: none;
}

.products .product {
    width: 25%;
    height: 100%;
}

.products .slider {
    width: 100%;
    height: 562px;
    margin-top: 7px;
    overflow: hidden;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #ebebeb;
}

.products .slider img {
    display: block;
    margin: auto;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down';
    height: 250px;
    width: 250px;
}

.block {
    display: flex;
    align-items: center;
}

.block .button {
    width: 120px;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    padding: 0;
    text-transform: capitalize;
    background: #c5d911;
    text-indent: 3px;
}

.block .button:hover {
    background: #878F93;
}

.block .button .arrowRigth {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.block .button .arrowLeft {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.block .button + .button {
    margin: 0 0 0 20px;
}

img {
    display: block;
    margin: auto;
}

.product {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 4px;
    position: relative;
}

.product + .product:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 1px;
    background: #ebebeb;
}

.product .productTop {
    position: relative;
}

.product .productTop img{
    width: 90%;
    height: 240px;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down';
    max-height: 240px;
}

.product .productTop:hover .hover-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    transition: opacity .5s linear;
    color: #343A47;
    text-transform: uppercase;
}

.product .productTop:hover .hover-info .hover-title {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 2px;
}

.product .productTop:hover .hover-info .hover-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
}

.product .productTop:hover .hover-info .hover-name:after {
    content: "";
    border-bottom: 1px solid #343A47;
    width: 70%;
    display: block;
    margin: 10px auto 20px;
}

.product .productTop:hover .hover-info .mazarine {
    background: #343a47;
    color: #fff;
}

.product .productTop:hover .hover-info .mazarine:hover {
    background: #878F93;
}

.product .text {
    width: 64%;
    margin: 13px auto;
}

.products .product .text {
    width: 70%;
}

.product .desc .info {
    white-space: nowrap;
    line-height: 18px;
    letter-spacing: 0.4px;
    margin-top: 12px;
    font-family: 'RhinoL', arial, sans-serif;
}

.product .title {
    font-size: 22px;
    max-width: 80%;
    font-weight: 800;
    display: flex;
    align-items: left;
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'RhinoM', arial, sans-serif;
    line-height: 24px;
}

.product .title a {
    color: #878F93;
}

.product .separator {
    width: 100px;
    height: 2px;
    display: block;
    margin: 7px auto 12px;
    background-color: #878f93;
}

.product .price_old {
    font-size: 14px;
    text-decoration: line-through;
    color: #a7acaf;
    margin-bottom: 0px;
    letter-spacing: 1px;
    height: 14px;
}
.product .price_new {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 1px;
    height: 28px;
    color:  #e8363f;
}

.product .price {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 1px;
	height: 28px;
}

.text ul {
	padding-left: 40px;
	list-style: circe;
}

.text li {
	list-style-type: circle;
}

.product .price span {
    font-size: 14px;
}

.product .button {
    width: 200px;
    height: 34px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 7px;
    font-weight: 700;
    line-height: 34px;
    padding: 0;
    display: block;
    margin: 10px auto;
}

.product .button:hover {
    background: #878f93;
}

.product .button.gray {
    border: 2px solid #878f93;
    background: #FFFFFF;
    color: #878f93;
    line-height: 32px;
}

.product .button.gray:hover {
    background: #878f93;
    color: #ffffff;
}

.product .button.transparent {
    border: 2px solid #C5D911;
    background: transparent;
    color: #C5D911;
    line-height: 32px;
}

.product .button.transparent:hover {
    background: #C5D911;
    color: #FFFFFF;
}

.product .desc {
    width: 100%;
    margin: 0 auto;
}

.product .badge {
    height: 25px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'RhinoL', arial, sans-serif;
    border-radius: 7px;
    line-height: 25px;
    padding: 0 13px;
    letter-spacing: 1px;
}

.product .info {
    font-size: 16px;
    font-weight: 400;
    font-family: RhinoL, sans-serif;
    text-align: left;
    height: 38px;
    align-items: center;
    display: flex;
}

@media (max-width: 1024px) {
    .products .product {
        width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .products .product {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .products .product {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .headline {
        padding: 0 20px;
    }

    .headline h2 {
        margin: 10px 0;
    }
}

@media (max-width: 560px) {
    .headline .block .button {
        width: 100px;
        font-size: 14px;
        line-height: 32px;
    }
}

@media (max-width: 460px) {
    .headline {
        display: block;
    }

    .headline .block {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .headline .block .button {
        width: 100px;
        font-size: 14px;
        line-height: 32px;
    }
}

.why {
    padding: 4px 58px 14px;
}

.why h2 {
    margin-bottom: 30px;
}

.why .videoBlock {
    margin-bottom: 30px;
    min-height: 208px;
}

.why .videoBlock .video {
    position: relative;
    width: 100%;
    max-width: 372px;
    overflow: hidden;
    margin: 0 30px 20px 0;
    float: left;
}

.why .videoBlock p {
    margin: 5px 0 0 0;
    line-height: 26px;
    width: 88%;
}

.why .videoBlock p + p {
    margin-top: 26px;
}

@media (max-width: 1200px) {
    .why .videoBlock p {
        width: 100%;
    }
}

.why .pros {
    text-align: center;
}

.why .pros .pro {
    width: 25%;
}

.why .pros h4 {
    word-spacing: 200px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'RhinoM', arial, sans-serif;
    text-transform: uppercase;
    margin-top: 22px;
    line-height: 26px;
}

@media (max-width: 768px) {
    .why .pros h4 {
        font-size: 13px;
        margin-top: 14px;
    }
}

@media (max-width: 620px) {
    .why .pros {
        display: block;
    }

    .why .pros .pro {
        display: flex;
        align-items: center;
        margin: 0 auto;
        min-width: 250px;
        justify-content: flex-start;
    }

    .why .pros span {
        display: inline-block;
        margin: 0 30px 0 0;
    }

    .why .pros h4 {
        display: inline-block;
        word-spacing: 0;
    }

    .why .icon {
        width: 40px;
    }
    .why .child {
        background-position: -155px -332px;
    }

    .why .super {
        background-position: -276px -285px;
    }

    .why .lamp {
        background-position: -224px -332px;
    }
}

@media (max-width: 768px) {
    .why {
        padding: 5px 28px 24px;
    }

    .why .videoBlock {
        margin-bottom: 25px;
    }
}

.callback {
    height: 150px;
    background-color: #ebebeb;
    color: #3d4453;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}

.callback .call {
    display: inline-block;
    vertical-align: top;
}

.callback .questions {
    display: inline-block;
    line-height: 150px;
    vertical-align: top;
}

.callback .button {
    margin: 61px 0 0 8px;
    width: auto;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    line-height: 38px;
}

.callback .button:hover {
    background: #878F93;
}

.callback .phone {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 43px 0 0 5px;
}

@media screen and (min-width:0\0) {
    .callback .phone {margin: 43px 0 0 16px;}
}
@supports (-ms-ime-align:auto) {
    .callback .phone {margin: 43px 0 0 16px;}
}


.callback .phone p {
    position: absolute;
    top: -29px;
    left: 112px;
}

@media (max-width: 1300px) {
    .callback .call {
        width: 450px;
    }

    .callback .questions {
        line-height: 60px;
        margin-top: 20px;
    }

    .callback .button {
        margin: 0;
    }

    .callback .phone {
        float: right;
        margin-right: 40px;
    }
}

@media (max-width: 1024px) {
    .callback {
        height: auto;
    }

    .callback .call {
        margin: 0 auto 30px;
        display: block;
        text-align: center;
    }

    .callback .phone {
        display: block;
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 560px) {
    .callback .call {
        width: 100%;
    }

    .callback .call .button {
        padding: 0 20px;
    }

    .callback .questions,
    .callback .phone p {
        font-size: 24px;
        margin: 10px 0;
    }

    .callback .phone {
        background: none;
        text-align: center;
        width: auto;
        height: 60px;
    }

    .callback .phone p {
        position: static;
    }
}

@media (max-width: 400px) {
    .callback .questions,
    .callback .phone p {
        font-size: 18px;
    }
}

.footer {
    position: relative;
    background-color: #beda00;
    color: #ffffff;
    padding: 15px 60px;
}

.footer li .app{
    display: flex;
    align-items: center;
}
.footer .app a {
    display: inline-block;
}
.footer .menu-list {
    display: inline-block;
    vertical-align: top;
    margin-right: 67px;
}

.footer .menu-list .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.footer .menu-list li {
    font-size: 14px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.footer .menu-list li.bigger {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.footer .menu-list li.spacer {
    height: 22px;
}

.footer .menu-list li a {
    color: #FFFFFF;
}

.footer .menu-list li a:hover {
    color: #95a40b;
}

.footer .menu-list.menu-contacts {
    margin-right: 83px;
		max-width: 24%;
}

.footer .menu-list.menu-socials {
    margin-right: 78px;
}

.footer .menu-list.menu-info li.spacer {
    height: 44px;
}

.footer .menu-list.menu-info li {
    display: flex;
    align-items: center;
}

.footer .menu-list.menu-info .icon {
    margin: 0 16px 0 3px;
}

.footer .list-card {
    display: flex;
}

.footer .wrap-top {
    text-align: center;
}

.footer .wrap-top .chevron {
    cursor: pointer;
}

.footer .wrap-top .chevron:before {
    top: -5px;
    height: 17px;
    width: 17px;
    border-color: #E0E58A;
    border-width: 5px 5px 0 0;
    border-radius: 2px;
}

.footer .wrap-top p {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16.5px;
    color: #e2ec88;
}

@media (max-width: 1300px) {
    .footer .menu-list.menu-list {
        margin-right: 30px;
    }
}

@media (max-width: 1080px) {
    .footer {
        padding: 15px 80px;
        text-align: center;
    }

    .footer .menu-list {
        text-align: left;
        width: 33%;
        margin: 20px 30px;
    }

	.footer .menu-list.menu-contacts {

		max-width: 49%;
	}
}

@media (max-width: 900px) {
    .footer .menu-list {
        text-align: center;
        width: 100%;
        margin: 12px 0;
    }

    .footer .menu-list.menu-nav {
        margin-right: 0;
    }

    .footer .menu-list:not(.menu-nav) {
        display: none;
    }

    .footer .menu-list li {
        display: inline-block;
        margin: 0 15px;
    }

    .footer .menu-list .title {
        display: none;
    }
}

@media (max-width: 780px) {
    .footer {
        padding: 15px 40px;
    }

    .footer .menu-list li {
        margin: 0 8px;
        font-size: 13px;
    }
}

.articles.section {
    padding-left: 40px;
}

.articles h2 {
    margin: 18px 0 24px;
    padding-left: 17px;
}

.articles .articlesList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 22px;
}

.articles .articlesList a h4 {
    color: #878F93;
}

.article {
    height: 360px;
    width: 23%;
    margin: 0 1% 50px 1%;
}

@media (max-width: 1024px) {
    .article {
        height: 360px;
        width: 272px;
        margin: 0 0 50px 0;
    }
    .articles h2 {
        padding-left: 0;
    }
}

@media (max-width: 700px) {
    .article {
        width: 100%;
        height: auto;
    }

    .articles.section {
        padding: 0 20px;
    }
}


@media (max-width: 600px) {
    .articles .articlesList {
        justify-content: space-around;
    }
}




.article img {
    border-radius: 7px;
    border: 1px solid #e0e0e0;
}

.article h4 {
    margin: 12px 0 12px;
    overflow: hidden;
    /*height: 52px;*/
}

.article .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.4px;
    margin-bottom: 25px;
    overflow: hidden;
    height: 85px;
}

.article .readmore {
    color: #98b91e;
    margin-bottom: 2px;
}

.articlePage .text {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.articlePage .articlePageBody {
    display: flex;
}

.articlePage .articleBody {
    flex: 1;
    padding-bottom: 65px;
    margin-right: 40px;
}

.articlePage .articleBody h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.articleBody img {
    padding: 0 20px 30px;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 500px;
}

.articlePage .siteBar {
    width: 271px;
    padding-top: 50px;
    padding-bottom: 65px;
}


.articlePage .siteBar h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.articlePage .siteBar .article {
    height: 425px;
    margin-bottom: 36px;
    margin-left: 0;
    width: 100%;
}

.articlePage .siteBar .article .text {
    margin-top: 12px;
}

.articlePage .siteBar .product {
    padding-top: 0;
}

.articlePage .siteBar .product .text {
    margin-top: 6px;
    width: 77%;
}

.articlePage .siteBar .product .info{
    line-height: 15px;
}

.articlePage .siteBar .product .text .title:after {
    margin: 15px auto 13px;
}

@media (max-width: 1300px) {
    .articlePage .articleBody img {
        width: 90%;
    }

    .articlePage .articleBody .text {
        width: 95%;
    }
}

@media (max-width: 760px) {
    .articlePage .articlePageBody {
        display: block;
        padding: 0 30px;
    }

    .articlePage .articlePageBody .siteBar {
        padding: 0;
        margin: 20px auto;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .articlePage .articlePageBody .siteBar h3 {
        text-align: center;
        padding: 0 20px;
    }

    .articlePage .articleBody {
        padding-bottom: 20px;
    }
}

@media (max-width: 760px) {
    .articlePage .siteBar {
        flex-wrap: wrap;
    }

    .articlePage .siteBar .article,
    .articlePage .siteBar .recommendation {
        max-width: 300px;
    }

    .articlePage .siteBar .article h3,
    .articlePage .siteBar .recommendation h3 {
        padding: 0;
    }
}

.faq h2 {
    margin-top: 18px;
}

.faq .faqProduct .title {
    height: 70px;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    border-left: 6px solid #C6DA08;
    padding: 0 45px;
    box-sizing: border-box;
    line-height: 70px;
    color: #878f93;
}

.faq .faqProduct ul {
    display: none;
    border-left: 6px solid #C6DA08;
    margin: 0;
}

.faq .faqProduct ul li {
    display: flex;
    color: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}

.faq .faqProduct ul li .badge {
    width: 147px;
    height: 25px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
}

.faq .faqProduct ul li .text {
    color: #878f93;
    font-size: 16px;
    font-weight: 400;
}

.faq .faqSelector {
    display: flex;
}

.faq .faqSelector .productBlock {
    flex: 2;
}

.faq .faqSelector .faqList {
    flex: 3;
}

.faq .faqSelector .faqList li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 5px 25px;
}

.sp-slides-container {
    position: relative;
}

.sp-grab {
    cursor: url(../image/f_video.png), move;
}

.wrap-main-slider {
    margin-right: 30px;
}

.wrap-main-slider .sp-video {
    display: block;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    height: 208px;
}

.circle {
    width: 85px;
    height: 85px;
    background-color: #c5d911;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle .play {
    position: absolute;
    width: 21px;
    height: 25px;
    background-position: 0 -410px;
    color: #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section.cardSection {
    padding-top: 33px;
    display: flex;
}

.section.cardSection .mediaSide {
    margin-right: 30px;
    flex: 1;
}

.section.cardSection .video {
    width: 100%;
}

.section.cardSection .sellSide {
    flex: 1;
}

.section.cardSection .info h2 {
    font-family: 'RhinoB', arial, sans-serif;
    font-size: 24px;
    margin: 0;
    letter-spacing: 1px;
    margin-top: -4px;
    line-height: 36px;
}

.section.cardSection .info .stars {
    margin: 10px 0;
}

.section.cardSection .info .description {
    margin: 0;
    line-height: 26px;
    padding-bottom: 20px;
    position: relative;
}
.cut {
    overflow: hidden;
    transition: all 0.5s;
}
.sellSide .description {
    position: relative;
    margin-top: 15px;
}
.sellSide .description .cut {
    max-height: 100px;
}
.collapsible {
    position: relative;
}
.collapsible .cut {
    max-height: 150px;
}

.gradient {
    background: linear-gradient(0deg, #FFF 10%, rgba(255, 255, 255, 0));
    width: 100%;
    height: 50%;
    bottom: 19px;
    position: absolute;
}
.gradient.off{
    background: rgba(255, 255, 255, 0);
}

.sellSide .description .cut .threedot {
    color: black;
    font-size: 16px;
    top: 52px;
    position: absolute;
    right: 0px;
    background-color: white;
    width: 8px;
}

@media (max-width: 480px) {
    .section.cardSection .info .description {
        padding-bottom: 30px;
    }
    .sellSide .description .cut  {
        max-height: 108px;
    }
}

.sellSide .description.open .cut {
    overflow: hidden;
    max-height: 1300px;
}

@media (max-width: 480px) {
    .collapsible .cut {
        max-height: 100px;
    }
}

.videoBlock>.collapsible>.cut {
    max-height: 377px;
}

.collapsible.open .cut {
    overflow: hidden;
    max-height: 2000px;
}

.openText {
    display: none;
}

.open .closedText {
    display: none;
}

.open .openText {
    display: block;
}


.sellSide .info .readmore {
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    bottom: -2px;
    right: 0;
}

.section.cardSection .info .coutry {
    color: #C5D911;
    letter-spacing: 0.4px;
    margin: 5px 0 4px;
}

#section-buy, #section-buy-mobile {
    margin: 32px 0 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#section-buy .price, #section-buy-mobile .price {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

#section-buy .price_old, #section-buy-mobile .price_old {
    //position: absolute;
    //bottom: 6px;
    font-size: 16px;
    text-decoration: line-through;
    color: #a7acaf;
    letter-spacing: 1px;
}
#section-buy .price_new, #section-buy-mobile .price_new {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color:  #e8363f;
}


#section-buy .count, #section-buy-mobile .count {
    display: flex;
    border: 1px solid #DCDCDC;
    width: 110px;
    margin-right: 20px;
}

@media (max-width: 1200px) {
    #section-buy .count, #section-buy-mobile .count {
        margin-right: auto;
        margin-left: auto;
    }
}

#section-buy .count a, #section-buy-mobile .count a {
    width: 26px;
    height: 26px;
    color: #7E868A;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    cursor: pointer;
}

#section-buy .count input, #section-buy-mobile .count input {
    background: none;
    border: 1px solid #DCDCDC;
    border-width: 0 1px;
    color: #7E868A;
    text-align: center;
    flex: 1;
    min-width: 40px;
}

#section-buy .button, #section-buy-mobile .button {
    /*width: 86px;*/
    background: #D71067;
}
.sellSide .buy-credit {
    text-align: right;
    margin-bottom: 15px;
}
@media all and (max-width: 1100px) {
    .sellSide .buy-credit {
        text-align: center;
    }
    #section-buy .button, #section-buy-mobile .button {
        width: 235px;
        line-height: 36px;
    }
}
.section.cardSection .info .buy-credit .button {
    /*width: 160px;*/
    border: 2px solid #D71067;
    background: #FFF;
    color: #D71067;
}
.section.cardSection .info .buy-credit .button:hover {
    background: #D71067;
    color: #FFF;
}
#section-buy .button:hover, #section-buy-mobile .button:hover{
    background: #878f93;
    color: #FFF;
}

.section.cardSection .payment {
    width: 100%;
    height: 55px;
    border-radius: 7px;
    background-color: #beda00;
    display: flex;
    justify-content: center;
    padding: 0 49px 0 10px;
    box-sizing: border-box;
}

.section.cardSection .payment:hover {
    background: #878F93;
    color: #FFF;
}

.section.cardSection .payment .paymentMethods {
    display: flex;
    width: 174px;
    align-items: center;
}

.section.cardSection .payment .paymentMethods .icon {
    margin: 0 16px 0 3px;
}

.section.cardSection .payment .delivery {
    display: flex;
    align-items: center;
}

.section.cardSection .payment .delivery .lorry {
    margin-right: 20px;
}

.section.cardSection .payment .delivery .text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-top: 0;
}

.section.cardSection .questions {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 2px solid #c5d911;
    color: #c5d911;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
    box-sizing: border-box;
    margin-top: 21px;
    display: inline-block;
}

.section.cardSection .questions:hover {
    border: 2px solid #74828A;
    color: #74828A;
}

.section.cardSection .questions .notebook {
    vertical-align: top;
    margin-right: 10px;
    margin-top: 9px;
}

.section.cardSection .pros, .section.cardSection .list-charact {
    flex-wrap: wrap;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.section.cardSection .pros .pro, .section.cardSection .list-charact li {
    width: 47.5%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.section.cardSection .txt {
    flex: 1;
}

.section.cardSection p {
    margin: 0;
}

.section.cardSection .pros .pro .icon, .section.cardSection .list-charact li .icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.section.cardSection .pros .pro .text, .section.cardSection .list-charact li .text {
    vertical-align: top;
    width: 67%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 1100px), (max-width: 600px) {
    .section.cardSection .button {
        font-size: 13px;
    }

    #section-buy, #section-buy-mobile {
        display: block;
        text-align: center;
    }

    #section-buy div, #section-buy-mobile div {
        margin: 15px auto;
    }

    .section.cardSection .payment .delivery {
        flex: 0;
    }

    .section.cardSection .payment .delivery .text {
        width: 90px;
    }
}
#section-buy-mobile {
    display: none;
}
@media (max-width: 840px) {
    #section-buy-mobile {
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
    }
}
@media (max-width: 960px) {
    .section.cardSection {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .section.cardSection .sellSide,
    .section.cardSection .mediaSide {
        min-width: 100%;
        margin-bottom: 50px;
    }

    .section.cardSection .sellSide {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .section.cardSection .payment {
        display: block;
        padding: 10px 20px;
        height: auto;
    }

    .section.cardSection .payment .paymentMethods {
        margin: 0 auto 15px;
    }

    .section.cardSection .payment .delivery {
        width: 140px;
        margin: 0 auto;
    }

    .section.cardSection .list-charact {
        flex-wrap: wrap;
        max-width: 90%;
        margin: 30px auto 0;
    }

    .section.cardSection .list-charact li {
        min-width: 100%;
        margin-bottom: 15px;
    }
}

.documents {
    margin: 21px 0 23px;
    display: flex;
    justify-content: space-between;
}

.documents .button {
    padding: 0;
    background: #F4f4f4;
    flex: 1;
    height: 35px;
    line-height: 38px;
    color: #7E868A;
}

.documents .button:hover {
    background-color: #C5D91C;
    color: #FFF;
}

.documents .button:first-child {
    margin-right: 30px;
}

.informationSection {
    padding-top: 0;
}

.informationSection h2 {
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.informationSection .imgBlock {
    margin-bottom: 24px;
}

.informationSection .imgBlock img {
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    margin: 0;
    width: 31%;
    height: 31%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down';
}

.informationSection .text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

.informationSection .text span {
    font-weight: 700;
}

.reviews {
    padding-bottom: 23px;
}

.reviews h2 {
    margin: 42px 0 20px;
}

@media (max-width: 600px) {
    .reviews {
        padding: 0 20px;
    }
}

.reviewsBody .reviewsList {
    flex: 2;
}

.reviewsBody .reviewsList .review {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 23px;
}

.reviewsBody .reviewsList .review .name {
    display: inline-block;
    font-weight: 700;
    margin-right: 31px;
}

.reviewsBody .reviewsList .review .stars {
    vertical-align: top;
    display: inline-block;
}

.reviewsBody .reviewsList + div {
    flex: 3;
    max-width: 570px;
    margin-left: 35px;
}

.reviewsBody form .form-group {
    flex: 1;
    margin-bottom: 26px;
}

.reviewsBody form .form-group + .form-group {
    margin-left: 28px;
}

.reviewsBody form .form-group label {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.reviewsBody form .form-group input {
    width: 100%;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    outline: 0;
    padding: 0 10px;
}

.reviewsBody form .form-group input:focus {
    outline: 0;
}

.reviewsBody form .form-group textarea {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    resize: none;
    outline: 0;
    padding: 5px 10px;
}

.reviewsBody form .form-group textarea:focus {
    outline: 0;
}

.reviewsBody form .form-group .button {
    line-height: 28px;
    outline: 0;
    border: 0;
    margin-top: 15px;
    width: 100%;
    transition: all .5s;
}

.reviewsBody form .form-group .button:focus {
    outline: 0;
}

.reviewsBody form .form-group .button:hover {
    background: #878F93;
}

@media (max-width: 960px) {
    .reviewsBody {
        flex-wrap: wrap;
    }

    .reviewsBody .reviewsList {
        min-width: 100%;
    }

    .reviewsBody form {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .reviewsBody form .flex {
        flex-wrap: wrap;
    }

    .reviewsBody form .flex .form-group {
        min-width: 100%;
        margin-left: 0;
    }
}

.wrap-upp-top {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: auto;
    right: 75px;
    bottom: 20px;
    transition: all .25s linear;
    cursor: pointer;
}

.wrap-upp-top.shown {
    opacity: 1;
    visibility: visible;
}

.wrap-upp-top .btn-upp {
    width: 70px;
    height: 70px;
    background-color: #c5d911;
    display: block;
    text-align: center;
    border-radius: 8px;
    transition: all .25s linear;
}

.wrap-upp-top .btn-upp:hover {
    background-color: #95A40B;
}

@media (max-width: 1200px) {
    .wrap-upp-top {
        display: none;
    }
}

.uk-modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(161, 164, 133, 0.8);
    transition: opacity .35s linear;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

.uk-open {
    opacity: 1;
    visibility: visible;
}

.uk-modal-dialog {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    background: #fff;
    transition: opacity 0.2s linear, transform 0.2s ease-out;
}

.openCostDialog #cost-product {
    opacity: 1;
    visibility: visible;
}

.modal-success-basket .uk-modal-dialog {
    max-width: 400px;
    border-radius: 10px;
}

.modal-success-basket .uk-modal-dialog a.uk-close {
    font-size: 1.4em;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.modal-success-basket .uk-modal-dialog a.uk-close:after {
    color: #DBDEDF;
    display: block;
    content: "\f00d";
    font-family: FontAwesome;
}

.modal-success-basket .uk-modal-close {
    color: #343a47;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    min-height: 20px;
}

.modal-success-basket .uk-modal-dialog {
    padding-left: 0;
    padding-right: 0;
}

.modal-success-basket .modal-product {
    border: 1px solid #EBEBEB;
    border-width: 1px 0;
    padding-left: 50px;
}

.modal-success-basket .title {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.1;
    text-align: center;
}

.modal-success-basket .txt {
    text-align: center;
    font-size: 1.1em;
}

.modal-success-basket .txt a {
    color: #b8ce00;
    font-weigth: bold;
    font-size: 16px;
    text-decoration: underline;
}

.modal-success-basket .name a {
    font-size: 20px;
}

.modal-success-basket .txt a:hover {
    text-decoration: none;
}

.modal-success-basket .wrap-img,
.modal-success-basket .modal-success-basket .wrap-txt {
    float: left;
    height: 115px;
}

.modal-success-basket .wrap-img {
    width: 40%;
}

.modal-success-basket .wdth-modal {
    padding: 0 35px;
}

.modal-success-basket .img {
    display: block;
    width: 85%;
    height: 100%;
    background-size: contain !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.modal-success-basket .wrap-txt {
    width: 60%;
}

.modal-success-basket .line-labels .type {
    font-family: RhinoB, sans-serif;
    font-size: 20px;
}

.modal-success-basket .line-labels .label {
    display: none;
    font-family: 'RhinoL', arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    float: right;
    padding: 3px 15px;
}

.modal-success-basket .count {
    font-family: 'RhinoR', arial, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
}

.modal-success-basket .wrap-txt .cost {
    font-size: 24px;
    font-weight: 700;
    margin-top: 14px;
}

.modal-success-basket .wrap-txt .cost .cost-old {
    font-size: 18px;
}

.modal-success-basket .wrap-btns {
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
}

.modal-success-basket .wrap-btns .btn {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.modal-success-basket .link {
    border-bottom: 1px solid #878f93;
    transition: all .25s linear;
    font-weight: 400;
    font-size: 1em;
}

.modal-success-basket .link:hover {
    color: #878f93;
    border-bottom-width: 0;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #C5D91C;
}

.btn.btn-green {
    /*height: 30px;*/
    font-size: 14px;
    line-height: 32px;
    padding: 0 32px;
    color: #fcfcfc;
    border-radius: 7px;
    background-color: #c5d911;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.25px;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    transition: all 0.5s;
}

table h2 strong img {
    float: left;
    margin-right: 10px;
}

.btn.btn-green:hover {
    background: #878F93;
    color: #FFF;
}

.wrap-catalog {
    display: flex;
    flex-wrap: wrap;
    column-count: 2;
}

.wrap-catalog .product {
    min-width: 40%;
    flex: 1;
    border: 1px solid #EBEBEB;
    border-width: 1px 0 0 0;
    padding: 10px 0 20px;
}

@media (max-width: 1024px) {
    .wrap-catalog .product {
        min-width: 60%;
    }
}


.wrap-catalog .product img {
    display: block;
    margin: auto;
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 5%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down';
}

.wrap-catalog .product .productTop {
    padding-left: 50%;
}

.wrap-catalog .product .title {
    font-size: 24px;
    max-width: 100%;
    font-weight: 800;
    display: flex;
    align-items: left;
    text-align: left;
    flex-direction: column;
    height: 48px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'RhinoM', arial, sans-serif;
    line-height: 24px;
}

@media (max-width: 480px) {
    .wrap-catalog .product .productTop {
        padding-left: 0;
    }

    .wrap-catalog .product img {
        margin: auto;
        height: 100%;
        width: 100%;
        max-height: 300px;
        max-width: 300px;
        position: static;
    }
}

.bx-authform {
    margin: 0 60px 25px;
}

.wdth-content .bx-authform {
    margin: 0 25px;
}

.bx-authform-content-container {
    font-size: 14px;
}
/*
a.sliderLink:after {
    position: absolute;
    bottom: 50px;
    right: 39px;
    font-size: 18px;
    content: 'Виж тук';
    width: 150px;
    height: 34px;
    border-radius: 5px;
    color: #FFF;
    background: #C5D911;
    line-height: 34px;
    text-align: center;
    transition: all 0.4s;
}
*/
@media (max-width: 600px) {
    a.sliderLink:after {
        bottom: 25px;
        right: 16px;
        font-size: 15px;
        width: 110px;
        height: 24px;
        line-height: 24px;
    }
}

a.sliderLink:hover:after {
    background: #878F93;
    color: #FFF;
}


.reviewsBody .error {
    color: #932d19;
    padding-left: 35px;
}

.reviewsBody .ok {
    padding-left: 35px;
    width: 320px;
}
.reviewsBody .ok p {
    color: #C5D911;
}

.wrap-basket .button {
    color: #FFF;
    margin: 20px 0 ;
}

.p404 {
    font-size: 28px;
    margin: 10px 0 60px;
}
.p404 .wrap-txt {
    text-align: center;
}

.p404 img   {
    max-width: 50%;
}

.p404 .wrap-txt .num-error {
    font-size: 4.6em;
    line-height: .7;
    margin-bottom: 0;
    margin-top: 20px;
}

.p404 p {
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-size: 0.6em;
}

.p404 .title {
    font-size: 1em;
    margin: 20px 0;
}

.contactsSec {
    margin-bottom: 60px;
}

.contactsSec .conCol + .conCol {
    margin-left: calc(4% - 4px);
}
.contactsSec .conCol {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.contactsSec .conCol iframe {
    width: 100% !important;
}

.contactsSec form {

}
.contactsSec form {

}
.contactsSec form div{
    margin: 10px 0;
}
.contactsSec form input, .contactsSec form textarea {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
}

input.button {
    border: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.5s;
}

input.button:hover {
    background: #878f93;
    color: #FFF;
}

.dlivery table td {
    vertical-align: top;
}

@media (max-width: 600px) {
    .dlivery table td p {
        min-height: 114px;
    }

    .productViewer .thumbnail {
        margin: 0;
    }




    .productViewer .thumbList {
        width: 70px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .productViewer .productMainView {
        left: 80px
    }
}

@media (max-width: 480px) {
    .productViewer .thumbList {
        width: 70px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}


.modal-dialog .modal-body .button {
    border: none;
    text-shadow: none;
    margin-top: 10px;
    padding: 5px 15px 10px 15px;
    height: 32px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 17px;
}

.mobileText {
	display: none;
}

@media (max-width: 768px) {
    .mobileText {
        display: block;
		margin: 0 10px;
    }
}

@media (max-width: 488px) {
    .mobileText {
		margin: 0 10px;
		font-size: 12px;
    }
}

.phone-hot-mobile {
	margin: 0 auto;
	max-width: 80%;
	width: 100%;
	text-align: center;
	display: none;
}

.phone-hot-mobile h4 {
	font-size: 20px;
	margin: 10px 0;
}
.phone-hot-mobile p {
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 15px;
}


@media (max-width: 1000px) {
	.phone-hot-mobile {display: block;}
}
#account_register {
    margin-bottom: 45px;
}
#account_register input {
    margin: 5px;
    padding: 5px;
    font-size: 18px;
}
#account_register input[type="submit"] {
    padding: 0 42px !important;
}

#account_register select {
    color: #4b5400;
    font-size: 18px;
    margin: 5px;
    padding: 5px;
}

#account_register legend {
    color: #C5D91C;
    font-size: 21px;
}

#account_register a {
    color: #839000;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
    position: absolute;
    left: 5px;
}
#search {
    position: relative;
}
#search .searchBox {

    font-size: 1em;
    padding-left: 40px;
    height: 40px;
    border-radius: 8px;
    line-height: 20px;
}
#search .searchButton {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 25px;
    background: transparent;
    width: 32px;
    height: 32px;
    border: none;
    left: 5px;
    top: 5px;
    z-index: 2;
}
#search .searchButton::after {
    content: "";
    background-image: url('/image/agu-search.svg');
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.options .control-label{
    display: block;
    margin-bottom: 5px;
    color: #d71067;
    font-weight: bold;
}
.options .productopt {
    color: #c5d911;
}