@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,700i&subset=cyrillic,cyrillic-ext');

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
        url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

*{
    box-sizing: border-box;
}
html{
    height: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}
#wrap{
    min-height: 100%;
    padding-bottom: 304px;
}

a {
    text-decoration: none;
}
a:focus,
a:active,
a:visited {
    outline: none;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}
button:disabled{
    opacity:0.5;
}
input[type="button"] {
    outline: none;
}

figure {
    margin: 0;
    padding: 0;
}
.over_hidden{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.hidden {
    display: none !important;
}
.blue{
    color: #06a4c5;
}
a.blue:hover{
    color: #0698b7;
}
.red{
    color: #fa4c1e;
}
.grey{
    color: #999;
}
.green{
    color: #5fc26c;
}
.black{
    color: #333;
}
.error{
    border-color:red;   
}
p.market-box.error{
    border:1px solid red;
    border-radius:3px;
}
.bold{
    font-weight: 700;
}
.italic{
    font-style: italic;
}
.uppercase{
    text-transform: uppercase;
}
.relative{
    position: relative;
}
.hidden_desc{
    display: none;
}
.rght_pointer:after{
    content: "\f178";
    font-family: 'font-awesome';
}
.rght_pointer.left:after{
    content: "\f177";
}
.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1270px;
    width: 100%;
}
.no-padding{
    padding:0!important;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.crs-pointer{
    cursor:pointer;
}
.mb-10{
    margin-bottom:10px;
}
.mr-10{
    margin-right:10px;
}
.clear{
    display: block;
    clear: both;
}
.hover-blue:hover{
    color: #06a4c5;
}
.main-layer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: none;
}
.layer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.l-mar {
    margin-left: -10px;
}
.r-mar {
    margin-right: -10px;
}
.mrg-bottom{
    margin-bottom: 10px;
}
.not-top-mar {
    margin-top: -10px;
}
.not-bottom-mar {
    margin-bottom: 0;
}
.getModal{
    cursor: pointer;
}
.getModal:hover{
    color: #0698b7;
}

