/*
   BST 
   MAIN CSS (version 1)
   (c) 2022

*/


/* 
transition: all 0.2s ease-in-out;
*/

:focus {
outline: 0;
}
* {
        outline: 0;
}
* {
        margin: 0;
        padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
        height: 100%;
}
header, nav, section, article, aside, footer {
        display: block;
}
body {
        color: #fff;
        font-family: 'Source Sans Pro', sans-serif;
        /*width: 100%;*/
        height: 100%;
        /*background-color: #005190;*/
        background-color: #285894;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;   
        min-width: 320px;     
}
body * {
        -webkit-font-smoothing: antialiased !important;
        text-rendering: optimizelegibility;
}

a, #wrapper a {
  transition: all 0.2s ease-in-out;
  color:#fff;
}
a:hover {
  color:#fff;
}

a[href^=tel] {
  color:#fff;
}

a[href^=tel]:hover {
  color:#fff;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  line-height: normal;
  margin-bottom: 42px;
}
h1.main_page_title{
  font-weight: 200;
  padding-top: 46px;
}
h1 {
  font-size: 58px;
  /*text-transform: uppercase;*/
}
@media (max-width: 600px) {
  h1 {
    font-size: 40px;
    font-weight: 100;
    /*text-transform: uppercase;*/
  }
}
h2 {
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 700;
}
h1 {

  /*text-transform: uppercase;*/
}
@media (max-width: 600px) {
  .about h2 {
    font-size: 36px;
    /*text-transform: uppercase;*/
  }
}

h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 1em;
}

p {
padding-bottom: 1em;
}

ol,ul {
  margin-left: 10px;
}
.cls {
        clear: both;
}
.cls:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.mb60 {  margin-bottom: 60px; }
.mb30 {  margin-bottom: 30px; }
.mb20 {  margin-bottom: 20px; }

#wrapper {
        margin: 0 auto;
        min-height: 100%;
        height: auto !important;
        height: 100%;
       position: relative;
        padding-bottom: 230px;
/*padding-bottom: 600px;*/
        /*height: 100vh;*/
}      
  
footer {
   border-top: 1px solid #FFFFFF;
    color: #fff;
        margin: 0 auto;
        position: relative;
        padding-top: 53px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    height: 238px;
    font-size: 18px;
    margin: -240px auto 0;
    /*background: #005190;*/
    background: #285894;
}

footer:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}




.footer_logo {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.footer_menu {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.footer_menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 6px;
}

.footer_contacts {
  display: inline-block;
  vertical-align: top;
}



/*
.wrap{
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: auto;
}
.scroller{
  flex: 1;
  overflow: hidden;
}
.items{
  list-style-type: none;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  transition: transform 3s ease-in-out;
}

.item{
  padding: 30px 20px;
  display: inline-block;
  width: 100%;
  height: 250px;
  font-size: 25px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: bold;
  background-size: cover;
  background-position: 50% 50%;
  text-transform: uppercase;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  
  &:nth-child(2) {
    color: #fff;
  }
}

.item2 {
  height: 950px
}


.pos1 {
  transform: translate3d(-500px,0,0);
}*/

/*body {
  position: relative;
  overflow-x: hidden;
  vertical-align: top;
}

.content_mainpage {
  transition: all ease 1s;
}
.content_mainpage.deactive {

}

.content_sidepage {

  transition: all ease 1s;
}


.content_sidepage.active {
  display: block;
  left: 0;
  opacity: 1;
  position: relative;
}*/







section.header {
  /*background-color: #005190;*/
  background-color: #285894;

  position: fixed;
  z-index: 55;
  top: 0;
  width: 100%;
}

.fader {
  background-color: rgba(20,20,50,0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
.mobmenu {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all  ease 0.3s;  
  position: relative;
  padding: 30px 35px 45px 35px;
  border-bottom: 2px solid #fff;
  /*height: 50px;*/
  position: absolute;
  background-color: #005190;
  width: 100%;
  z-index: 99;
  top: -1040px;
}
.mobmenu.active {
  top: 0px; 
}

.mobmenu_inside {
  margin-top: 75px;
  margin-top: 100px;
  font-size: 18px;
  color: white;
  line-height: 27px;
}

.mobmenu_inside a,
.mobmenu_info a {
  font-size: 18px;
  line-height: 27px;
  color: white;
  display: block;
}

.mobmenu_inside a {
  margin-bottom: 10px;
}

.mobmenu_info {
  margin-top: 35px;
  color: white;
  display: block;
}

.close {
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px auto;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -17px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: #005190;
}

.topheader {
  padding-top: 50px;
}



/*.infotable_fone {
  background-repeat: no-repeat;
  background-position: right bottom;
}*/
.catalog_col1_table {
  width: 560px;
}
.catalog_table-wrapper{
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.catalog_table-wrapper img{
  max-width: 560px;
  width: 91%;
  margin-left: 50px;
}
.catalog_col1_table_ico {
  width: 100%;
  padding-right: 25%;
}

.catalog_infotable_item {
  border-bottom: 1px solid #FFFFFF;
  padding: 26px 0 36px;
}
.infocol1 {
  float: left;
  font-size: 18px;
  font-family: 'Source Sans Pro';
  font-style: italic;

}
.infocol2 {
  float: right;
  font-size: 48px;
  font-weight: 700;
}


.content {
  line-height: 27px;
  padding-bottom: 150px;
}


.content a {
  /*color: white;*/
  font-weight: 600;
  text-decoration: underline;
}

.content ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content li {
  margin-left: 0px;
  margin-bottom: 20px;
  background: url('../images/li.svg') no-repeat 0px 2px transparent;
  vertical-align: middle;
  list-style-type: none;
  padding-left: 45px;
  min-height: 27px;
}

b,strong {
  font-weight: 600;
}



/**
 * POPUP
 */

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.html) no-repeat 50% 50%; }
.box-modal {
  position: relative;
  width: 700px;
  padding: 40px 25px;
  background: #fff;
  color: #3c3c3c;
  font-size: 14px;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 30px;
}
.box-modal_close { position: absolute; right: 15px; top: 15px; font-size: 30px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }

.box-modal.example {
  position: relative;
  width: 1000px;
} 
.box-modal.example img{
  width: 100%;
  height: auto;
}


/**
 * Back to top
 */

#back {
  position: fixed;
  right: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  background-color: #005190;
  background-color: #285894;
  background-image: url("../images/back.svg");
  background-repeat: no-repeat;
  background-position: center  bottom 20px;
  border-left: 1px solid #fff;
  z-index: 99;
  /*padding-bottom: 20px;*/
}
#back_mob {
  /*display: block;*/
  height: 60px;
  width: 60px;
  /*width: 100px;*/
  background-color: #005190;
  background-color: #285894;
  background-image: url("../images/back_mob.svg");
  background-repeat: no-repeat;
  background-position: center center;
  /*border-left: 1px solid #fff;*/
  /*z-index: 99;*/
  /*padding-bottom: 20px;*/
}


