


html,
body {
font-family: 'Montserrat', sans-serif;
    font-weight: 400;
color: #101010;
      font-size: 16px;
}
body{
        overflow-x: hidden;
  background: #f3f4f6;  
}


body.is-ready #page-preloader {
    opacity: 0!important;
    visibility: hidden!important;
    z-index: -1;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: none;
}

input {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.flex{
    display: flex;
    flex-wrap: wrap;
    
}
.flex_s{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_s_a{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex_a{
     display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.container_content {
    width: 1438px;
    margin-right: auto;
    margin-left: auto;
   
}

.fr-name {
    display: none!important;
}
header{
    background: #fff;
}

body::-webkit-scrollbar {     width: 7px;
    height: 0px;}
body::-webkit-scrollbar-button {  display:none; }
body::-webkit-scrollbar-track {      background: transparent;}
body::-webkit-scrollbar-thumb {     height: 176px;
background-color: #2c2030;
    border-radius: 0px;
cursor: pointer;
  
 
}

.h_t_inner{
min-height: 64px; 
    
    border-bottom: 1px solid #c7c7c7;
}

.h_t{
    width: 100%;

}
.h_t_left{

    
}
.h_t_geo{
    cursor: pointer;
}
.h_t_geo span {
    font-size: 13px;
    /* padding-bottom: 3px; */
    /* border-bottom: 1px solid #bdbdbd; */
    margin-left: 8px;
}

nav a {
    font-size: 14px;
  
       margin-right: 37px;
}
nav a:last-child{
    margin-right: 0px;
}
nav{
    margin-right: 85px;
}

.link{
    display: inline-block;
    position: relative;
}

.link:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.link:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #101010;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    bottom: -8px;
    left: 0px;
    margin-bottom: 4px;
    margin-right: 5px;
}
.h_t_right a{
  
    color: #010101;
}
.h_t_right .h_t_mail{
    font-size: 14px;

       font-weight: 700;  
}
.h_t_right .h_t_tel{
    font-size: 15px;

       font-weight: 700;
    margin-left: 18px;
    padding-left: 18px;
    border-left: 1px solid;
}
.h_c_logo_left {
    font-weight: 900;
    color: #11116f;
    /* font-size: 32px; */
    /* line-height: 32px; */
    padding: 0px 0px;
    padding-right: 9px;
    /* padding: 1px 0px; */
    margin-right: 10px;
    padding-bottom: 6px;
   position: relative;
}

.h_c_logo_left:after{
  content: "";
    position: absolute;
    right: 0px;
    top: 11px;
    height: 25px;
    width: 1px;
    background: #343434;
}
.h_c_inner{
    min-height: 98px;
}
.h_c {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 15.48px 2.52px rgb(57 57 57 / 8%);
}
.h_c_logo_right{
color:  #11116f;
         font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}
.h_c_logo_box{
    cursor: pointer;
}

 .t-btn {
    border: none;
    position: relative;
    transition: 500ms ease all;
    outline: none;
    overflow: hidden;
background: #11116f;
     color: #fff;
      cursor: pointer;
}

.stripe{
    border: none;
    position: relative;
    transition: 500ms ease all;
    outline: none;
    overflow: hidden;
    z-index:1;

    }
    .stripe:hover{
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    }
   
    .stripe:before , .stripe:after ,  .stripe span.st:before ,  .stripe span.st:after {
    content: '';
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #517cf7;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
    .stripe:before{
    top: 0;
    left: 0;
}
    .stripe:after{
    top: 0;
    left: 50%;
}
    .stripe span.st:before{
    top: auto;
    bottom:0px;
    left: 25%;
}
    .stripe span.st:after{
    top: auto;
    bottom:0px;
    left: 75%;
}    
    
    .stripe:hover:before,  .stripe:hover:after , 
    .stripe:hover span.st:before, .stripe:hover span.st:after
    
    {
        height: 80px;
}

.h_c_catalog_in{
    padding: 14px;
padding-right: 20px;
    padding-left: 48px;
    border-radius: 4px;
      font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background: #ececec;
    color: #010101;
}

.h_c_catalog_in:hover{
    color: #fff;
}
.burg_s span{
    width: 18px;
    height: 1px;
    background: #101010;
    margin-bottom: 4px;
    transition: 0.3s ease;
}

.burg_s span:nth-child(2){
    background: #11116f;
}

.h_c_catalog_in:hover .burg_s span{
    background: #fff;
}
.burg_s span:last-child{
    margin-bottom: 0px;
}
.burg_s{
  position: absolute;
    left: 14px;
    top: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
        align-items: flex-end;
}


.h_search_box {
    width: 23.6%;
}

.h_search_box form {
    width: 100%;
    position: relative;
}

.sidebar__search-input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: transparent;
    border: none!important;
    border-bottom: 1px solid #cbcbcb!important;
    outline: 0;
    color: #666666;
    padding-top: 0px;

    font-size: 12px;
    font-weight: 400;
    padding-right: 44px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: 43px;
    padding-left: 0px;
}
.sidebar__search-input:hover{
    border-bottom: 1px solid #938f8f;
}

.sidebar__search-submit {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    right: 1px;
    width: 50px;
    height: 100%;
    top: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

.h_boxing_box {
 padding: 14px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
   
}
.h_t{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.h_second_row {
    transition-delay: 0.5s;
}
.is-ready .row__grey {
    opacity: 1;
    -webkit-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

.row__grey {
    position: relative;
    opacity: 0;
    -webkit-transition: all 2.8s ease;
    transition: all 2.8s ease;
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}


.is-ready .row__grey:before {
    -webkit-transform: translate3d(calc(0% - 10px), 0, 0) skew( 254deg);
    transform: translate3d(calc(0% - 10px), 0, 0) skew( 254deg);
}

.row__grey:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 123%;
    width: 152%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(calc(-100% - 10px), 0, 0) skew( 254deg );
    transform: translate3d(calc(-100% - 10px), 0, 0) skew( 254deg );
    -webkit-transition: -webkit-transform 2.3s ease;
    transition: -webkit-transform 2.3s ease;
    transition: transform 2.3s ease;
    transition: transform 2.3s ease, -webkit-transform 2.3s ease;
}

.h_second_row:before {
    transition-delay: 0.5s;
}
.h_boxing_box img{
 position: absolute;
    left: 19px;
    top: 11px;
}


.n_sl_post_text p{
      font-weight: 500;
    font-size: 16px;
}
.slider_f_title{
     font-weight: 700;
    font-size: 36px;
      text-transform: uppercase; 
}

.n_sl_btn .blue__btn{
display: inline-block;
    padding: 12px 30px;
    /* padding-right: 16px; */
    /* padding-left: 40px; */
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    background: transparent;
    color: #11116f!important;
    border: 1px solid #11116f;
}

.n_sl_btn .blue__btn:hover{
     color: #fff!important;
       border: 1px solid #4d71da;
}
.slider_f_title{
    margin-bottom: 10px;
}
.slider_f_box{
    position: relative;
}

.slider_f_title_big{
  position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 221px;
    color: #e5e5e5;
    line-height: 160px;
    font-weight: 700;
}
.n_sl_post_text{
    margin-bottom: 52px;
}
.slider_f_box_info{
padding-left: 0px;
        padding-top: 132px;
        width: 46.5%;
    
}

.slider_f_box{
    width: 100%;
    height: 621px;
}


.slider_f_box_img{
    width: 39.5%;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0px;
    padding-bottom: 7px;
    position: relative;
      z-index: 2;
}
.new__slider_cont{
    max-height: 621px;
    overflow: hidden;
}

header{
    z-index: 3
        ;
    position: relative;
}


.nav__our {
    position: absolute;
    left: 0px;
    bottom: 34px;
    margin-left: 74px;
    width: 440px;
}
.new__slider_cont{
    position: relative;
}
.slider_nav_box {
    cursor: pointer;
}
.slider_nav_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 10px;
}


.slider_nav_num{
       color: #747474;
    transition: 0.2s ease;
    font-size: 14px;
     font-weight: 700;
    flex: none;
    margin-right: 7px;
}
.slider_nav_line{
    height: 2px;
    width: 100%;
    background: #d3d3d3;
    position: relative;
    
}

.slider_nav_line:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #11116f;
    width: 0%;
    height: 2px;
}

.add  .slick-current .slider_nav_line:before {
    width: 100%;
    transition: 5s linear;
}

.add  .slick-current .slider_nav_num{
    color: #11116f;
}
.slider_nav_box{
    cursor: pointer;
}
.slider_f_title{
   
    transition-delay: .2s;
}
.slider_f_title_model{
     color: #11116f;
    font-size: 60px;
    
    font-weight: 700;
    margin-bottom: 25px;
        transition-delay: .3s;
}

.n_sl_post_text{
     transition-delay: .4s;
}
.n_sl_btn{
     transition-delay: .5s;
}
.sl_amim {
    display: inline-block;
    -webkit-transform: translateY(20px) rotateX(-30deg);
    transform: translateY(20px) rotateX(-30deg);
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    opacity: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
}


.add .slick-current  .sl_amim  {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
}

.new__slider{
    position: relative;
    overflow: hidden;
     
}

.line__row__box {
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
}

.line__row__box_r {
    position: absolute;
       right: 19.8%;
    height: 100%;
    top: 0px;
}

.line__scroll_r {
    transition: 0.5s ease-out;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
}



.line__scroll {
    transition: 0.5s ease-out;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
}

.line__scroll1{
  width: 189px;
    height: 567px;
}
.line__scroll2{
  width: 67px;
    height: 220px;
    top: 40px;
}
.line__scroll3{
  width: 82px;
    height: 219px;
    top: 0px;
}
.line__scroll4{
  width: 119px;
    height: 188px;
       left: 15px;
}
.slider_f_box{
   
}


.line__scroll1_r{
  width: 360px;
    height: 567px;
}
.line__scroll2_r{
 width: 215px;
    height: 340px;
    bottom: -83px;
    right: 130px;
}

.line__scroll3_r{
 width: 311px;
    height: 488px;
    bottom: -137px;
    right: 5px;
}
.line__scroll4_r{
     width: 251px;
    height: 395px;
    bottom: -93px;
    right: 6px;
}
.slider-for{
        z-index: 2;
}

.line__scroll{
   transform: translate(-70%, -80%);
    
}

.line__scroll1{
    transform: translate(-70%, -80%);
    transition: 4s ease;
}

.line__scroll2{
    transform: translate(-100%, -110%);
    transition: 1s ease;
}
.line__scroll3{
    transform: translate(-20%, -30%);
    transition: 0.6s ease;
}
.line__scroll4{
    transform: translate(-10%, -20%);
    transition: 0.6s ease;
}
.is-ready .line__scroll{
 transform: translate(0px, 0px);  
}
.line__scroll:nth-child(1){
     transition-delay: .1s;
}
.line__scroll:nth-child(2){
     transition-delay: .2s;
}
.line__scroll:nth-child(3){
     transition-delay: .3s;
}
.line__scroll:nth-child(4){
    
     transition-delay: .4s;
}






.line__scroll_r{
 transform: translate(-45%, 100%);
      
}
.line__scroll1_r{
 transform: translate(-45%, 100%);
        transition: 3s ease;
}
.line__scroll2_r{
 transform: translate(-25%, 80%);
        transition: 1s ease;
}
.line__scroll3_r{
 transform: translate(-15%, 70%);
        transition: 1s ease;
}

.line__scroll4_r{
 transform: translate(-55%, 110%);
        transition: 2s ease;
}

.is-ready .line__scroll_r{
 transform: translate(0px, 0px);  
}

.line__scroll_r:nth-child(1){
     transition-delay: .1s;
}
.line__scroll:nth-child(2){
     transition-delay: .2s;
}
.line__scroll:nth-child(3){
     transition-delay: .3s;
}
.line__scroll:nth-child(4){
    
     transition-delay: .4s;
}
.search__auto_block{
    margin-top: 110px;
    margin-bottom: 85px;
}

.search__auto_part{
   width: 47.7%;
    
}
.search__auto_box{
    width: 100%;
    position: relative;
      border-radius: 7px;
    
    overflow: hidden;
}
.search__auto_header{
    height: 57px;
    background-color: #2c2030;
    color: #fff;
      position: relative;
       overflow: hidden;
}
.search__auto_header_img{
     position: absolute;
    right: -9px;
    top: -35px;
}
.p_l_r{
    padding-left: 45px;
    padding-right: 45px;
}
.search__auto_header span{
    text-transform: uppercase;
       font-weight: 700;
    font-size: 12px;
}

.search__auto_header p{
      text-transform: uppercase;
       font-weight: 700;
    font-size: 24px;
    padding-left: 12px;
}
.search__auto_sel_info{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form___select {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-bottom: 22px;
}

.form___select select {
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #d3e7dc;
    padding: 14px;
    background: #f3f4f6;
  transition: 0.3s ease;
    color: #2c2030;
      font-weight: 500;
    outline: none!important;
    text-decoration: none;
    width: 100%;
      border-width: 1px;
  border-color: rgb(239, 237, 237);
  border-style: solid;
  border-radius: 3px;
}


.num_n_button.add2 {
          top: 20px;
    border-top: 2px solid #020202;
    border-right: 2px solid #020202;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: 0.2s ease;
}
.num_n_button {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}
.num_n_button {
    transform: rotate( 315deg );
    border: none;
    outline: none;
    border-color: #0a1b3c;
    position: absolute;
    right: 15px;
    width: 9px;
      top: 16px;
    padding: 0px;
    height: 9px;
  border-radius: 1.5px;
    border-bottom: 2px solid #020202;
    border-left: 2px solid #020202;
    -webkit-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}


.form___select select:hover{
        border: 1px solid #c3c3c3;
}

.form___sub_cont button.t-btn{
        padding: 15px 40px;
outline: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.form___sub_cont{
    padding-top: 20px;
    text-align: center;
}
.search__auto_box{
    transition: 0.3s ease;
}
.search__auto_box:hover{
    box-shadow: 3px 6px 11px 3px rgb(215 215 215);
}

.nav__our {

    z-index: 2;
}
h3{
    font-weight: 600;
  
    margin-bottom: 70px;
    font-size: 34px;
}
h2{
    font-weight: 600;
 
    margin-bottom: 70px;
    font-size: 48px;
}
.bg_w{
    background: #fff;
    
}

.ad_v_cont{
    padding-top: 70px;
    padding-bottom: 10px;
}
.ad_v_box{
    width: 31.8%;
   
    padding-bottom: 30px;
    
}
.ad_v_cont_inner .ad_v_box:nth-child(3n){
   padding-left: 42px;
     border-right:none;
}
.ad_v_cont_inner .ad_v_box:nth-child(3n-1){
    width: 36%; 
    padding-left: 42px;
    padding-right: 25px;
}
.ad_v_cont_inner .ad_v_box:nth-child(3n-2){
   padding-right: 25px;
}
.ad_v_title{
color: #101010;
    font-size: 18px;
    min-height: 90px;
       font-weight: 700; 
}
.ad_v_text{
    font-size: 14px;
    color: #101010;
    line-height: 24px;
}
.ad_v_block{
margin-bottom: 65px;    
}
.nav__our_change___p{
    min-height: 105px;
}

.nav__our_change{
    width: 100%;
}



.active.row__grey2 {
    opacity: 1;
    -webkit-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

.row__grey2 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 2.8s ease;
    transition: all 2.8s ease;
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}


.active.row__grey2:before {
    -webkit-transform: translate3d(calc(0% - 10px), 0, 0) skew( 254deg);
    transform: translate3d(calc(0% - 10px), 0, 0) skew( 254deg);
}

.row__grey2:before {
      content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 220%;
    width: 210%;
    height: 100%;
    max-height: 813px;
    background: #f3f4f6;;
    -webkit-transform: translate3d(calc(-100% - 10px), 0, 0) skew( 254deg );
    transform: translate3d(calc(-100% - 10px), 0, 0) skew( 254deg );
    -webkit-transition: -webkit-transform 2.3s ease;
    transition: -webkit-transform 2.3s ease;
    transition: transform 2.3s ease;
    transition: transform 2.3s ease, -webkit-transform 2.3s ease;
}
.ad_v_block{
    overflow: hidden;
}

.ad_v_cont_inner{
    padding-top: 25px;
}

.quantity {
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    width: 100%;
        background: #f3f4f6;
    border-radius: 27px;
}

.quantity .quantity_butt {
    display: flex;
    width: 25px;
    height: 39px;
    padding: 0;
      font-weight: 700; 
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-right: none;
    cursor: pointer;
    transition: 0.3s ease;
    background: transparent;
    color: #11116f;
    font-weight: normal;
    font-size: 13.5px;
    font-weight: normal;
    transition: 0.3s ease;
 
}

.quantity input.qty {
      font-size: 13.5px;
    position: relative;
     font-weight: 700; 
    z-index: 2;
    color: #343434;
    display: inline-block;
    width: 25px;
    height: 39px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
    border: none;
    border-right: none;
    transition: 0.3s ease;
}

.hits_block{
overflow: hidden;
}
.hits_slider{
 margin: 0 -10px;   
}
.hit_box{
margin: 0 10px;
    border-width: 1px;
  border-color: #cbcbcb;
  border-style: solid;
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
    padding: 17px;
    padding-bottom: 33px;
     transition: 0.3s ease;
}

.hit_box:hover{
    border-color: #11116f;
 
}


.hit_category{
color:  #666666;
    font-size: 12px;
     font-weight: 500;
}

.hit_img{
    height: 338px;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    justify-content: center;
    align-items: center;
}
.hit_title a{
color: #2c2030;
    font-size: 14px;
        font-weight: 600;
}

.hit_title{
      min-height: 66px;
}

.hit_price_top{
color:  #666666;
    font-size: 11.5px;
    margin-bottom: 12px;
      font-weight: 500;
}
.hit_title a:hover{
   color: #11116f;
    
}
.hit_price{
       font-weight: 700; 
    color: #010101;
   
    
}
.rub{
    font-size: 16px;
    padding-right: 5px;
    padding-top: 2px;
}
.hit_price_now{
  font-size: 23px;  
     min-height: 58px;
}

.quantity_butt.minus{
    padding-left: 5px;
    padding-bottom: 1px;
}
.quantity_butt.plus{
    padding-right: 5px;
    
}

.hit_btns_right button {
    padding: 13px;
    padding-right: 34px;
    padding-left: 62px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 11.5px;
    text-transform: uppercase;
}
.hit_btns_right button img{
       position: absolute;
    left: 33px;
    top: 11px;
}
.hits_block{
    margin-bottom: 50px;
}

.hits_slider .slick-track{
  margin-left: 0px;  
}


.dots_slider .slick-dots{
       display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
 margin-top: 50px;
}

.dots_slider .slick-dots button{
     border: none;
    background: #d3d3d3;
    border-radius: 50%;
    color: transparent;
    padding: 0px;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease;
    overflow: hidden;
    border: 1px solid;
}

.dots_slider .slick-dots .slick-active button{
        background: #11116f;
    width: 28px;
       height: 7px;
    border-radius: 50px;
    backface-visibility: hidden;
}

.q_v_cont {
    padding-top: 30px;
    padding-bottom: 40px;
}
.q_v_block , .q_v_cont{
    overflow: hidden;
}

.n__q_ot_row {
    cursor: pointer;
    display: flex;
    margin-bottom: 3px;
}
.n__q_ot_left {
    width: 100%;
    background: #fff;
    padding: 0px 35px;
}

.n__q_ot_left_title {
    color: #101010;
    font-size: 18px;
          font-weight: 600;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.3s ease;
}

.n__q_ot_right {
    margin-left: 3px;
    flex: none;
    width: 100px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 38px;
    transition: 0.3s ease;
}

.n__q_ot_right span {
    transform: rotate( 315deg );
    border: none;
    outline: none;
    border-color: #0a1b3c;
    position: relative;
    left: 0px;
    width: 16px;
    padding: 0px;
    height: 16px;
    -webkit-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    border-bottom: 3px solid #2a3031;
    border-left: 3px solid #2a3031;
    transition: 0.3s ease;
    display: inline-block;
}

.n__q_ot_row.add3 .n__q_ot_right span {
    transform: rotate( 135deg );
    border-bottom: 3px solid #11116f;
    border-left: 3px solid #11116f;
    transition: 0.3s ease;
    display: inline-block;
  
}

.add3 .n__q_ot_left_title{
    color: #11116f;
}

.n__q_ot_left_drop {
   color: #101010;
    font-size: 18px;
       line-height: 24px;
    padding-top: 50px;
    padding-bottom: 70px;
}
.q_v_block{
    margin-bottom: 20px;
}
.content_inner p{
    margin-bottom: 20px;
    
}

.content_inner ul{
padding-left: 20px;}
.content_cont h2{
    margin-bottom: 44px;
}

.f__t{
    background: #101010;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 0px;
}

footer .h_c_logo_left{
    border-right-color: #fff;
    
}
footer .h_c_logo_right{
    color: #fff;
    
}
.f_top_col2{
        width: 54.7%;
}

footer .h_search_box {
    width: 100%;
    margin-bottom: 80px;
}
.f_t__category_col{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

footer .sidebar__search-input{
       font-weight: 600;
    font-size: 16px;
}
.f_t__category_col a{
    font-size: 20px;
      font-weight: 600;
    margin-bottom: 23px;
}

.f_t__category_col a.strong{
   
}

.f_top_col3{
        display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.f_top_col3 .h_t_tel{
    font-size: 18px;
        font-weight: 700;
    margin-bottom: 18px;
        margin-top: 16px;
}

footer{
        background: #101010;
}
.f_top_col3 .h_t_mail{
    font-size: 16px;
        font-weight: 700;
    margin-bottom: 40px;
}

footer .link:after{
    background: #fff;
}
.f_top_col3 p{
    font-size: 14px;
     font-weight: 500;
    margin-bottom: 5px;
    
}
.f_top_col3 .map{
    font-size: 12px;
}
.f__b{

}
.f__b_cont a , .f__b_cont p{
    color: #7d7d7d;
    font-size: 12px;
    
}


.f__b_cont a{
    margin-right: 70px;
}

.f__b_cont a:hover{
    color: #11116f;
}


.m_g_15{
    margin-left: -15px;
}


.progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  overflow: hidden;
  
  background-color: #e3e3e3;
  background-image: linear-gradient(to right, #11116f, #11116f);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .7s ease;
}

.new__slider_cont .btn-juliet{
   border: none;
    background: none;
    outline: none;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: -72px;
}
.progress_our{
    width: 53%;
}
.nav__our_num_cont{
        width: 22%;
}
.slider-nav__box span{
    cursor: pointer;
    display: inline-block;
    margin-right: 37px;
      font-weight: 500;
    color: #b0b0b0;
    font-size: 24px;
    transition: 0.3s ease;
}
.slick-current  .slider-nav__box span{
    color: #101010;
    
}

.new__slider_cont .btn-juliet#prev{
        margin-right: 76px;
}

.new__slider_cont .btn-juliet#next{
      transform: rotate(180deg);
    margin-right: 15px;
    bottom: -69px;
}
.pus_post_text{
    font-size: 16px;
    line-height: 26px;
    color: #101010;
        font-weight: 500;
}

.link4{
   font-size: 15px;
    line-height: 26px;
    color: #101010;
        font-weight: 500;  
    border-bottom: 1px solid #a8a8a8;
   
}
.pus_post_link{
    margin-top: 30px; 
}

.link4:hover{
 border-bottom: 1px solid transparent;    
}
.f__part_49{
    width: 49%;
}
.pus_t_top{
    padding-top: 100px;
    padding-bottom: 84px;
}
.tabs li {
    list-style: none;
}

.choice_conteiner .tabs{
 background: #f8f8f8;
   
  
}
.choice_conteiner .tabs li{

    
}
.choice_conteiner .tabs li a{
    min-height: 112px;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #939393;
    transition: 0.3s ease;
    font-size: 20px;
       font-weight: 600;
}
.choice_conteiner .tabs li.current a{
    color: #101010;
    
}

.choice_conteiner .tabs{
    position: relative;
}
.red__line{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #cbcbcb;
    height: 2px;
    width: 100%;
    
}
.red__line:after{
    content: "";
    position: absolute;
    left:0px;
    top: 0px;
    background: #11116f;
    height: 2px;
    width: 94px;
    transition: 0.5s ease;
    
  transform: translateX(79px);
}
.tabs li:nth-child(2).current ~ .red__line:after{
    transform: translateX(322px);
}

.tabs li:nth-child(3).current ~ .red__line:after{
 transform: translateX(566px);
}
.tabs li:nth-child(4).current ~ .red__line:after{
   
}

.choice_conteiner .tabs li a:hover{
        color: #101010;
}
.p_item_box{
    cursor: pointer;
}

.zaglushka{
    height: 0px;
    visibility: hidden;
    padding: 0px;
     margin: 0px!important;
    
}
.p_item_box{
    width: 24.7%;
    margin-top: 58px;
    
}
.p_item_img{
background: #f8f8f8;
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 333px;
    width: 100%;
    
}
.p_item_title{
    padding-top: 32px;
    
}
.p_item_title a{
    color: #101010;
    font-size: 13.5px;
        font-weight: 600;
    line-height: 18px;
}

.p_item_box:hover .p_item_title a{
    color: #11116f;
}
.p_more{
    margin-top: 58px;
    text-align: center;
}

.b_more {
    display: inline-block;
    padding: 12px 30px;
    /* padding-right: 16px; */
    /* padding-left: 40px; */
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    background: transparent;
    color: #2c2030!important;
    border: 1px solid #c3c3c3;
    transition: 0.3s ease;
}

.b_more:hover{
    color: #fff!important;
border: 1px solid #4d71da;
}
.tabs_item{
    padding-bottom: 70px;
}
.bg_red{
background: #11116f;
    
}
.fast_v_cont{
    padding-top: 38px;
    padding-bottom: 38px;
}
.fast_v_part_title{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 28px;
      font-weight: 700;
}
.fast_v_part_text{
    color: #fff;
    font-size: 18px;
      font-weight: 500;
}

.fast_v_part_left{
        width: 48%;
}
.fast_v_t{
      color: #fff;
      font-size: 14px;
    margin-bottom: 17px;
}
.fast_v_a a{
    color: #fff;
    
    font-size: 30px;
      font-weight: 700;
}
.fast_v_box1{
    margin-right: 56px;
}
.fast_v_part_right{
padding-top: 25px;
}
.fast_v_block{
    margin-bottom: 110px;
}
.about_v_cont{
    padding-top: 90px;
    padding-bottom: 78px;
}

.about_v_left{
 
    width: 42%;
}
.about_v_title{
    color: #101010;
    font-size: 18px;
     font-weight: 500;
    line-height: 26px;
        margin-bottom: 34px;
}
.about_v_num{
    font-size: 60px;
     line-height: 26px;
         font-weight: 600;
}
.about_v_num span{
     line-height: 26px;
      font-size: 18px;
}
.about_v_col{
    margin-bottom: 82px;
        width: 42%;
}
.about_v_block{
    margin-bottom: 90px;
}
.about_v_row{
    font-size: 15px;
    line-height: 26px;
    color: #101010;
   font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.about_v_list .about_v_row:last-child{
    border-bottom: none;
}
.about_v_right{
        width: 45%;
}

.about_v_in_conut{
       align-items: flex-start; 
}

.ad_v_cont{
    overflow: hidden;
}
.news_v_top {
      align-items: flex-start;  
}
.news_v_date{
    color: #a7a7a7;
    font-size: 14px;
    line-height: 48px;
    
    margin-top: 23px;
}
.news_v_link a{
    font-size: 19px;
   font-weight: 600;
}
.news_v_box{
    cursor: pointer;
    
}
.news_v_box:hover .news_v_link a{
    color: #11116f;
}
.news_v_block{
margin-bottom: 90px;    
}

.hits_container{
    padding-top: 80px;
    padding-bottom: 64px;
}
.nalich_box span{
    color: #11116f;
    font-size: 12px;
      font-weight: 600;
    padding-left: 8px;
}
.art_box{
    font-size: 12px;
}
.art_box span{
    color: #828282;
    
}
.nal_cont{
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}
.n_price_row{
    text-transform: uppercase;
    font-size: 12px;
     font-weight: 600;
    margin: 35px 0;
}
.n_price_row span{
    color: #11116f;
    font-size: 24px;
    line-height: 10px;
    padding-left: 10px;
}
.n_price_row span small{
    font-size: 16px;
} 

 .z_n{
    padding: 14px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}

 .q_n{
    padding: 15px;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 4px;

    font-size: 12px;
     background: #ececec;
     color: #101010;
     
}

.q_n:hover{
    color: #fff;
}

.n__q_ot_cont{
        max-width: 1112px;
}
.red__bottom_form{
    background: #11116f;
    padding: 75px 0; 
}
.red__bottom_form_left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.red__bottom_form .fast_v_t {

    font-size: 18px;
    margin-bottom: 25px;
     font-weight: 600;
}
.f__tel{
    font-size: 48px;
      font-weight: 600;
    color: #fff!important;
    margin-bottom: 45px;
}
.f__mail{
    font-size: 36px;
     color: #fff!important;
      font-weight: 600;
}
.red__bottom_form__top input{
    font-family: 'Montserrat', sans-serif;
    width: 48%;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 13px 0px;
    outline: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
     margin-bottom: 52px;
    
}
.red__bottom_form_right{
        width: 58%;
}

.red__bottom_form__top input::-moz-placeholder { color:#fff; }
.red__bottom_form__top input::-webkit-input-placeholder { color:#fff;}
.red__bottom_form__top input:focus{
    text-decoration: none;
    outline: none;
}
.red__bottom_form__bottom__sogl{
    display: flex;
    
}
.red__bottom_form__bottom__sogl_q{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
}
.red__bottom_form__bottom__sogl span{
color:  #fff;
    font-size: 12px;
     font-weight: 600;
    padding-left: 16px;
}


.form__subm_n {
    display: inline-block;
    padding: 14px 44px;
    /* padding-right: 16px; */
    /* padding-left: 40px; */
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    color: #fff!important;
    border: 1px solid #fff;
}

.form__subm_n:hover{
      border: 1px solid #4d71da;
}
.f__adress_title{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #7d7d7d;
    
}
.f__adress_info{
      font-weight: 600;
    font-size: 16px;
   line-height: 24px;
    color: #fff;
}
.f__adress_info img{
    margin-right: 14px;
}
.f__adress_cont{
    margin-top: 60px;
    margin-bottom: 45px;
}
.dev_link{
    color: #7d7d7d!important;
    font-size: 12px;
}
.f__b___inner{
        padding: 33px 0px;
border-top: 1px solid #353535;
}

.breadcrumbs_inner__page_our {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}






.breadcrumbs_inner__page .breadcrumbs_container a {
    color: #101010;
    cursor: pointer;
 font-size: 12px;
   
}

.breadcrumbs_container a:first-child {
    padding-left: 0;
}



.breadcrumbs_container a {
    padding: 0 13px;
    position: relative;
 
}

.breadcrumbs_inner__page .breadcrumbs_container a span{
    border-bottom: 1px solid #676767;
        transition: 0.2s;
            padding-bottom: 2px;
}


.breadcrumbs_container a:before {
    content: "/";
    position: absolute;
    margin-left: 0px;
    color:#11116f;
    margin-top: -7px;
    font-size: 14px;
    left: -3px;
    top: 50%;
}


.breadcrumbs_container a:first-child:before {
    display: none;
}

.breadcrumbs_inner__page .breadcrumbs_container a:last-child span{
    border-bottom: 1px solid transparent;
}


.breadcrumbs_inner__page .breadcrumbs_container a:hover span{
     border-bottom: 1px solid transparent; 
}

.breadcrumbs_inner__page .breadcrumbs_container a:hover{
    color: #11116f; 
}
.product__main_right h1{
    text-transform: uppercase;
    line-height: 34px;
    font-size: 22px;
    margin-bottom: 30px;
       font-weight: 700;
}

.product__main_inf{
    font-size: 15px;
       font-weight: 500;
    padding: 13px;
    border-left: 2px solid #11116f;
    margin-bottom: 40px;
}
.product__main_right{
    
    width: 55.5%;

}
.product__main_cont{
    padding-top: 40px;
    padding-bottom: 70px;
}


.product__main_right .nalich_box span {
    color: #11116f;
    font-size: 14px;
    font-weight: 600;
    padding-left: 8px;
    text-transform: uppercase;
}

.product__main_right .nal_cont {
    padding-top: 25px;
    border-bottom: 1px solid #ececec;
       border-top: 1px solid #ececec;
    padding-bottom: 25px;
}

.product__main_right .art_box {
    padding: 11px 30px;
     font-weight: 500;
    background: #f8f8f8;
      border-radius: 3px;
  background-color: rgb(248, 248, 248);
    font-size: 14px;
}


.product__main_right .n_price_row {
    text-transform: uppercase;
    font-size: 14px;
    margin: 50px 0px;
}

.product__main_right .n_price_row span {
  
    font-size: 28px;
}


.product__main_right .z_n {
    padding: 14px;
    padding-right: 25px;
    padding-left: 46px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    margin-right: 19px;
}

.plus__product{
    position: relative;
    
}
.plus__product:before{
    content: "";
    position: absolute;
    left: -23px;
    top: 8px;
    width: 16px;
    height: 2px;
    background: #fff;
}

.plus__product:after{
content: "";
    position: absolute;
    left: -16px;
    top: 1px;
    width: 2px;
    height: 16px;
    background: #fff;
    
}

.product__main_right .q_n {
    padding: 15px;
    padding-right: 68px;
    padding-left: 68px;
    border-radius: 4px;
    font-size: 13px;
    background: #ececec;
}


.main__tabs_block__product .choice_conteiner .tabs li:first-child a{
    padding-left: 0px;
}



.main__tabs_block__product .choice_conteiner .tabs{
    background: transparent;
}


.main__tabs_block__product .red__line:after {
    content: "";
 
    width: 281px;

    transform: translateX(0px);
}


.main__tabs_block__product .tabs li:nth-child(2).current ~ .red__line:after {
    transform: translateX(401px);
}

.main__tabs_block__product .tabs li:nth-child(3).current ~ .red__line:after {
    transform: translateX(807px);
}
h3 span{
    color: #11116f;
}
.text_content p{
    margin-bottom: 25px;
    color: #101010;
    font-size: 14px;
    line-height: 22px;
}

h4{
   font-weight: normal;
    font-size: 20px;
      font-weight: 600;
    margin: 30px 0;
    margin-top: 35px;
}
.text_content h3{
    margin-bottom: 50px;
}
.how_get_item_in{
    padding-top: 50px;
}
.text_content ul{
    padding-left: 20px;
    margin-bottom: 20px;
}

.product__main_inf ul{
       padding-left: 20px;
    margin-top: 20px;
}

.text_content ol{
     padding-left: 20px;
    margin-bottom: 20px;
}
.product__main_inf ul li{
    color: #11116f;
}
.text_content ul li{
    color: #11116f;
}
.product__main_inf li span{
    color: #101010;
    font-size: 14px;
    line-height: 22px;
    
}
.text_content ul li span{
    color: #101010;
    font-size: 14px;
    line-height: 22px;
    
}

table{
    width: 100%;
    font-size: 14px;
        border-collapse: collapse;
}


table tr td{
     padding: 21px 10px;
    border-right: 1px solid #ededed;
    text-align: center;
}
table tr td:first-child{
   text-align: left;
    padding-left: 25px;
    
}

table tr td:last-child{
  border-right: none;
    
}

.teh_content_left{
  width: 41.2%;
}

table tr:nth-last-child(2n-2){
    background: #f8f8f8;
}

.teh_content {
padding-top: 40px;    
}

.int_content{
    padding-top: 90px;
}


.teh_content_left{
  width: 41.2%;
}
.teh_content_right{
    width: 55.3%;
    
}

.teh_content_img{
    width: 100%;
    height: 617px;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}
.main__tabs_block__product{
    margin-bottom: 130px;
}

.catalog__top_block h1{
       font-weight: 600;


    font-size: 34px; 
}

.catalog__top_block .pus_t_top {
    padding-top: 64px;
}


.catalog__top_block .p_item_box {
      width: 19.7%;
    margin-top: 10px;
}



.catalog__top_block .p_item_img{
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-style: solid;
  background-color: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 7px;
}

.catalog__top_inner_row{
    padding-bottom: 55px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.n__sort_cont p{
    color: #101010;
    font-size: 14px;
     font-weight: 600;
    margin-right: 25px;
}
.n__sort_cont{
        height: 90px;
    justify-content: flex-end;
}

.n__sort_cont a {

   width: 33px;
  height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
  border-radius: 3px;
  background-color: rgb(236, 236, 236);
    cursor: pointer;
    transition: 0.3s ease;
}


.n__sort_cont a img {
    filter: brightness(0);
    transition: 0.3s ease;
}

.n__sort_cont a.s__left{
    margin-right: 12px;
}


.n__sort_cont a.active {
    background: #11116f;

}

.button_sort1.asc{
      background: #11116f; 
}
.n__sort_cont .button_sort1.asc img{
        filter: brightness(1);
}


.button_sort2.desc{
      background: #11116f; 
}
.n__sort_cont .button_sort2.desc img{
        filter: brightness(1);
}



.n__sort_cont a.active img{
        filter: brightness(1);
}


.main__catalog__container .hit_box {
    margin: 0px;

    width: 32.6%;
    margin-bottom: 26px;
}

.pagin_container {
    margin-top: 30px;
        display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.pagination li {
    list-style: none;
    margin-left: 5px;
}


.pagination li.active a {
 

    color: #11116f;
}

.pagination li a {
    list-style: none;
    color: #2c2030;
  width: 43px;
  height: 43px;
   border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(248, 248, 248);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    font-size: 16px;
    transition: 0.3s ease;
     font-weight: 600;
}




.pagination li a:hover{
    color: #11116f;
}
.pagination li.page-item_arr a{
    justify-content: flex-start;
    width: 100%;
    height: auto;
    border: none;
    flex-wrap: nowrap;
}
.main__catalog__block{
    padding-bottom: 55px;
}


.postav__ad_v_title{
    color: #101010;
    font-size: 20px;
       font-weight: 700;
    min-height: 72px;
}
.postav__ad_v_text{
    
color: #101010;
    font-size: 14px;
    line-height: 24px;
    
}
.postav__ad_v_block{
    margin: 70px 0px;
}
.postav__ad_v_box{
    width: 32.5%;
    background: #fff;
    padding: 35px 45px;
}
.max_width{
    max-width: 65%;
}







.modal-wrapper1.open_modal1 {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bc7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
  
}



.modal-wrapper1.open_modal1 .modal_pop_up2 {
    margin-top: 0px;
    opacity: 1;
}


.modal-wrapper2.open_modal2 {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bc7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
  
}



.modal-wrapper2.open_modal2 .modal_pop_up2 {
    margin-top: 0px;
    opacity: 1;
}




 .modal_pop_up2 {
    width: 722px;
}


.modal-wrapper3.open_modal3 {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper3 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bc7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
  
}



.modal-wrapper3.open_modal3 .modal_pop_up2 {
    margin-top: 0px;
    opacity: 1;
}



.content_modal{
width: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
  border-radius: 17px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 33.97px 9.03px rgba(0, 0, 0, 0.27);
    border-radius: 33px;
    
    min-height: 554px;
}


.order___close{
    position: absolute;
    right: 47px;
    top: 30px;
    cursor: pointer;
}

.success_container {
   text-align: center;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 142px;
}

.success_text {
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 65px;
    margin-top: 43px;
}

.success_btn button.t-btn {
    padding: 20px 29px;
    outline: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
 
}
.call__modal_title{
    color: #101010;
    font-size: 30px;
     font-weight: 600;
    margin-bottom: 22px;
}
.call__modal_post{
    font-size: 14px;
    color: #6c6c6c;
}
.call__modal_inner{
    padding: 62px;
    padding-top: 50px;
}

.success_btn button.t-btn{
    font-family: 'Montserrat', sans-serif;
}
.nav_hidden {
    display: none;
}
.h_t_right a img {
    display: none;
}

.attach__item:last-of-type {
    margin-bottom: 0px;
    border-bottom: none;
}
.attach__item {
    border-bottom: #101010 solid 1px;
    padding: 0 0 5px 0px;
    margin: 0 0 5px 0;
}

.attach__up {
    cursor: pointer;
}
.prikr_box {
font-weight: 500;
    color: #101010;
    position: relative;
    margin-left: 70px;
    cursor: pointer;
    margin-top: 9px;
    font-size: 14px;
    transition: 0.3s ease;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    display: inline-block;
    
}


.prikr_box:hover{
   border-bottom:  1px solid transparent;
}





.attach__item {
  border-bottom: #9eb4d0 solid 1px;
  padding: 0 0 5px 0px;
  margin: 0 0 5px 0;
}

.attach__item:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.attach__up {
  cursor: pointer;
}

.attach__edit,
.attach__delete {
  display: none;
  margin-right: 10px;
  cursor: pointer;
        font-size: 14px;
}



.attach__edit {
color: #010101;
}

.attach__delete {
  color: #f00;
}
.attach__name{
    margin-bottom: 5px;
        font-size: 14px;
        color: #010101;
}

.attach__item--attached .attach__up {
  display: none;
}

.attach__item--attached .attach__edit,
.attach__item--attached .attach__delete {
  display: inline-block;
}

.attach__input {
  display: none;
}

.prikr_box:before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    background: url(../image/paper-clip.svg)no-repeat center center;
  
 
    margin-top: -23px;

     border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
      width: 46px;
  height: 46px;
}


.ff__bottom{
    width: 100%;
        margin-top: 28px;
}

.form__inp {
    font-family: 'Montserrat', sans-serif;
        font-size: 14px;
  border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
padding: 15px;
    color: #101010;
        font-weight: 500;
  height: 46px;
width: 100%;
    margin-bottom: 22px;
    
}

textarea.form__inp{
 height: 114px;
}


.form__inp::-moz-placeholder {  color: #101010;}
.form__inp::-webkit-input-placeholder {  color: #101010;}
.form__inp:focus{
    text-decoration: none;
    outline: none;
}
.call__modal_part{
    width: 48%;
}
.call__modal_form{
    margin-top: 47px;
}
.our_over{
    overflow: hidden;
}


.call__modal_form .red__bottom_form__bottom__sogl_q {
  border-width: 1px;
  border-color: rgb(236, 236, 236);
  border-style: solid;
  background-color: rgb(248, 248, 248);

  width: 28px;
  height: 28px;

}

.call__modal_form  .red__bottom_form__bottom__sogl span{
   color:   #101010;
       font-weight: 400;
}

.call__modal_form  .red__bottom_form__bottom__sogl span a{
    color: #7b7b7b;
}


.form__subm_na {
    display: inline-block;
      padding: 16px 44px;
    /* padding-right: 16px; */
    /* padding-left: 40px; */
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #fff!important;
    border: none;
}



.nav__hidden_list {
    display: flex;
       flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #efefef;
}

.nav__hidden_list  a{
        font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
     transition-delay: 0s ;
}

.nav__hidden_list.rell  a:nth-child(1){
    transition-delay: 0.3s ;
}
.nav__hidden_list.rell  a:nth-child(2){
    transition-delay: 0.4s ;
}
.nav__hidden_list.rell  a:nth-child(3){
    transition-delay: 0.5s ;
}
.nav__hidden_list.rell  a:nth-child(4){
    transition-delay: 0.6s ;
    
}

.nav__hidden_list.rell  a{
        opacity: 1;
    transform: translateY(0px);
}


.fotorama__stage {
    overflow: hidden;
    border-width: 1px;
    border-color: #ececec;
    border-style: solid;

  
}

body .fotorama__stage .fotorama__img {
    padding: 35px!important;
}

body .fotorama__thumb-border {
    border-style: solid;
    border-color: #11116f;
    background-image: none;
   
  
}
.product_slider_top .fotorama__nav {
    text-align: left!important;
}

body .fotorama__thumb {
border: 1px solid  #ececec;
 
    background-color: #fff;
}

body .fotorama__nav-wrap{
  margin-top: 0px;  
}

.product__main_left{
        width: 41.3%;
}

.main__catalog__container{
        margin: 0 -2.7px;
}.main__catalog__container .hit_box {
    margin: 0px 2.7px;
  
    margin-bottom: 26px;
}

.hit_img{
    cursor:pointer;
}

.news_v_box{
    cursor: pointer;
    width: 33%;
}

.p_more{
        width: 100%;
}



.simplesearch-highlight{
     font-weight: 600;
}

.simplesearch-result__bottom{
        display: flex;
    flex-wrap: wrap;
}

.simplesearch-result__bottom_left{
    color: #878787;
    line-height: 24px;
        width: 50%;
}


.simplesearch-result{
        margin-bottom: 55px;
}.simplesearch-results-list {
    margin-top: 35px;
}


.simplesearch-results-list .h_boxing_box {
 
    display: inline-block;
}

.simplesearch-results-list .h_boxing_box:hover{
    color:#fff;
}

.service__slider_sale_glav.slider_nav #prev {
   
    margin-left: 3px;
}

.tt_s_p {
    margin-bottom: 20px;
}
.service__slider_sale_glav.slider_nav #next {
    right: 40%;
    margin-right: 3px;
}

.tt_s_p a {
    text-transform: uppercase;
    /* font-family: 'helveticaneuecyr-medium'; */
    font-size: 17px;
     font-weight: 600;
}

.tt_s_p a:hover{
  color: #4d71da;
}
.search__top_block .p_l_r{
    padding-bottom: 40px;
}

.simplesearch-result__bottom_right {
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#mse2_pagination .pagination{
        display: flex;
}

















.modal-wrapper44.open_modal44 {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper44 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b2b2bc7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
  
}



.modal-wrapper44.open_modal44 .modal_pop_up2 {
    margin-top: 0px;
    opacity: 1;
}


.modal__form_form_box {
    margin-top: 70px;
}
.geo__cont {
  
    max-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sd-city-item {
    cursor: pointer;
    margin-bottom: 9px;
    transition: 0.3s ease;
}

.grecaptcha-badge{
        visibility: hidden;
}

.sd-city-item:hover{
        color: #11116f;
}

.n_sl_btn{
        width: 100%;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]{-webkit-border-radius:0px;    border-radius: 0px;}

.news_v_box{
    margin-bottom: 50px;
}


.teh_content_left_doc{
        width: 100%;
            flex-wrap: nowrap;
}





.h_t_geo span{
    display:none;
}
.h_t_geo span.fff{
    display:inline-block;
}
.sd-city-item.active{
    color: #11116f;    pointer-events: none;
}



.p_item_title__border{
  
    border-width: 1px;
    border-color: #cbcbcb;
    border-style: solid;
    padding: 15px;
    min-height: 73px;
    display: inline-block;
    transition: 0.3s ease;
    olor: #11116f;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.p_item_title__border:hover{
        border-color: #11116f;
}

.p_item_title__border{
    display: inline-block;
}


.category_main_inner {
    display: flex;
    flex-wrap: wrap
}

.category_main_left {
      width: 24.2%;
    position: relative;
    margin-top: 90px;
}

.category_main_left:before {
}

.category_main_right {
     width: 73.8%;
}

.category_main_block {
    overflow: hidden
}

.category_main_left__innerr {
    position: relative
}

.category_left_line {
}

.category_main_left__innerr {
}

.category_left_line {
}

.category_left_title {
    color: #333333;
    font-size: 14px;
  
}

.category_list_row_drop {
}

.category_list_drop ul li {
}

.category_list_drop {
    position: absolute;
    left: 100%;
    top: 0
}

.category_left_box {
    position: relative
}

.category_list_drop ul li {
    list-style: none;
    position: relative
}

.category_list_row {
    width: 292px
}

.category_left_list a:hover {
}

.category_left_box {
}

.category_left_title {
    position: relative
}

.active .category_left_title a {
    color: #565970
}

.category_left_title {
    cursor: pointer;
}
.category_left_title {
    background: #fff;
}

.category_left_title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    transition: 0s ease;
}

.category_left_list .category_left_box:last-child .category_left_title {
    border-bottom: 1px solid #cbcbcb;
}



.category_list_drop .category_left_title:hover {
    background: #cbcbcb;
}

.category_list_drop .category_list_row__check .category_left_title:hover > a {
    color: inherit
}

.category_list_drop .category_left_title:hover .d__hov span {
    border-bottom: 2px solid #0033ab;
    border-left: 2px solid #0033ab
}

.category_list_drop .category_left_title {
    border-left: 0
}

.category_list_drop li:last-child > .category_list_row> .category_left_title {
  border-bottom: 1px solid #cbcbcb;
}

.category_list_row_drop {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease
}

.category_left_title {
    background: #fff
}

.category_list_drop {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease
}

.category_left_box:hover .category_list_drop {
    opacity: 1;
    visibility: visible
}


.d__hov span {
    background: none!important;
    -webkit-transform: rotate(45deg );
    transform: rotate(223deg );
    border: none;
    outline: none;
    border-color: #0a1b3c;
    position: relative;
    left: -1px;
    width: 10px;
    padding: 0;
    height: 10px;
    border-bottom: 2px solid #11116f;
    border-left: 2px solid #11116f;
    display: inline-block
}
.category_list_drop .category_list_row__check.add_hov> .category_left_title {
     background: #f0f0f0;
    border-color: #cbcbcb;
    color: inherit;
}

.category_left_title:hover {
    border-color: #11116f;    background:  #11116f;
}

.category_left_title:hover .d__hov span {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.category_left_title:hover > a {
    color: #fff;
}

.category_list_row:hover .category_list_row_drop {
    opacity: 1;
    visibility: visible
}

.category_list_drop .category_left_title {
    border-left: 0;
}

.n___filter__name{
    font-size: 35px;
    color: #e5e5e5;
    font-weight: 700;
    padding-bottom: 20px;
}