/*---MODAL INNER START-------*/
.modal {
    max-height: 90vh;
    width: auto;
    overflow-y: auto;
    background: #fff;
    color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
}
.modal#modal_enter,
.modal.modal-sm{
    max-width: 440px;
    min-width: 300px;
}
.modal#modal_reg {
    max-width: 80vw;
    min-width: 800px;
}
.modal .close {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.modal .close:hover{
    color: #07b5da;
}
.modal .modal-body {
    padding: 20px 50px 35px;
}
.modal .modal-header {
    padding: 30px 50px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.modal .modal-header .modal-title{
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}
.modal .modal-body .social {
    display: block;
    text-align: center;
    margin: 5px 0 20px;
}
.modal .modal-body .social li {
    display: inline-block;
    margin: 0 12px;
    width: 50px;
    height: 50px;
}
.modal .modal-body .social li a {
    display: inline-block;
}
.modal-body__form{
    max-width: 720px;
}
.modal.modal-sm p.small{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.modal-body-success {
    text-align: center;
}
.modal-body-success .blue_btn.close:hover{
    color: #fff;
}
.modal-body-success .img:after{
    content: "\f00c";
    font-family: FontAwesome;
    color: #33b862;
    font-size: 35px;
    line-height: 55px;
}
.modal-body-success .img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 3px solid #33b862;
    display: block;
    margin: 10px auto 25px;
    text-align: center;
}
.modal-body-success .bold{
    font-size: 18px;
    line-height: 23px;
}
.modal .modal-body-success p.small{
    margin-top: 10px;
    margin-bottom: 20px;
}
.modal .modal-body-success .blue_btn{
    margin-bottom: 0;
}
.control-box{
    margin-bottom: 25px;
    position: relative;
}
.control-box__inline {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: baseline;/*center;*/
}
.control-box__inline.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.control-box__inline:last-child {
    margin-bottom: 0;
}
.control-box.border-bottom {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}
.control-box > .control-box__half {
    display: inline-block;
    width: calc(50% - 13px);
    vertical-align: top;
}
.control-box > .radio-box{
    position: relative;
    padding: 0;
    min-height: 45px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.control-box > .radio-box  label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-left: 10px;
    line-height: 45px;
}
.control-box > .radio-box >  input[type="radio"]{
    display: none;
}
.control-box > .radio-box > label:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #fff;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.control-box > .radio-box > input:checked + label:before  {
    border: 6px solid rgb(7,160,220);
    background: #f5f5f5;
    width: 10px;
    height: 10px;
}
.control-box > .radio-box > input + label:hover {
    background: #f5f5f5;
}
.control-box > .control-box__half:first-of-type{
    margin-right: 10px;
}
.control-box > .control-box__half:last-of-type{
    margin-left: 10px;
}
.control-box  label {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
}
.control-box  .radio-box > label {
    margin: 0;
}
.control-box > .radio-box > label p.small{
    font-weight:normal;
    padding-right:10px;
}
.control-box.control-box-address > .radio-box{
    height:auto;
    min-height:60px;
}
.control-box.control-box-address > .radio-box > label{
    padding:20px 40px 20px 20px;
    position:relative;
}
.control-box__inline label {
    flex-basis: 140px;
    margin-bottom: 0;
    margin-right:3px;
}
.control-box__inline label.full-line {
    flex-basis: 100%;
}
.control-box__inline > input[type='text'],
.control-box__inline > input[type='password'],
.control-box__inline > input[type='email'],
.control-box__inline > input[type='tel'],
.control-box__inline > input[type="number"],
.control-box__inline > div.input-box
{
    flex-basis: 250px;
    max-width: 250px;
    width:100%;
    min-width:250px;
}
.control-box input[type='text'],
.control-box input[type='password'],
.control-box input[type="email"],
.control-box input[type="tel"],
.control-box input[type="number"]{
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 45px;
    padding: 5px 10px;
}
.control-box > input.error, .control-box input.error, .control-box textarea.error, .control-box .radio-box.error{
    border-color: red;
}
.control-box .select-box.error {
    border-radius:4px;
    border: 1px solid red;
}

.control-box .forget {
    display: inline-block;
    color: #06a4c5;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
}
.control-box .forget_link {
    position: absolute;
    top: 4px;
    right: 0;
}
.control-box span.error {
    color: red;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}
.control-box .disclamer {
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 5px;
    display: inline-block;
}
.modal .modal-body  button {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 17px 20px;
    height: 50px;
    width: 350px;
    margin: 0 auto 10px;
}
.modal .modal-body  button:disabled{
    opacity:0.5;
}
.accept-box {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.accept-box > a{
    color: #06a4c5;
}
.control-box .checkbox {
    display: none;
}
.control-box .checkbox + label{
    display: inline-block;
    border: 1px solid #07b5da;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: -5px;
    cursor: pointer;
}
.control-box .checkbox:checked + label{
    background: #07b5da url(../images/chck_pointer_wh.png) no-repeat center center;
    border: none;
}
.modal#modal_choose_moto {
    max-width: 80vw;
    min-width: 820px;
}
.modal#modal_choose_moto .modal-body .accept-box{
    font-size: 14px;
}
.control-buttom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal .modal-body .control-buttom-box button {
    width: 220px;
    display: inline-block;
    margin: 0;
}
.control-box .select-box{
    margin:10px 0;
}
.control-box .selecter {
    flex-basis: 250px;
    max-width: 250px;
    margin:0;
}
.control-box .selecter .selecter-selected{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 45px;
    font-size: 15px;
    width: 250px;
}
.selectric-open{
    z-index: 101;
}
.selectric{
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 45px;
    width: 250px; 
}
.selectric-open .selectric{
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.selectric .label{
    font-size: 15px;
    line-height: 45px;
    /* text-overflow: clip;*/
    white-space: normal;
}
.selectric .button{
    height: 45px;
}
.selectric-items li{
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 10px 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 28px;
    min-height: 50px;
}
.selectric-above .selectric-items{
    max-height: 260px;
    overflow: auto;
}
.selectric-open .selectric-items{
    border-bottom: none;
    z-index: 1;
}
.selectric-items li.highlighted,
.selectric-items li:hover{
    background: #eee;
}
.search__fltr .selectric{
    color: #000;
    min-height: 40px;
    border-radius: 0;
    text-transform: none;
    font-weight: 300;
    font-size: 13px;
    padding: /*10px;*/10px 20px 10px 10px;
    white-space: nowrap;
    max-width: 160px;
    height: 40px;
    text-overflow: ellipsis;
    background: #fff;
}
.search__fltr .selectric .label {
    font-size: 13px;
    line-height: inherit;
    white-space: nowrap;
    margin: 0;
    max-width: calc(100% - 10px);
}
.search__fltr .selectric .button {
    height: 40px;
}
.search__fltr .selectric-open .selectric-items{
    border-top: none;
}
.search__fltr .selectric-open .selectric{
    border-bottom: 1px solid #e0e0e0;
}
.search__fltr .selectric-items li,
.search__fltr .selectric-items li:first-of-type{
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    line-height: 14px;
    min-height: 35px;
    padding: 10px 15px;
}
#modal_choose_moto.modal .control-box > .radio-box{
    height: 60px;
    margin-bottom: 15px;
}
#modal_choose_moto.modal .control-box .radio-box label {
    font-weight: 300;
    font-size: 15px;
    padding: 10px 0 10px 10px;
}
#modal_choose_moto.modal .control-box .radio-box .moto-logo {
    height: 35px;
    width: 100px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#modal_choose_moto.modal .control-buttom-box.flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.modal#modal_choose_moto .modal-body .control-buttom-box button:first-of-type {
    margin-right: 15px;
} 
textarea{
    width: 650px;
    height: 150px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.modal .modal__refrence .control-box__inline label {
    flex-basis: 120px;
}
.modal .modal__refrence .control-box__inline{
    align-items: baseline;    
}
.control-box__inline.control-box__textarea{
    margin-top: 35px;
    align-items: flex-start;  
}
.control-box__textarea label{
    padding-top: 15px;
}
.control-box__textarea > div.input-box{
    width:650px;
    min-width:650px;
    max-width:650px;
}
.modal .modal__refrence .control-box:last-child{
    overflow: auto;
    padding-top: 25px;
    margin: 20px 0 0;
}
.modal .modal__refrence button{
    width: 230px;
    float: right;
    margin-top: -15px;
}
.map{
    width: 480px;
    height: 550px;
}
.modal .modal__available{
    min-width: 960px;
    padding: 0;
}
.modal .modal__available .row{
    margin: 0;
}
.modal .modal__available__ul{
    width: 480px;
}
.modal .modal__available__ul a{
    padding: 30px 30px 30px 50px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}
.modal .li_blue_btn {
    padding: 80px 30px 30px 30px;
}
.modal__available__ul .wtime{
    white-space: pre;
}
.modal .li_blue_btn .blue_btn{
    width: 150px;
    height: 45px;
    margin: 0;
    font-size: 13px;
    padding: 0;
    line-height: 45px;
    text-align: center;
} 
.modal .modal__available__ul a .bold{
    font-size: 15px;
    margin-bottom: 5px;
}
.modal .modal__available__ul a .tel{
    font-size: 16px;
    margin: 10px 0;
}
.modal .modal__available__ul a span{
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 12px;
}
.modal .modal__available__ul a:hover,
.modal .modal__available__ul a.active{
    background-color: #f5f5f5;
}
.modal .modal-body.modal__size {
    padding: 35px 50px 35px;
    min-width: 850px;
}
.modal__size .table > div > div{
    width: 120px;
    height: 70px;
    vertical-align: middle;
    font-size: 14px;
}
.modal__size .table > div > div:first-child{
    width: 70px;
}
.modal__size .table .table-body > div{
    font-size: 13px;
    cursor: pointer;
}
.modal__size .table .table-body > div:first-child > img{
    vertical-align: middle;
}
.modal__size .table .table-body > div:first-child > span{
    vertical-align: middle;
    margin-left: 15px;
}
.modal__size .table-body > div.red p:after{
    content: "\f00d";
    font-family: FontAwesome;
    cursor: pointer;
}
.modal__size .table-body > div.green p{
    line-height: 70px;
}
.modal__size .table-body > div.active,
.modal__size .table-body > div:hover,
.modal__size .table-body > div.hover{
    background-color: #f0f0f0;
}
.modal__size .product-info__cnt.inBlock{
    display: inline-block;
}
.modal__size .product-info__cnt{
    display: none;
    width: auto;
    height: 32px;
    background-color: #fff;
}
.modal__size .product-info__cnt span{
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    color: #333;
}
.modal__size .product-info__cnt input{
    width: 30px;
    height: 25px;
    font-size: 14px;
}
.modal__size_btm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    align-items: center;
}
.modal__size_btm p{
    font-size: 14px;
}
.modal__size_btm p span{
    font-size: 25px;
    font-style: italic;
    margin-left: 15px;
}
.modal .modal__size_btm .cart{
    width: calc(50% - 10px);
    max-width: 210px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
/*---MODAL INNER END----*/
.table{
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.table-header,
.table-body{
    display: table-row;
}
a.table-body{
    color: #333;
}
a.table-body:hover{
    background-color: #f5f5f5;
}
a.table-body:hover .hover-blue{
    color: #06a4c5;
}
.table-header > div,
.table-body > div{
    display: table-cell;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.table__img_sm{
    max-width: 55px;
    margin-top: 10px;
}

/*---HEADER START-------*/
header {
    background-image: linear-gradient(rgb(7,190,229), rgb(5,136,164));
    padding: 15px 0;
}
header .mob-phone,
header .mob-close {
    display: none;
}
header .h-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
header .h-row > .h-box {
    /*margin: 0 10px;*/
    width: calc(100% / 4);
}
header .h-row > .h-box:first-of-type {
    margin-left: 0;
    /* width: 300px;*/
}
.h-box .h-descr,
.h-box .h-links{
    display: inline-block;
    /* width: 49%;*/
    vertical-align: middle;
}
header .h-row > .h-box:last-of-type {
    margin-right: 0;
    width: calc((100% / 4) * 2);/*395px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .h-row > .h-box.h-double-box .h-contacts,
header .h-row > .h-box.h-double-box .h-personal  {
    width: calc(100% / 2);
    display: inline-block;
}

header .logo {
    display: block;
}
header .logo > img {
    display: block;
    max-width: 100%;/*145px;*/
}
header a {
    color: #fff;
}
header a:hover{
    color: #ffe800;
}
header a:hover {
    text-decoration: none;
}
header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .h-descr p:first-of-type {
    margin-bottom: 10px;
}
header .h-descr p:last-of-type {
    font-size: 12px;
}
header .h-links ul li {
    margin-bottom: 5px;
}
header .h-links ul li:last-of-type {
    margin-bottom: 0;
}
header .h-contacts ul li {
    display: inline-block;
}
header .h-contacts ul li:last-of-type a {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
header .h-contacts .icon {
    margin-bottom: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 3px;
    margin-right: 10px;
}
header .h-contacts .icon:hover{
    border: 2px solid #ffe800;
}
header .h-personal p > i {
    position: absolute;
    top: -1px;
    left: 0;
}
header .h-personal  .ent-reg {
    margin-bottom: 15px;
    white-space: nowrap;
}
header .h-personal  .ent-reg,
header .h-personal  .wishlist {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
header .h-personal  .ent-reg:hover i,
header .h-personal  .ent-reg > span:hover,
header .h-personal  .wishlist:hover,
header .h-personal  .ent-reg i:hover + span,
header .h-personal  .wishlist i:hover + a{
    color: #ffe800;   
}
header .h-personal  .wishlist a:focus{
    color: #ffe800; 
}


header .h-personal  .ent-reg > i,
header .h-personal  .wishlist > i {
    font-size: 18px;
    font-weight: 700;
}
.h-personal__dropdown > p{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 25px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.h-personal__dropdown.dropdown > p::after {
    top: 0px;
    right: -20px;
    font-size: 15px;
}
.h-personal__dropdown.dropdown:hover p, 
.h-personal__dropdown.dropdown:hover::after{
    color: #ffe800;
}
.h-personal__dropdown > p i{
    font-size: 18px;
    font-weight: 700;
}
.h-personal__dropdown .dropdown-menu{
    border-radius: 5px;
    width: 220px;
    padding: 15px 0 0;
    left: -10px;
}
.h-personal__dropdown .dropdown-menu li{
    padding: 5px 20px;
}
.h-personal__dropdown .dropdown-menu li a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.h-personal__dropdown .dropdown-menu .border-top{
    border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
    margin-top: 10px;
}
.h-personal__dropdown .dropdown-menu li a:hover,
.h-personal__dropdown .dropdown-menu li a.active{
    color: #07b5da;
}
.h-personal__dropdown .dropdown-menu::after,
.h-personal__dropdown .dropdown-menu::before {
    border: 7px solid transparent;
    border-bottom: 8px solid #fff;
}
.h-personal__dropdown .dropdown-menu::after {
    top: -13px;
}

/*---HEADER END---------*/

/*--- NAV START---------*/
.nav {
    background: rgb(6,36,60);
}
.nav ul {
    min-height: 65px;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav li {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.nav li:first-of-type {
    padding-left: 0;
}
.nav li:last-of-type {
    padding-right: 0;
}
.nav li > a {
    color: #fff;
}
.nav li > a:hover{
    color: #ffe800;
}
.nav li.search,
.nav li.search > form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav li.search > form{
    width: 100%;
}
.nav li.search .search__input {
    -ms-flex-preferred-size: calc(100% - 205px);
    flex-basis: calc(100% - 205px);
}
.nav li.search .search__fltr {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
}
.nav li.search .search__btn {
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
}
.search__btn input[type="button"],
.search__btn button{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: rgb(7,160,220) url(../images/lupa.svg) no-repeat center center / 18px 18px;
    border: none;
    width: 45px;
    height: 40px;
    vertical-align: middle;
}
.nav li.search .search__input input[type='search']{
    padding: 10px 15px;
    width: 100%;
    min-height: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nav li.search .search__fltr .selecter {
    max-width: 100%;
}
.selecter.open {
    z-index: 101;
}
.nav li.search .search__fltr .selecter-selected {
    color: #000;
    min-height: 40px;
    border-radius: 0;
    text-transform: none;
    font-weight: 300;
    font-size: 13px;
    padding: /*10px;*/10px 20px 10px 10px;
    white-space: nowrap;
    max-width: 160px;
    height: 40px;
    text-overflow: ellipsis;
}
.nav li.search .search__fltr .selecter-selected::after {
    right: 10px;
}
.nav li.search .search__fltr .selecter-item {
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}
.nav button.choose-moto {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.nav .cart:hover,
button.cart:hover{
    color: #fff;
    background: #ff2a00;
}
.nav button.choose-moto:hover:hover{
    color: #ffe800;
}
.nav button.choose-moto > i{
    font-size: 20px;
    position: relative;
    top: 2px;
}
.nav.scroll{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
button.cart,
.nav .cart,
button.fav{
    background: linear-gradient(#ff7800, #ff2a00);
    border: none;
    border-radius: 5px;
    padding: 13px 15px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    max-width: 170px;
    font-size: 12px;
}
button.cart.disabled,
.nav .cart.disabled{
    background: #ccc;
}
.nav .cart{
    display: inline-block;
    text-align: center;
}
button.fav{
    background: transparent;
    color: #333;
    border: 2px solid #e0e0e0;
}
button.fav:hover{
    border: 2px solid #333;
}
button.fav.disabled{
    color: #ccc;
}
button.cart .badge,
.nav .cart .badge,
button.fav .badge{
    background: #ffe800;
    font-size: 12px;
    color: #000;
    padding: 2px 6px;
    border-radius: 5px;
    margin-left: 10px;
}
/*---CATALOG START------*/
.main-nav li.active {
    position: /*absolute;*/relative;
    /*background: #fff;*/
    height: /*60px;*/50px;
    top: /*10px;*/0;
    z-index: 1001;
}
.main-nav li.active > a {
    display: inline-block;
    color: #000;
    position: relative;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: /*60px;*/50px;
    z-index: 1001;
    min-width: 190px;
    top: 0;
    padding: 20px 0 0 20px;
}
.main-nav li.active > a > i {
    font-weight: 700;
    margin-left: 10px;
}
.sub-nav__box {
    display: none;
}
.main-nav li.active .sub-nav__box {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}
.backdrop{
    display: none;   
}

.backdrop:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    overflow: hidden;

}
.main-layer .close{
    background: url(../images/close_white.svg) no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 2%;
}
.main-nav li.active .sub-nav__box ul.sub-nav {
    position: relative;
    background: #fff;
    border-radius: 0 5px 5px;
    z-index: 1000;
    border-right: 1px solid #ccc;

    width: 20vw;
    max-width: 260px;
    min-width: 200px;
}
.main-nav li.active .sub-nav__box ul.sub-nav li:first-child {
    border-top: 1px solid #ccc;
    border-top-right-radius: 5px;
}
.main-nav li.active .sub-nav__box ul.sub-nav li:last-child {
    border-bottom: none;
    border-bottom-right-radius: 5px;
}
.main-nav li.active .sub-nav__box ul.sub-nav li {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    /*display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;*/
}
.main-nav li.active .sub-nav__box ul.sub-nav.open{
    border-radius: 0 0 0 5px;
}
.main-nav li.active .sub-nav__box ul.sub-nav.open li:first-child{
    border-top-right-radius: 0; 
}
.main-nav li.active .sub-nav__box ul.sub-nav li:hover,
.main-nav li.active .sub-nav__box ul.sub-nav li.active-razdel,
.sub-nav__box_mob ul.sub-nav li.active-razdel > a{
    background: #ffe800;
    position: relative;
    border-color: #ffe800;
    border-radius: 0;
}
.main-nav li.active .sub-nav__box ul.sub-nav li:hover,
.main-nav li.active .sub-nav__box ul.sub-nav li.active-razdel{
    margin-top: -1px;
    border-top: 1px solid #ffe800;
}
.main-nav li.active .sub-nav__box ul.sub-nav li:first-of-type:hover,
.main-nav li.active .sub-nav__box ul.sub-nav li.active-razdel:first-of-type{
    margin-top: 0;
}
.main-nav li.active .sub-nav__box ul.sub-nav li:hover::after,
.main-nav li.active .sub-nav__box ul.sub-nav li.active-razdel::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -21px;
    width: 0; 
    height: 0; 
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 21px solid #ffe800; 
    z-index: 1001;
}
.main-nav li.active .sub-nav__box ul.sub-nav li  > a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    padding: /*15px 0px 15px 20px;*/0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    max-height: 90vh;
    min-width: 400px;
    max-width: 1200px;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs {
    padding: 25px 3vw;
    display: none;
    /*max-height: /*940px;*//*970px;auto;*/
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs > span {
    margin-right: 2vw;
    width: 16vw;
    max-width: 220px;
    display: /*inline-block;*/block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    vertical-align: top;
}
.main-nav li.active .sub-nav__box.catalogMoz ul.sub-nav + .sub-nav__inner  .tabs > span {
    display: inline-block;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs > span:last-child{
    /*  margin-right: 0;*/
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner .tabs .sub-nav__inner-title a,
.sub-nav__box_mob .sub-nav__inner .sub-nav__inner-title a{
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs a,
.sub-nav__box_mob .sub-nav__inner li,
.sub-nav__box_mob .sub-nav__inner li a{
    color: #06a4c5;
    font-weight: 200;
    font-size: 15px;
    text-transform: none;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs a:hover,
.sub-nav__box_mob .sub-nav__inner li:hover,
.sub-nav__box_mob .sub-nav__inner li a:hover{
    color: #ffe800;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs > span ul > li {
    margin-bottom: 15px;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs .blue-link a{
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    color: #333;
    font-size: 14px;
}
.main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner  .tabs .blue-link a:hover{
    color: #ffe800;
}



/*---CATALOG END------*/


/*--- NAV END-----------*/ 

/* BANNER START --------*/
.banner {
    position: relative;
}
.banner img {
    width: 100%;
}
.banner img.hidden-desc{
    display: none;
}
.banner .gradient-layer,
.gradient-layer{
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
}
.gradient-img{
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gradient-img + *{
    z-index: 1;
}
.banner figure {
    position: relative;
    margin: 0 !important;
}
.banner figure .banner__title {
    width: calc((100% / 2) - 70px);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 70px;
}
.title-ie,
.title-ie-level-01,
.title-ie-level-02{
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    line-height: 30px;
}
.title-ie.black,
.black .title-ie-level-01,
.black .title-ie-level-02{
    background-color: #000;
}
.title-ie.yellow,
.yellow .title-ie-level-01,
.yellow .title-ie-level-02{
    background-color: #ffe800;
}
.title-ie{
    display: inline;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    font-style: italic;
}
.title-ie.yellow{
    color: #333;
    font-size: 17px;
    line-height: 20px;
}
.title-ie-level-01{
    left: 20px;
}
.title-ie-level-02{
    left: -10px;  
}
.banner figure small {
    display: block;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider-cnt{
    position: absolute;
    bottom: 0;
    width: 160px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}
.slider-cnt.white-bg{
    background-color: #fff;
    padding: 10px 18px;
}
.slider-cnt.white{
    color: #fff;
}
.slider-cnt .btn-prev,
.slider-cnt .btn-next{
    border: 2px solid #000;
    padding: 3px;
    border-radius: 5px;
    font-family: 'font-awesome';
    font-size: 20px;
    color: #000;
    float: left;
    cursor: pointer;
    font-weight: 400;
}
.slider-cnt .btn-prev:hover,
.slider-cnt .btn-next:hover{
    color: #fff;
    background-color: #000;
}
.slider-cnt .btn-prev.disabled,
.slider-cnt .btn-next.disabled{
    opacity: 0.2;
}
.slider-cnt.white .btn-prev,
.slider-cnt.white .btn-next{
    border: 2px solid #fff;
    color: #fff;
}
.slider-cnt.white .btn-prev:hover,
.slider-cnt.white .btn-next:hover{
    color: #000;
    background-color: #fff;
}
.slider-cnt.white .btn-prev.disabled,
.slider-cnt.white .btn-next.disabled{
    opacity: 0.2;
}
.slider-cnt .btn-next{
    float: right;
}
.slider-cnt .btn-prev:before{
    content: "\f177";
}
.slider-cnt .btn-next:before{
    content: "\f178";
}
.slider-cnt span:nth-child(2){
    margin-top: 6px;
    display: inline-block;
}
.slider{
    overflow: hidden;
    max-height: 530px;
    position: relative;
}
.slick-slider button{
    display: none!important;
}
.main-banner {
    padding: 20px 0 0 0;
    position: relative;
}
.main-banner .main-banner__inner {
    position: relative;
    z-index: 100;
}


/* breadcrumbs START------------------------------------------*/
ul.breadcrumbs > li {
    display: inline-block;
    font-size: 13px;
    color: #000;
}
ul.breadcrumbs > li:after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    margin: 0 5px 0 7px;
}
ul.breadcrumbs > li:last-child:after{
    display: none;
}
ul.breadcrumbs > li:last-child{
    font-style: italic;
    font-weight: 700;
}
ul.breadcrumbs > li > a {
    color: #07b5da;
}
ul.breadcrumbs > li > a:hover{
    color: #0698b7;
}
.main-banner .main-banner__inner h1 {
    margin-top: 50px;
    margin-bottom: 0;
    font-style: italic;
    font-size: 36px;
    line-height: 45px;
    color: #000;
}
/* breadcrumbs END------------------------------------------*/

/* BANNER END ----------*/

/* Button list  START*/
.blue_btn {
    display: inline-block;
    padding: 12px 20px;
    background: #07b5da;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.blue_btn:hover{
    background: #0a9fc0;
}
.blue_btn.getModal:hover{
    color: #fff;
}
.blue_btn.disabled{
    background: #ccc;
}
.default {
    display: inline-block;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.title-ie + .blue_btn{
    display: block;
    margin: 25px auto 0;
}
/*Button list END */

/*content Main page START-------*/
section {
    padding: 40px 0;
}
section.dark {
    background: #1D1D1D;
    color: #fff;
    position: relative;
    padding-bottom: 80px;
}
section.dark .slider-cnt{
    bottom: 40px;
}
section.light {
    background: #fff;
    color: #000;
}
section.light-grey {
    background: #E5E5E5;
    color: #000;
}
section.light .price,
section.dark .price {
    color: #000;
    padding: 5px 10px;
    background: #ffe800;
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    display: inline-block;
}
section h2,
.box-border{
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    font-style: italic;
    margin: 0;
    margin-bottom: 30px;
}
section h2:not(.box-title)::after,
.box-border::after{
    content: "";
    width: calc(100% - 140px);
    height: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    z-index: 1;
}
section.light h2::after,
.light .box-border::after{
    background: #000;
}
section.dark h2::after,
.dark .box-border::after{
    background: #fff;
}
section.light-grey h2::after,
.light-grey .box-border::after{
    background: #000;
}
section.section-with-img h2::after,
.section-with-img .box-border::after{
    background: #fff;
}
section h2  > span:first-of-type,
.box-border .box-border_first{
    z-index: 10;
    position: relative;
    padding-right: 20px;
    display: inline;
}
section.dark h2 > span:first-of-type,
.dark .box-border .box-border_first{
    background: #1D1D1D;
}
section.light h2 > span:first-of-type,
.light .box-border .box-border_first{
    background: #fff;
}
section.light-grey h2 > span:first-of-type,
.light-grey .box-border .box-border_first{
    background:#E5E5E5;
}
section .big_blocks .block_without_img .inf {
    text-align: center;
    max-width: 460px;
}
section .big_blocks .block_with_img,
section .big_blocks.block_with_img{
    height: 100%;
}
section .big_blocks div.block_with_img .inf,
section .big_blocks.block_with_img .inf{
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    -ms-flex-item-align: center;
    align-self: center;
}
section .big_blocks div.block_with_img img,
section .big_blocks.block_with_img img {
    height: 100%;
    margin-right: 15px;
    max-width: 50%;
}
section .big_blocks  .title {
    margin: 10px 0;
    font-size: 23px;
    line-height: 25px;
    font-style: italic;
}
section .big_blocks .block_with_img a,
section .big_blocks.block_with_img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    height: 100%;
}
section .big_blocks .block_with_img .inf > .title,
section .big_blocks.block_with_img .inf > .title,
section .big_blocks.block_without_img .inf > .title{
    color: #fff;
    background: transparent;
    padding: 5px 0;
}
section .big_blocks .block_without_img .inf > .title {
    color: #000;
    background: #fff;
    padding: 5px 15px;
    margin-top: 0;
    margin-bottom: 20px;
}
section .big_blocks .block_with_img.winter,
section .big_blocks .block_with_img.blue_bg,
section .big_blocks.block_with_img.blue_bg{
    background: linear-gradient(#08b1f3, #0551b7);
}
section .big_blocks .block_with_img.actions,
section .big_blocks .block_with_img.red_bg,
section .big_blocks.block_with_img.red_bg{
    background: linear-gradient(#fd9500, #ff2400);
}
section .big_blocks .block_with_img.safty,
section .big_blocks .block_with_img.lilac_bg,
section .big_blocks.block_with_img.lilac_bg{
    background: linear-gradient(#be00f5, #8300f3);
}
section .big_blocks .block_with_img.accesuars,
section .big_blocks .block_with_img.green_bg,
section .big_blocks.block_with_img.green_bg{
    background: linear-gradient(#80f700, #00dc72);
}
section .big_blocks.original {
    background: rgb(29,29,29);
    position: relative;
    min-height: 220px;
    max-width: 1270px;
    width: calc(100% - 20px);
}
section .big_blocks.original .slider-cnt{
    left: 75%;
    transform: translateX(-50%);
    bottom: /*10px;*/30px;
}
section .big_blocks.original .block_with_img a,
section .big_blocks.original.block_with_img a{
    padding: 1rem 0;
}
.razdels__row{
    width: calc(100% + 20px);
}
.razdels__row > .col-sm-6,
.razdels__row > .original{
    margin-bottom: 20px;
    max-width: 635px;
    width: calc(50% - 10px);
    flex-basis: inherit;
}
.razdels__row .col-sm-6_dbl{
    max-width: 630px;
    width: calc(50% - 20px);
    margin-right: 20px;
    padding: 0;
}
section .big_blocks .block_without_img:not(.brand-slider) a,
section .big_blocks.block_without_img a{
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 1rem 0;
    min-height: 220px;
}
section .sm_blocks {
    text-align: center;
}
section .sm_blocks .sm_blocks__box,
section .sm_blocks.sm_blocks__box{
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: inset 0px 0px 1px 1px #ccc;
}
section .sm_blocks.sm_blocks__box{
    width: calc((100% - 120px) / 6);
}
section .sm_blocks .sm_blocks__box > a,
section .sm_blocks.sm_blocks__box > a{
    /*padding: 15px;*/
    padding: 15px 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
section .sm_blocks .sm_blocks__box > a img,
section .sm_blocks.sm_blocks__box > a img{
    max-width: /*100%;*/calc(100% - 30px);
    /* margin-bottom: 15px;*/
    margin: 0 15px 15px;
}
section .sm_blocks .sm_blocks__box > a .box-title,
section .sm_blocks.sm_blocks__box > a .box-title{
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
}
section .sm_blocks .sm_blocks__box:nth-child(6n){
    margin-right: 0;
}

section.razdels,
section.brands {
    color: #000;
    background: #fff
}
section.brands a {
    display: inline-block;
}
section.brands a > img {
    max-width: 100%;
}
section.razdels h2 > span:last-of-type,
.box-border .box-border_last{
    background: #fff;
    position: relative;
    color: rgb(255,92,0);
    display: inline-block;
    border: 2px dashed;
    padding: 7px 40px 7px 15px;
    z-index: 10;
    border-radius: 10px;
    min-width: 300px;
}
section.razdels h2 > span:last-of-type::after,
.box-border .box-border_last::after{
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -18px;
    background: #fff;
}
section.razdels h2 > span i:last-of-type{
    position: absolute;
    font-size: 16px !important;
    top: 15px;
    right: 15px;
}
section.razdels .brand-slider::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ccc;
    width: 1px;
    height: calc(100% - 40px);
    opacity: .7;
}
.box-border .dropdown-menu::after,
.box-border .dropdown-menu::before {
    display: none;
}
.box-border .dropdown > p::after {
    top: 9px;
    right: 11px;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
}
.box-border .dropdown.open > p::after {
    top: 11px;
    transform: rotate(180deg);
}
.box-border .dropdown > p img{
    margin-right: 10px;
    max-width: 40px;
}
.box-border .dropdown.open > p img.white{
    display: inline-block;
}
.box-border .dropdown > p img.white,
.box-border .dropdown.open > p img.red{
    display: none;
}
.box-border .dropdown-menu{
    left: 0;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    padding: 0;
    border-radius: 0 0 5px 5px;
}
.box-border .dropdown-menu li{
    cursor: pointer;
    opacity: 0.3;
    border-bottom: 1px solid #ababab;
    padding: 8px 15px;
}
.box-border .dropdown-menu li:last-child{
    border: none;
}
.box-border .dropdown-menu li:hover{
    opacity: 1;
}
.box-border .dropdown-menu li img{
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    max-width: 40px;
}
.box-border .dropdown.open{
    background: linear-gradient(#fd9500, #ff2400);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px 5px 0 0;
    padding-top: 8px;
}
.box-border .dropdown:hover p{
    color: inherit;
}



.transp-slider .slick-dots{
    background: transparent;
    color: #fff;
}
.transp-slider .slick-dots li.slick-active button::before,
.transp-slider .slick-dots li button::before{
    color: #fff;
}
.transp-slider .slick-prev, 
.transp-slider .slick-next {
    border: 2px solid #fff;
}
.transp-slider .slick-prev::before, 
.transp-slider .slick-next::before{
    color: #fff;
    opacity: 1;
}
.transp-slider .slick-list {
    top: calc((100% / 2) - 35px);
}
.transp-slider .slick-track > img {
    margin: 0 10px;
}
.brand-slider .slick-list{
    top:10px;
}
.brand-slider .slick-list img{
    width: 100%;
}
.brand-slider .slick-slide{
    margin: 10px 20px 0;
}
section.news .news-block__inner{
    margin: 0 10px;
    max-width: 410px;
}
section.news .news-block__inner img{
    max-width: 100%;
}
section.news .slick-list{
    margin-left: -10px;
}
.news-block{
    max-height: 385px;
}
section.news .transp-slider .slick-list {
    padding-bottom: 70px;
}
section.news .figcaption {
    background: transparent;
    color: #fff;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
}
section.news .datetime {
    font-size: 13px;
    color: #fff;
    opacity: .8;
}

section.riders {
    padding-bottom: 0;
}
section.riders .wrapper{
    position: relative;
}
section.riders .slider-cnt{
    bottom: 60px;
    left: 75%;
    transform: translateX(-50%);
}
.riders-block{
    max-height: 740px;
}
section.riders .riders-block__inner {
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-flow: row nowrap;
}
section.riders .riders-block__inner > div {
    margin-right: 10rem;
    width: calc(100% / 2);
    position: relative;
    align-self: flex-end;
}
section.riders .riders-block__inner > div img {
    max-width: 100%;
    width: 100%;
}
section.riders .riders-block__inner > div:last-of-type{
    margin-right: 0;
}
section.riders .riders-block__inner .riders-block__info {
    padding-top: 40px;
    padding-bottom: 110px;
    margin-bottom: 120px;
    border-bottom: 1px solid #ccc;
}
section.riders .riders-block__inner .riders-block__info h3 {
    display: inline;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
}
.riders-anons {
    padding: 25px 0;
}
section.riders .riders-block__inner .riders-block__info p {
    margin: 20px 0px;
    font-size: 15px;
    line-height: 25px;
}
.transp-slider.dark-slide .slick-dots {
    left: 75%;
    transform: translateX(-50%);
    color: #000;
}
.transp-slider.dark-slide .slick-dots li.slick-active button::before, 
.transp-slider.dark-slide .slick-dots li button::before {
    color: #000;
}
.transp-slider.dark-slide .slick-prev {
    left: 66%;
}
.transp-slider.dark-slide .slick-next {
    right: 16%;
}
.transp-slider.dark-slide  .slick-prev, 
.transp-slider.dark-slide  .slick-next {
    border: 2px solid #000;
    top: calc(100% - 100px);
}
.transp-slider.dark-slide .slick-prev::before,
.transp-slider.dark-slide .slick-next::before {
    color: #000;
    opacity: 1;
}
.transp-slider.dark-slide .slick-dots {
    bottom: 60px;
}
section.blog {
    position: relative;
    background: url(../images/wr.jpg) no-repeat center center / cover;
}
section.blog   h2 {
    line-height: 40px;
    position: relative;
    background: transparent url(../images/star-icon.png) no-repeat left center /  40px 40px;
    z-index: 10;
}
section.blog h2 > span:first-of-type {
    padding-left: 50px;
}
section.blog .blog-block {
    position: relative;
    z-index: 10;
}
section.blog .blog-block ul {
    padding: 0;
    margin: 0;
}
section.blog .blog-block ul  li {
    display: block;
    margin-bottom: 30px;
}
section.blog .blog-block ul li:nth-last-child(2) {
    margin-bottom: 50px;
}
section.blog .blog-block ul  li:last-of-type {
    margin-bottom: 0;
}
section.blog .blog-block ul li time {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #ccc;
} 
section.blog .blog-block ul li a:not(.blue_btn){
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
}
section.blog .blog-block ul li a:not(.blue_btn):hover{
    color: #FFE800;
}
section.instagram {
    margin-bottom: 40px;
    position: relative;
}
section.instagram .slider-cnt{
    bottom: 50px;
}
section.instagram h2 {
    line-height: 40px;
    position: relative;
    background: transparent url(../images/insta.png) no-repeat left center / 40px 40px;
    z-index: 10;
}
section.instagram h2 > span:first-of-type {
    margin-left: 50px;
}

section.instagram .instagram-block {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding-bottom: 70px;
}
section.instagram .instagram-block .instagram-block__inner {
    margin-right: 1rem;
    width: calc((100% / 5) - 1rem);
    position: relative;
}
section.instagram .instagram-block .instagram-block__inner img {
    max-width: 100%;
}
section.instagram .instagram-block .instagram-block__inner span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #FFE800;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
}
section.instagram .instagram-block .instagram-block__inner span > i{
    font-size: 18px;
}

.inform {
    background: linear-gradient(rgb(7,190,229), rgb(5,136,164));
    padding: 10px 0;
}
.inform .row {
    margin: 0;
}
.inform p {
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    min-height: 45px;
}
.inform .inform__inner:first-of-type p {
    background: url(../images/payment.png) no-repeat left center / contain;
    padding-left: 80px;
}
.inform .inform__inner:nth-child(2) p {
    background: url(../images/delivery_spb.png) no-repeat left center / contain;
    padding-left: 80px;
}
.inform .inform__inner:nth-child(3) p {
    background: url(../images/delivery.png) no-repeat left center / contain;
    padding-left: 80px;
}
.inform .inform__inner:last-of-type p {
    background: url(../images/return.png) no-repeat left center / contain;
    padding-left: 80px;
}


/*content Main page END----*/

/* FOOTER START*/
footer {
    padding: 40px 0 0;
    background: #E5E5E5;
    color: #333;
    min-height: 304px;
    margin-top: -304px;
    min-width: 320px;
}
.footer {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-content: center;
}
.footer .foot-box {
    margin-right: 2rem;
    width: calc(100% /  4);
}
.footer .foot-box a {
    display: inline-block;
    color: #000;
    margin-bottom: 10px;
    margin-right: -5px;
}
.footer .foot-box a:hover{
    color: #06a4c5;
}
.footer .foot-box:first-of-type {
    width: calc((100% /  4) *  2);
}
.footer .foot-box:first-of-type  ul {
    display: block;
}
.footer .foot-box:first-of-type  ul li {
    display: inline-block;
    margin-right: 10px;
    width: calc((100% / 2) - 15px);
}
.footer .foot-box:last-of-type {
    margin-right: 0;
}
.footer .foot-box .foot-title {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.footer .foot-box .foot-blog-inf img {
    max-width: 100%;
}
.footer .foot-box .foot-blog-inf  li:last-of-type{
    font-size: 14px;
}
.footer .foot-box .foot-soc-list a > i {
    width: 28px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.footer .foot-box .foot-soc-list a > i:before{
    font-size: 18px;
    line-height: 5px
}

.sub-footer {
    padding: 10px 0;
    background: #1D1D1D;
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
}
.sub-footer > .wrapper{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.sub-footer .copyright {
    opacity: .5;
    font-size: 13px;
}
.sub-footer a {
    color: #fff;
    font-size: 13px;
}
.sub-footer a:hover{
    color: #ffe800;
}


.pay-method {
    display: inline-block;
    background: url(../images/money.png) no-repeat center center / contain;
    width: 220px;
    height: 30px;
}
/*----------------------------------002-------------------------------------*/
.main-banner-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 70px;
    min-height: 300px;
}
.main-banner-img .main-banner__inner ul > li > a,
.main-banner-img .main-banner__inner ul > li{
    color: #fff;
    opacity: 0.9;
}
.main-banner-img .main-banner__inner h1{
    margin-top: 65px;
    color: #fff;
}
.wrapper__top-inner{
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.wrapper__top-inner .breadcrumbs{
    position: absolute;
    top: 0;
}
.main-banner .wrapper__top-inner h1{
    max-width: 60%;
    margin: 0;   
}
.ftr_sort_block{
    background-color: #e5e5e5;
    color: #333;
    margin: 0 auto;
    max-width: 1270px;
    width: 100%;
    min-height: 70px;
    height: auto;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 10px 10px 30px;/*0 20px 0 100px;*/
    justify-content: space-between;
}
.ftr_sort_block .row:first-child,
.ftr_sort_block .row-frst{
    min-width: 550px;
}
.ftr_sort_block .row{
    margin-bottom: 0;
    /*justify-content: space-between;*/
}
.ftr_sort_block .row-frst{
    width: calc(100% - 440px);
}
.ftr_sort_block .row > div{
    align-self: center;
}
.ftr_sort_block .row-frst > div{
    margin: 5px 50px 5px 0;
}
.ftr_sort_block .row-frst > div.active{
    /* margin-right: 10px;*/
    margin: 5px 40px 5px 0;
}
.ftr_sort_block .row-frst > div:last-child{
    margin-right: 0;
}
.ftr_sort_block .sort > p{
    font-weight: 400;
    display: inline-block;
}
.ftr_sort_block .sort .dropdown{
    display: inline-block;
}
.ftr_sort_block .sort{
    height: 50px;
    border-right: 1px solid #ccc;
    padding: 15px 40px 0 0;
    margin-right: 40px;   
}
.ftr_sort_block .sort .dropdown-menu li button{
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px;
}
.ftr_sort_block .sort .dropdown-menu li button:hover{
    color: #06a4c5;
}
.ftr_sort_block .active .dropdown,
.ftr_sort_block .ftr_choice{
    display: none;
}
.ftr_sort_block .active .ftr_choice{
    display: block;
    background-color: #06253f;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
}
.ftr_sort_block .ftr_choice span:first-child{
    display: inline-block;
    border-right: 2px solid #fff;
    padding-right: 7px;
    margin-right: 7px;
    vertical-align: middle;
}
.ftr_sort_block .ftr_choice.no-closed span:first-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.ftr_sort_block .ftr_choice .ftr_close{
    background: url(../images/close_white.svg) no-repeat center center / cover;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: none;
}
.dropdown{
    position: relative;
}
.dropdown > p{
    cursor: pointer;
}
.dropdown.open .dropdown-menu{
    display: block;
}
.dropdown-menu{
    padding: 15px;
    position: absolute;
    width: 100%;
    min-width: 200px;
    background-color: #fff;
    top: 100%;
    display: none;
    z-index: 1;
}
.ftr_sort_block .dropdown-menu{
    top: 25px;
    left: -75px; 
    padding: 10px 0 0;
    min-width: 215px;
    z-index: 3;
}
.ftr_sort_block .row-frst .dropdown-wrap:first-child .dropdown-menu{
    left: -30px;
}
.ftr_sort_block .row-frst .dropdown-wrap:first-child .dropdown-menu:after,
.ftr_sort_block .row-frst .dropdown-wrap:first-child .dropdown-menu:before{
    margin: 0;
    right: auto;
    left: 20%;
}
.dropdown-menu:after,.dropdown-menu:before{
    content: ''; 
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    top: -13px;
    border: 5px solid transparent;
    border-bottom: 8px solid #ccc;
}
.dropdown-menu:after {
    border-bottom: 6px solid #fff;
    top: -10px; 
}
.dropdown > p:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    right: -15px;
}
.dropdown:hover p,
.dropdown:hover:after{
    color: #06a4c5;
}
.ftr_sort_block .dropdown-menu li{
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 15px;
    position: relative;
}
.ftr_sort_block .dropdown-menu ul{
    margin-bottom: 15px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ftr_mob{
    display: none;
}
.chchbox_styled input{
    display: none;  
}
.chchbox_styled  label {
    cursor: pointer;
    display: inline-block;
}
.chchbox_styled > label:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    left: 0;
}
.chchbox_styled input:checked + label:before {
    background: #07b5da url(../images/chck_pointer_wh.png) no-repeat center center;
    border: none;
}
.chchbox_styled  label:hover{
    color: #07b5da;
}
.ftr_sort_block .chchbox_styled  label{
    padding-left: 23px;
    line-height: 18px;
}
.ftr_sort_block .chchbox_styled > label:before{
    left: 10px;
}
.ftr_sort_block .dropdown-menu .blue_btn{
    width: 100%;
    border-radius: 0;
    text-align: center;
    font-size: 10px;
}
.dropdown-menu__input{
    padding: 0 10px 15px;
    font-weight: 400;
    font-size: 11px;
}
.dropdown-menu__input input{
    width: 77px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    height: 25px; 
}
.list_turn span{
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
}
.list_turn span.active{
    border: 2px solid #06253f;
}
.list_turn .box_list_icon{
    background-image: url(../images/box_icon.png);
}
.list_turn .box_list_icon.active,
.list_turn .box_list_icon:hover{
    background-image: url(../images/box_blue_icon.png);
}
.list_turn .list_icon{
    background-image: url(../images/list_icon.png);
}
.list_turn .list_icon.active,
.list_turn .list_icon:hover{
    background-image: url(../images/list_blue_icon.png);
}
.wrapper_ftr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.filter{
    width: 100%;
    max-width: 230px;
    font-size: 15px;
    border-right: 1px solid #e0e0e0;
    padding: 40px 25px 0 0;
    color: #333;
}
.filter ul p{
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    padding-bottom: 7px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 10px;
}
.filter ul a.expand{
    font-weight: 700;
    color:#333;
    cursor: pointer;
    padding-bottom: 7px;
    margin-bottom: 15px;
    position: relative;
    display:block;
}
.filter ul p:hover,
.filter ul a.expand:hover{
    color: #07b5da;
}
.filter ul p:after{
    content: "\f067";
    font: 400 11px FontAwesome;
    position: absolute;
    top: 4px;
    right: 0;
}
.filter ul p.active:after{
    display: none;
}
.filter ul a:not(.expand),
.filter li > span{
    color: #07b5da;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
}
.filter ul a:not(.expand):hover,
.filter li > span:hover,
.filter ul a.active,
.filter li > span.active,
.filter ul a.ckactive,
.filter ul span.ckactive{
    font-weight: 700;
    color: #333;
}
.filter .flist-a li a{
    padding-bottom: 0;
    color: #333;
    font-weight: 700;
}
.filter .flist-a li a:hover{
    color: #0698b7;
}
.filter ul a.expand.active,
.filter ul span.expand.active{
    color: #07b5da;
}
.filter .collapsed{
    padding-left: 25px;
    display: none;
}
.filter .ftr-level-01{
    padding-left: 0;
    margin-bottom: 20px;
}
.filter.ftr_styled{
    padding-right: 0;
}
.filter.ftr_styled .comment-block_refrence{
    margin-right: 25px;
}
.filter.ftr_styled ul p{
    padding: 13px 0 13px 25px;
    margin-bottom: 0;
}
.filter.ftr_styled ul p:after{
    display: none;
}
.filter.ftr_styled ul p.active{
    background-color: #ffe800;
    border-bottom: 1px solid #ffe800;
    border-top: 1px solid #ffe800;
    margin-top: -1px;
}
.filter.ftr_styled ul p.active:after{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -20px;
    width: 0; 
    height: 0; 
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid #ffe800; 
}
.wrapper_ftr__row{
    width: calc(100% - 230px);
    padding-bottom: 100px;
}
.wrapper_ftr__search{
    padding-bottom: 100px;
}
.stars{
    width: 85px;
    position: relative;
}
.stars_icon{
    background-image: url(../images/star_yellow.png);
    background-repeat: repeat-x;
    width: 85px;
    height: 16px;
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.stars:after {
    content: "";
    background-image: url(../images/star_empty.png);
    background-repeat: repeat-x;
    position: absolute;
    height: 16px;
    top: 0;
    z-index: 1;
    width: 85px;
}
.blocks_turn{
    color: #333;
    padding: 40px 15px 0;
}
.blocks_turn .block_with_img{
    width: calc(25% - 30px);
    margin: 0 15px 60px;
    position: relative;
}
.wrapper_ftr__search .block_with_img{
    width: calc(20% - 30px);
}
.blocks_turn .block_with_img > a{
    display: block;
    color: #333;
    margin-bottom: 10px;
}
.blocks_turn .block_with_img .img{
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
}
.blocks_turn .block_with_img > a img{
    max-height: 200px;
}
.blocks_turn .block_with_img a:hover + div + div h3 a,
.blocks_turn .block_with_img h3 a:hover{
    color: #ffe800;
}
.blocks_turn .block_with_img h3{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin: 12px 0;
}
.blocks_turn .block_with_img h3 a{
    color: #333;
}
.blocks_turn .block_with_img h3 + p{
    display: none;
}
.blocks_turn .block_with_img .price{
    font-weight: 700;
}
.blocks_turn .block_with_img .price.disabled{
    color:#d6d6d6;
}
.blocks_turn .block_with_img .price span{
    display: block;
}
.blocks_turn .block_with_img .price.disabled.for_list{
    font-size:14px;
}

.blocks_turn .block_with_img .price .grey{
    color: #a3a3a3;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 15px;
}
.blocks_turn .block_with_img .price:not(.disabled) + p{
    color: #07b5da;
    font-size: 13px;
    /* cursor: pointer;*/
    margin-top: 7px;
}
.blocks_turn .block_with_img .discount,
.blocks_turn .block_with_img .new{
    background-color: #fa4c1e;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    top: 0;
    left: 0;
}
.blocks_turn .block_with_img .discount.green{
    background-color:#5fc26c;
    display:none;
}
.blocks_turn.list .block_with_img .discount,
.blocks_turn.list .block_with_img .new{
    display: none;
}
.blocks_turn .block_with_img .new{
    background-color: #07b5da;
    text-transform: uppercase;
    font-size: 11px;
}
.blocks_turn .for_list,
.blocks_turn.list .for_box,
.blocks_turn.list .block_with_img > .for_box{
    display: none;
}
.blocks_turn.list .for_list{
    display: block;
}
.blocks_turn.list{
    display: table;
    width: 100%;
    padding: 30px 0 40px 15px;
}
.blocks_turn.list:first-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
}
.blocks_turn.list.blocks_turn_last{
    padding-top: 0;
}
.blocks_turn.list .title_block.for_list{
    display: table-row;
    color: #a3a3a3;
    font-weight: 700;
    font-size: 14px;
}
.blocks_turn.list .title_block.for_list span,
.blocks_turn.list .block_with_img > *{
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 40px 10px 0;
    max-width: 290px;
}
.blocks_turn.list .title_block.for_list span:first-child,
.blocks_turn.list .block_with_img > a{
    padding-left: 15px;
    padding-right: 10px;
}
.blocks_turn.list .block_with_img{
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    display: table-row;
}
.blocks_turn.list .block_with_img img{
    max-width: 50px;
}
.blocks_turn.list .block_with_img .img{
    width: 50px;
    height: 50px;
}
.blocks_turn.list .block_with_img h3{
    font-size: 14px;
    margin: 0;
}
.blocks_turn.blocks_turn_last .title_block.for_list > span{
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    border: none;
}
.blocks_turn.list .block_with_img span.for_list:last-child{
    padding-right:0px;   
}
.cart_btn{
    cursor: pointer;
    position: relative;
    width: 45px;
}
.cart_btn:hover:after{
    background-color: #ffe800;
}
button.cart_btn{
    width: 45px;
    height: 45px;
    padding: 0;
    background-color: transparent;
    border: none;
}
.cart_btn:after{
    content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    background-color: #07b5da;
    border-radius: 5px;
    padding: 6px;
}
.send_btn{
    cursor: pointer;
    position: relative;
    width: 45px;
}
.send_btn:hover:after{
    background-color: #ffe800;
}
.send_btn:after{
    content: "\f003";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 5px;
    border:2px solid #e1e1e1;
    padding: 4px 6px 8px;
}
.blocks_turn.list .block_with_img .price{
    font-size: 18px;
    white-space: nowrap;
}
.slider_wrap{
    width: 100%;
    position: relative;
    padding: 0 15px 60px;
    margin-bottom: 20px;
}
.slider_wrap.for_box{
    margin-bottom:60px;  
}
.blocks_turn.list + .slider_wrap{
    display: none;
}
.slider_wrap__inner.slick-slide{
    max-width: 320px;
    max-height: 320px;
    margin-right: 40px;
    position: relative;
}
.slider_wrap__inner.slick-slide img{
    max-width: 100%;
}
.slider_wrap .slick-list{
    margin-right: -40px;
}
.slider_wrap__inner.slick-slide span{
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #ffe800;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #000;
}
.slider_wrap__inner .hover .hover-h{
    opacity: 0;
}
.slider_wrap__inner .hover-s{
    display: none;
}
.slider_wrap__inner .hover .hover-s{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hdr_line{
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 30px;
    font-style: italic;
    margin: 0 0 30px;
    color: #000;
}
.hdr_line span{
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding-right: 20px;
}
.hdr_line:after {
    content: "";
    width: calc(100% - 140px);
    height: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    z-index: 1;
    background-color: #000;
}
.load_more{
    background: url(../images/load_more.png) no-repeat 25px center / 17px;
    display: block;
    margin: 10px auto 0;
    width: 210px;
    border: 2px solid #e0e0e0;
    padding: 13px 0 13px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    color: #333;
}
.load_more:hover{
    border: 2px solid #ffe800;
}
.fetcher{
    color: #ccc;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}
.fetcher .page_pointer{
    border: 2px solid #000;
    position: relative;
    font-family: FontAwesome;
    font-weight: 400;
    border-radius: 5px;
    padding: 6px;
    color: #333;
}
.fetcher .page_pointer:hover{
    border: 2px solid #ffe800;
}
.fetcher .page_pointer.backward:after{
    content: "\f177";    
}
.fetcher .page_pointer.forward:after{
    content: "\f178";    
}
.fetcher a,
.fetcher span{
    display: inline-block;
    margin-right: 35px;
    padding: 0 2px;
    cursor: pointer;
    color: #ccc;
}
.fetcher a:last-child,
.fetcher span:last-child{
    margin-right: 0;
}
.fetcher .act_page,
.fetcher a:hover{
    color: #333;
    border-bottom: 2px solid #333;
}
/*----------------------------------------------003---------------------------*/
.product-page .product_inner .product_img-block {
    margin-right: 60px;
}
.product-page .product_inner .product_img-block .img-main > img{
    max-width: 100%;
    width: 100%;
}
.product-page .product_inner .product_img-block .slider-nav {
    padding-bottom: 50px;
}
.product-page .product_inner .product_img-block .slider-nav .slick-slide{
    margin: 0 10px;
    max-width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #fff;
    position: relative;
}
.product-page .product_inner .product_img-block .slider-nav img {
    max-width: 66px;
    max-height: 66px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.product-page .product_inner .product_img-block .slider-nav .slick-list{
    overflow: hidden;
    height: 70px;   
}
.product-page .product_inner .product_img-block .slider-nav .slick-current /*img*/{
    border: 2px solid #000;
}
.product_img-block .slider-for img{
    /*min-width: 450px;*/
    max-height: 400px;
    margin: 0 auto;
}
.product_img-block .slider-for{
    margin-bottom: 10px;
}
.slider-wrapper{
    position: relative;
}
.product-page .product_inner .product_info-block {
    -ms-flex-preferred-size: calc((100% / 2) - 60px);
    flex-basis: calc((100% / 2) - 60px);
    max-width: calc((100% / 2) - 60px);
}
.product-page .product_inner .product_info-block .title {
    position: relative;
}
.product-page .product_inner .product_info-block .title h1 {
    padding-right: 85px;
    font-size: 36px;
    line-height: 45px;
    font-style: italic;
    margin: 20px 0 15px;
}
.product-page .product_inner .product_info-block .title .brend-logo {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 70px;
}
.product-page .product_inner .product_info-block .price-product {
    position: relative;
    font-size: 40px;
    font-style: italic;
    color: #fa4c1e;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}
.product-page .product_inner .product_info-block  .sub-info {
    margin-bottom: 25px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.product-page .product_inner .product_info-block  .sub-info .black,
.product-page .product_inner .product_info-block  .sub-info .blue{
    font-weight: 700;
}
.product-page .product_inner .product_info-block .price-product .fa-rub::before{
    font-size: 30px;
    font-style: italic;
}
.product-page .product_inner .product_info-block .price-product > .grey {
    color: #a3a3a3;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 25px;
    font-style: normal;
    margin-left: 12px;
}
.product-page .product_inner .product_info-block .price-product > .grey .fa-rub::before{
    font-size: 20px;
    font-style: normal;
}
.product-page .product_inner .product_info-block .price-product > .discount{
    background-color: #fa4c1e;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.product-page .product_inner .product_info-block .price-product > .discount.green{
    background-color:#5fc26c;
    display:none;
}
.product-inner__link-box{
    margin-top: 40px;
    font-size: 15px;
}
.product-inner__link-box a{
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.product-inner__link-box .ya-share2__list_direction_horizontal > .ya-share2__item{
    vertical-align: middle;
    margin-top: /*20px;*/10px;
}
.product-inner__link-box .vk:after{
    content: "\f189";
    font-family: FontAwesome;
    font-size: 21px;
}
.product-inner__link-box .fb:after{
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 21px;
}
.product-inner__link-box .twitter:after{
    content: "\f099";
    font-family: FontAwesome;
    font-size: 21px;
}
.product-inner__link-box .pdf{
    background: url(../images/pdf_icon.png) no-repeat;
    height: 30px;
    color: #07b5da;
    display: block;
    padding: 6px 0 0 30px;
    margin-bottom: 10px;
}
.product-inner__link-box p{
    margin-bottom: 10px;
}
.product-inner__link-box > div{
    display: inline-block;
    vertical-align: top;
}
.product-inner__link-box > div:first-child{
    margin-right: 40px;
}
.product-info__item{
    display: flex;
    align-items: flex-start;
    padding: 20px 0 30px;
    border-bottom: 1px solid #e0e0e0;
}
.product-info__item:first-child{
    padding-top: 0;
}
.product-info__item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.product-info__item img{
    max-width: 90px;
    margin-right: 35px;
}
.product-info__item .dropdown > p::after{
    top: -1px;
    color: #07b5da;
    font-weight: 700;
    font-size: 15px;
}
.product-info__item .dropdown.open > p::after{
    transform: rotate(180deg);
}
.product-info__item .dropdown p{
    color: #07b5da;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.product-info__item .h2{
    font-size: 20px;
    font-style: italic;
    margin: 10px 0;
}
.product-info__item .dropdown-menu{
    border: none;
    padding: 0;
    width: 300px;
    margin-top: 25px;
    position: relative;
}
.product-info__item .dropdown span,
.product-info__prop li span{
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid #333;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    color: #333;
    overflow: hidden;
}
.product-info__prop li span{
    min-width:40px;
    width: auto;
    overflow: visible;
    padding:0 3px;
}

.product-info__prop li a{
    display: inline-block;
}
.product-info__color .disabled,
.product-info__prop li .disabled{
    opacity: 0.3;
    pointer-events: none;
    cursor: none;
}
.product-info__item .dropdown span:hover,
.product-info__item .dropdown span.active,
.product-info__prop li span:hover,
.product-info__prop li span.active{
    background-color: #333;
    color: #fff;
}
.product-info__item .dropdown li,
.product-info__prop li{
    display: inline-block;
    margin-right: 5px;
}
.product-info__prop li{
    margin-bottom: 5px;
}
.product-info__item .size_icon,
.product-info__prop .size_icon{
    color: #07b5da;
    font-size: 14px;
    padding-left: 20px;
    line-height: 16px;
    display: block;
    margin-top: 15px; 
}
.product-info__prop .size_icon:hover{
    color: #0698b7;
}
.size_icon{
    background: url(../images/size_icon.png) no-repeat;
}
.product_inner .video{
    position: relative;
}
.product_inner .video .blue_btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 180px;
    font-size: 12px;
}
.product_inner .video .blue_btn .fa{
    margin-right: 7px;
}
.product_inner .video .layer{
    opacity: 0.5;
    z-index: 0;
    max-width: 600px;
    min-width: 290px;
    width: 100%;
    height: 250px;
}
.product_inner .video iframe{
    max-width: 600px;
}
.product-info__prop{
    margin: 20px 0 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 35px;   
}
.product-info__prop > div > p,
.product-info__prop .row > div > p{
    margin-bottom: 10px;
}
.product-info__prop .row{
    margin-bottom: 0;
    justify-content: space-between;
}
.product-info__prop .row > div:first-of-type{
    margin-bottom: 10px;
}
.product-info__color{
    margin-bottom: 25px;
}
.product-info__color span{
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.product-info__color img{
    max-width: 51px;
    max-height: 51px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 5px;
}
.product-info__color img.empty{
    border: 2px solid #333;
    color: #333;
}
.product-info__color img.empty::before{
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 14px;
}
.product-info__color img.empty::after{
    content: '';
    background: url(../images/empty_img.png) no-repeat 3px 5px / contain;
    width: 45px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-info__color .active,
.product-info__color span:hover{
    border: 2px solid #333;
    border-radius: 5px;
}
.product_info-block button.cart,
.product_info-block button.fav {
    width: calc(50% - 10px);
    max-width: 210px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 35px 0;
}
.product_info-block button.fav{
    margin-right: 0;
    height: 52px;
}
.product_info-block button i:before{
    font-size: 24px;
    display: inline-block;
    line-height: 50px;
    margin-right: 5px;
}
.product-info__link{
    color: #07b5da;
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.product-info__link span{
    color: #fff;
    background-color: #fa4c1e;
    font-weight: 700;
    padding: 2px 5px;
    margin-left: 30px;
    font-size: 14px;
}
.product-info__link:hover{
    color: #0698b7;
}
.product-page .product_inner .product_img-block .descr{
    margin: 30px 0 20px;
    font-size: 15px;
    line-height: 25px;   
}
.product-page .product_inner .product_img-block .descr p{
    margin-bottom: 10px;
}
.product-page .product_inner .product_img-block .descr .blue{
    font-size: 15px;
    margin-top: 5px;
    cursor: pointer;
}
.product-info__cnt{
    width: 150px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
}
.product-info__cnt span,
.product-info__cnt input{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 45px;
    height: 40px;
}
.product-info__cnt input{
    border: none;
    font-size: 16px;
}
.product-info__cnt span{
    font-size: 35px;
    line-height: 40px;
    cursor: pointer;
}
.product-info__cnt span:first-child{
    border-right: 2px solid #e0e0e0;
}
.product-info__cnt span:last-child{
    border-left: 2px solid #e0e0e0;
}
.product-info__cnt + .grey{
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}
.slider-wrapper.blocks_turn{
    padding: 10px 0 60px;
}
.slider-wrapper.blocks_turn .slider-cnt{
    bottom: 40px;
}
.comment-block {
    display: flex;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    padding-bottom: 30px;
    width: calc(100% - 260px);
}
.comment-block:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.comment-block-wrap{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    min-height: 200px;
}
.comment-block_refrence{
    min-width: 230px;
    width:230px;
    height: 150px;
    background-color: #999;
    padding: 15px 10px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 65px;
    right: 0;
    background-size: cover;
    background-position: center;

}
.comment-block_refrence .bg-opacity{
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #333;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.comment-block_refrence .no-opacity{
    z-index: 1;
    position: relative;
}

.comment-block_refrence .bold{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.comment-block_refrence .blue_btn{
    margin-top: 20px;
}
.comment-block_refrence .rght_pointer:after{
    margin-left: 10px;
}
.comment-block > div{
    margin-right: 50px;
}
.comment-block .minus-icon,
.comment-block .plus-icon{
    color: #fff;
    background-color: #fa4c1e;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    line-height: 14px;
    text-align: center;
    margin-right: 8px;
    margin-left: -26px;
}
.comment-block .plus-icon{
    background-color: #00a651;
    line-height: 16px;
}
.comment-block .bold{
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.comment-block > div:last-child p{
    margin-left: 16px;
}
.comment-block > div:last-child p{
    margin-bottom: 10px;
}
.comment-block_refrence + .load_more{
    margin-bottom: 100px;
}
button.cart.artbtn-cart{
    text-transform: uppercase;
    position:absolute;
    top:0;
    left:0;
}
/*----------------------------------------------006------------------------------*/
.filter .comment-block_refrence{
    position: static;
    min-width: 0;
    height: auto;
    margin-bottom: 25px;
}
.filter .comment-block_refrence .blue_btn{
    padding: 11px 0;
    display: block;
}
.btn_trans{
    border: 2px solid #fff;
    background-color: transparent;
    height: 40px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    line-height: 40px;
}
.comment-block_refrence .btn_trans{
    margin-top: 10px;
}
/*----------------------------------------007----------------------------------*/
.brand_box .sm_blocks{
    justify-content: flex-start;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 0;
}
.brand_box .sm_blocks .sm_blocks__box{
    width: calc((100% - 200px) / 5);
    height: 130px;
    position: relative;

    max-width: 222px;
    margin: 0 20px 40px;
}
.brand_box .sm_blocks .sm_blocks__box:nth-child(6n) {
    margin: 0 20px 40px;
}
.brand_box .sm_blocks .sm_blocks__box img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 128px;
}
.brand_box .list{
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.brand_box .list:first-child{
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}
.brand_box .list:last-child{
    border: none;
    padding-bottom: 0;
}
.brand_box .list p{
    width: calc((100% - 160px) / 4);
    margin-right: 40px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
.brand_box .list_inner{
    column-count: auto;
    width: 100%;
    column-width: 220px;
    column-gap: 40px;
}
.brand_box .list_inner a{
    display: block;
    color: #07b5da;
    margin-bottom: 7px;
    font-size: 17px;
}
.brand_box .transp-slider .slick-list{
    padding: 0!important;
    overflow: hidden;
}
/*----------------------------------------------009---------------------------*/
.brand__table .table-header > div,
.brand__table .table-body > div{
    border: none;
    text-align: left;
}
.brand__table .table-header,
.brand__table .table-body {
    border-bottom: 1px solid #e0e0e0;
}
.brand__table .table-body:last-child{
    border-bottom: none;
}
.brand__table .table-header > div{
    font-size: 12px;
    padding-bottom: 10px;
}
.brand__table .table-body > div{
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 10px;
}
.table__img_lg {
    max-width: 100px;
}
.brand__table .table__img_lg{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}
.brand__table .table-body .article{
    padding-top: 15px;
}
.brand__table .article div{
    display: inline-block;
    max-width: 270px;
    margin-top: 10px;
}
.brand__table .article .grey{
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.brand__table .article .blue{
    text-transform: uppercase;
    line-height: 20px;
    font-size: 15px;
}
.brand__table .price_cell .grey{
    display: block;
    font-size: 15px;
    text-decoration: line-through;
}
.brand__table .price_cell{
    padding-right: 20px;
}
.brand__table .price_cell b{
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    width: 70px;
    white-space: nowrap;
}
.brand__table .product-info__cnt{
    height: 32px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}
.brand__table .product-info__cnt span{
    font-size: 28px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.brand__table .product-info__cnt input{
    width: 30px;
    height: 25px;
    font-size: 14px;
}
.brand__table .product-info__cnt + p span{
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.brand__table .star,
.brand__table .del,
.brand__table .cart,
.brand__table .cart-btn{
    cursor: pointer;
    display: inline-block;
}
.brand__table .star,
.brand__table .cart,
.brand__table .cart-btn{
    width: 30px;
}
.brand__table .cart-btn,
.brand__table .del,
.brand__table .star{
    border: none;
    background-color: transparent;
    padding: 0;
}
.brand__table .star:after{
    content: "\f006";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 20px;
}
.brand__table .del:after{
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 22px;
}
.brand__table .cart:after,
.brand__table .cart-btn:after{
    content: "\f07a";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 20px;
}
.total_box{
    background-color: #E5E5E5;;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding-right: 120px;
    line-height: 80px;
    margin: 30px 0;
    font-weight: 700;
    font-size: 15px;
}
.total_box .bold{
    padding-left: 80px;
    font-style: italic;
    font-size: 25px;
}
.total_box .bold .fa{
    font-size: 20px;
    font-style: italic;
}
.btn_grey,
.btn_red{
    display: inline-block;
    vertical-align: middle; 
    width: 250px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.btn_grey{
    border: 2px solid #e0e0e0;
    background-color: transparent;
    color: #333;
}
.btn_grey:hover{
    border: 2px solid #333;
}
.btn_red{
    background: linear-gradient(#ff7800, #ff2a00);
    border: none;
    color: #fff;
}
.btn_red:hover{
    background: #ff2a00;
}
.btn_red .fa{
    margin-left: 10px;
}
.brand__btn_grey{
    margin-bottom: 50px;
}
.brand__btn_red{
    float: right;
    margin-bottom: 50px;
}
/*----------------------------------------011---------------------------------*/
.double{
    margin-bottom: 60px;
}
.double__inner{
    overflow: auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    min-height: 80px;
}
.double__inner .double__inner_left{
    width: calc(100% - 400px);
    float: left;
}
.double__inner .double__inner_right{
    float: right;
    width: 300px;   
    font-size: 13px;
    line-height: 17px;
}
.double__inner .double__inner_right span,
.double__inner .double__inner_right a{
    display: block;
}
.double__inner > div img{
    margin-bottom: 5px;
}
.double__inner > div .grey{
    color: #e0e0e0;
}
.double__inner > div .red,
.double__inner > div .grey{
    font-weight: 700;
    font-style: italic;
    font-size: 70px;
    line-height: 70px;
}
.double__inner_right .italic{
    font-size: 19px;
    font-style: italic;
    margin-bottom: 25px;
}
.double__inner_right .blue_btn{
    width: 210px;
    margin-bottom: 45px;
}
.double__inner_right .blue_btn .rght_pointer{
    display: inline-block;
    margin-left: 5px;
}
.double__inner > div .grey.small{
    color: #aaa;
} 
.double__inner > div .small{
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 35px;
}
.double__inner ul{
    list-style: inside;
    padding-left: 1px;
    margin: 20px 0;
    line-height: 35px;
}
.double__flex{
    width: 400px;
    height: 100px;
    border: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 40px 50px 0;
}
.double__flex:last-child{
    margin-right: 0;
}
.double__flex p span{
    display: block;
}
.double__flex > span{
    width: 150px;
    text-align: center;
}
.double__flex p .small{
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
}
.h-yellow{
    padding: 5px 10px;
    background: #ffe800;
    font-weight: 700;
    font-size: 17px;
    font-style: italic;
    display: inline-block;
}
.h-yellow.title-ie{
    line-height: 1;
    padding: 0;
}
.h-yellow .title-ie-level-01{
    padding: 5px 0;
    background: #ffe800;
}
.h-yellow .title-ie-level-02{
    padding: 0;
    line-height: 30px;
    background: #ffe800;
}
.double .h-yellow{
    margin-bottom: 20px;
}
.double-flex > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.double-flex > div:last-of-type .double__flex{
    height: 150px;
}
.double__flex .bold.blue{
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}
.double__flex .bold.blue img{
    margin: -2px 0 0 7px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
}
.double-flex > p:last-child{
    font-size: 18px;
    line-height: 30px;
}
.m-btm{
    margin-bottom: 15px;
}
.double__flex__wrap .double__flex.sb{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.double__flex.sb .blue{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.double__flex.sb .small{
    margin-bottom: 5px;
}
.double__flex .glyphicon-download-alt{
    background: url(../images/download.png);
    width: 7px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
/*------------------------------------013--------------------------------------*/
.flex-wrappper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.flex-wrappper > div{
    width: calc(100% / 3);
    padding: 0 20px;
    margin-bottom: 40px;
}
.flex-wrappper .img{
    height: 300px;
}
.flex-wrappper .h3{
    margin: 20px 0 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
    color: #333;
}
.flex-wrappper .datetime{
    font-size: 13px;
    color: #aaa;
}
.padding-box{
    padding-bottom: 50px;
}
.padding-box .flex-wrappper{
    padding-bottom: 20px;
}
/*-----------------------------------------014-----------------------------------*/
.static-box{
    width: calc(100% - 330px);
    display: inline-block;
    padding-top: 40px;
    font-size: 18px;
    line-height: 30px;
}
.static-box .img-wrap{
    margin-bottom: 40px;
}
.static-box .img-wrap > span{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}
.static-box .img-wrap .img-wrap_right{
    height: 225px;
    background-position: right center;
}
.static-box .img-wrap .img-wrap_contain{
    height: 225px;
    background-size: contain;
}
.sticky-box{
    /*position: absolute;*/
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 25px;
    float: right;
    width: 290px;
    padding-top: 40px;
}
.sticky-box_margin{
    margin-bottom: 175px;
}
.join-box{
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    padding: 30px 25px 35px;
    position: relative;
}
.join-box .bg-opacity{
    position: absolute;
    top: 0px;/*40px;*/
    left: 0;
    background-color: #333;
    opacity: 0.9;
    width: 100%;
    height: 100%;/* calc(100% - 40px);*/
}
.join-box .no-opacity{
    z-index: 1;
    position: relative;
}
.join-box img{
    margin-bottom: 10px;
}
.join-box .bold{
    font-size: 18px;
}
.top-line{
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
    margin-top: 25px;
}
.vk-wh:after{
    content: "\f189";
    font-family: FontAwesome;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 40px;
}
.utube-wh:after{
    content: "\f16a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 40px;
}
.insta-wh:after{
    content: "\f16d";
    font-family: FontAwesome;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 40px;
}
.join-box .no-opacity > a:first-child{
    display: block;
}
.join-box .no-opacity > a:not(:first-child){
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    background-position: center;
    background-size: 22px;
    margin: 20px 15px 0 0;
    position: relative;
    text-align: center;
}
.join-box .insta-wh{
    background-size: 21px;
}
.static-box_link{
    font-size: 14px;
}
.ya-share2__item{
    display: inline-block;
    margin-right: 8px;
}
.ya-share2__link{
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 13px;
    padding: 3px 4px 3px 23px;
}
.ya-share2__item_service_vkontakte a{
    background: url(../images/vk_icon_sm.png) no-repeat 4px;
}
.ya-share2__item_service_facebook a{
    background: url(../images/fbook_icon_sm.png) no-repeat 4px;
}
.ya-share2__item_service_gplus a{
    background: url(../images/google_icon_sm.png) no-repeat 4px;
}
.ya-share2__item_service_twitter a{
    background: url(../images/twitter_icon_bl.png) no-repeat 4px;
}
.ya-share2__item_service_telegram a{
    background: url(../images/tlgrm_icon_sm.png) no-repeat 4px;
}
.product-inner__link-box .ya-share2__item_service_vkontakte a{
    background: url(../images/vk_icon_bl.png) no-repeat center / cover;
    width: 23px;
    height: 14px;
}
.product-inner__link-box .ya-share2__item_service_facebook a{
    background: url(../images/fb_icon_bl.png) no-repeat;
    width: 11px;
    height: 20px;
}
.product-inner__link-box .ya-share2__item_service_twitter a{
    background: url(../images/twitter_icon_bl1.png) no-repeat center / cover;
    width: 21px;
    height: 17px;
}
.product-inner__link-box .ya-share2 .ya-share2__icon{
    display: none;
}
.product-inner__link-box .ya-share2 .ya-share2__link{
    border: none;
    padding: 0;
}

.static-box_link .blue_btn{
    margin-top: 50px;
    padding: 5px 20px;
}
.static-box_link .blue_btn .rght_pointer{
    margin-right: 7px;
}
.static-box_link{
    padding-bottom: 100px;
}
.join-box input{
    width: calc(100% - 45px);
    height: 45px;
    border: none;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px;
    font-size: 16px;
    margin-top: 15px;
}
.join-box button{
    border: none;
    border-radius: 0 5px 5px 0;
    height: 45px;
    width: 45px;
    background-color: #07b5da;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 15px;
}
.join-box button .rght_pointer{
    font-size: 23px;
}
.join-box .h.bold{
    font-size: 20px;
}
.h + .top-line {
    padding-top: 15px;
    margin-top: 20px;
}
/*-----------------------------------------------015--------------------------*/
.flex-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e0e0e0;
    padding: 35px 0 30px;
    font-size: 15px;
    line-height: 25px;
}
.flex-column__img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 290px;
    height: 290px;
    margin-right: 40px;
    display: block;
}
.flex-column .yellow{
    font-size: 20px;
}
.flex-column .txt{
    margin-top: 15px;
}
.flex-column .blue{
    display: block;
    margin-top: 15px;
}
.fetcher-line{
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
    margin-bottom: 100px;
}
/*--------------------------------------------017-------------------------------*/
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-wrap{
    padding: 60px 0 0;
}
.contact-wrap:last-child{
    padding-bottom: 100px;
}
.contact-wrap h2{
    margin-bottom: 40px;
}
.contact-wrap .flex > div{
    margin-right: 100px;
    max-width: 290px;
    font-size: 15px;
    line-height: 25px;
}
.contact-wrap:last-child .flex > div{
    max-width: 100%;
}
.contact-wrap .flex > div:last-child{
    margin-right: 0;
}
.contact-wrap .flex .yellow + p{
    margin-top: 20px;
}
.contact-wrap .flex p{
    margin-bottom: 10px;
}
.contact-wrap .flex .pre{
    white-space: pre;
}


.contact-wrap .map{
    width: 100%;
    margin-top: 50px;
}
/*-------------------------------------------018-----------------------------*/
.banner .breadcrumbs{
    position: absolute;
    top: 30px;
    z-index: 1;
    left: 70px;
}
.banner .breadcrumbs > li > a,
.banner .breadcrumbs > li{
    color: #fff;
}
.sm_blocks_txt .sm_blocks__box > a{
    margin-bottom: 10px;
}
.sm_blocks.sm_blocks_txt > div.sm_blocks__box{
    margin-bottom: 90px;
}
.sm_blocks.sm_blocks_txt{
    margin-bottom: 30px;
}
.wrapper-btm{
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    max-width: 74%;
}
.wrapper-btm p:not(:last-child){
    margin-bottom: 20px;
}
/*---------------------------------------019-----------------------------------*/
.order-box{
    border: 1px solid #e0e0e0;
    margin-top: 40px;
    padding: 40px 60px;
}
.order-box .h-yellow{
    margin-bottom: 40px;
    font-size: 21px;
}
.order-box .control-box > .control-box__half {
    width: calc(50% - 35px);
}
.order-box .control-box > .control-box__half:first-of-type {
    margin-right: 60px;
}
.order-box .control-box > .control-box__half:last-of-type {
    margin-left: 0;
}
.order-box .control-box label{
    line-height: 15px;
}
.order-box .control-box:not(:last-child){
    margin-bottom: 60px;
}
.control-box > .radio-box_lg{
    max-width: 245px;
    height: 100px;
    overflow: hidden;
}
.order-box .control-box > .radio-box.radio-box_lg{
    margin-right: 30px;
}
.control-box > .radio-box.radio-box_lg:last-child{
    margin-right: 0;
}
.control-box > .radio-box_lg label{
    padding: 15px 20px;/*20px 25px;*/
}
.control-box > .radio-box_lg label .small{
    font-weight: 400;
    margin-top: 5px;
}
.order-box .radio-box_lg label{
    line-height: 18px;
}
.control-box > .radio-box_lg > label::before {
    right: 15px;/*20px;*/
}
.control-box > .radio-box_sm {
    max-width: 190px;
    position: relative;
    margin-bottom: 15px;
}
.label-img img{
    display: block;
    width: 50px;
    margin-bottom: 10px;
}
.label-img img.small{
    width: 45px;
    margin: 0 0 0 5px;
}
.radio-box_sm:nth-child(2) .label-img img,
.radio-box_sm:nth-child(3) .label-img img{
    margin-top: 7px;
}
[data-txt]::after {
    content: attr(data-txt);
    position: absolute;
    left: 0;
    bottom: -30px;
    text-transform: uppercase;
}
.radio-box_sm:nth-child(2) [data-txt]::after{
    bottom: -50px;
}
.textarea_lg textarea{
    width: calc(100% - 40px);
    height: 140px;
}
.calc-link{
    font-size: 13px;
    cursor: pointer;
    width: 250px;
    margin-top: -20px;
}
.calc-link i{
    font-size: 16px;
    margin-right: 5px;
}
.add-link{
    font-size: 15px;
    cursor: pointer;
    margin: -30px 0 50px;
}

.add-link i{
    width: 25px;
    height: 25px;
    background-color: #07b5da;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
}
.join-box_order {
    padding: 30px 25px 25px;
}
.join-box_order .top-line {
    padding-top: 10px;
    margin-top: 15px;
    opacity: 0.5;
}
.join-box_order button{
    float: none;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 45px;
}
.join-box_order button .rght_pointer{
    font-weight: 400;
    margin-left: 10px;
}
.join-box_order button .rght_pointer:after{
    display: inline-block;
    vertical-align: middle;   
}
.join-box_order .price {
    font-size: 30px;
    margin: 10px 0;
}
.join-box_order .price i{
    font-size: 80%;
    font-style: italic;
    margin-left: 5px;
}
.join-box_order .blue{
    border-bottom: 1px dotted #07b5da;
    display: inline-block;
    line-height: 15px;
}
.sticky-box__help{
    margin-top: 30px;  
}
.sticky-box__help p{
    font-size: 14px;
    line-height: 25px;
}
.sticky-box__help .bold{
    font-size: 18px;
    margin-bottom: 10px;
}
.sticky-box__help .blue{
    font-size: 13px;
}
/*----------------------------------------020-021-022-------------------------*/
.cabinet-menu{
    position: absolute;
    bottom: -30px;
    letter-spacing: -4px;
}
.cabinet-menu a{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    opacity: 0.7;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.cabinet-menu a:first-child{
    border-left: 1px solid #fff;
}
.cabinet-menu a.active{
    opacity: 1;
    background-color: #fff;
    color: #333;
}
.cabinet-menu a:hover{
    opacity: 1;
}
.order-table{
    font-size: 15px;
    line-height: 20px;
}
.order-table .table-body > div{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
}
.order-table .table-body > div:first-child,
.order-table .table-header > div:first-child{
    padding-left: 15px;
}
.order-table .table-body:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.order-table .table-body > .price_cell{
    padding-right: 70px;
    white-space: nowrap;
}
.order-table .dot-box{
    white-space: nowrap;
}
.order-table .dot-box > span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 7px;
}
.dot-box > span.red{
    background-color: #fa4c1e;
}
.dot-box > span.green{
    background-color: #5fc26c;
}
.dot-box > span.yellow{
    background-color: #ffb400;
}
.dot-box > span.grey{
    background-color: #999;
}
.dot-box > span.black{
    background-color: #333;
}
.dot-box > span.purple{
    background-color: purple;
}
.dot-box > span.blue{
    background-color: #4c6cff;
}


.main-banner .main-banner__inner .max-header{
    max-width: 100%;
}
.moto-table{
    margin-bottom: 40px;
}
.moto-table .table-body > div{
    padding-right: 0;
    white-space: nowrap;
}
.moto-table .table-body > div:last-child{
    padding-left: 30px;
}
.moto-table .table-body > div:nth-child(2){
    max-width: 70%;
    min-width: 600px;
}
.contact-wrap .user-info{
    margin-top: 0;
    margin-bottom: 40px;
}
.user-info .control-box__textarea:first-child{
    margin-top: 0;
}
.user-info .textarea_lg textarea{
    height: 100px;
    width: 100%;
    padding: 20px;
    resize:vertical;
    min-height:100px;
}
.user-info + div .btn_red{
    margin-right: 15px;
}
.user-info .textarea_icon{
    position: relative;
}
.user-info .textarea_icon textarea{
    padding-right: 40%;
}
.user-info .textarea_icon .textarea{
    padding:20px 200px 20px 20px;
    height:100px;
    width:100%;
    border:1px solid #e0e0e0;
    border-radius:5px;
    font-size:14px;
    font-weight:normal;
    line-height:20px;
}
.act-btn{
    position: absolute;
    top: 35px;
    right: 25px;
    cursor: pointer;
}
.act-btn.del:after{
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 22px;
}
.act-btn.edit:after{
    content: "\f044";
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 20px;
}
.act-btn.edit{
    right: 70px;
}
.top-info{
    margin-top: 20px;
}
.top-info > p{
    display: inline-block;
    vertical-align: middle;
}
.top-info .black{
    font-weight: 700;
    font-size: 15px;
}
.top-info .grey.lg{
    font-size: 20px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.brand__table .article .grey.hidden_desc{
    display: none;
}
.total_box_extra{
    line-height: inherit;
    height: auto;
    padding: 30px 120px 30px 0;
}
.total_box_extra p{
    margin-bottom: 10px;
}
.total_box_extra p:last-child{
    margin: 15px 0 0;
}
.total_box_extra p span:first-child{
    font-weight: 400;
    width: 200px;
    display: inline-block;
}
.total_box_extra p .bold{
    padding: 0;
}
.total_box_extra p:last-of-type span:first-child{
    font-weight: 700;
}
.total_box_extra + .btn_red + .btn_grey{
    float: right;
    margin-right: 20px;
}
.info-icon{
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal; 
    cursor: pointer;
    margin-top: 15px;
}
.info-icon:before{
    content: "i";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    color: #06a4c5;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    margin-right: 7px;
    text-transform: none;
    line-height: 33px;
}
.modal-info{
    width: 100%;
    max-width: 1270px;
}
.modal-info .modal-header{
    border-bottom: none;
}
.modal-info .modal-header .modal-title{
    font-size: 40px;
    padding-top: 60px;
}
.modal-info .static-box_link{
    padding-bottom: 20px;
}
.modal-info .modal-body button{
    width: 45px;
    height: 45px;
    margin-top: 15px;
    padding: 0;
}
.modal-info .static-box{
    padding-top: 0;
}
.modal-info .sticky-box{
    padding-top: 0;
    top: 0;
}
.baloon{
    width: 150px;
    height: auto;
    white-space: pre-wrap;
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
}
.control-box__flex{
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.control-box__flex .img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.control-box__flex > p{
    width: calc(100% - 225px);
}
.control-box__flex p > span{
    display: block;
    max-width: 300px;
}
.control-box__flex p .blue{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.control-box__flex p .grey{
    font-size: 12px;
}
.control-box__flex > div .black{
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.control-box__flex .product-info__cnt span{
    font-size: 28px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.control-box__flex .product-info__cnt{
    width: auto;
    height: 32px;
    display: block;
}
.control-box__flex .product-info__cnt input{
    width: 30px;
    height: 25px;
    font-size: 14px;
    padding: 0;
    border: none;
}
.control-box__flex + .control-box__half{
    margin-right: 30px;
    width: calc(50% - 22px);
}
.control-box__flex + .control-box__half + .control-box__half{
    width: calc(50% - 22px);    
}
.descr_min ul,
.descr_max ul{
    list-style-type: inherit;
    padding-left: 30px;
}

.right-img{
    max-width:90%;/*180px;*/
}
/*------------------------------------------------------------------------------*/
.row-table{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
}
.row-tr{
    width: 120px;
}
.row-th{
    display:block;
    font-weight:bold;
    padding:24px 4px;
    text-align: center;
}
.row-td{
    display:block;
    text-align: center;
    min-height:70px;
    vertical-align: middle;
    font-size: 14px;
}
.modal__size .row-table .row-tr .row-td > div {
    font-size: 13px;
    cursor: pointer;
    width: 120px;
    height: 70px;
}
.modal__size .row-table .row-tr .row-td > div.red::after {
    content: "\f00d";
    font-family: FontAwesome;
    cursor: pointer;
    margin-top:19px;
    display:block;
}
.row-table .row-tr .row-td > div.green p {
    line-height: 70px;
    font-weight:bold;
}

.row-table .row-tr .row-td > div .product-info__cnt {
    display: none;
    width: auto;
    height: 32px;
    background-color: #fff;
    margin-top:19px;
}
.row-table .row-tr .row-td > div .product-info__cnt.inBlock {
    display: inline-block;
}
.alert-block{
    max-width: 1270px;
    margin: 0 auto;  
    display:block;
}
.alert{
    display: block;
    height:auto;
    min-height: 50px;
    width:100%;
    border-radius: 0px;
    padding: 20px;
}
.alert:last-of-type{
    border-radius:0px 0px 5px 5px;
}
.alert.alert-danger{
    border: none;/*1px solid #ff0000;*/
    background-color: #ff0000;
    background: linear-gradient(#fd9500,#ff2400);
    color: #ffffff;
}
.alert.alert-success{
    border: none;/*1px solid #00ff00;*/
    background-color: #00ff00;
    background: linear-gradient(#80f700,#00dc72);
    color: #333333;
}
.user-info .control-box.control-box-address{
    margin-bottom: 20px;
}
.radio-flex{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.radio-flex > .radio-flex-item{
    margin-right:0!important;
    margin-bottom: 35px;
    align-items: flex-start;
    width: 240px;
    flex-direction: column;
    flex-wrap: wrap;
}
.pre-loader{
    width: 32px;
    height: 32px;
    background: url("../images/icons/preloader.gif") 0 0 no-repeat;
    background-size: contain;
    display: block;
    margin: 5px auto;
    position: relative;
    opacity: 0.25;
}
.postpay-box{
    display: block;
    width: 50%;
    right: 0;
    float: right;
}
.box-noflex,
.double-flex > .box-noflex{
    display: block;
}


/* FOOTER END*/
@media only screen and (max-width:1300px){
    .wrapper {
        padding: 0 15px;
    }
    .main-banner{
        padding: 20px 15px 0;
    }
    .comment-block_refrence{
        right: 15px;
    }
    .brand_box .list_inner{
        column-width: 180px;
    }
    .cabinet-menu {
        bottom: -40px;
    }
}
@media only screen and (max-width:1269px){
    .l-mar {
        margin-left: -5px;
    }
    .r-mar {
        margin-right: -5px;
    }
    .not-top-mar {
        margin-top: -5px;
    }

    .banner.wrapper{
        padding: 0;
    }
    section .big_blocks.original .block_with_img a,
    section .big_blocks.original.block_with_img a{
        padding-left: calc(1rem - 5px);
        padding-right: calc(1rem - 5px);
    }
    .blocks_turn.list .block_with_img .hidden_tab,
    .blocks_turn.list .title_block.for_list .hidden_tab{
        display: none;
    }
    .blocks_turn.list .block_with_img h3 + p{
        display: block;
        margin-bottom: 5px;
    }
    .blocks_turn.list .block_with_img h3 + p span:last-child{
        display: none;
    }
    .blocks_turn.list .block_with_img h3 + p span{
        font-size: 13px;
        line-height: 21px;
        display: block;
    }
    .blocks_turn.list .block_with_img h3{
        font-size: 13px;
        font-weight: 700;
    }
    .product-info__prop .row{
        display: block;
    }
    .product-info__prop .row div:last-child{
        margin-top: 25px;
    }
    .product-info__prop .row > div:first-of-type{
        margin-bottom: 0;
    }
    .order-box {
        padding: 40px 15px;
    }
    .order-box .control-box > .control-box__half {
        width: calc(50% - 15px);
    }
    .order-box .control-box > .control-box__half:first-of-type {
        margin-right: 25px;
    }
    .order-box .radio-box.radio-box_lg{
        width: calc(100% / 3 - 10px);
    }
    .order-box .control-box > .radio-box.radio-box_lg{
        margin-right: 10px;
    }
    .order-box .control-box > .radio-box.radio-box_lg:last-child{
        margin-right: 0;
    }
    .banner .slider {
        max-height: 500px;
    }
    .banner img {
        /*  width: auto;
          height: 500px;*/
    }
    .banner .diller-wrap img{
        width: 100%;
    }
    .banner .diller-wrap figure .banner__title{
        width: 75%;
    }
    .footer .foot-box a{
        margin-right: 0;
    }
}
@media only screen and (max-width:1100px){
    .main-nav li .sub-nav__box ul.sub-nav li > a,
    .main-nav li.active .sub-nav__box ul.sub-nav li > a{
        width: 95%;
    } 
    header .h-row > .h-box:first-of-type{
        width: 25%;
    }
    header .h-row > .h-box:last-of-type{
        width: 45%;
    }
    .ftr_sort_block{
        font-size: 13px;
    }
    .ftr_sort_block .row:first-child,
    .ftr_sort_block .row-frst{
        min-width: 450px;
    }
    .brand_box .list_inner{
        column-width: 160px;
    }
    .order-box{
        padding: 40px 60px 10px;
        /*width: calc(100% - 250px);*/
    }
    .order-box .control-box > .control-box__half{
        width: 100%;
    }
    .order-box .control-box > .control-box__half:first-of-type{
        margin-right: 0;
    }
    .order-box .control-box__inline label {
        flex-basis: 180px;
    }
    .order-box .control-box__inline > input[type="text"],
    .order-box .control-box__inline > input[type="number"],
    .order-box .control-box__inline > input[type="tel"],
    .order-box .control-box__inline > input[type="password"],
    .order-box .control-box__inline > div.input-box
    {
        flex-basis: 100%;
        max-width: 100%;

    }
    .company-box .control-box__inline{
        display: block;
    }
    .control-box__textarea > div.input-box{
        min-width: 0;
    }
    .order-box .control-box > .control-box__half:first-of-type{
        margin-bottom: 20px;
    }
    .calc-link {
        width: calc(100% - 110px);
    }
    .order-box .selecter {
        flex-basis: 100%;
        max-width: 100%;
    }
    .order-box .selecter .selecter-selected,
    .textarea_lg textarea{
        width: 100%;
    }
    .order-box .radio-box.radio-box_lg {
        width: calc(100% / 2 - 10px);
    }
    .control-box > .radio-box_lg {
        max-width: 245px;
    }
    .order-box .control-box > .radio-box.radio-box_lg{
        margin-right: 15px;
    }
    .order-box .control-box > .radio-box.radio-box_lg:nth-child(even){
        margin-right: 0;
    }
    .order-box .control-box > .radio-box.radio-box_sm{
        max-width: 160px;   
    }
    .order-box .control-box > .radio-box.radio-box_sm,
    .order-box .control-box > .radio-box.radio-box_sm:nth-child(even){
        margin-right: 10px;
    }
    .order-box .h-yellow {
        margin-bottom: 30px;
    }
    .user-info .textarea_icon .textarea{
        padding-right:105px;
        height: auto;
        min-height:100px;
    }

}

@media only screen and (max-width:991px){
    header .h-row > .h-box:first-of-type{
        width: 28%;
    }
    .h-box .h-descr, 
    .h-box .h-links{
        vertical-align: middle;
        width: /*45%;*/99%;
    }
    header .h-row > .h-box:last-of-type{
        width: 55%;
    }
    /*.nav li.search .search__input,
    .nav li.search .search__fltr,*/
    .nav li.search .search_form{
        display: none;
    }
    .nav .main-nav{
        position: relative;
    }
    .search-btn_mob{
        display: block;
        background: url(../images/lupa.svg) no-repeat center center / contain;
        width: 23px;
        height: 22px;
        padding-left: 35px;
        line-height: 22px;
        cursor: pointer;
    }
    .search-btn_mob:hover{
        color: #ffe800;
        background: url(../images/lupa-yellow.svg) no-repeat center center / contain;
    }
    .nav li.search .search_form{
        position: absolute;
        top: /*0;*/12px;
        width: auto;  
    }
    .search__btn input[type="button"]
    /*.search__btn button*/{
        background: transparent url(../images/lupa.svg) no-repeat center center / 18px 18px;
        display: inline-block;
        vertical-align: middle;
    }
    .nav li,
    .nav button.choose-moto,
    .nav .cart {
        font-size: 11px;
    }
    .nav li.search .search__btn {
        -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    }
    .nav .cart {
        padding: 10px 0;
    }
    header .h-row > .h-box:last-of-type {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
    }
    header .h-row > .h-box.h-double-box .h-contacts, header .h-row > .h-box.h-double-box .h-personal {
        width: 100%;
        display: block;
        position: relative;
        text-align: right;
    }
    header .h-contacts ul li:last-of-type,
    header .h-personal .wishlist  {
        margin-left: 20px;
    }
    header .h-personal .ent-reg, header .h-personal .wishlist {
        display: inline-block;
    }
    .h-personal__dropdown{
        margin-right: 20px;   
    }
    .h-personal__dropdown .dropdown-menu{
        left: auto;
        right: -25px;
        text-align: left;
    }
    .banner figure .banner__title {
        left: 10px;
    }
    section.riders .riders-block__inner > div {
        margin-right: 1rem;
    }
    section .sm_blocks .sm_blocks__box > a .box-title,
    section .sm_blocks.sm_blocks__box > a .box-title{
        font-size: 15px;
        line-height: 17px;
    }
    section .big_blocks .title {
        font-size: 21px;
    }
    section.light .price, section.dark .price {
        font-size: 16px;
    }
    section .sm_blocks .sm_blocks__box,
    section .sm_blocks.sm_blocks__box{
        width: calc((100% - 50px) / 6);
        margin-right: 10px;
        margin-bottom: 10px;
        box-shadow: inset 0px 0px 1px 1px #ccc;
    }
    section .sm_blocks.sm_blocks__box{
        width: calc((100% - 50px) / 5);
    }
    section.riders .riders-block__inner .riders-block__info {
        padding-top: 0;
    }
    section.riders .riders-block__inner .riders-block__info h3 {
        font-size: 26px;
    }
    section.instagram {
        margin-bottom: 0;
    }
    .razdels__row {
        width: calc(100% + 10px);
    }
    .razdels__row > .col-sm-6{
        width: calc(50% - 5px);
    }
    .razdels__row .col-sm-6_dbl{
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    section .big_blocks.original {
        width: calc(100% - 10px);
    }
    .transp-slider.dark-slide .slick-dots {
        bottom: 5px;
    }
    .transp-slider.dark-slide .slick-prev, .transp-slider.dark-slide .slick-next {
        top: calc(100% - 45px);
    }
    .footer .foot-box:first-of-type {
        width: calc(100% / 4);
    }
    .footer .foot-box:first-of-type ul li {
        display: block;
        margin-right: 0;
        width: 100%;
    }
    .banner .slider {
        max-height: 430px;
    }
    .banner img {
        /*height: 430px;*/
    }
    .banner .diller-wrap .breadcrumbs {
        top: 20px;
        left: 10px;
    }
    /*------------------------------------------002----------------------------*/
    .wrapper_ftr__row,
    .wrapper_ftr__search{
        padding-bottom: 50px;
    }
    .blocks_turn{
        margin-bottom: 0;
    }
    .ftr_sort_block .row:first-child,
    .ftr_sort_block .row-frst{
        min-width: 400px;
    }
    .ftr_sort_block{
        padding: 0 10px;
    }
    .ftr_sort_block .dropdown-menu{
        left: 0;
    }
    .ftr_sort_block .dropdown-menu::after, 
    .ftr_sort_block .dropdown-menu::before{
        right: auto;
        left: 20px;
    }
    .blocks_turn .block_with_img {
        width: calc(33% - 30px);
    }
    /*-----------------------------------------003-------------------------------*/
    .product_img-block .slider-for img{
        min-width: 400px;
    }
    .product-info__prop {
        margin: 20px 0 25px;
        padding-bottom: 25px;
    }
    .product_info-block button.cart,
    .product_info-block button.fav{
        margin-bottom: 25px;
    }
    .product-page .product_inner .product_info-block .price-product{
        font-size: 35px;
    }
    .product-info__link {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .product-page .product_inner .product_info-block .price-product .fa-rub::before{
        font-size: 26px;
    }
    .modal .modal__available{
        min-width: 870px;
    }
    .modal .modal__available__ul,
    .map{
        width: 435px;
    }
    .modal .modal__available__ul a {
        padding: 30px 20px 30px 30px;
    }
    .brand_box .sm_blocks{
        width: 100%;
        margin-left: 0;
        padding-bottom: 20px;
    }
    .brand_box .sm_blocks .sm_blocks__box,
    .brand_box .sm_blocks .sm_blocks__box:nth-child(6n){
        margin: 0 10px 20px;
        width: calc((100% - 80px) / 4);
        max-width: 220px;
    }
    .brand_box .list p {
        margin-right: 0;
        max-width: 70px;
    }
    .double {
        margin-bottom: 30px;
    }
    .double__inner {
        font-size: 15px;
        line-height: 25px;
    }
    .double__inner .double__inner_left {
        width: calc(100% - 300px);
    }
    .double__inner .double__inner_right {
        width: 250px;
    }
    .double__flex{
        width: 330px;
        height: 80px;
        margin: 0 15px 35px 0;   
    }
    .double__flex > span{
        width: 100px;
    }
    .double-flex > div:last-of-type .double__flex {
        height: 120px;
    }
    .double-flex > p:last-child{
        font-size: 15px;
        line-height: 25px;
    }
    /*------------------------------------013---------------------------------*/
    .flex-wrappper > div{
        padding: 0 10px;
    }
    .flex-wrappper .img {
        height: 250px;
    }
    .padding-box{
        padding-bottom: 30px;
    }
    .flex-wrappper{
        margin-left: -10px;
    }
    /*-----------------------------------------014----------------------------*/
    .static-box {
        font-size: 15px;
        line-height: 25px;
    }
    .static-box,
    .sticky-box{
        padding-top: 30px;
    }
    .static-box .img-wrap{
        margin-bottom: 20px;
    }
    .static-box .img-wrap > span{
        height: 360px;
    }
    .static-box .img-wrap .img-wrap_right,
    .static-box .img-wrap .img-wrap_contain{
        height: 225px;
    }
    .static-box_link {
        padding-bottom: 65px;
    }
    .static-box_link .blue_btn{
        margin-top: 35px;
    }
    /*-------------------------------------------015----------------------------*/
    .flex-column {
        padding: 20px 0 25px;
    }
    .flex-column__img {
        width: 220px;
        height: 220px;
        margin-right: 30px;
    }
    .fetcher-line {
        padding-top: 30px;
        margin-bottom: 70px;
    }
    .contact-wrap {
        padding: 40px 0 0;
    }
    .contact-wrap h2 {
        margin-bottom: 20px;
    }
    .contact-wrap .flex .yellow + p {
        margin-top: 15px;
    }
    .contact-wrap .flex p {
        margin-bottom: 5px;
    }
    .contact-wrap .flex > div {
        margin-right: 60px;
        max-width: 220px;
    }
    .contact-wrap:last-child {
        padding-bottom: 60px;
    }
    .wrapper-btm {
        padding-bottom: 0;
        font-size: 15px;
        line-height: 25px;
        max-width: 100%;
    }
    .wrapper-btm p:not(:last-child) {
        margin-bottom: 10px;
    }
    .order-box{
        margin-top: 30px;
    }
    .order-box .control-box > .radio-box.radio-box_lg,
    .order-box .control-box > .radio-box.radio-box_lg:nth-child(2n),
    .order-box .control-box > .radio-box.radio-box_lg:last-child{
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
        display: block;
        height: 80px;
    }
    .radio-flex > .radio-flex-item{
        margin-right: auto!important;
    }
    .order-box .radio-box_lg label{
        padding: 10px 15% 10px 20px;/*30%*/
        line-height: 17px;
    }
    .order-box .radio-box_lg label .bold{
        font-size: 12px;
    }
    .order-box .accept-box{
        width: calc(100% - 40px);
        vertical-align: top;
    }
    [data-txt]::after,
    .radio-box_sm:nth-child(2) [data-txt]::after{
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 110px;
        height: 35px;
        font-size: 12px;
    }
    .label-img img{
        width: 45px;
    }
    .radio-box_sm:nth-child(2) .label-img img,
    .radio-box_sm:nth-child(3) .label-img img{
        margin-top: 9px;
    }
    .textarea_lg textarea{
        height: 200px;
    }
    .order-table{
        font-size: 14px;
    }
    .order-table .table-header > .hidden_tab,
    .order-table .table-body > .hidden_tab{
        display: none;
    }
    .order-table .hidden_desc{
        display: block;
    }
    .order-table .table-body > div .black{
        font-weight: 700;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }
    .order-table .table-body > div .black + p{
        line-height: 23px;
    }
    .order-table .table-body > div:first-child{
        width: 70%;
    }
    .moto-table .table-body > div:last-child{
        padding-left: 50px;
        padding-right: 15px;
    }
    .moto-table .table-body > div:first-child{
        width: auto;
    }
    .moto-table .table-body > div:nth-child(2){
        min-width: 450px;
    }
    .modal-info .modal-header{
        padding: 30px 20px 20px;
    }
    .modal-info .modal-header .modal-title{
        padding-top: 40px;
    }
    .modal-info .modal-body {
        padding: 20px 5px 35px;
    }
    .main-nav li.active .sub-nav__box ul.sub-nav + .sub-nav__inner .tabs{
        padding-right: 0px;
        width: calc(100% - 30px);
    }
    .brand_box .transp-slider .slick-list{
        max-width: 720px;
        margin: 0 auto;
    }
}
/* MOBILE START */
@media only screen and (max-width: 870px){
    .hidden_desc{
        display: block;
    }
    .hidden_mob{
        display: none;
    }
    header {
        height: 95px;
        overflow: hidden;
        min-width: 320px;
        padding: 0 0 20px;
        background: rgb(6, 36, 60);
    }
    header.open{
        overflow: inherit;
    }
    header .logo {
        display: inline-block;
    }
    header .mob-phone,
    header .mob-close {
        display: inline-block;
        width: 30px;
        height: 25px;
        cursor: pointer;
        position: absolute;
    }
    header .mob-phone {
        background: url(../images/phone-icon.png) no-repeat center center / contain;
        top: 15px;
        right: 60px;
    }
    header .mob-close {
        background: transparent;
        color: #fff;
        top: 15px;
        right: 10px;
        overflow: hidden;
    }
    header .wrapper {
        padding: 0;
    }
    header .mob-close .hamburger,
    header .mob-close .hamburger::before,
    header .mob-close .hamburger::after {
        background-color: #fff;
        height: 3px;
        position: absolute;
        top: 3px;
        width: 30px;
        display: block;
        transition: transform .15s ease;
        content: '';
    }
    header .mob-close .hamburger::before{
        top: 8px;
        transition-duration: .2s;
        transition-property: transform, opacity;
        transition-timing-function: ease;
    }
    header .mob-close .hamburger::after{
        top: 17px;
        transition-duration: .2s;
        transition-property: transform, opacity;
        transition-timing-function: ease;
    }
    header .mob-close.open .hamburger {
        transform: translate3d(0px, 9px, 0px) rotate(45deg);
    }
    header .mob-close.open .hamburger::before{
        opacity: 0;
        transform: rotate(-45deg) translate3d(-6px, -6px, 0px);
    }
    header .mob-close.open .hamburger::after{
        transform: translate3d(0px, -16px, 0px) rotate(-90deg);
    }
    header .logo > img {
        max-width: 160px;
    }
    header .h-row > .h-box:nth-child(2) .h-descr{
        display: none;
    }
    header .h-row > .h-box:first-child {
        position: relative;
        border-bottom: 1px solid #ccc;
        margin-top: 0;
        padding-bottom: 10px;
    }
    header .h-row > .h-box{
        width: 100% !important;
        margin: 0 0 25px;
        padding: 0 10px;
    }
    header .h-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    header .h-links ul li {
        margin-bottom: 15px;
    }
    header .h-row > .h-box.h-double-box .h-contacts {
        order: 2;
        text-align: left;
    }
    header .h-row > .h-box.h-double-box .h-personal {
        order: 1;
        text-align: left;
        margin-bottom: 25px;
    }
    header .h-contacts ul li:last-of-type {
        display: none;
    }
    header .h-contacts .icon {
        margin-bottom: 0;
        width: 50px;
        height: 50px;
        font-size: 26px;
        padding: 7px;
    }
    header .h-personal .ent-reg,
    header .h-personal .wishlist {
        display: block;
    }
    header .h-personal .wishlist {
        margin: 0;
    }
    .h-personal__dropdown .dropdown-menu{
        right: auto;
        left: 0;
    }
    .h-box .h-links{
        width: 100%;
    }
    header .h-row > .h-box .h-contacts,
    header .h-row > .h-box .h-personal{
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
        order: 2;
    }
    header .h-row > .h-box .h-personal{
        order: 1;
        margin-bottom: 25px;
    }
    .banner figure figcaption {
        font-size: 30px;
        line-height: 35px;
    }
    .nav{
        height: 0;
        width: 0;
        transition: width 0.2s ease;
    }
    .nav.active{
        height: auto;    
        width: 100%;
        transition: width 0.2s ease;
    }
    .nav .main-nav li, 
    .nav button.choose-moto,
    .nav .cart{
        font-size: 13px;
        line-height: 45px;
    }
    .search-btn_mob > span{
        display: none;
    }
    .nav .main-nav{
        position: inherit;
    }

    .sub-nav__box_mob .sub-nav__inner .sub-nav__inner-title{
        /* padding: 0;*/
        line-height: 30px;
        /*margin:*/padding: 10px 10px 5px;
    }
    .sub-nav__box_mob{
        display: block;
        background-color: #fff;
        color: #333;
        padding: 0;
    }
    .active .sub-nav__box_mob{
        min-width: 320px;
    }
    .sub-nav__box_mob .sub-nav li {
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        line-height: 45px;
        position: relative;
    }
    /* .sub-nav__box_mob .sub-nav > li:after{
         content: "\f107";
         font-family: FontAwesome;
         position: absolute;
         top: 0;
         right: 15px;
         font-size: 15px;
     }
     .sub-nav__box_mob .sub-nav > li.active-razdel:after{
         transform: rotate(180deg);
     }*/
    .sub-nav__box_mob li a{
        color: #333;
        display: /*block;*/inline-block;
        padding: 0 10px;
        vertical-align: top;
    }
    .sub-nav__box_mob .ftr-pointer{
        display: inline-block;
        height: 45px;
        width: 90px;
        vertical-align: top;
        cursor: pointer;
        float: right;
    }
    .sub-nav__box_mob .ftr-pointer:after{
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 15px;
    }
    .sub-nav__box_mob .sub-nav > li.active-razdel .ftr-pointer:after{
        transform: rotate(180deg);
    }
    .sub-nav__box_mob ul.sub-nav li.active-razdel{
        background-color: #ffe800;
    }

    .sub-nav__box_mob li .blue-link a{
        color: #06a4c5;
        font-size: 15px;
        text-transform: none;
    }
    .sub-nav__box_mob .sub-nav__inner li{
        border-bottom: none;
        line-height: 32px;
    }
    .sub-nav__box_mob .sub-nav__inner .tabs{
        padding-bottom: 20px;
    }
    .nav ul{
        min-height: 45px;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav li > a:hover {
        color: #333;
    }
    .nav .sub-nav{
        overflow: auto;
        height: calc(100vh - 185px);
    }
    .sub-nav li .sub-nav__inner{
        display: none;
    }
    .sub-nav li.active-razdel .sub-nav__inner{
        display: block;
        background-color: #fff;
    }
    .nav li > a > span{
        /*display: none;*/
    }
    .nav-pointer:after{
        content: "\f107";
        font-family: FontAwesome;
        font-size: 18px;
        width: 45px;
        height: 45px;
        float: right;
        cursor: pointer;
        text-align: center;
    }
    .sub-nav__box_mob ul.sub-nav li.active-razdel .nav-pointer:after{
        transform: rotate(180deg);
    }
    .nav .cart .badge{
        display: inline;
    }
    .nav .main-nav li:first-of-type {
        position: absolute;
        top: 65px;
        right: /*10px;*/28px;
        line-height: inherit;
    }
    .search__fltr .selectric-items li,
    .search__fltr .selectric-items li:first-of-type{
        position: static;
        line-height: 14px;
    }
    .search__fltr .selectric .label{
        text-overflow: ellipsis;
    }
    .nav .main-nav li:first-of-type > a{
        white-space: nowrap;
    }
    .nav li:first-of-type .fa-angle-down{
        font-weight: 700;
        font-size: 12px;
    }
    .nav li.text-center{
        margin-left: 25px;
        min-width: 200px;
    }
    header .h-row > .h-box:first-child{
        border-bottom: none;
        padding: 15px 10px 10px;
        background: linear-gradient(rgb(7,190,229), rgb(5,136,164));
        height: 95px;
    }
    .search-btn_mob{
        position: absolute;
        top: 15px;
        right: 105px;
        padding: 0;
    }
    .nav li.search .search_form {
        top: /*85px;*/95px;
        width: 100%;
        max-width: 500px;
        min-width: 320px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 101;
    }
    .nav li.search .search__btn{
        flex-basis: 45px;
        line-height: 35px;
    }
    .nav .main-nav li.search{
        line-height: inherit;
    }

    .search-btn_mob.srch-close{
        background: none;
    }
    .srch-close:before, 
    .srch-close::after {
        content: '';
        background-color: #fff;
        height: 3px;
        position: absolute;
        top: 10px;
        width: 25px;
        display: block;
        transition: transform .15s ease;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .srch-close:before{
        transform: rotate(-45deg);
    }
    .srch-close::after{
        transform: rotate(45deg);
    }
    .banner .slider {
        max-height: 400px;
    }
    .banner img{
        min-height: 400px;
        width: auto;
    }
    .banner .slick-slide img.hidden-desc{
        display: block;
        margin: 0 auto;
        height: auto;
        width: 100%;
    }
    .banner .slick-slide img.hidden-mob{
        display: none;
    }
    .banner figure .banner__title{
        width: 90%;
        min-width: 320px;
        top: 140px;
    }
    .banner .diller-wrap .breadcrumbs{
        display: none;
    }
    .banner .diller-wrap figure .banner__title{
        min-width: 300px;
        top: 180px;
    }
    .banner figure small{
        font-size: 13px;
        line-height: 20px;
    }
    .banner .gradient-layer,
    .gradient-layer{
        background: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
        width: 100%;
    }
    .slick-dots{
        width: 170px;
    }
    section .wrapper{
        padding: 0;
    }
    section{
        padding: 20px 0;
        min-width: 320px;
    }
    section h2,
    .box-border{
        font-size: 18px;
        line-height: 25px;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    section h2:not(.box-title)::after,
    .box-border::after{
        display: none;
    }
    section.light h2 > span:first-of-type,
    .box-border .box-border_first{
        margin-bottom: 10px;
        display: block;
    }
    section.razdels h2 > span i:last-of-type {
        top: 8px;
    }
    section .big_blocks div.block_with_img img,
    section .big_blocks.block_with_img img{
        max-width: 110px;
        max-height: 110px;
    }
    section .big_blocks .block_with_img .inf > .title,
    section .big_blocks.block_with_img .inf > .title{
        font-size: 15px;
        line-height: 17px;
    }
    section .big_blocks .col-sm-6{
        width: 100%;
        max-width: 400px;
        margin: 0 auto 10px;
        max-height: 140px;
    }
    .box-border .dropdown > p img,
    .box-border .dropdown-menu li img{
        max-width: 35px;
    }
    .box-border .dropdown-menu{
        font-size: 16px;
    }
    .razdels .big_blocks{
        display: block;
        margin-bottom: 10px;
    }
    .razdels .big_blocks .r-mar,
    .razdels .big_blocks .l-mar{
        margin: 0;
    }
    .razdels__row .big_blocks{
        margin-bottom: 0;
    }
    section .sm_blocks{
        padding: 0; 
        -ms-flex-pack: center;
        justify-content: center;
    }
    section .sm_blocks .sm_blocks__box,
    section .sm_blocks .sm_blocks__box:nth-child(6n),
    section .sm_blocks.sm_blocks__box,
    section .sm_blocks.sm_blocks__box:nth-child(6n){
        width: 46%;
        max-width: 150px;
        margin: 0 5px 10px;
    }
    section.razdels .brand-slider{
        margin-bottom: 50px;
    }
    section.razdels .brand-slider::before {
        width: calc(100% - 30px);
        height: 1px;
        opacity: 0.3;
        top: 10px;
        right: 0;
        margin: auto;
    }
    .big_blocks.original .block_with_img,
    .big_blocks.original.block_with_img{
        height: 140px;
    }
    .big_blocks.original .slick-slider{
        height: 150px;
    }
    .brand_box .slick-track > img{
        max-width: 80px;
    }
    .transp-slider .slick-list{
        max-width: 100%;
    }
    .brand-slider .slick-list{
        /* max-width: 90%;*/
    }
    section .big_blocks .block_without_img:not(.brand-slider) a,
    section .big_blocks.block_without_img a{
        min-height: /*140px;*/160px;
    }
    section.brands{
        padding-top: 0;
        min-width: 320px;
    }
    section.brands .sm_blocks{
        padding: 0;
    }
    section.brands a > img {
        max-width: 100px;
        margin: 0 20px;
    }
    section.dark{
        padding: 30px 0 50px;
    }
    section.news .figcaption{
        font-size: 15px;
        line-height: 20px;
        padding: 0 10px;
    }
    section.news .datetime{
        padding: 0 10px;
    }
    section.light .price,
    section.dark .price,
    section .big_blocks .title{
        font-size: 18px;
        line-height: 22px;
    }
    .riders .slick-slider{
        padding: 0 10px;
    }
    section.riders .riders-block__inner > div:last-of-type{
        width: 100%;
        margin: 0;
        padding-bottom: 410px;
        border-bottom: none;
    }
    section.riders .riders-block__inner .riders-block__img{
        width: 100%;
        height: 380px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    section.riders .riders-block__inner .riders-block__info h3{
        font-size: 30px;
        line-height: 35px;
    }
    section.riders .riders-block__inner .riders-block__info p {
        margin: 10px 0px;
        font-size: 13px;
        line-height: 24px;
    }
    .riders-anons{
        padding: 10px 0;
    }
    section.riders .riders-block__inner > div img {
        height: 380px;
        width: auto;
        margin: 0 auto;
    }
    section.blog .blog-block{
        padding: 0 10px;
    }
    section.blog .blog-block ul li a:not(.blue_btn){
        font-size: 15px;
        line-height: 20px;
    }
    section.blog .blog-block ul li time{
        font-size: 12px;
        margin-bottom: 7px;
    }
    section.blog h2,
    section.instagram h2{
        background-position-x: 15px;
    }
    section.blog .blog-block ul li,
    section.blog .blog-block ul li:nth-last-child(2){
        margin-bottom: 25px;
    }
    section.blog{
        padding-bottom: 40px;
    }
    section.instagram .instagram-block .instagram-block__inner{
        margin: 0;
    }
    .inform{
        padding: 15px 0 0;
        min-width: 320px;
    }
    .inform .row{
        display: block;
    }
    .inform__inner{
        width: 44%;
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
        margin-right: 5%;
    }
    .inform .row .inform__inner p{
        background-size: 30px;
        background-position-y: 3px;
        padding-left: 45px;
        font-size: 13px;
    }
    .razdels__row,
    section .big_blocks.original{
        width: 100%;
    }
    section .big_blocks.original{
        min-height:160px;
    }
    .razdels__row > .col-sm-6 {
        width: 100%;
        margin: 0 auto 10px;
        min-height: 140px;
    }
    .razdels__row_extra > .col-sm-6{
        /*min-width: 635px;*/
        max-width: 800px;
    }
    .razdels__row .col-sm-6_dbl{
        max-width: 100%;
    }
    .razdels__row > .col-sm-6 .l-mar{
        margin-left: 0;
    }
    .razdels__row{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    footer{
        padding: 20px 0;
    }
    .footer{
        display: block;
        overflow: auto;
    }
    .footer .foot-box a{
        font-size: 13px;
        line-height: 18px;
    }
    .footer .foot-box:first-of-type ul{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        /* height: 165px;*/
    }
    .footer .foot-box .foot-title {
        font-size: 13px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer .foot-box:first-of-type{
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .footer .foot-box{
        float: left;
        width: 46%;
        margin: 0 20px 0 0
    }
    .footer .foot-box:nth-last-of-type(2){
        margin-right: 0
    }
    .footer .foot-box:last-of-type{
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 20px;
        margin-top: 8px;
    }
    .sub-footer > .wrapper{
        display: block;    
    }
    .sub-footer .copyright,
    .sub-footer a{
        display: block;
        margin-bottom: 10px;
    }
    section.instagram .slider-cnt {
        bottom: 35px;
    }
    section.dark .slider-cnt {
        bottom: 30px;
    }
    section .big_blocks.original{
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .brand-slider .slick-slide {
        margin: 10px 20px 0;
        max-width: 94px;
    }
    section .big_blocks.original .slider-cnt {
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }
    section.riders .slider-cnt {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 10px 18px;
        border-radius: 5px;
    }
    section .big_blocks .block_without_img .inf > .title{
        margin-bottom: 10px;
    }
    section .big_blocks .block_without_img .inf{
        max-width: 265px;
    }
    .nav .cart{
        position: fixed;
        width: 100%;
        max-width: 100%;
        min-width: 320px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
        z-index: 1000;
    }
    .sub-footer{
        padding-bottom: 50px;
    }
    .modal .modal-header{
        padding: 15px 20px;   
    }
    .modal .modal-body{
        padding: 20px 20px 30px;
    }
    .modal .modal-header .modal-title{
        font-size: 20px;
    }

    .modal {
        top: 10px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-height: /*95vh;*/100%;
        min-width: 300px;
    }
    .modal .modal-body button{
        width: 100%;
    }
    .modal .modal-body .social li {
        margin: 0 15px 0 0;
    }
    .modal .modal-body .social li:last-child{
        margin: 0;
    }
    #modal_reg.modal{
        min-width: 300px;
    }
    .control-box > .control-box__half{
        width: 100%;
        display: block;
    }
    .control-box__inline label{
        margin-bottom: 10px;
    }
    .control-box.border-bottom {
        border-bottom: none;
        padding-bottom: 0;
    }
    .control-box > .control-box__half:last-of-type {
        margin-left: 0;
    }
    .control-box > .control-box__half:first-of-type {
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .control-box .checkbox + label{
        margin: 0 15px 0 0;
    }
    .accept-box{
        width: calc(100% - 40px);
        vertical-align: top;
    }
    .control-box__inline{
        display: block;
    }
    .control-box__inline input[type="text"], 
    .control-box__inline input[type="password"], 
    .control-box__inline input[type="email"], 
    .control-box__inline input[type="tel"], 
    .control-box input[type="number"] {
        max-width: 100%;
    }
    #modal_choose_moto.modal {
        min-width: 300px;
    }    
    .control-box .selecter {
        flex-basis: 100%;
        max-width: 100%;       
    }
    .control-box .selecter .selecter-selected{
        width: 100%;
    }
    .control-buttom-box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .modal .modal-body .control-buttom-box button {
        width: 100%;
        max-width: 350px;
        margin-bottom: 15px;
    }
    #modal_choose_moto.modal .modal-body .accept-box {
        font-size: 12px;
        width: 100%;
    }
    #modal_choose_moto.modal .modal-body .control-buttom-box button:first-of-type {
        margin-right: 0;
    }
    #modal_choose_moto.modal .control-box .radio-box .moto-logo {
        float: none;
        margin-right: 0;
        position: absolute;
        left: 10px;
    }
    #modal_choose_moto.modal .control-box .radio-box label{
        position: relative;
    }
    #modal_choose_moto.modal .control-box > .radio-box{
        height: 85px;
    }
    #modal_choose_moto.modal .control-box .radio-box .moto-title {
        position: relative;
        top: 30px;
        font-size: 13px;
    }
    textarea{
        max-width: 650px;
        width: 100%;
        height: 250px;
    }
    .control-box__inline.control-box__textarea {
        margin: 10px 0 0;
    }
    .modal .modal__refrence button{
        float: none;
        margin-top: 30px
    }
    .modal .modal__refrence .control-box:last-child{
        padding: 0;
        margin: 0;
    }
    /*-----------------------------------001---------------------------------*/
    .main-banner .main-banner__inner h1{
        margin-top: 25px;
        font-size: 30px;
        line-height: 35px;
        max-width: 100%;
    }
    .ftr_sort_block{
        height: 50px;
        min-height: 50px;
        min-width: 320px;
    }
    .ftr_sort_block .sort,
    .ftr_sort_block .row:first-child,
    .ftr_sort_block .row-frst{
        display: none;
    }
    .modal-sort{
        height: 100%;
    }
    .ftr_sort_block_mob .row.row-mob{
        display: block;
        width: 300px;
        min-width: 300px;
    }
    .ftr_sort_block_mob .sort{
        display: block;
        margin: 0;
        border-right: 0;
        border-top: 1px solid #e0e0e0;  
    }
    .ftr_sort_block_mob .sort .dropdown{
        display: block;
        margin-top: 5px;
    }
    .ftr_sort_block .sort .dropdown-menu li button {
        margin-bottom: 15px;
        font-size: 16px;
        height: auto;
        text-align: left;
    }
    .ftr_sort_block_mob{
        font-size: 15px;   
        background-color: transparent;
        padding: 0;
    }
    .ftr_sort_block_mob .dropdown{
        margin-bottom: 20px;
    }
    .ftr_sort_block_mob .dropdown > p{
        display: inline-block;
        position: relative;
    }
    .ftr_sort_block_mob .dropdown-menu::after, 
    .ftr_sort_block_mob .dropdown-menu::before{
        display: none;
    }
    .ftr_sort_block_mob .dropdown-menu .blue_btn{
        font-size: 12px;
    }
    .ftr_sort_block_mob .list_turn,
    .ftr_sort_block_mob .ftr_mob{
        display: none;
    }
    .ftr_sort_block_mob .ftr_choice .ftr_close{
        padding: 0;
        margin: 0;
    }
    .ftr_sort_block_mob .active .ftr_choice{
        display: inline-block;
        margin-bottom: 15px;;
        font-size: 13px;
    }
    .list_turn span{
        width: 35px;
        height: 35px;
        background-size: 20px;
    }
    .ftr_mob{
        display: block;
        position: relative;
        cursor: pointer;
        margin-top: 16px;
        font-size: 12px;
        text-transform: uppercase;
    }
    .ftr_mob:hover{
        color: #07b5da;
    }
    .ftr_mob:after{
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: -15px;
        font-size: 15px;
    }
    /*-----------------------------------002---------------------------------------*/
    .wrapper_ftr__row,
    .wrapper_ftr__search{
        width: 100%;  
        min-width: 290px;
        padding-bottom: 35px;
    }
    .filter{
        display: none;
    }
    .blocks_turn{
        padding: 30px 0 0;
    }
    .blocks_turn .block_with_img {
        width: calc((100% / 2) - 10px);
        margin: 0 0 40px 0;
    }
    .blocks_turn .block_with_img.even {
        margin-left: 15px !important;
    }
    .blocks_turn.list .block_with_img.even {
        margin-left: 0 !important;
    }
    .blocks_turn .block_with_img img{
        max-width: 110px;
    }
    .blocks_turn .block_with_img h3 {
        font-size: 13px;
        line-height: 17px;
        margin: 9px 0;
    }
    .blocks_turn .block_with_img .img {
        width: 130px;
        height: 100px;
    }
    .blocks_turn.list .block_with_img h3 + p span:last-child{
        display: block;
    }
    .blocks_turn.list .block_with_img .hidden_mob,
    .blocks_turn.list .title_block.for_list .hidden_mob {
        display: none;
    }
    .blocks_turn.list .title_block.for_list{
        display: none;
    }
    .blocks_turn.list{
        width: 100%;
        padding: 15px 0 0;
        border-top: 1px solid #e0e0e0;
        margin-top: 30px;
    }
    .blocks_turn.list .block_with_img{
        position: relative;
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        flex-wrap: wrap;
    }
    .blocks_turn.list .title_block.for_list span:first-child{
        padding-left: 0;
        padding-right: 10px;
    }
    .blocks_turn.list .block_with_img > *{
        display: block;
        border-bottom: none;
        padding: 0;
    }
    .blocks_turn.list .block_with_img > div{
        width: calc(100% - 80px);
        max-width: 100%;
    }
    .blocks_turn.list .block_with_img .price{
        margin-left: 75px;
        margin-top: 5px;
    }
    .blocks_turn.list .block_with_img .cart_btn{
        position: absolute;
        right: 10px;
        bottom: 15px;
        height: 45px;
    }
    .blocks_turn.list .block_with_img > :first-child {
        padding-left: 10px;
        padding-right: 15px;
    }
    .slider_wrap .slider{
        max-width: 320px;
        margin: 0 auto;
    }
    .slider_wrap {
        padding: 0 0px 45px;
    }
    .hdr_line{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .hdr_line::after {
        display: none;
    }
    .blocks_turn .block_with_img .discount,
    .blocks_turn .block_with_img .new{
        font-size: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .blocks_turn .block_with_img .new{
        font-size: 9px;
    }
    .fetcher{
        font-size: 14px;
        margin-top: 35px;
    }
    .fetcher a, .fetcher span{
        margin-right: 25px;
    }
    .load_more{
        width: 100%;
        max-width: 320px;
    }
    .title-ie,
    .title-ie-level-01,
    .title-ie-level-02{
        line-height: 25px;
    }

    /*-----------------------------------------003---------------------------*/
    .product-page .product_inner .product_img-block .slider-nav{
        display: none;
    }
    .product-page .product_inner .col-sm-6{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }
    .product_img-block .slider-for img {
        min-width: 280px;
        width: 100%;
        max-width: 320px;
    }
    .product_img-block .slider-for .slick-slide{
        padding: 0 10px;
    }
    .product_img-block .slider-wrapper{
        height: 40px;
    }
    .product_info-block{
        padding: 0 15px;
    }
    .product-page .product_inner .product_info-block .title h1{
        font-size: 25px;
        line-height: 32px;
    }
    .product-page .product_inner .product_info-block .title .brend-logo{
        max-height: 55px;
    }
    .product-page .product_inner .product_info-block .sub-info > span{
        font-size: 13px;
    }
    .product-page .product_inner .product_info-block .price-product{
        font-size: 25px;
        padding-bottom: 15px;
    }
    .product-page .product_inner .product_info-block .price-product .fa-rub::before{
        font-size: 21px;
    }
    .product-page .product_inner .product_info-block .price-product > .grey{
        font-size: 20px;
    }
    .product-page .product_inner .product_info-block .price-product > .grey .fa-rub::before {
        font-size: 17px;
    }
    .product-page .product_inner .product_info-block .price-product > .discount{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .product-page .product_inner .product_info-block{
        margin-top: 20px;
    }
    .product-info__prop > div > p,
    .product-info__prop .row > div > p,
    .product-info__cnt + .grey,
    .product-info__link{
        font-size: 13px;
    }
    .product-info__item .size_icon,
    .product-info__prop .size_icon{
        font-size: 13px;
        margin-top: 20px;
    }
    .product_info-block button.cart, 
    .product_info-block button.fav{
        width: 100%;
        max-width: 320px;
        margin: 0 auto 15px;
        display: block;
    }
    .product_inner .video{
        max-width: 320px;
        margin-top: 20px;
    }
    .product_info-block .descr .blue{
        cursor: pointer;
    }
    .comment-block{
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .comment-block > div {
        margin-right: 0;
    }
    .comment-block .bold{
        margin-bottom: 0;
    }
    .slider-wrapper.blocks_turn .block_with_img{
        margin-right: 15px;
    }
    .comment-block > div:last-child p {
        margin: 5px 0 10px 26px;
    }
    .comment-block-wrap {
        margin-bottom: 20px;
    }
    .comment-block_refrence{
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 15px 20px;
    }
    .comment-block_refrence .blue_btn{
        width: 100%;
    }
    .product-page-wrapper{
        padding-bottom: 80px;
    }
    .product-info__link span{
        margin-left: 5px;
        font-size: 13px;
    }
    .product-page .product_inner .product_info-block .descr{
        font-size: 13px;
        line-height: 22px;
        border-top: 1px solid #e0e0e0;
        margin-top: 25px;
        padding-top: 15px;
    }
    .product-page .product_inner .product_info-block .descr p{
        margin-bottom: 10px;
    }
    .product-inner__link-box > div,
    .product-inner__link-box > div:first-child{
        display: block;
    }
    .product-inner__link-box > div:first-child{
        margin: 0 0 25px;
    }
    .product-inner__link-box > div:last-child{
        margin: 0;
    }
    .product-inner__link-box{
        font-size: 13px;
    }
    .product_info-block .video button{
        padding: 0;
        width: 180px;
        height: 40px;
    }
    .product_info-block .video button i::before {
        font-size: 16px;
        line-height: 40px;
        margin-right: 10px;
    }
    .product-page .product_inner .product_info-block .sub-info{
        margin-bottom: 15px;
    }
    /*----------------------------------------------004--------------------------*/
    .product-info__item{
        padding: 10px 0 15px;
    }
    .product-info__item img{
        margin-right: 20px;
        min-width: 80px;
        max-width: 80px;
    }
    .product-info__item .h2{
        font-size: 17px;
        margin: 5px 10px 5px 0;
        line-height: 19px;
    }
    .product-info__item .dropdown-menu{
        left: -100px;
    }
    .modal .modal__available{
        min-width: 320px;
        width: 100%;
        padding: 0;
    }
    .modal .modal__available__ul,
    .map{
        width: 100%;
    }
    .map{
        height: 300px;
    }
    .modal .modal__available__ul a {
        padding: 20px 20px 35px;
    }
    .modal .modal__available__ul a span{
        top: auto;
        bottom: 15px;
        left: 20px;
    }
    .modal .modal-body.modal__size {
        padding: 20px;
        min-width: 320px;
    }
    .modal__size .table,
    .modal__size .table-body,
    .modal__size .table-body > div{
        display: block;
    }
    .modal__size .table-header{
        display: none;
    }
    .modal__size .table .table-body > div,
    .modal__size .table .table-body > div:first-child{
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        border: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .modal__size .table .table-body > div:first-child{
        flex-flow:row wrap;
        justify-content: center; 
    }
    .modal__size .table .table-body > div:first-child > img{
        vertical-align: middle;
    }
    .modal__size .table .table-body > div:first-child > span{
        vertical-align: middle;
        display:block;
        margin-left:0;
        width:100%;
        padding-top:24px;
    }
    .modal__size .table-body > div.green p{
        line-height: inherit;
    }
    .modal__size .table-body > div.green p.hidden {
        display:block!important;
    }
    .modal__size .product-info__cnt{
        display: block;
    }
    .modal__size .red .product-info__cnt{
        pointer-events: none;
        opacity: 0.4;
    }
    .modal__size .table-body{
        margin-bottom: 20px;
    }
    .modal__size .table-body .hidden_desc{
        color: #333;
        width: 25px;
        text-align: left;
    }

    .table__img_sm{
        margin: 0 auto;
    }
    .modal__size_btm{
        display: block;
        padding-top: 10px;
    }
    .modal .modal__size_btm .cart{
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        font-size: 15px;
    }
    .brand_box .sm_blocks{
        padding: 0 5px 20px; 
        max-width: 520px;
        margin: 0 auto;
    }
    .brand_box .sm_blocks .sm_blocks__box,
    .brand_box .sm_blocks .sm_blocks__box:nth-child(6n){
        margin: 0 5px 10px;
        width: calc((100% - 20px) / 2);
        max-width: 250px;
        min-width: 145px;
    }
    .brand_box .list{
        padding-left: 10px;
        padding-right: 10px;
    }
    .brand_box .list_inner a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .brand_box .list_inner {
        column-width: 125px;
        column-gap: 25px;
    }

    .modal__size .row-table{
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .modal__size .row-table .row-tr {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position:relative;
    }
    .modal__size .row-table .row-tr .row-td,
    .modal__size .row-table .row-tr .row-th{
        height:auto;
        min-height:unset;
        width:100%;
    }
    .modal__size .row-table .row-tr .row-th{
        display:none;
    }
    .modal__size .row-table .row-tr .row-td > div{
        width:auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        height:auto;
        min-height:unset;
    }
    .modal__size .row-table .row-tr .row-td > div .hidden_desc{
        color: #333;
        /*width: 25px;*/
        text-align: left;
        font-size:13px;
        font-weight:bold;
    }


    .modal__size .row-table .row-tr .row-td .product-info__cnt {
        display: block;
        margin-top:0;
        height:auto;
    }
    .modal__size .row-table .row-tr .row-td > div.green p {
        line-height: inherit;
    }
    .modal__size .row-table .row-tr .row-td > div.red p::after {
        position: absolute;
        right:50%;
        top: 27px;
        margin-top:0;
    }
    .modal__size .table.table-double .table-body > div:first-child{
        border-bottom: none;
        margin-bottom:0;
    }
    .modal__size .table.table-double .table-body > div:second-child { 
        border: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    /*------------------------------------009-----------------------------------*/
    .brand__table .table-header{
        display: none;
    }
    .brand__table .table-body > div{
        display: block;
        padding: 0 10px 10px;
    }
    .brand__table .table-body > div:not(:first-child):not(:last-child){
        padding-left: 85px;
    }
    .brand__table .table-body .hidden_mob{
        display: none;
    }
    .brand__table .table__img_lg{
        max-width: 60px;
        margin-right: 10px;
    }
    .brand__table .article div{
        margin-top: 0;
        max-width: calc(100% - 80px);
    }
    .brand__table .product-info__cnt + p{
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    .brand__table .table-body .table__action-box{
        display: inline-block;
        padding-right: 0;
    }
    .brand__table .table-body{
        display: block;
        padding-bottom: 10px;
    }
    .brand__table .article .blue{
        line-height: 15px;
        font-size: 13px;
    }
    .brand__table .product-info__cnt{
        margin-bottom: 0;
    }
    .brand__table .price_cell .grey{
        display: inline-block;
        margin-left: 10px;
    }
    .brand__table .cnt-wrap{
        /*white-space: nowrap;*/
    }
    .brand__table .cnt-wrap > p{
        width: /*100%;*/calc(100% - 120px);
    }
    .brand__table .cnt-wrap > p > span{
        /*  max-width: 50%;
          white-space: pre-wrap;*/
    }
    .total_box{
        line-height: normal;
        display: block;
        padding: 20px 10px;
        font-size: 13px;
    }
    .total_box .bold{
        margin-top: 3px;
        padding: 0;
    }
    .brand__btn_grey,
    .brand__btn_red{
        float: none;
    }
    .double {
        margin-bottom: 40px;
    }
    .double:last-child{
        margin-bottom: 20px;
    }
    .double__inner .double__inner_right,
    .double__inner .double__inner_left{
        width: 100%;
        float: none;
    }
    .double__inner .double__inner_right{
        margin-top: 10px;
    }
    .double__inner{
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .double__inner > div .red{
        display: inline-block;
        margin-right: 15px;
        font-size: 50px;
        line-height: 50px;
    }
    .double__inner > div .red + span{
        display: inline-block;
    }
    .double__inner > div img{
        margin-top: 5px;
    }
    .double__inner > div .grey {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .double__inner ul{
        line-height: 25px;
    }
    .double__inner_right .italic{
        font-size: 17px;
        margin-bottom: 15px;
    }
    .double__inner_right .blue_btn{
        margin-bottom: 30px;
    }
    .double__inner > div .small{
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 25px;
    }
    .h-yellow{
        font-size: 14px;
    }
    .double .h-yellow{
        margin: 0 10px 15px 0;
    }
    .double-flex > div{
        padding: 0;/*0 10px;*/
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
    .double__flex{
        width: 300px;
        min-width: 300px;
        margin: 0 10px 10px 0;
    }
    .double-flex > p:last-child{
        padding: 0 10px;
    }
    .double .hdr_line{
        margin-bottom: 10px;
    }
    .m-btm{
        margin-bottom: 10px;
    }
    .h-yellow.title-ie, .h-yellow .title-ie-level-01, .h-yellow .title-ie-level-02{
        line-height: 28px;
    }
    /*-------------------------------------013---------------------------------*/
    .flex-wrappper{
        display: block; 
    }
    .flex-wrappper > div{
        min-width: 320px;
        margin: 0 auto 40px;
        padding: 0;
    }
    .flex-wrappper{
        margin-left: 0;
    }
    .flex-wrappper .h3{
        font-size: 15px;
        line-height: 20px;
        margin: 15px 0 2px;
        padding: 0 10px;
    }
    .flex-wrappper .datetime{
        padding: 0 10px;
        font-size: 12px;
    }
    .padding-box .load_more {
        width: 90%;
    }
    .padding-box .flex-wrappper{
        padding-bottom: 0;
    }
    section .padding-box{
        padding-bottom: 20px;
    }
    /*--------------------------------014------------------------------------*/
    .static-box{
        width: 100%;
        min-width: 290px;
        padding-top: 20px;
    }
    .static-box .img-wrap{
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 15px;
    }
    .static-box .img-wrap > span,
    .static-box .img-wrap .img-wrap_right,
    .static-box .img-wrap .img-wrap_contain{
        height: 220px;
    }
    .ya-share2__item {
        margin-top: 8px;
    }
    .static-box_link{
        padding-bottom: 40px;
    }
    .sticky-box{
        float: none;
        padding-top: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .static-box_link .blue_btn{
        font-size: 11px;
    }
    .join-box{
        width: 320px;
        margin: 0 auto;
        padding: 20px 10px;   
    }
    .top-line {
        padding-top: 20px;
        margin-top: 20px;
    }
    .flex-column{
        display: block;
        border: none;
    }
    .flex-column> a:first-child{
        display: block;
        width: calc(100% + 30px);
        margin-left: -15px;
        text-align: center;
    }
    .flex-column__img{
        width: 100%;
        max-width: 360px;
        margin: 0 auto 15px;
    }
    .mob-relative{
        position: relative;
        padding-bottom: 200px;
    }
    .mob-relative .sticky-box{
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
    }
    .sticky-box_margin {
        margin-bottom: 0;
    }
    .fetcher-line {
        padding-top: 0;
        margin-bottom: 40px;
        border: none;
    }
    .mob-relative .static-box{
        padding-top: 0
    }
    .flex-column .yellow{
        font-size: 17px;
    }
    .flex-column .blue{
        margin-top: 5px;
    }
    .contact-wrap .flex > div{
        max-width: 100%;
        margin: 0 0 25px;
    }
    .contact-wrap .flex{
        display: block;
    }
    .contact-wrap {
        padding: 30px 0 0;
    }
    .title-ie.yellow{
        font-size: 15px;
    }
    .contact-wrap h2 {
        margin-bottom: 15px;
    }
    .contact-wrap:last-child {
        padding-bottom: 20px;
    }
    .contact-wrap .flex > div:last-child {
        margin: 0;
    }
    .contact-wrap .map{
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 30px;
    }
    .sm_blocks.sm_blocks_txt > div.sm_blocks__box,
    .sm_blocks.sm_blocks_txt > div.sm_blocks__box:nth-child(6n){
        margin-bottom: 80px;
    }
    .sm_blocks.sm_blocks_txt > div.sm_blocks__box p{
        font-size: 14px;
    }
    .wrapper-btm{
        padding: 0 10px 20px;
    }
    .order-box{
        border: none;
        border-top: 1px solid #e0e0e0;
        padding: 20px 0 0;
        margin-top: 25px;
    }
    .order-box .h-yellow{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .order-box .control-box:not(:last-child){
        margin-bottom: 35px;
    }
    .calc-link{
        margin-top: -10px;
    }
    .join-box_order .price{
        font-size: 27px;
    }
    .join-box_order button{
        font-size: 15px;
    }
    .join-box_order button .rght_pointer{
        font-size: 20px;
    }
    .sticky-box__help{
        width: 320px;
        margin: 0 auto;
        padding: 30px 10px;
        border-bottom: 1px solid #e0e0e0;
    }
    a.table-body:hover{
        background-color: transparent;
    }
    .order-table {
        font-size: 13px;
        line-height: 18px;
        border-top: 1px solid #e0e0e0;
        padding-top: 15px;
        display: block;
        min-width: 300px;
    }
    .order-table .table-body > div:first-child {
        width: 100%;
    }
    .order-table .table-body > div {
        padding: 0 0px 10px!important;
    }
    .order-table .table-body {
        margin-bottom: 15px;
    }
    .order-table .table-body:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .cabinet-menu{
        bottom: -20px;
        width: 100%;
    }
    .cabinet-menu .hidden_mob{
        display: none;
    }
    .cabinet-menu .dropdown{
        width: 300px;
        background-color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        color: #333;
        letter-spacing: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
    }
    .cabinet-menu .dropdown.open{
        border-radius: 5px 5px 0 0;
    }
    .cabinet-menu .dropdown > p{
        height: 55px;
        line-height: 55px;
        padding: 0 20px; 
    }
    .cabinet-menu .dropdown > p::after {
        top: 1px;
        right: 20px;
        font-size: 23px;
        font-weight: 400;
    }
    .cabinet-menu .dropdown-menu ul li a{
        color: #333;
        width: 100%;
        height: 40px;
        opacity: 1;
        text-align: left;
    }
    .cabinet-menu .dropdown-menu::before,
    .cabinet-menu .dropdown-menu::after{
        display: none;
    }
    .cabinet-menu .dropdown-menu{
        padding-top: 0;
        border-top: 1px solid #e0e0e0;
    }
    .main-banner .main-banner__inner .max-header{
        font-size: 22px;
        line-height: 30px;
    }
    .moto-table{
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }
    .moto-table .table__img_lg {
        max-width: 120px;
        margin: 0 0 15px 15px;
    }
    .moto-table .table-body > div {
        padding: 0 !important;
    }
    .moto-table .table-body{
        position: relative;
        font-size: 13px;
        line-height: 18px;
        padding-bottom: 15px;
    }
    .moto-table .table-body > div:last-child{
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .btn_mob{
        display: block;
        min-width: 280px;
        max-width: 300px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .control-box__textarea > div.input-box {
        width:100%;   
    }
    .control-box__textarea > div.input-box{
        min-width: 290px;
    }
    .user-info .textarea_lg textarea{
        max-width: 100%;
        width:100%;
        min-width:100%;
    }
    .user-info .textarea_icon textarea {
        padding-right: 70px;
    }
    .user-info .textarea_icon .textarea{
        padding: 10px 60px 10px 10px;
        height:auto;
        min-height: 100px;
    }
    .user-info .textarea_icon .edit.act-btn{
        top:21px;
        right:21px;
    }
    .user-info .textarea_icon .del.act-btn{
        top:unset;
        bottom:21px;
        right:24px;
    }
    .user-info .add-link{
        margin-top:-15px;
    }

    .act-btn.pointer{
        right: 0;
    }
    .act-btn.pointer::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 21px;
        font-weight: 700;
    }
    .contact-wrap .user-info {
        margin-bottom: 25px;
        border-bottom: 1px solid #e0e0e0;
    }
    .user-info + div .btn_red {
        margin: 0 auto 15px;
    }
    .top-info {
        font-size: 15px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
        margin: 15px 0 -15px;
    }
    .top-info > p{
        display: block;
    }
    .top-info > p:first-child{
        margin-bottom: 5px;
    }
    .top-info .black{
        font-size: 14px;
    }
    .top-info .grey.lg{
        display: none;
    }
    .brand__table .article .grey.hidden_desc{
        display: block;
    }
    .brand__table .table-body > div.price_cell_mob{
        padding-left: 85px;
    }
    .total_box_extra + .btn_red + .btn_grey{
        float: none;
        margin-right: auto;
    }
    .total_box_extra p {
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        margin-right: 40px;
    }
    .total_box_extra p:last-child {
        display: block;
        margin: 10px 0 0;
    }
    .total_box_extra p span:first-child {
        width: auto;
        display: block;
        margin-bottom: 5px;
    }
    .news-block.slider{
        max-width: 410px;
        margin: 0 auto;
    }
    section.news .slick-list {
        margin-left: 0;
    }
    .fetcher a.hidden_mob,
    .fetcher span.hidden_mob{
        display: none;
    }
    .modal-info{
        max-height: 100%;
    }
    .modal-info .modal-body{
        padding: 0;
    }
    .modal-info .modal-body button{
        float: right;
        margin-top: 15px;
        width: 45px;
    }
    .modal-info .modal-header .modal-title{
        padding-top: 20px;
        font-size: 25px;
    }
    .product_inner .video .layer{
        height: 140px;
    }
    .product_inner .video iframe{
        max-width: 320px;
    }
    .modal__size .table-body > div:hover{
        background-color: transparent;
    }
    .control-box__flex{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;   
    }
    .control-box__flex .img{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .control-box__flex > div .black{
        display: none;
    }
    .control-box__flex > p{
        width: calc(100% - 60px);   
    }
    .control-box__flex p > span{
        width: 100%;
    }
    .control-box__flex p .blue {
        font-size: 12px;
        line-height: 16px;
    }
    .control-box__flex .product-info__cnt{
        margin: 15px 0 5px 60px;
    }
    .control-box__flex + .control-box__half{
        margin: 0 0 20px;
    }
    .control-box__flex + .control-box__half + .control-box__half{
        width: 100%;
    }
    .join-box .bg-opacity{
        top:0px;
        height:100%;
    }
    .wrapper__top-inner .breadcrumbs{
        max-width: calc(100vw - 30px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;  
    }
    button.cart.artbtn-cart{
        left:10px;   
    }

}
@media only screen and (max-width: 768px){
    .nav .main-nav li:first-of-type{
        right: 10px;
    }
    .postpay-box{
        display: block;
        width: 100%;
        right: 0;
        float: none;
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 480px){
    section .big_blocks .brand-slider,
    section .big_blocks.original .block_with_img{
        max-width: 260px;
    }
    section.razdels .brand-slider::before{
        width: 250px;
    }
    .brand-slider .slick-slide {
        margin: 15px 10px 0;
        max-width: 75px;
    } 
    .brand_box .transp-slider .slick-list{
        max-width: 260px;
    }

}

/* MOBILE END */