.mobile_maplink {display: none;}

#maplink {
  position: fixed;
  right: 0;
  top: 32px;
  width: 100px;
  text-align: center;
  z-index: 99;
  font-size: 18px;
  line-height: 55px;
  color: white;
  z-index: 999;
  /*padding-bottom: 20px;*/
}




#morebut {
  position: fixed;
  right: 0;
  width: 100px;
  top: 0;
  bottom: 0;
  background-color: #005190;
  background-image: url("../images/morebut.svg");
  background-repeat: no-repeat;
  background-position: center  bottom 20px;
  border-left: 1px solid #fff;
  z-index: 99;
  /*padding-bottom: 20px;*/
}



#back:hover,
#maplink:hover,
#morebut:hover  {
  background-color: #007199;
}

#back-top
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    border-radius: 30px;
    padding: 15px 21px;
    color: #fff;
    background: #333;
    background: rgba(51, 51, 151, 0.5);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}

#back-top:hover
{
    text-decoration: none;
    background: rgba(51, 51, 151, 0.85);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}


section.index {
  /*min-height: 100vh;*/
  padding-bottom: 50px;
}

.mainheader {
  margin-top: 36px;
}

.mainheader {
  margin-top: 20px;
  padding-bottom: 30px;
}



.logo {
  display: inline-block;
  /*width: 435px;*/
  /*margin-right: 35px;*/
}
.topmenu_mobile {
  display: none;
}
.topmenu {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 14px;
  /*margin-top: 17px;*/
}
.topmenu a {
  display: inline-block;
  color: #FFFFFF;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  margin-right:20px;
}


body.fixed {
  padding-top: 220px;
}
body.fixed.inside {
  padding-top: 100px;
}

.fixedheader {
  position: fixed;
  width: 100%;
  top: 0;
  height: 210px;
  z-index: 90;
  overflow: hidden;
}

.headerslogan {
  text-transform: uppercase;
  background-image: url("../assets/images/index_ico.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 45px auto;
  width: 550px;
  margin-left: 440px;
  font-size: 17px;
  line-height: 21px;
  padding-left: 70px;
}

/*    .fullscreen-bg {
        overflow: hidden;
        z-index: -100;
        position: relative;
        height: 100%;
        width: 100%;
        padding-top:45%;
    }*/
     
    .fullscreen-bg__video {
        position: absolute;
        top: -350px;
        left: 0;
        width: 100%;
    }
    .overlay,
    .vidoverlay {
        /*background: rgba(0,0,0,0.6);*/
        position: absolute;
/*        background-color: #285894;
        top:0;
        left:0;*/
        width: 100%;
        /*height: 100%;*/
        z-index: 4;
    }





.indexmenu {
  margin-top: 55px;
  margin-top: 5px;
}
.indexmenu a {
  display: block;
/*height: 176px;*/
/*left: 100px;*/
/*top: 384px;*/
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
/*font-size: 140px;
line-height: 140px;
padding: 26px 0;
*/

font-size: 70px;
line-height: 70px;
padding: 26px 0;


/*line-height: 20%;*/
color: #FFFFFF;
border-bottom: 2px solid #fff;
/*background-color: #000091;*/
position: relative;
/*padding-left: 5%;
padding-right: 5%;*/
/*background-position: right 5% center ;*/
background-position: right 0 center ;
}

.indexmenu a:last-child {
  border-bottom: 0
}

.indexmenu a:hover {
  background-color: #009F91;
}
.indexmenu a:hover .container {
  background-image: url("../images/more.svg");
  background-repeat: no-repeat;
  /*background-position: right 5% center ;*/
  background-position: right 0 center ;
}

/*.indexmenu_item1 .avatar{
  position: absolute;
  right: 8%;
  top: -17%
}
.indexmenu_item2 .avatar{
  position: absolute;
 right: 30%;
  top: -45%
}
.indexmenu_item3 .avatar{
  position: absolute;
  right: 10%;
  top: -12%
}
.indexmenu_item4 .avatar{
  position: absolute;
  left: 50%;
  top: 2%
}*/

.indexmenu .avatar {
  padding-left: 35px;
}

.indexmenu .avatar img {
  width: 55px;
  height: auto;
}

.index_main_menu {
  padding-bottom: 240px;
}
#wrapper-error{
  padding-bottom: 390px;
}

