body.noscroll,
html.noscroll{ 
   overflow-y:hidden !important;  
} 
img{
  max-width: 100%;  
}
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

*{

}
body {
  line-height: 1;
font-family: 'Lato', sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
p, a, li, ol, li, span{
font-family: 'Lato', sans-serif;
}
textarea{
  resize: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#sandwich {
  width: 50px;
  height: 38px;
  cursor: pointer;
  display: none;

  margin-bottom: 5px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  }
.sw-topper {
  position: relative;
  top: 5px;
    width: 30px;
    margin: auto;
  height: 2px;
  background: #000000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
  position: relative;
   width: 30px;
  height: 2px;
  top: 15px;
  margin: auto;
  background: #000000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}
.sw-footer {
  position: relative;
     width: 30px;
  height: 2px;
  top: 25px;
  margin: auto;
  background: #000000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
#sandwich.active .sw-topper {
  top: 17px;
  transform: rotate(140deg);
}
#sandwich.active .sw-bottom {
  top: 15px;
  transform: rotate(-140deg);
}
#sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg);
}

#test-form,
#test-form1
{
   max-width: 350px;
  min-width: 320px;
  padding: 20px 0;
  background: #FFF;
  margin: auto;
   background: #FFF;
   position: relative;
}
.wrapper{
  max-width: 1280px;
  margin: auto;
}
header{
padding-top: 10px;
}
.head{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      padding: 25px 0;
}
.search{
  width: 355px;
  height: 41px;
  margin-left: 15px;
  border: 1px solid #cecece;
}
.search form{
   display: flex;
   -webkit-justify-content: space-between;
           justify-content: space-between;
}
.search form input{
  width:85%;
  color: #9B9B9B;
  font-size: 14px;
  text-indent: 24px;
  outline: none;
  border: none;
}
.search form ::-webkit-input-placeholder {color:#9B9B9B;}
.search form ::-moz-placeholder          {color:#9B9B9B;}/* Firefox 19+ */
.search form :-moz-placeholder           {color:#9B9B9B;}/* Firefox 18- */
.search form :-ms-input-placeholder      {color:#9B9B9B;}
.search form button{
  width: 39px;
  height: 39px;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-top: 1px;
  background: #00a0e3;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-right: 1px;
  cursor: pointer;
}
.search button:hover{
  background: #0C2F69;
}
.time_work,
.phones_header{
  text-align: right;
}
.time_work p{
  display: block;
  font-size: 17px;
  color: #3b3b3b;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;font-family: 'Lato', sans-serif;
}
.time_work p i{
  color: #CECECE;
  margin-right: 10px;
}
.time_work p:last-child{
  text-indent: 27px;
}
.phones_header a{
    display: block;
  font-size: 17px;
  color: #3b3b3b;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;font-family: 'Lato', sans-serif;
}
.phones_header a i{
  color: #CECECE;
  margin-right: 10px;
  -webkit-transform: rotate(96deg);
     -moz-transform: rotate(96deg);
      -ms-transform: rotate(96deg);
       -o-transform: rotate(96deg);
          transform: rotate(96deg);
  font-size: 14px;
}
.phones_header a:last-child{
  text-indent: 27px;
}
.busket_header{
  text-decoration: none;
  color: #2d2d2d;
}
.ico_busket{
  position: relative;
}
.ico_busket span{
  font-size: 14px;
  display: block;
  text-align: center;
  position: absolute;
  top: -7px;
  right:-7px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  background: #F76857;
}
.ico_busket i{
  font-size: 35px;
  color: #407fe8;
}
.ico_busket{
  margin-right: 14px;
}

.price_busket p{
  font-size: 15px;
  color: #2d2d2d;
  line-height: 35px;
}
.price_busket p i{
  font-size: 14px;
}
.busket_header{
  display: flex;
}
.left_catalog{
  width: 327px;
align-self: start;
}
.links_catalog_block{
  width: 100%;
background: #fafafa;
}
.title_catalog_left {
  height: 66px;

  color: #FFF;
  line-height: 66px;
    background: #407FE8;
    cursor: pointer;
}
.open_menu{
	font-size: 30px;	
	font-weight: 700;
	display: none;	
 margin-right: 10px; 
}

.title_catalog_left h2 {
  font-size: 22px;
  margin-left: 40px;
}
.title_catalog_left h2 i{
  margin-right: 22px;
  font-size: 30px;
}
.links_catalog,
.vtor_link_catalog {
  padding-top: 10px;
padding-bottom: 1px;
  margin-left: 33px;
  
}
.links_catalog li,
.vtor_link_catalog li{
  position: relative;
  margin-bottom: 22px;
}

.links_catalog li a,
.vtor_link_catalog li a{
  font-size: 18px;
  display: flex;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}
.links_catalog li a figure,
.vtor_link_catalog li a figure{
  width: 35px;
  text-align: center;
  margin: auto;
  margin-left: 0;
  margin-right: 20px;
}
.links_catalog li a figure img,
.vtor_link_catalog li a figure img {
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 -webkit-transition: all .5s ease-out;
 }
 
.links_catalog li a:hover figure img,
.vtor_link_catalog li a:hover figure img{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 }
.links_catalog li a span,
.vtor_link_catalog li a span{
  display: block;
  margin: auto;
margin-left: 0;
}
.links_catalog li a:before,
.vtor_link_catalog li a:before{
    content: "";
  width: 0%;
  height: 3px;
bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  z-index: -1;
  background: #407FE8;
  position: absolute;
}

.links_catalog li a:hover:before,
.vtor_link_catalog li a:hover:before
{
     content: "";
  width: 100%;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  
}
.links_catalog li ul,
.vtor_link_catalog li ul{
  position: absolute;
  left: 100%;
  z-index: 99;
  background: #FFF;
  width: 200px;
  top: 0;
  display: none;
  
}
.links_catalog li:hover ul,
.vtor_link_catalog li:hover ul{
  display: block;
}
.links_catalog li ul li,
.vtor_link_catalog li ul li{
  margin-bottom: 0;
}
.links_catalog li ul li a,
.vtor_link_catalog li ul li a{
  font-size: 14px;
  padding:15px 10px;
  line-height: 14px !important;
}
.links_catalog li ul li a:before,
.vtor_link_catalog li ul li a:before{
  height: 100%;
}
.links_catalog li ul li a:hover:before,
.vtor_link_catalog li ul li a:hover:before{
     content: "";
  width: 100%;

right: 0;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  
}
.links_catalog li ul li a:hover,
.vtor_link_catalog li ul li a:hover,
{
  color: #FFF;
}
.content{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.links_catalog.shows{
display: none;
}
.right-block{
  width: 74.4%;
  border-top:1px solid #f0f0f0;
}
.right-block .navigation ul{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.right-block .navigation ul li{
  position: relative;
}
.right-block .navigation ul li ul{
  position: absolute;
  width: 200px;
  right: 0;
  display: block;
  background: #FFF;
  z-index: 2;
  display: none;
}
.right-block .navigation ul li:hover ul{
  display: block;
}
.right-block .navigation ul li ul li a{
  height: auto;
  line-height: normal;
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
}
.right-block .navigation ul li a{
  height: 66px;
  display: block;
  line-height: 66px;
  margin-left: 13px;
  font-size: 17px;
  color: #2d2d2d;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-decoration: none;
}
.right-block .navigation ul li a:before{
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 1px;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  z-index: -1;
  background: #fff;
  position: absolute;
}
.right-block .navigation ul li a:hover{
  color: #FFF;
}
.right-block .navigation ul li a:hover:before{
     content: "";
  width: 100%;
  background: #407FE8;
  
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
      right: 0;
   
}
.our_service_block{
	padding: 30px 0;
	    background: #f6f6f6;
}
.our_service_block .title{
	max-width: 1260px;
	margin: auto;
	margin-bottom: 30px;
}
.slider-home .owl-prev{
  width: 38px;
  height: 38px;
  left: 70px;
  bottom: 31px;
  top: auto;
  background: url("images/prev.png") no-repeat center center;
  border: none;
  border-radius:20px;
  outline: none;
}
.slider-home .owl-next{
  width: 38px;
  height: 38px;
  right: 70px;
  bottom: 31px;
  border-radius:20px;
  top: auto;
  background: url("images/next.png") no-repeat center center;
  border: none;
  outline: none;
}
.slider-home .owl-prev:hover{
  background:#407FE8 url("images/prev.png") no-repeat center center;
  
}
.slider-home .owl-next:hover{
  background:#407FE8 url("images/next.png") no-repeat center center;
  
}
.home-item{
  position: relative;
}
.home-item .text_slider{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.title_slider{
  max-width: 700px;
  padding: 21px 0;
  -webkit-border-radius: 75px;
      font-size: 46px;
  text-transform: uppercase;
          border-radius: 75px;
          text-align: center;
          margin: auto;
          line-height: 55px;
  background: rgba(255, 255, 255, .8);
margin-top: 123px;
margin-bottom: 13px;
}
.descr_slider{
  max-width: 470px;
  margin: auto;
  text-align: center;
  -webkit-border-radius: 75px;
          border-radius: 75px;
  background: #407FE8;
  padding: 33px 0;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 28px;
}
.catalog_block{
  background: #f6f6f6;
     padding-top: 40px;
   padding-bottom: 10px;
   margin-top: 30px;
}
.links_block{
  width: 300px;
  height: 300px;
  background: #FFF;
	margin:0 10px;
   margin-bottom: 30px;

}
.links_block a{
  text-decoration: none;
}
.links_block figure{
  height: 207px;
  margin: auto;
  display: flex;
  text-align: center;
}
.links_block figure img{
  display: block;
  margin: auto;
}
.catalog_list{
  display: flex;

      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}
.text_link{
  width: 245px;
  margin: auto;
  text-align: center;
  padding: 31px 0;
  font-size: 19px;
  border-top: 1px solid #ececec;
  color: #000;
}
@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.links_block:hover img{
animation: bounce 1s;
opacity: .7;
}
.best_offers{
  padding: 60px 0;
  position: relative;
}
.offer_item{
  width: 290px;
height: 436px;
  margin: auto;

 margin: 15px 0;
 margin-right: 15px;
 	position: relative;


}
.offe{
	  border: 1px solid #e6e6e6;
	overflow: hidden;	
		position: relative;	
		z-index: 1;	
		padding-bottom: 11px;	
}		
.dop_data{
	display: none;	
}
.offer_item:hover{

 
}
.offer_item:hover .offe{
	
min-height: 100%;	
background: #FFF;
overflow: visible;
	z-index: 20;  -webkit-box-shadow: 0px 0px 15px 0px rgba(177, 177, 177, 1);
-moz-box-shadow:    0px 0px 15px 0px rgba(177, 177, 177, 1);
box-shadow:         0px 0px 15px 0px rgba(177, 177, 177, 1);

}
.offer_item:hover .dop_data{
	display: block;	
}
.thickness{
	width: 250px;
	margin: auto;
	margin-bottom: 20px;	
}
.thickness p{
	font-size: 18px;
	margin-bottom: 12px;
}
.thickness .slct{
	width: 130px;
padding: 	10px ;	
	color: #000;
	border: 1px solid #407fe8;
	background: url("/css/site/images/thickness_select.png") no-repeat 120px center;
}
.thickness .slct:before{
	display: none;	
}
.thickness .slct:after{
	display: none;	
}
.thickness .drop {
	width: 150px;
}
.thickness .drop li{
	background: #FFF;
}

/* colors */

.colors{
	width: 235px;
	margin-left: 20px;
	display: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 20px;	

}
.colors-slider {
	width: 80% !important	;	
}
.colors-slider .owl-dots{
	display: none;	
}
.colors-slider .owl-prev{
	display: none;	
} 
.colors-slider .owl-next{
	width: 14px;	
	height: 26px;	
	border: none;	
	outline: 	none;
		background: url("/css/site/images/next_color.png") no-repeat center center !important;
		top: 13% !important	;
    right: -20px !important;
    text-indent: -50px !important;
    overflow: hidden;
    position: absolute;
}
.colors-slider .owl-next:hover{
		background: url("/css/site/images/next_color.png") no-repeat center center !important	;
	
}

.color{
	width: 29px;
	height: 29px;
	display: block;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	border: 1px solid #ccc;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 0;	
}
.color:hover,
.color.active{
	border:3px solid #407fe8;
	cursor: pointer;	
}
.white{
	border: 1px solid #0d0d0d;
	background: #FFF;
}
.blue{background: #00F;}
.yellow{background: #FFF343;}
.green{background: #539D66;}
.red{background: #F00;}
.black{background: #000;}
.lightly-blue{background: #3EB5F1;}
.pink{background: #D24A43;}
.dark-blue{background: #1d6887;}
.purple{background: #2A1C48;}
.grey{background: #A0A0A0;}
/* colors */
.description-tovar_block .dop_data .thickness,
.description-tovar_block .dop_data .colors{
	margin-left: 0; 
}
.description-tovar_block .dop_data{
	display: block;
}

.hit{
  width: 76px;
  height: 26px;
  text-align: center;
  background: #f76857;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 26px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}
.hit i{
  margin-right: 6px;
}
.offer_item figure img{
  width: auto !important;
  display: block;
  margin: auto;
  margin-top: 23px;
  margin-bottom: 23px;
  max-width: 100% !important;
}
.name_offers{
  width: 250px;
  font-weight: 700;
  margin: auto;
  line-height: 23px;
}
.nalichie{
  width: 250px;
  margin: auto;
  color: #5F5F5F;
  padding: 17px 0;
}
.to_basket{
  width: 250px;
  margin: auto;
}
.add_to_cart{
  width: 50px;
  height: 50px;
  display: block;
  color: #FFF;
  background: #407FE8;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px; 
          font-size: 25px;
}
.add_to_cart:hover{
 background: #0C2F69;
}
.to_basket{
  width: 250px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.to_basket p{
  font-size: 20px;
  margin: auto;
  margin-left: 0;
  font-weight: 700;
}
.to_basket p span.rubs{
  font-size: 20px;
  font-weight: 700;
}

.to_basket p span{
  font-size: 12px;
  font-weight: 500;
}

.title{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 140%;
}

.close_filter{
	display: none;

    width: 90%;
    margin: auto;
    text-align: right;
    padding: 10px 0;
    cursor: pointer;
}

.best_deals .owl-prev{
  width: 38px;
  height: 38px;
  left: -30px;
  top: 50%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin-top: -19px;
  background: url("images/prev1.png") no-repeat center center;
  border: none;
  outline: none;
}
.best_deals .owl-prev:hover{
  background:#407FE8 url("images/prev.png") no-repeat center center;
  
}
.best_deals .owl-next{
  width: 38px;
  height: 38px;
  right: -30px;
    top: 50%;
      -webkit-border-radius: 20px;
          border-radius: 20px;
  margin-top: -19px;
  background: url("images/next1.png") no-repeat center center;
  border: none;
  outline: none;
}
.best_deals .owl-next:hover{
  background:#407FE8 url("images/next.png") no-repeat center center;
  
}

 .best_deals button.owl-dot{
          background: #CECECE !important;
}
.best_deals .owl-dots {
  bottom: 529px ;

  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover{
  background: #407FE8 !important;
}
.news_block_sect{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      margin-bottom: 50px;
}
.new_block{
  width: 280px;
  position: relative;
  height: 270px;
}
.date-news{
  font-size: 14px;
  color: #c8c8c8;
  margin-bottom: 17px;
}
.new_block  h5{
  color: #0c2f69;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0;
}
.new_block p{
  font-size: 16px;
  color: #545454;
  line-height: 28px;
}
.new_block a{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #407fe8;
}
.new_block:hover h5{
  color: #407fe8;
}
.new_block:hover a{
  color: #0c2f69;
  text-decoration: none;
}
.reklam{
  border-top: 1px solid #f4f4f4;
  padding: 50px 0;
}
.reklam p{
  color: #545454;
  line-height: 30px;
 text-align: left !important;
}
footer{
  padding: 30px 0;
  background: #0C2F69;
}
.foot{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.foot div h4{
  font-size: 18px;
  color: #ced5e1;
  margin-bottom: 22px;
}
.foot div h5{
  font-size: 16px;
  color: #bcc4d4;
  text-decoration: underline;
  margin-bottom: 10px;
}
.data_foot .logo{
  border-bottom: 1px solid #274a84;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.reqvisit p{
  font-size: 14px;
  text-transform: uppercase;
  color: #ced5e1;
  margin-bottom: 20px;
}
.foot ul li a{
  color: #c1cad9;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.foot div ul li a:hover{
color: #FFF;
text-decoration: underline;
}
.contakt_footer p{
  font-size: 16px;
  color: #bcc4d4;
  margin-bottom: 10px;
}
.delivery_footer a{
    font-size: 16px;
  color: #bcc4d4;
  display: block;text-decoration: none;
  margin-bottom: 10px;
}
.delivery_footer a:hover{
  color: #FFF;
  text-decoration: underline;
}
.contakt_footer p a{
  text-decoration: none;
  color: #bcc4d4;
}
.mobile_menu{
  width: 280px;
  position: fixed;
  top: 0;
  left: -310px;
  height: 100%;
  background: #0c2f69;
  z-index: 10;
  padding-left: 20px;
  -webkit-transition: all .7s;
     -moz-transition: all .7s;
      -ms-transition: all .7s;
       -o-transition: all .7s;
          transition: all .7s;
}
.mobile_menu.shows{
  left: 0;
}
.mobile_menu nav{
  margin-top: 40px;
}
.mobile_menu nav ul li a{
    color: #c1cad9;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.mobile_menu nav ul li a:hover{
  color: #FFF;
  text-decoration: underline;
}
.mobile_menu .phones_header a{
  color: #bcc4d4;
}
.mobile_menu .time_work {
  padding: 20px 0;
}
.mobile_menu .time_work p{
  color: #bcc4d4;
}
.head .logo{
  margin-top: -17px;
}
.close{
  font-size: 30px;
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.close:hover{
   color: #c1cad9;
}

/* tovar style */
.page_new p{
	max-width: 1280px;
}
.left_news .news_block_sect{
  display: block;
  margin-bottom: 30px;
}
.left_news{
   padding-top: 60px;
   margin-bottom: 30px;
}
.left_news .news_block_sect .new_block{
  padding-bottom: 30px;
  border-bottom:1px solid  #E6E6E6;
  margin-bottom: 25px;
  height: auto;
}
.left_news .news_block_sect  .new_block a{
position: relative;
margin-top: 30px;
display: block;
}
.all_news_link{
  color: #407fe8;
}
.all_news_link:hover{
  color: #0c2f69;
  text-decoration: none;
}
.left_news h2{
  font-size: 22px;
}
ul.oglavl {
  width: 300px; 
    padding: 0;
    margin: 0;
    list-style-type: none; 
    }
    
ul.oglavl li {
    border-bottom: 1px solid #f6f6f6; /* Необязателен. Здесь задается толщина, тип и цвет точек */
    position: relative;
    padding: 0;
    margin-bottom:13px; /* Необязателен. Задается для установки расстояния между блоками li */
    }
    
ul.oglavl li span {
    background-color: #FFF; /* Это необходимо, чтобы перекрыть точки фоном */
    margin: 0;
    }

ul.oglavl li span.text, ul.oglavl li span.page {
    bottom: -5px; /* Смещаем значимые блоки, чтобы они перекрыли точки */
    }

ul.oglavl span.text {
    position :relative;
   
    margin-right:7em; /* Задается чтобы текст не заходил на номера страниц */
    padding-right:2px; /* Необязателен. Задается чтобы точки не подходили вплотную к концу текста */
    }
    
ul.oglavl span.page {
    position: absolute;
    right: 0;
    width: 40%;  font-weight:  700;
    padding-left:2px; /* Необязателен. Задается чтобы точки не подходили вплотную к номерам страниц */
    }
.tovar_page{
  margin-left: 31px;   
}

.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  background:   #fafafa;
}

.tabs__caption:after {
  content: '';
  display: table;
  clear: both;
}
.tabs__caption li {
  padding: 9px 15px;
  margin: 1px 0 0 1px;
  color: #2d2d2d;
  position: relative;
  text-align: center;
}
.tabs__caption li:not(.active) {
  cursor: pointer;
}
.tabs__caption li:not(.active):hover {
  background: #407fe8;
  color:  #fff;
}
.tabs__caption .active {
 background: #407fe8;
  color:  #fff;
  border-color: #407fe8;
}
.tabs__caption .active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #FFF;
}
.tabs__content {
  display: none;
  padding-top: 34px;  
}
.tabs__content.active {
  display: block;
}
.pokazatel ul.oglavl{
  width: 100%;  
  max-width: 770px; 
}
.tovar_block{
  margin-bottom: 40px;  
  display: flex;  
}
.image-tovar_block{
    width: 440px; 
    height: 440px;  
    display: flex;  
    position: relative;
    margin-right: 40px; 
  border:1px solid  #E6E6E6;
}
.image-tovar_block a{
  display: block; 
  margin: auto; 
}
.artikul{
  color: #a2a2a2;
  margin-bottom: 35px;     
}
.add_to_busket{
  width:  250px;
  height: 55px; 
  line-height: 55px;  
  display: block; 
  color: #fff;
  background: #407fe8;
  font-size: 22px; 
  text-decoration: none;  
  -webkit-border-radius:  5px;
          border-radius:  5px;
  text-align: center; 
  margin-bottom: 35px;  
}
.add_to_busket i{
  margin-right: 15px; 
  font-size: 25px;  
}
.add_to_busket:hover{
  background:  #0C2F69;
}
.price_dect_block{
  margin-bottom: 35px;  
}
.price_dect_block p{
  margin-right: 45px; 
  font-size: 30px;  
  color:  #000;
  margin: auto; 
  margin-left: 0; 
  margin-right: 15px;
}
.title_table {
	width: 146px;
	    padding: 9px 0;
    margin: 1px 0 0 1px;
    color: #2d2d2d;
    position: relative;
    text-align: center;
    background: #407fe8;
    color: #fff;
    display: inline-block;
    border-color: #407fe8;
    margin-bottom: 21px;	
}
.table_conatiner table{
	background: #e8e8e8;
	width: 100%;
}
.table_conatiner table  tr td{
	padding:10px;
	font-weight: 700;
	font-size: 14px;	
line-height: 130%;	
}
.table_conatiner table  tr td:nth-child(2){
text-align: right;		
	width: 40%;	
}
.table_conatiner table  tr:nth-child(2n) td{
	background: #FFF;
}
.number{
  width: 80px;  
  -webkit-border-radius:  5px;
          border-radius:  5px;
    background:  #f6f6f6;
    position: relative; 
    margin-right: 50px; 
}
.number input{
  width: 30px;  
  height:  44px;
  border: none; 
  display: block; 
  margin: auto; 
  background: none; 
  outline: none; 
  font-size: 18px; 
  text-align: center;  
  color:  #272727;
}
.price_dect_block{
  display: flex;  
}
.minus{
  position: absolute; 
  left: 10px; 
  display: block; 
  top: 5px; 
  font-size: 25px;  
}
.plus{
    position: absolute; 
  right: 10px; 
  top: 50%; 
  margin-top: -10px;  
}
.minus,
.plus{
  font-weight:  700;
  font-size: 19px;  
  display: block; 
  color:  #407fe8;
  cursor: pointer;  
}
.minus:hover,
.plus:hover{
  color: #0C2F69;
}
.yes_available{
  color: #30ae5c;
  font-weight:  700;
}
.yes_available i,
.not_available i
{
  font-size: 15px;
  margin-left: 7px;   
}
.not_available{
 display: none; 
  color:  #C40038;
}
.availables{
  margin-bottom: 26px;  
}
.hide_show{
      padding-top: 10px;  
      display: block; 
      color:  #407fe8;
      cursor: pointer;  
      text-decoration: underline; 
}
.hide_show:hover{
  text-decoration: none;  
  color:  #0c2f69;
}
.desrtiption_tovar p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.oblast{
  margin-bottom: 75px;
}
.oblast h3{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.oblast ul{
  list-style-type: disc;
  margin-left: 15px;
}
.oblast ul li p{
    font-size: 16px;
  line-height: 30px;
}
.pokazatel ul.oglavl li{
  margin-bottom: 24px;
}
.pokazatel ul.oglavl li:first-child .text, 
.pokazatel ul.oglavl li:first-child .page{
  font-weight: 700;
}
.pokazatel ul.oglavl span.page{
font-weight: normal;
}
.pokazatel ul.oglavl li:first-child{
  border-bottom: none;
  margin-bottom: 24px;
}
.otklon{
  font-size:14px ;
  color: #6D6D6D;
}
.form_vtor{
  padding-bottom: 70px;
  background: #407fe8;
}
.block_form_vtor{
  background: #FFF;
}
.block_form_vtor .title{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #272727;
  line-height: 35px;
  margin-bottom: 45px;
  padding-top: 30px;
}
.block_form_vtor .title span{
  font-size: 26px;
  display: block;
  line-height: 35px;
  color: #407fe8;
  padding-top: 5px;
}
.forms{
  max-width: 1070px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: auto;
  padding-bottom: 75px;
}
.forms input{
  width: 24%;
  height: 50px;
  font-size: 16px;
  outline: none;
  text-indent: 25px;
    border: 1px solid #c7c7c7;
}
.forms button{
  display: block;
  width: 24%;
  height: 52px;
  background: #f76857;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  border: none;
  font-weight: 600;
  outline: #FFF;
  cursor: pointer;
}
.forms button:hover{
  background: #0c2f69;
}
.katalog_page{
  padding-left: 31px;
  border-top: 1px solid #e6e6e6;
  margin-top: -2px;
}
.katalog_page .catalog_block{
  background: none;
  margin-top: 0;
  padding-top: 30px;
}
.katalog_page .catalog_block .catalog_list{
  -webkit-justify-content: start;
        justify-content: start;
}
.katalog_page .catalog_block .links_block{
  border: 1px solid #e6e6e6;
  width: 220px;
  height: 220px;
margin-right: 8px;
}
.katalog_page .catalog_block .links_block:hover{
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
          box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
.katalog_page .catalog_block .links_block .text_link{
    font-size: 15px;
    width: 174px;
    padding: 25px 0;
}
.katalog_page .catalog_block .links_block figure {
  height: 155px;
}
.katalog_page .catalog_block  .links_block figure img {
    display: block;
   height: 115px;
    margin: auto;
}
.block_our_tovars{
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;	
-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.block_our_tovars .offer_item{
 /*  margin-left: 1px; */
}
.sorting{
  margin-bottom: 20px;
  background: #FAFAFA;
  padding: 20px;
  font-size: 15px;
  color: #676767;
}
.sorting a{
  display: inline-block;
  margin-left: 20px;
  color: #676767;
  font-size: 15px;
  font-weight: 300;
}
.sorting a.active,
.sorting a:hover
{
  color: #407FE8;
}
.list_menu{
width: 100%;
  margin: auto;
  margin-top: 25px;
}
.view_menu{
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.hide_menu{
  list-style: none;
}.view_side{
   border-bottom: 1px solid #ededed;
}
.cheks, .mobcheks{
  padding-top: 2px;

  margin-bottom: 20px;
}
.side_menu .cheks:first-child, .side_menu .mobcheks:first-child{
  padding-top: 2px;
}
.click_side{
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 0;
  cursor: pointer;
    font-weight: 600; 
}
.click_side:before{
  content: url(images/down.png);
  position: absolute;
  right: 0;
  top: 50%;
    -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -5px;
}
.sidebar .list_menu .view_side .click_side:before{
  right: 15px;
}
.click_side.active_sid:before{
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-top: -11px;
 }

.cheks input[type=checkbox], input[type=radio], .mobcheks input[type=checkbox] {display: none;}

.cheks input[type=checkbox] + label:before, .mobcheks input[type=checkbox] + label:before, 
.cheks input[type=checkbox] + label a:before, .mobcheks input[type=checkbox] + label a:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
   font-size: 0;
    line-height: 15px;
    margin: -5px 5px 0 0;
    height: 15px;
    line-height: 15px;
    width: 15px;
   color: #c7c7c7;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: color ease .3s;
    transition: color ease .3s;
    cursor: pointer;
  border:1px solid  #C7C7C7;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.cheks input[type=checkbox]:checked + label:before, .mobcheks input[type=checkbox]:checked + label:before {
    font-size: 14px; 
    color: #000;
  
}
.list_menu{
  background: #fafafa;
}
.title_par{
  background: #407fe8;
  color: #fff;
  width: 100%;
  padding: 21px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.click_side,
.side_menu{
  width: 270px;
  margin: auto;
}
.side_menu{
  padding-bottom: 23px;
}
.open_close{
  text-decoration: underline;
  color: #407FE8;
  cursor: pointer;
}
.open_close:hover{
  text-decoration: none;
  color: #0C2F69;
}
.range{
  padding-top: 20px;
  width: 270px;
  margin: auto;
}
.range p{
  font-size: 18px;
  margin-bottom: 12px;
}
.range-slider{
  margin-top: -13px;
  margin-bottom: 30px;
}
.line{
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  border: none;
}
.irs-from,
.irs-to,
.irs-max,
.irs-min{
  display: none !important;
}
.irs-bar{
  background: #F76857 !important;
}
.irs--round .irs-bar,
.irs--round .irs-line{
  height: 6px !important;
}
.irs--round .irs-handle{
  top: 31px !important;
  width: 15px !important;
  height: 15px !important;
  background: #F76857 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer !important;
}
.extra-controls {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.extra-controls input{
  width: 105px;
  height: 30px;
  text-indent: 17px;
  color: #222;
  font-size: 16px;
  display: block;
  border: 1px solid #e9e9e9;
}
.btns_filter{
  width: 270px;
  margin: auto;
  display: flex;-webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 24px 0;
}
.oke{
  width: 145px;
  height: 41px;
  display: block;
  background: #f76857;
  color: #fff;
  line-height: 41px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.oke:hover{
  background: #0C2F69;
}
.sbros{
  font-size: 18px;
  color: #393939;
  margin: auto;
  margin-right: 0;
}
.sbros:hover{
  text-decoration: none;
}
/* end tovar style */


/* begin cart style */
  .order_number{
    max-width: 1280px;
    margin: auto;
       text-indent: 23px;
    padding: 30px 0;
  }
  .cart_catalog{
    display: none;
  }
  .order_number p{
  font-size: 30px;
  font-weight: 500;
  }
  .cart{
    background: #f4f3f3;
  }
    .cart form{
      max-width: 1280px;
      margin: auto;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      padding: 10px 0;
    }
    .left-cart_page{
      border: 1px solid #dddddd;
      background: #FFF;
padding: 40px;
      
    }
    .image_cart{
      width: 95px;
      margin-right: 15px;
      position: relative;
    }
    .list_cart{

      margin: auto;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 16px;      
      margin-bottom: 40px;
    }
    .data_cart_tovar{
      display: flex;
    }

.image_cart .hit {
    width: 33px;
    height: 11px;
    text-align: center;
    background: #f76857;
    color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    line-height: 11px;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 9;
}
.image_cart .hit p{
  font-size: 7px;
}
.image_cart .hit p i{
  margin-right: 3px;
}
.descriotion_data_cart_tovar{
width: 300px;
}
.descriotion_data_cart_tovar div{
  display: flex;
  height: 65px;
}
.descriotion_data_cart_tovar div p{
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  margin: auto;
}
.descriotion_data_cart_tovar span{
  font-size: 18px;
  color: #f76857;
}
.quantity{
  width: 135px;

}
.quantity a{
  font-size: 11px;
  color: #717070;
  text-align: right;
  display: block;
  text-decoration: none;

}
.quantity .number{
  width: 93px;
  -webkit-border-radius: 0;
          border-radius: 0;
    height: 30px;
  border: 1px solid #ededed;
  margin-top: 20px;
  margin-left: 42px;
  background: #FFF;  margin-bottom: 20px;
}
.number input{
  height: 30px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: #979797;
}
.quantity .number .minus{
  top: 5px;
  color: #979797;
}
.quantity .number .plus{
  color: #979797;
}
.quantity .number .minus:hover,
.quantity .number .plus:hover{
  color: #407FE8;
}
.right-cart_page{
  padding: 15px;
  background: #FFF;margin-left: 25px;
    border: 1px solid #dddddd;
}
.cart-page{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      
}
.right-cart_page h4{
  font-size: 18px;
  margin-bottom: 30px;
}
.right-cart_page h5{
  font-size: 14px;
margin-bottom: 15px;
}
.btn_zakaz{
  display: block;
  width: 250px;
  height: 55px;
  background: #407fe8;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.btn_zakaz:hover{
background: #dddddd;
cursor: pointer;
}
.tabs-links{
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
          border-radius: 5px;
      max-width: 268px;
      padding: 7px;
      margin-bottom: 36px;
}
.tabs-links li {list-style: none; display: inline-block; padding: 0 0 0 25px; cursor: pointer;position: relative;}
.tabs-links li:last-child{margin-left: 35px;}
.tabs-links li:before{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #407FE8;
  left: 0;
}
.tabs-links li.active:after{
    content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  left: 4px;
  top: 4px;
  
}
.tabs-content {position: relative}
.tabs-content .cont_form {display: none;  transition: all 0.5s ease-in;}
.tabs-content .cont_form:first-child {display: block;}

.inputs input,
.inputs select{
  width: 255px;
  text-indent: 15px;
  height: 40px;
  outline: none;
  font-weight: 600;
  margin-bottom: 23px;
  margin-right: 20px;
  border: 1px solid #dddddd;
}
.inputs select{
    width: 257px;
    height: 43px;
 outline: none; color:#474748;
}
.inputs select option{
  outline: none;
  text-indent: 15px;
}
.inputs ::-webkit-input-placeholder {color:#474748;}
.inputs ::-moz-placeholder          {color:#474748;}/* Firefox 19+ */
.inputs :-moz-placeholder           {color:#474748;}/* Firefox 18- */
.inputs :-ms-input-placeholder      {color:#474748;}
.text_are{
  max-width: 515px;
  margin-bottom: 25px;
}
.text_are textarea{
  width: 100%;
  height: 90px;
  padding: 10px;
  outline: none;
  border: 1px solid #dddddd;
}
.links_catalog_block{
  position: relative;
}
.cart_catalog{
  position: absolute;
  background: #FAFAFA;
  width: 100%;
  z-index: 99;
  margin-left: 0;
  padding:  10px 0 0 33px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; 
}
.click_cart:hover{
  background:#0C2F69 ;
}
/* end cart style */

/*	=	Select */
.other_options{
	margin-bottom: 20px;
}
.other_options .title{
	margin-bottom: 20px;
}
.slct:before{
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	background: #407FE8;
	z-index: 2;
}
.slct:after{
	    content: "";
    border: 10px solid transparent;
    border-top: 18px solid #fff;
    position: absolute;
    right: 12px;
    top: 16px;
    z-index: 3;
}
.slct {
	display: block;
	width: 440px;
	color: #000;
	padding:15px 10px;
	border: 1px solid #DBDBDB;
	text-decoration: none;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
	position: relative;
	
}
.slct.active {
	border-bottom: 1px solid #fff;
}
.drop {
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 460px;
	border: 1px solid #DBDBDB;
	border-top: none;
	display: none;
	position: absolute;
	background: #fff;
}
.drop li {
	list-style: none;
	border-top: 1px solid #DBDBDB;
	cursor: pointer;
	display: block;
	color: #444;
	padding: 10px 10px 10px 10px;
	
}
.drop li:hover {
	background-color: #e8e8e8;
	color: #222;
}
.kontact_page{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.map_kontact_page{
  width: 70%;
}
.map_page{
 display: block !important;
}

.slider-home .home-item .text_slider{
  display: none;
}


/* начало стилей странички services */
.left_catalog{
  position: relative;
}
.block_catalog_links{
  background: #FFF;
  width: 100%;
   display: none;
    position: absolute;
    z-index: 99;
}
.heading_page{
  max-width: 100%;
  height: 468px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.heading_page:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .55);
}
.block_heading_page{
  margin: auto;
  z-index: 3;
  position: relative;
  padding-top: 80px;
  padding-bottom: 110px;
}
.block_heading_page h3{
  font-size: 48px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 58px;
}
.block_heading_page p{
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 60px;
}
.block_heading_page a,
.price_btn,
.btn-sent_service{
  display: block;
  width: 265px;
  height: 55px;
  background: #407FE8 url(/css/site/images/tg.png) no-repeat 95% center;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  line-height: 55px;
  text-indent: 25px;
  color: #FFF;
  font-size: 18px;
text-decoration: none;
font-weight: 600;
}
.block_heading_page a:hover,
.price_btn:hover
{
  background: #396ec5 url(/css/site/images/tg.png) no-repeat 95% center;
}
.btn-sent_service{
  width: 214px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  text-indent: 0;
    background: #407FE8 url(/css/site/images/tg.png) no-repeat 90% center;
}
.btn-sent_service:hover{
    background: #396ec5 url(/css/site/images/tg.png) no-repeat 90% center;
}
.type_service{
  margin: auto;
  padding: 30px 0;
}
.type_service .title{
  margin-bottom: 20px;
}
.type_service p{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #2A2A2A;
}
.type_service ul{
  margin-left: 45px;
}
.type_service ul li{
  position: relative;
}
.type_service ul li:before{
  content: "-";
  position: absolute;
  left: -15px;
  
}
.type_service ul li span{
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
  color: #2A2A2A;
}
.type_tovar_services{
  padding: 11px;
  margin-bottom: 60px;
  display: flex;
 
  border:1px solid  #E6E6E6;
}
.image-type_tovar_services{
  margin-right: 25px;
  max-width: 390px;
}
.text-type_tovar_services{
  max-width: 600px;
}
.text-type_tovar_services h3{
  font-size: 30px;
  color: #2a2a2a;
  margin-bottom: 30px;
  padding-top: 20px;
}
.text-type_tovar_services p{
  font-size: 14px;
  color: #2a2a2a;
  margin-bottom: 19px;
}
.table_description{
  max-width: 1280px;
  margin: auto;
  margin-bottom: 50px;
}
.table_description table{
width:800px;
margin:auto;
  border-collapse: collapse;
}
.table_description table tr td{
  border:1px solid #DDD;
}

.table_description table tr th{
  background: #C33;
  padding: 10px;
  text-align: left;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.table_description table tr td{
color: #333;
padding: 10px;
font-size: 14px;
}
.table_description table tr:nth-child(2n) td{
  background: #F9F9F9;
}
.table_description p{
  font-size: 30px;

  margin-bottom: 20px;
  color: #333;
  text-transform:none !important;
font-weight:500;
}
.table_description table tr:hover td{
  background: #F4E7D7;
}
.block_primer_production{
  max-width: 980px;
  margin: auto;
}
.block_primer_production img{
  width: auto !important;
  max-width: 100% !important;
}
.block_primer_production .owl-prev{
  width: 37px;
  height: 33px;
  border: none;
  outline: #FFF;
  left: -50px;
  margin-top: -16px;
  background: url("/css/site/images/prev_prim.png") no-repeat 0 0;
}
.block_primer_production .item-primer_prod{
  margin: auto;
  text-align: center;
}
.block_primer_production .owl-next{
  width: 37px;
  height: 33px;
  border: none;
  outline: #FFF;
  right: -50px;
  margin-top: -16px;
  background: url("/css/site/images/next_prim.png") no-repeat 0 0;
}
.block_primer_production .owl-dots{
  display: none;
}
.primer_bg{
  padding: 35px 0;
  background: #ececec;
  margin-bottom:55px;
}
.primer_production .title{
  font-size: 24px;
  text-transform: none;
  color: #2A2A2A;
  font-weight: 500;
}
#test-form,
#test-form1
{
   max-width: 450px;
min-width: 280px;
  padding: 30px;
  background: #FFF;
  margin: auto;
   background: #FFF;
   position: relative;
}
#test-form1 p{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#test-form1 input{
  width: 100%;
  height: 40px;
  text-indent: 20px;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ececec;
}
#test-form1 button.psl_snd{
  display: block;
  width: 265px;
  height: 45px;
  background: #407FE8  ;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #FFF;
  font-size: 18px;
  border: none;
  display: block;
  margin: auto;
  outline: none;
text-decoration: none;
font-weight: 600;
}
#test-form1 button.psl_snd:hover{
  background: #396ec5 ;
  
}

.preferences{
	background: #F2F2F2;
	padding: 30px;	
}
.preferences__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-justify-content: space-between;
            justify-content: space-between;	
}

.preferences__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
}
.preferences__item {
    position: relative;
       width: 22%;
margin-bottom: 30px;	
line-height: 140%;	
    padding-top: 100px;
    color: #000;
    background-color: transparent;
}
.preferences__item--icon-1::before {
    background: url(/css/site/images/icons-06.svg) no-repeat center;
}
.preferences__item--icon-2::before {
    background: url(/css/site/images/icons-04.svg) no-repeat center;
}
.preferences__item--icon-3::before {
    background: url(/css/site/images/icons-15.svg) no-repeat center;
}
.preferences__item--icon-4::before {
    background: url(/css/site/images/icons-16.svg) no-repeat center;
}
.preferences__item--icon-5::before {
    background: url(/css/site/images/icons-17.svg) no-repeat center;
}
.preferences__item--icon-6::before {
    background: url(/css/site/images/icons-18.svg) no-repeat center;
}
.preferences__item--icon-7::before {
    background: url(/css/site/images/icons-14.svg) no-repeat center;
}
.preferences__item--icon-8::before {
    background: url(/css/site/images/icons-19.svg) no-repeat center;
}
.cont_catalog .title{
  text-align: center;
  margin-bottom: 30px;
  text-transform: none;
}
.price_btn{
  margin: auto;
}
/* конец стилей странички services */
.form_service{
  display: flex;
  margin-bottom: 25px;
}
.form_service input{
  width: 213px;
  height: 53px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-indent: 10px;
  display: block;
  margin-right: 10px;
  border: none;
  font-size: 16px;
  outline: none;
}
.text_srvti{
  font-size: 12px;
  color: #FFF;
  display: block;
  line-height: 140%;
 
}
.offers .owl-prev{
	width: 38px;
	height: 38px;
	background:#407FE8 url("/css/site/images/prev.png") ;
	border: none;
	outline: none;
	left: -30px;
	-webkit-border-radius: 17px;
	        border-radius: 17px;
}
.offers .owl-next{
	width: 38px;
	height: 38px;
	background:#407FE8 url("/css/site/images/next.png") ;
	border: none;
	outline: none;
	right: -30px;
		-webkit-border-radius: 17px;
	        border-radius: 17px;
}
.offers .owl-item .offer_item {
	margin: auto;
}
.offers .owl-stage-outer{
	padding: 30px 0; 
}