.section_with_fone {
  background-repeat: no-repeat;
  background-position: left bottom 10px;
}
.section_with_fone_item {
  background-repeat: no-repeat;
  background-position: right 100px bottom 240px;

}

#wrapper.section_with_nopad {
  padding-bottom: 0px;
}
#wrapper.section_with_fone_item {
  padding-bottom: 80px;
  padding-bottom: 320px;
}

.sidemenu {
}
.sidemenu a {
  display: block;
  color: #FFFFFF;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.sidemenu a.active {
  font-weight: 600;
}
.catalogname {
  font-size: 24px;
}


.icoplace.desktop2ipad {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  margin: 59px 0 50px;
}
.icoplace_col {
  margin: 59px 0 50px;
}
.icoitem {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  line-height: 35px;
  padding-left: 70px;
  vertical-align: middle;
  display: inline;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%!important;
  min-height: 50px;
}
.ico1 {  
  background-image: url("../assets/images/ico1.svg"); 
}
.ico2 {  background-image: url("../assets/images/ico2.svg"); }
.ico3 {  background-image: url("../assets/images/ico3.svg"); }
.ico4 {  background-image: url("../assets/images/ico4.svg"); }

.ico5 {  background-image: url("../assets/images/ico5.svg"); }
.ico6, .ico16 {  background-image: url("../assets/images/ico1.svg"); }
.ico7 {  background-image: url("../assets/images/ico1.svg"); }

.ico8 {  background-image: url("../assets/images/ico9.svg"); background-size: 48px auto; }
.ico9 {  background-image: url("../assets/images/ico10.svg"); background-size: 48px auto; }
.ico10{  background-image: url("../assets/images/ico1.svg"); }
.ico11{  background-image: url("../assets/images/ico5.svg"); }

.ico12{  background-image: url("../assets/images/ico12.svg"); background-size: 48px auto;}
.ico13{  background-image: url("../assets/images/ico13.svg"); background-size: 48px auto;}
.ico14{  background-image: url("../assets/images/ico14.svg"); background-size: 48px auto;}
.ico15{  background-image: url("../assets/images/ico15.svg"); background-size: 48px auto;}
.ico17{  background-image: url("../assets/images/ico17.svg"); background-size: 48px auto;}
.ico18{  background-image: url("../assets/images/ico18.svg"); background-size: 48px auto;}
.ico19{  background-image: url("../assets/images/ico19.svg"); background-size: 54px auto;}


.icoitem_ul ul {
  margin-top: 190px;
  margin-bottom: 60px;
  margin-left: 0;
}
.icoitem_ul li {
  margin-left: 0px;
  margin-bottom: 20px;
  vertical-align: middle;
  list-style-type: none;
  padding-left: 65px;
  min-height: 50px;
  font-size: 16px;
  padding-top: 13px;
  line-height: 20px;
}

.icoitem_ul .ico1_li {  
  background: url('../assets/images/ico1.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico2_li {  
  background: url('../assets/images/ico2.svg') no-repeat 0px 2px transparent;
}
.icoitem_ul .ico3_li {  
  background: url('../assets/images/ico3.svg') no-repeat 0px 2px transparent;
}
.icoitem_ul .ico4_li {  
  background: url('../assets/images/ico4.svg') no-repeat 0px 2px transparent;
}

.icoitem_ul .ico5_li {  
  background: url('../assets/images/ico5.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico6_li{  
  background: url('../assets/images/ico1.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico7_li {  
  background: url('../assets/images/ico2.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}

.icoitem_ul .ico8_li {  
  background: url('../assets/images/ico1.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico9_li {  
  background: url('../assets/images/ico9.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico10_li {  
  background: url('../assets/images/ico10.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}

.icoitem_ul .ico11_li {  
  background: url('../assets/images/ico1.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico12_li {  
  background: url('../assets/images/ico5.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico13_li {  
  background: url('../assets/images/ico2.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico17_li {  
  background: url('../assets/images/ico17.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.icoitem_ul .ico18_li {  
  background: url('../assets/images/ico18.svg') no-repeat 0px 2px transparent;
  padding-top: 0px;
}
.extinfo {

}
.extinfo_item {
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
}
.extinfo_item:last-child {
  border-bottom: 0px solid #fff;
}
.extinfo_col1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  float: left;
  width: 290px;
  padding-right: 20px;
}
.extinfo_col2 {
  overflow: hidden;
}

.extinfo_col2 table tr {
border-bottom: 1px solid white;
  }


.extinfo_col2 table td {
padding: 12px 0;
  }  
.extinfo_col2 table sup {
  font-size:0.5em;
}

.contact {

}
.map {
  width: 50%;
  float: left;
}
.contact_content {
  width: 42%;
  padding-left: 165px;
  float: left;
  font-size: 18px;
  line-height: 23px;
}

.contact_content h1 {
  text-transform: uppercase;
  padding-right: 250px;
}

.contact_block {
  padding-right: 100px;
}
.contact_col1 {
  float: left;
  width: 50%;
}
.contact_col2 {
  float: left;
  width: 50%;
}

.ymaps-layers-pane {

  filter: hue-rotate(90deg);  

  -ms-filter: hue-rotate(90deg);

  -webkit-filter: hue-rotate(90deg);

  -moz-filter: hue-rotate(90deg);

  -o-filter: hue-rotate(90deg);

}

.yymap {
  min-height: 500px;
}


.about_page_col1 {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
.about_page_col2 {
  display: inline-block;
  vertical-align: top;
  width: 450px;
      font-size: 18px;
      line-height: 23px;

}
.about_page_col3 {
  display: inline-block;
  vertical-align: top;
  width: 450px;
      font-size: 18px;
      line-height: 23px;  
      margin-left: 50px;
}
.about_page_col_w100 {
  width: auto;
  display: block;
  vertical-align: top;
        font-size: 18px;
      line-height: 23px;   
}
.about_page_col3 a {
  margin-top: 75px
}

.icoplace .icoitem {
  line-height: 25px!important;
}
.serviceSwiper {
  margin: 45px 0;
}


      .serviceSwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .serviceSwiper .swiper-slide img {
        display: block;
        /*width: 100%;*/
        /*height: 100%;*/
        object-fit: cover;
      }



.catalog_item .content {
  padding-bottom: 20px;
}




#wrapper.section_with_fone_item.item12 {
  background-position: right 100px bottom 50px;
}

#wrapper.section_with_fone_item.item14 {
  background-position: right 120px bottom 350px;
}

#wrapper.section_with_fone_item.item16 {
  background-position: right 250px bottom -290px;
}

#wrapper.section_with_fone_item.item18 {
  background-position: right 250px bottom 240px;
}

.content_info_div ul li{
  background-color: inherit!important;
}
.prod_list {
  margin: 45px 0  60px;
}
.prod_item {
  margin-bottom: 55px;
}
.prod_item .name {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
.prod_item .name span {
  display: inline-block;
  padding-left: 45px;
  font-size: 18px; 
  font-weight: 400; 
}
.prod_item .prod_img {
  width: 70px;
  height: 70px;
  background-color: #fff;
  float: left;
  border-radius: 100%;
  margin-right: 20px;
}

.prod_item .prod_img img {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}


.prod_item .text {
  font-size: 18px;
  line-height: 27px;
  overflow: hidden;
  min-height: 100px;
}
.prod_item .but {
  
}

.mainphone {
  font-weight: 600;
}

.downlink {
  margin-top: 45px
}

.downlink a {
  width: -webkit-fill-available;
}
.downlink a:nth-child(2) {
  flex: 0 0 45%;
}

.doptext ul {
  list-style: disc;
  font-size: 18px;
margin-left: 20px;
margin-bottom: 40px;
}
.standert_container{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
.privacy-policy	ol {
  list-style: none;
  counter-reset: li;
}

.privacy-policy	h2 {
  margin-bottom: 19px;
}

.privacy-policy{
  padding-bottom: 57px;
}
.footer_wrapper_standart-page .container{
  max-width: 1200px;
}
.privacy-policy h2{
  display: inline-block;
}
.privacy-policy .title-page-span{
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  line-height: normal;
  font-size: 36px;
}
.footer_logo a{
  font-size: 12px;
}
.bot_header {
  display: flex; 
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #009f91;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #5175a2;
  padding: 10px 0px;
}
.bot_header img{
  margin-right: 20px;
}
.bcrumb {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 10px 0px 60px 0px;
  font-size: 14px;
  flex-wrap: wrap;
}
.bcrumb.service li {
  color: #000;
}
.bcrumb.service li a{
  color: #000;
}
.bcrumb li {
  color: #fff6f6;
  text-decoration: underline;
}
.catalog_wrap {
  display: flex;
  gap: 160px;
  margin-bottom: 100px;
}
.catalog_col1_table_img-wrapper {
  width: fit-content;
  height: 100%;
  margin-left: 30px;
}
.catalog_col1_table_img-wrapper img{
  width: 440px;
}
.catalog_col2 h1 {
  font-size: 48px;
}
.catalog_col2 .content {
  padding: 0px;
}
.content .icoplace {
  margin: 30px 0px;
  justify-content: space-between;
  align-items: center;
}
.content .icoplace .icoitem {
  font-size: 16px;
  text-transform: uppercase;
}
.content p {
  font-size: 20px;
  font-weight: 300;
}
.content .downlink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .downlink a {
  padding: 13px 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  
}
.content .downlink a:hover {
  background-color: #009f91;
}
.mobile_downlink .downlink a:hover {
  background-color: #009f91;
}
.content .downlink a:nth-child(3){
  border-right: 1px solid #fff;
}
.content .downlink a img {
  margin-right: 15px;
}
.price_btn {
  padding: 18px 80px;
  text-transform: uppercase;
  background-color: #13417b;
  display: inline-block;
  cursor:pointer;
}
.content_info {
  width: 100%;
}
.content_info_nav{
  display: flex;
  justify-content: space-between;
  list-style: none;
  border: 1px solid #fff;
  margin: 0;
  
}
.content_info_nav li {
  transition: all 0.2s ease-in-out;
  padding: 25px 0px;
  font-size: 18px;
  cursor: pointer;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
    justify-content: center;
}
.content_info_nav li:hover{
 background-color: #009f91;
 transition: all 0.2s ease-in-out;
}
.content_info_div{
  display: none;
  transition: all 0.2s ease-in-out;
}
body .container {
  padding: 0px;
}
.content_info_nav li.active {
  background-color: #009f91;
  transition: all 0.2s ease-in-out;
}
.content_info_div.active {
  transition: all 0.2s ease-in-out;
  display: block;
}
.content_info_div p {
  margin: 34px 0px;
  padding: 0;
}
.content_info_div h2 {
  margin: 34px 0px;
}
.content_info_div table td {
  padding: 20px 30px;
}
.content_info_div section {
  display: flex;
  gap: 50px;
}
.content_info section table {
  width: 100%;    
}
.content_info section table tr {
  border-bottom: 1px solid #fff;
}
/*.content p {
  height: 85px;
    text-overflow: ellipsis;
    overflow: hidden;
}*/
.read_more {
  text-transform: uppercase;
  border-bottom: 1px dotted #fff;
  width: max-content;
  font-size: 12px;
}
.catalog_col2 h1 {
  margin: 0;
}
.content_info-mobile ul li {
  margin-bottom: 2px;
background-color: #32619c;
}
.content_info-mobile ul li span{
  display: flex;
    align-items: center;
  position: relative;
}
.content_info-mobile ul li span.active::before {
  transform: rotate(180deg);
}
.content_info-mobile ul li span::before {
  content: url(../images/arrow.png);
    display: block;
    position: absolute;
    right: 20px;
    transition: 0.6s;
    color: #fff;
    box-sizing: border-box;
}
.content_info-mobile ul li .content_info_div{
  background-color: #285894;
}
div.downlink a {
  text-decoration: none;
  text-transform: uppercase;
}
div.but.present  {
  text-transform: uppercase;
}
@media (min-width:1400px) {
  .mobile_downlink {
    display: none;
  }
}
@media (max-width:1620px) {
  .content_info_nav li {
    padding: 8px 8px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width:1400px){
  div.but.present ul {
    top: 63px!important;
  }
  .bot_header {
    display: none;
  }
  .content .downlink, .content .price_btn {
    display: none;
  }
  .catalog_wrap {
    margin-bottom: 0;
  }
  .catalog_item .container .col-md-12 {
    
  }
  .mobile_downlink .downlink a {
    padding: 13px 24px;
    font-size: 18px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    
    height: 100%;
  } 
 
  .mobile_downlink .downlink a img{
    margin-right: 15px;
  }
  .mobile_downlink .downlink a:nth-child(3) {
    border-right: 1px solid #fff;
  }
  .mobile_downlink .downlink{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }  
  .read_more {
    width: fit-content;
  }
  .mobile_downlink {
    margin-bottom: 110px;
  }
  div.catalog_col2 div.content .icoplace, .cls, .desktop2ipad {
    
    flex-direction: column;
    margin: 30px 0px;
    
  }
  
  .catalog_col1_table_img-wrapper {
    margin: 0px;
  }
  .catalog_col1_table_img-wrapper img{
    width: 390px;
  }
  .catalog_wrap {
    gap: 60px;
  }
  section.catalog_item h1 {
    font-size: 48px;
  }
  .content_info_nav li {
    align-items: center;
    text-align: center;
    padding: 8px 0px;
  }
  .content_info .content_info_div section{
    display: block;
  }
}
@media (max-width:1220px) {
  .downlink a:last-child {
    line-height: 19px;
  }
  div.catalog_col2 div.content .icoplace, .cls, .desktop2ipad {
    display: flex;

    
  }
  div.catalog_col2 div.content .icoplace, .cls, .desktop2ipad .icoitem {
 
    margin: 20px 0px;
  }
}
@media (max-width:1024px) {
  .mobile_downlink .downlink a{
    height: inherit;
    font-size: 16px;
    padding: 9px 24px;
}
  body div.container {
    padding: 0px 15px;
  }
  .catalog_col1_table_img-wrapper img {
    width: 340px;
  }
  section.catalog_item h1 {
    font-size: 40px;
  }
  
  a.but.present{
    line-height: 25px;
  }
  .mobile_downlink {
    display: flex;
    flex-direction: column;
  }
  .price_btn {
    margin: 0 auto;
  }
  .content_info_nav li{
    font-size: 14px;
    line-height: 20px;
  }
  
}
@media (max-width:960px) {
  div.but.present ul {
    top: 87px !important;
    
}
}
@media (max-width:800px) {
 
  div.but.present {
    font-size: 16px!important;
  }
  .downlink .but.present:not(:nth-child(2)) {
    width: 100%!important;
  }
  .mobile.item_photo {
    margin: 0px;
  }
  .downlink {
    flex-direction: column;

  }
  div.mobile_downlink div.downlink a, div.but.present {
    border: none!important;
  }
  .mobile_downlink .downlink a:nth-child(3) {
    border: none;
  } 
  .price_btn {
    padding: 15px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width:700px) { 
  section.catalog_item h1 {
    font-size: 30px;
  }
  div.downlink a{
    text-decoration: dotted!important;
  }
  .catalog_wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }

  .content_info_nav {
    flex-direction: column;
    background-color: #32619c;
    border: none;
    text-align: left;
  }
  .content_info_nav li{
    padding: 8px 20px;
    justify-content: left;
  }
}
@media (max-width:700px){
  .catalog_col1_table_img-wrapper img {
    width: 100%;
  }
  .catalog_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
 
  h2 {
    font-size: 25px;

  }
  .content_info_div p {
    margin: 10px 0px;
  }
  .content_info {
    display: none;
  }
  div.content_info-mobile {
    width: 100%;
    
  }
  div.content_info-mobile  ul {
    list-style: none;
    margin: 0px;
  }
  div.content_info-mobile  ul li {
   
    justify-content: left;
    display: flex;
    flex-direction: column;
  }
  div.content_info-mobile  ul li span{
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .content_info_div {
    padding: 8px 20px;
    font-size: 16px;
  }
  .content_info_div table td  {
    padding: 20px 0px;
  }
  div.content_info-mobile  ul li:hover {
    background-color: #009f91;
  }
  #wrapper {
    padding-bottom: 40px!important;
  }
  
}
@media (min-width:700px){
  
  div.content_info-mobile {
    display: none;
  }
}
.row {
  margin: 0px;
}
div.content_info-mobile  ul span.active + .content_info_div{
  display: block;
}
div.content_info-mobile .content_info_div table tbody tr {
  border-bottom: 1px solid #fff;
  line-height: 20px;
}
div.content_info-mobile .content_info_div table tbody tr td:last-child {
  text-align: end;
}
div.content_info-mobile .content_info_div table tbody tr:last-child {
  border-bottom: none;
}
.form {
  display: none;
  position: fixed;
    top: 0;
    width: 100%;
    
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    align-items: center;
    z-index: 100;
}
.form_close {
  position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  content: url(../images/close.png);
}
.form_wrap {
  
  position: absolute;
  top: 20%;
}
.form_wrap .callback {
  background-color: #285894;
}
.form .callback-form_bottom{
  gap: 50px;
}
.articles_list{
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 39px;

}
/* Шаблон лист статей старт */

.articles_list_item{
  flex: 0 0 calc(33% - 40px);
  margin: 20px;
  border: 1px solid rgb(62, 108, 167);
  transition: all .3s;
  position: relative;
  min-height: 100%;
}
.articles_list_arrow{
  position: absolute;
  bottom: 0;
  right: 0;
}
.articles_list_link{
  width: 50px;
  height: 50px;
  display: block;
}
.articles_list_item:hover{
  border: 1px solid #fff;
  transition: all .3s;
}
.articles_list_image{
  max-width: 100%;
}
.articles_list_date {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 3.5;
}
.articles_list_title {
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.364;
  font-weight: 600;
  padding-bottom: 21px;
}
.articles_list_description {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
  margin-bottom: 52px;
  margin-right: 50px;
}

.articles_list_date_line {
  background-color:rgb(145, 184, 232);
  width: 42px;
  height: 2px;
  margin-bottom: 18px;
}
.articles_list_content{
  padding: 0px 20px 0 29px;
}
.articles_list_img{
  display: block;
  max-height: 230px;
  overflow: hidden;
}
.articles_title{
  font-weight: 300;
}
@media (max-width:1650px) {
  .articles_list_item {
    flex: 0 0 calc(33% - 40px);
}
}

@media (max-width:1023px) {
  .articles_list_item {
    flex: 0 0 calc(50% - 40px);
  }
  .articles_list_date {
    padding-bottom: 7px;
    font-size: 16px;
  }
  .articles_list_date_line {
    width: 48px;
  }
  .articles_list_title {
    font-size: 20px;
  }
  .articles_list_description {
    font-size: 14px;
    margin-bottom: 58px;
    margin-right: 10px;
  }
}
@media (max-width:767px) {
  .articles_list_item {
    flex: 0 0 calc(100% - 60px);
  }
  .articles_list_img{
    max-height: 190px;
  }
  .articles_list_content {
    padding: 0px 20px 0 22px;
  }
  .articles_list_description {
    -webkit-line-clamp: 3;
    margin-bottom: 50px;
    margin-right: 27px;
  }
  .articles_list_title{
    padding-bottom: 12px;
  }
}
/* Шаблон лист статей конец */

/* Шаблон статьи детальная старт */
.detail_articles_title{
  font-weight: 300;
  letter-spacing: -2px;
}
.detail_articles_wrapper{
  padding: 0 155px;
}
.detail_articles_image{
  max-width: 1029px;
}
.detail_articles_img{
  padding-bottom: 10px;
}
.detail_articles_date {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.75;
}
.detail_articles_date_line {
  background-color: rgb(145, 184, 232);
  width: 42px;
  height: 2px;
  margin-bottom: 20px;
}
.detail_articles_content {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  padding-bottom: 20px;
}
.detail_articles_content p {
  line-height: 1.4;
  padding-bottom: 22px;
}
.detail_articles_content h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 19px;
}
.detail_articles_content img {
  max-width: 1029px;
}
.detail_articles_content ul {
  list-style: none;
  margin-left: 29px;
  margin-bottom: 30px;
}
.detail_articles_content ul li{
  line-height: 1.4;
  position: relative;
}
.detail_articles_content ul li::before{
  content: "";
  background-image: url("../images/article_list.png");
  position: absolute;
  width: 11px;
  top: 11px;
  left: -30px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.detail_articles_content .image_description{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.502);
  font-weight: 600;
  line-height: 1.714;
  padding-bottom: 10px;
}
.detail_articles_bottom_text{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.502);
  font-weight: 600;
  line-height: 1.714;
  padding-bottom: 10px;
}

.detail_articles_nav_links{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.detail_articles_prev{
  margin-right: 10px;
}
.detail_articles_prev_link, .detail_articles_next_link{
  display: block;
  width: 50px;
  height: 50px;
}

.detail_articles_bottom_image{
  max-width: 70%;
  width: 70%;
  display: block;
  margin: 0 auto;
}
.detail_articles_bottom_img{
  margin-bottom: 13px;
  background-color: #ebebeb;
}
.detail_articles_back_link_container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 72px 0;
}
.detail_articles_back_link{
  background-color: #234d81;
  padding: 10px 27px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.875;
}
.detail_articles_recomended_title{
  font-size: 44px;
  line-height: 1;
  margin-bottom: 56px;
}

@media (max-width:1650px) {
  .detail_articles_wrapper {
    padding: 0 0px;
  }
  .detail_articles_title{
    line-height: 1;
  }
  .detail_articles_img {
      padding-bottom: 13px;
  }
  .detail_articles_date {
    padding-bottom: 18px;
  }
  .detail_articles_content {
    padding-bottom: 32px;
  }
  .detail_articles_nav_links{
    margin-right: 28px;
    margin-bottom: 27px;
  }
  .detail_articles_bottom_text{
    padding-bottom: 13px;
  }
  .detail_articles_back_link{
    padding: 8px 27px;
  }
  .detail_articles_back_link_container{
    margin: 35px 0 64px 0;
  }
  .detail_articles_recomended_title {
    font-weight: 200;
    margin-bottom: 49px;
  }
  .detail_articles_image{
    max-width: 100%;
    height: auto !important;
  }
  .detail_articles_content img{
    max-width: 100%;
    height: auto !important;
  }
}

@media (max-width:1023px) {
  .detail_articles_title{
    margin-bottom: 55px;
  }
  .detail_articles_content h2{
    font-size: 24px;
    margin-bottom: 26px;
  }
  .detail_articles_content{
    font-size: 14px;
  }
  .detail_articles_content p{
    line-height: 1.5;
    padding-bottom: 25px;
  }
  .detail_articles_content ul li {
    line-height: 1.6;
  }
  .detail_articles_content ul li::before{
    top: 6px;
  }
  .detail_articles_content ul{
    margin-bottom: 21px;
  }
  .detail_articles_content .image_description{
    font-size: 12px;
    padding-bottom: 27px;
  }
  .detail_articles_content {
    padding-bottom: 10px;
  }
  .detail_articles_nav_links {
    margin-right: 20px;
  }
  .detail_articles_bottom_text {
    padding-bottom: 9px;
    font-size: 12px;
  }
  .detail_articles_bottom_image {
    max-width: 85%;
    width: 85%;
    display: block;
    margin: 0 auto;
  }
  .detail_articles_recomended_title {
    margin-bottom: 30px;
  }
  .detail_articles_recomended .articles_list{
    margin: 0 0 39px;
    position: relative;
  }
  .detail_articles_recomended .articles_list_item {
    height: 100%;
    min-height: 520px;
  }
  .detail_articles_recomended .slick-arrow.slick-next{
    transform: rotateY(180deg);
  }
  .detail_articles_recomended .slick-arrow.slick-prev{
    right: 70px;
  }
  .detail_articles_recomended .slick-arrow{
    position: absolute;
    right: 0px;
    top: -50px;
    font-size: 0px;
    line-height: 0px;
    border: none;
    width: 50px;
    height: 50px;
    background-image: url("../images/article_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

  }
}
@media (max-width:767px) {
  .detail_articles_title{
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .detail_articles_content h2{
    line-height: 1.25;
  }
  .detail_articles_content p{
    line-height: 1.55;
  }
  .detail_articles_back_link_container {
    margin: 22px 0 64px 0;
  }
  .detail_articles_nav_links {
    margin-bottom: 20px;
    margin-right: 3px;
  }
  .detail_articles_recomended_title{
    font-size: 30px;
  }  
  .detail_articles_bottom_image {
    max-width: 95%;
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
/* Шаблон статьи детальная конец */

/* Меню продукции старт  */
.header-menu-ul.products{
  min-width: 340px;
}
.header-menu-ul.products li a {
  padding: 15px 5px 15px 59px;
  width: 100%;
  margin: 0px;
}
.header-menu-ul.products li a.metal {
  background-image: url("../images/metall.png");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  background-position: 20px;
}
.header-menu-ul.products li a.line {
  background-image: url("../images/line.png");
  background-size: 28px 30px;
  background-repeat: no-repeat;
  background-position: 23px;
}
.header-menu-ul.products li a.material {
  background-image: url("../images/material.png");
  background-size: 22px 29px;
  background-repeat: no-repeat;
  background-position: 26px;
}
.header-menu-ul-mobile.products li a.metal {
  background-image: url("../images/metall.png");
  background-size: 28px 16px;
  background-repeat: no-repeat;
  background-position: 0px;
}
.header-menu-ul-mobile.products li a.line {
  background-image: url("../images/line.png");
  background-size: 28px 30px;
  background-repeat: no-repeat;
  background-position: 0px;
}
.header-menu-ul-mobile.products li a.material {
  background-image: url("../images/material.png");
  background-size: 22px 29px;
  background-repeat: no-repeat;
  background-position: 0px;
}
/* .header-menu-wrap-mobile:hover .header-menu-ul-mobile.products{
  min-width: 385px;
} */
.header-menu-wrap-mobile-checkbox:checked .header-menu-ul-mobile.products{
    min-width: 385px;
}
.header-menu-ul-mobile.products li a{
  padding: 0 14px 0 43px;
  display: block;
}
@media (max-width:447px) {
  .header-menu-ul-mobile.products li a[href="/production/#1"] {
    word-break: normal;
  }
  .header-menu-ul-mobile.products li {
    padding: 17px 29px 17px 0px;
  }
}
@media (max-width:767px) {
  .header-menu-ul-mobile.products li {
    padding: 15px 20px;
  }
  .header-menu-ul-mobile.products li a[href="/production/#1"]{
    word-break: break-all;
  }
  /*.header-menu-wrap-mobile:hover .header-menu-ul-mobile.products {
    min-width: 200px;
  }*/
    .header-menu-wrap-mobile-checkbox:checked .header-menu-ul-mobile.products {
      min-width: 200px;
    }
}
/* Меню продукции конец  */
/* Страница инфо начало  */
.info_list{
  display: flex;
  margin: 0 -20px 43px;
  flex-wrap: wrap;
}

.info_list_item:first-child{
  padding: 45px 13px 29px 13px;
}
.info_list_item:first-child .info_list_img{
  padding-top: 10px;
}
.info_list_item{
  flex: 0 0 calc(25% - 40px);
  margin: 0 20px 40px;
  display: flex;
  padding: 45px 13px 29px 21px;
  border: 1px solid rgb(48, 114, 195);
  transition: all .3s;
}
.info_list_item:hover{
  border: 1px solid rgb(4, 186, 170);
  transition: all .3s;
}
.info_list_item:hover .info_list_link{
  background-color: #04baaa;
  transition: all .3s;
}
.info_list_img{
  flex: 0 0 46%;
}
.info_list_text{
  flex: 0 0 54%;
}
.info_list_title {
  font-size: 24px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.167;
  font-weight: bold;
  padding-bottom: 24px;
}
.info_list_link {
  font-size: 16px;
  line-height: 1.75;
  background-color: #009f91;
  transition: all .3s;
  text-align: center;
  padding: 9px 20px;
  display: block;
  max-width: 170px;
}
.info_list_images{
  max-width: 100%;
}

@media (max-width:1650px) {
  .info_list{
    padding-top: 10px;
    margin: 0 -20px 37px;
  }
  .info_list_item{
    flex: 0 0 calc(50% - 40px);
    padding: 45px 112px 38px 59px;
  }
  .info_list_item:first-child {
    padding: 45px 100px 38px 48px;
  }
}

@media (max-width:1023px) {

  .info_list {
    padding-top: 8px;
    margin: 0 -20px 37px;
  }
  .info_list_item{
    padding: 45px 23px 38px 20px;
  }
  .info_list_item:first-child {
    padding: 45px 17px 38px 12px;
  }
}

@media (max-width:799px) {
  .info_list{
    padding-top: 0px;
  }
  .info_list_item{
    flex: 0 0 calc(100% - 40px);
    margin: 0 20px 24px;
    padding: 25px 23px 19px 55px;
  }
  .info_list_item:first-child {
    padding: 25px 10px 29px 42px;
  }
}
@media (max-width:479px) {
  .info_list_images {
    max-width: 85%;
}
.info_list_item:first-child {
  padding: 25px 10px 29px 8px;
}
.info_list_item {
  padding: 25px 23px 19px 15px;
}
}
/* Страница инфо конец  */