@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap");
body,
html {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

* {
  font-family: 'Montserrat', sans-serif;
}

a,
button {
  border: none;
  background: transparent;
  outline: none !important;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inp-error {
 border-bottom: 3px solid red !important;
}
.stoimost2 .prinyata{
color: #ffffff;	
}
.history_item_text {
 
  position: relative;
  z-index: 1;
}
.mailmobb {
  font-size: 15px;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #ffffff;
}
.page_not_found .description {
  text-align: center;
  padding-top: 40px;
}
.page_not_found .description .title404{
  color: #212121;
  font-size: 44px;
line-height: 48px;
}
.page_not_found .description .subtitle404 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.page_not_found .description .descr_text404 {
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
}
.page_not_found .description .back404 {
  margin-top: 5px;
}
.page_not_found .description .back404 a {
  text-decoration: underline;
cursor: pointer;
}
.page_not_found .description .back404 a:hover {
  text-decoration: none;

}
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cont {
  width: 1160px;
  margin: 0 auto;
}

.header {
  background: #ffffff;
  padding: 23px 0 13px;
  -webkit-box-shadow: 0 0 6px 3px #f6f6f6;
          box-shadow: 0 0 6px 3px #f6f6f6;
  position: relative;
}

.header_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo {
  min-width: 261px;
  max-width: 261px;
  margin-right: 25px;
}

.header_logo img {
  width: 100%;
}

.header_subtitle {
  min-width: 200px;
  max-width: 200px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  margin-right: 110px;
}

.header_nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav_links li {
  margin-right: 40px;
}

.header_nav_links li:last-child {
  margin-right: 0;
}

.header_nav_links a {
  font-size: 16px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #0e9a4c;
}
.header_nav_links .active a  {
  border-bottom: 1px solid;
}
.header_contacts {
  margin-left: auto;
  margin-right: 0;
}

.header_phone {
  margin-bottom: 0px;
}

.header_phone a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  line-height: 1;
}

.header_button {
  margin-bottom: 2px;
}

.header_button .btn {
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2f2f2f;
  font-family: 'Montserrat', sans-serif;
}

.header_mail {
  margin-bottom: 10px;
  
}

.header_mail a {
  font-size: 20px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}
 
.header_socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_socials a {
  margin-right: 30px;
  width: 22px;
  height: 22px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_socials a:last-child {
  margin-right: 0;
}

.header_socials a.ic_tgm {
  background: url("../images/ic_tgm.png") no-repeat left center/22px auto;
}

.header_socials a.ic_tgm:hover {
  background: url("../images/ic_tgmh.png") no-repeat left center/22px auto;
}

.header_socials a.ic_wa {
  background: url("../images/ic_wa.png") no-repeat left center/22px auto;
}

.header_socials a.ic_wa:hover {
  background: url("../images/ic_wah.png") no-repeat left center/22px auto;
}

.header_socials a.ic_yt {
  background: url("../images/ic_yt.png") no-repeat left center/22px auto;
}

.header_socials a.ic_yt:hover {
  background: url("../images/ic_yth.png") no-repeat left center/22px auto;
}

.header_socials a.ic_vk {
  background: url("../images/ic_vk.png") no-repeat left center/22px auto;
}

.header_socials a.ic_vk:hover {
  background: url("../images/ic_vkh.png") no-repeat left center/22px auto;
}

.main_content {
  padding: 85px 0 100px;
  width: 100%;
}

.main {
  margin-top: 5px;
  background: #ffffff url("../images/main.jpg") no-repeat calc(50% + 350px) 6px/782px auto;
}

.main_box {
  min-width: 625px;
  max-width: 625px;
}

.main_title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 35px;
}

.main_text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  margin-bottom: 50px;
}

.main_logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.main_logos a {
  margin-right: 25px;
}

.btn_gr {
  background: #0e9a4c;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  cursor: pointer;
  border: 1px solid #0e9a4c;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_gr span {
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_gr:hover {
  background: #ffffff;
}

.btn_gr:hover span {
  color: #000000;
}

.btn_wh {
  background: #0e9a4c;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  border: 2px solid #ffffff;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_wh span {
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_wh:hover {
  border: 2px solid #000000;
}

.btn_wh:hover span {
  color: #000000;
}

.btn_grey {
  background: #e5e5e3;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
  border: 2px solid #e5e5e3;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_grey span {
  color: #000000;
  font-size: 14px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_grey:hover {
  background: #ffffff;
}

.btn_grey:hover span {
  color: #000000;
}

.main_slogan {
  padding: 60px 0;
  background: #0e9a4c;
  text-align: center;
}

.main_slogan_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.main_slogan_text {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01em;
}

.main_catalog {
  background: #e5e5e3;
  padding: 65px 0 80px;
}

.headline {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
 // margin-bottom: 55px;
  margin-bottom: 25px;
}

.headline span {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
}

.headline p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  text-transform: none;
  margin-top: 30px;
}

.main_form_info_subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 110px;
}

.main_form_look img {
  position: relative;
  left: -112px;
}

.main_catalog_box{
  padding: 14px 30px 0;
  background: #ffffff;
  border: 1px solid #8c8c8d;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  // display: flex;
  //flex-flow: wrap;
}

.main_catalog_box_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e3;
}

.main_catalog_box_headline_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.main_catalog_box_headline_title .ic {
  min-width: 91px;
  max-width: 91px;
  margin-right: 40px;
}

.main_catalog_box_headline_title .text {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  max-width: 300px;
}

.main_catalog_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.main_catalog_item {
  min-width: 630px;
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 70px;
  margin-bottom: 85px;
}

.main_catalog_item:nth-child(even) {
  min-width: 390px;
  max-width: 390px;
  margin-right: 0;
  margin-left: auto;
}

.main_catalog_item:nth-child(even) .main_catalog_item_ic {
  margin-right: 40px;
}

.main_catalog_item_ic {
  min-width: 150px;
  max-width: 150px;
  margin-right: 25px;
}

.main_catalog_item_list li {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  padding-left: 20px;
}

.main_catalog_item_list li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -2px;
  left: 2px;
  border-radius: 50%;
  background: #2f2f2f;
}

.main_catalog_units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_catalog_unit {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  background: #ffffff;
  padding: 13px 30px 63px;
  position: relative;
  border: 1px solid #8c8c8d;
}

.main_catalog_unit_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 91px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e3;
  margin-bottom: 20px;
}

.main_catalog_unit_title {
  font-size: 26px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 30px;
}
.section_list_item {
  display: inline-block;
width: 100%;
margin-bottom: 39px;
}

.section_list_item .main_catalog_unit_title {
    font-size: 26px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 0px;
  margin-top: 0px;
 border-bottom: none;
  padding-bottom: 0;
  
 //min-height: 48px;
}
.section_list_item.plitka .main_catalog_item_list li.first {
   margin-top: 14px;
  border-top: 1px solid #cdcdcd;
  padding-top: 10px;
}
.main_catalog_item_list {
  float: left;
  min-height: 1px;
  width: 100%;
}
.section_list_item  .main_catalog_item_list li {
  position: relative;
line-height: 1.5;
font-size: 16px;
line-height: 24px;
font-weight: 400;
letter-spacing: 0.01em;
color: #2f2f2f;
padding-left: 0px;
float: left;
width: 29%;
margin-right: 3%;
}
.section_list_item  .main_catalog_item_list li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #0e9a4c;
  text-decoration: underline;
  font-weight: 700;
}
.section_list_item .main_catalog_item_list li ul a {
  font-size: 13px;
  line-height: 18px;
font-weight: 400;
}
.section_list_item  .main_catalog_item_list li a:hover {
   text-decoration: none;
}
.section_list_item   .subsection_item_list li{
	float: left;
width: 100%;
padding-left: 20px;
}
.section_list_item  .main_catalog_item_list li:before {
  content: none;
  
}
.section_list_item .main_catalog_unit_ic {
 
  float: left;
height: 45px;
//padding-bottom: 10px;
border-bottom: none;
margin-bottom: 0px;
width: 45px;
text-align: center;
display: block;
margin-right: 15px;
}
.section_list_item .main_catalog_unit_ic  img {
width: 100%;
max-height: 45px;
}
.section_list_item .main_catalog_unit_ic  p {
height: 45px;
display: table-cell;
vertical-align: middle;
}
.section_list_item  .main_catalog_unit_title a{
	color: #000;
}
.section_list_item.plitka {
	background: #fff;
  display: inline-block;
  width: 49%;
  margin-bottom: 12px;
  margin-right: 1%;
  border: 1px solid #ddd;
  padding: 3%;
  float: left;
 // min-height: 278px;
  min-height: auto;
}
.section_list_item .main_catalog_item_list li.pokskr.skr {
  position: absolute;
  bottom: 23px;
}
.section_list_item.plitka.openblock {
z-index: 9;
padding-bottom: 50px;
}
.section_list_item.plitka  .main_catalog_item_list li {
  
width: 100%;
margin-right: 0;
}
.section_list_item.plitka ul ul  {
 display: none;
}
.svaztovarblockin a {
  border: 1px solid #eaebec;
  text-align: center;
  background: #fff;
  padding: 20px 19px 20px 20px;
  float: left;
  height: 314px;
  width: 224px;
  margin: 0 20px 20px 0px;
}
.svaztovarblockin p.imagetov {
  max-width: 170px;
  min-width: 70px;
  height: 170px;
  line-height: 170px;
  margin: 0 auto;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  zoom: 1;
  display: block;
}
.svaztovarblockin p img {
  max-width: 100%;
  max-height: 100%;
}
.pagetittov{
	font-size: 16px;
  color: #000;
  margin: 5px 0;
}
.pricetov{
	color: #0e9a4c;
	margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
}
.B_crumbBox {
  font-size: 16px;
  line-height: 16px;
  list-style: none;
  margin: 0 0 11px;
  padding: 0;
  color: #000;
}
.B_crumbBox li {
  margin: 0 0px 0 0;
}
.B_crumbBox li, .list-btn li {
  display: inline-block;
  vertical-align: top;
}
.B_crumbBox li.B_firstCrumb a {
  padding-right: 0;
}

.B_crumbBox li a {
  position: relative;
  transition: .2s linear;
 text-decoration: underline;
}


.B_crumbBox li a:hover {
  text-decoration: none;
}
.B_crumbBox li a, .B_crumbBox li span, .B_crumbBox li {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  
}
.listblock{
	padding: 0 0 25px 0;
	width: 100%;
  display: inline-block;
}
.cataitem{
border: 1px solid #eaebec;
  width: calc(25% - 8px);
 float: left;
  vertical-align: top;
  height: 455px;
  margin: 0 8px 8px 0;
}
.cataitem_in{
	 padding: 20px 20px;
}
.imgitem{
	width: 100%;
  height: 190px;
}
.imgitem a {
	
}
.imgitem a img{
	width: 100%;
  height: auto;
  max-height: 100%;
}
.titleitem{
	display: inline-block;
  width: 100%;
  margin:10px 0;
  text-align: center;
}
.titleitem a{
	font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: 700;
}
.countitem{
	display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
}
.counter_block{
	width: 90px;
  float: left;
}
.counter_block span{
	font-size: 20px;
  line-height: 26px;
  height: 32px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  border: 1px solid #eaebec;
  float: left;
}
.counter_block .minus{
	
}
.counter_block .plus{
	
}
.counter_block input{
	width: 30px;
  text-align: center;
  height: 28px;
   float: left;
}
.button_block{
	width: 108px;
  float: right;
}
.button_block button{
	padding: 8px 11px 8px;
  color: #FFF;
  background: #009a4c;
  font-size: 14px;
  cursor: pointer;
  float: left;
   border: none;
}
.avialableitem{
	font-size: 13px;
}
.avialableitem p{
	
}
.avialableitem p span{
	font-weight: 700;
}
.priceitem{
	font-size: 13px;
}
.priceitem p{
	
}
.priceitem p span{
	font-weight: 700;
	font-size: 14px;
}
.product_catalog_box{
		display: inline-block;
  width: 100%;
  padding-bottom: 35px;
  padding-top: 20px;
}
.prodblockleft{
	width: calc(50% - 30px);
  float: left;
}
.prodblockleft img{
	width: 100%;
	max-height: 100%;
}
.prodblockright{
		width: calc(50% - 1px);
  float: right;
}
.prodblockright .avialableitem{
	
}
.prodblockright .avialableitem span{
	
}
.prodblockright .priceitem{
	
}
.prodblockright .priceitem span{
	
}
.skrit{
	display: none;
}
.pokskr {
	text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.prodblockleftimg{
	padding: 25px;
	border: 1px solid #eaebec;
	text-align: center;
}
.prodblockright .avialableitem{
	 font-size: 16px;
	 line-height: 20px;
}
.prodblockright .priceitem {
  font-size: 15px;
  line-height: 20px;
}
.prodblockright .countitem {
 
  width: 215px;
}
.pdfexcelprod{
	float: left;
  width: 100%;
}
.pdfexcelprod a{
	 font-size: 16px;
	 line-height: 20px;
	 color: #009a4c;
  text-decoration: underline;
  margin-right: 15px;
}
.pdfexcelprod a:hover{
	
  text-decoration: none;
 
}
.content_box{
	float: left;
  width: 100%;
  margin-top: 25px
}
.pdfexcelprod a {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  margin-right: 0;
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.ijkjjjjj{
	
}
.pohimg img{
	max-width: 100%;
  max-height: 100%;
}
.pochatus{
	float: left;
  width: 29%;
  margin-right: 3%;
  border: 1px solid #eaebec;
  margin-bottom: 15px;
  padding: 10px 5px;
}
.main_catalog_unit .main_catalog_item_list {
  margin-bottom: 25px;
}
.svazblockin a {
    
	float: left;
  

}
 .svazblockin a.pohcatetx {
 font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #0e9a4c;
  text-decoration: underline;
  font-weight: 700;
  padding-left: 0px;
  float: left;
  width: calc(100% - 85px);

}
.svazblockin .pochatus span {
 height: 70px;
  vertical-align: middle;
  display: table-cell;
}
.svazblockin .pochatus a.pohimg span {
 
  width:70px;
  text-align: center;
}
.svazblockin a.pohimg {
  width: 70px;
  height: 70px;
  text-align: center;
margin-right: 15px;
}
.svazblockin a:hover {
  text-decoration: none;
}
.svazblockin {
 
}
.main_catalog_unit_link {
  position: absolute;
  bottom: 13px;
  left: 20px;
  right: 20px;
}

.main_catalog_unit_link .btn_gr {
  padding: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headlinefile{
	display: inline-block;
width: 100%;
margin: 14px 0 0;
}
.headlinefile a{
	font-size: 14px;
float: left;
margin-right: 28px;
padding: 8px 11px;
border: 1px solid #0e9a4c;
color: #0e9a4c;
}
.headlinefile a.price_excel{
	
}
.headlinefile a.pdf_file{
	
}
.headlinefile a.spec_dowland{
	
}
.formfile {
float: left;	
}
.main_catalog_unit_link .btn_gr span {
  font-size: 11px;
}

.main_catalog_unit_link .btn_gr span i {
  font-style: normal;
}
.textopis{
padding-bottom: 25px;
display: inline-block;
width: 100%;
line-height: 22px;
}
.pricese{
	display: inline-block;
width: 100%;
margin-bottom: 50px;
margin-top: 20px;
}
.pricese a{
	font-size: 14px;

padding: 8px 11px;
border: 1px solid #0e9a4c;
color: #0e9a4c;
}
.blockin{
	display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.svaztitle{
	font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
.svazblockin{
	display: inline-block;
  width: 100%;
}

.quality {
  background: url("../images/quality.jpg") no-repeat center bottom/cover;
  padding: 70px 0 270px;
}

.quality_box {
  background: #0e9a4c;
  padding: 60px 110px;
}

.quality_headline {
  text-align: center;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 45px;
}

.quality_subtitle {
  margin-bottom: 55px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.quality_text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 33px;
  text-align: center;
}

.quality_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-width: 605px;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/q3.png") no-repeat right center/52px auto;
}

.quality_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 68px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quality_link .ic {
  height: 50px;
  margin-right: 25px;
}

.quality_link .ic img {
  height: 100%;
}

.quality_link .val {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.quality_link1 {
  margin-bottom: 16px;
}

.quality_box_bottom {
  background: #ffffff;
  padding: 35px 100px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 155px;
}

.quality_box_bottom_ic {
  min-width: 164px;
  max-width: 164px;
  margin-left: 30px;
}

.quality_box_bottom_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.quality_content_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quality_content_item {
  min-width: calc(20% - 6px);
  max-width: calc(20% - 6px);
}

.quality_content_title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 230px;
}

.quality_content_item_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 151px;
  margin-bottom: 25px;
}

.quality_content_item_ic img {
  height: 100%;
}

.quality_content_item_box {
  background: #0e9a4c;
  border-radius: 10px;
  padding: 15px 6px 20px;
  min-height: 128px;
}

.quality_content_item_title {
  font-size: 22px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}

.quality_content_item_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
}

.president {
  padding: 75px 0 90px;
  background: #e5e5e3;
}

.president_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.president_user {
  position: relative;
  min-width: 320px;
  max-width: 320px;
  padding-right: 60px;
  padding-top: 27px;
}

.president_user_img {
  text-align: center;
  margin-bottom: 30px;
  width: 198px;
  position: relative;
}

.president_user_img img {
  width: 100%;
}

.president_user_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  height: 4px;
  background: #c3c3c3;
  bottom: 0;
}

.president_user_title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 12px;
}

.president_user_position {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.president_content_title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2f2f;
}

.president_content_subtitle {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 50px;
}

.president_content_text h6, .president_content_text .ph_6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  margin-bottom: 22px;
}

.president_content_text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  margin-bottom: 0;
}

.president_content_text ul {
  margin-bottom: 20px;
}

.president_content_text ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  position: relative;
  padding-left: 12px;
}

.president_content_text ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  left: 0px;
  border-radius: 50%;
  background: #2f2f2f;
}

.knowlege {
  padding: 100px 0 30px;
  background: #ffffff;
}

.knowlege_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowlege_catalog {
  padding-top: 0px;
}

.knowlege_catalog .knowlege_items_title {
  margin-bottom: 45px;
}

.knowlege_catalog .knowlege_item {
  min-width: 252px;
  max-width: 252px;
  margin-right: auto !important;
}

.knowlege_catalog .knowlege_item img {
  width: 100%;
}

.knowlege_catalog .knowlege_items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.knowlege_info {
  padding-bottom: 100px;
  min-width: 50%;
  max-width: 50%;
  padding-right: 200px;
}

.knowlege_info_title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-bottom: 70px;
}

.knowlege_info_subtitle {
  font-size: 28px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.knowlege_info_cost {
  font-size: 87px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f2f2f;
}

.knowlege_items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.knowlege_items_title {
  min-width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  margin-bottom: 65px;
}

.knowlege_item {
  margin-bottom: 105px;
  min-width: 252px;
  max-width: 252px;
}

.knowlege_item:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
}

.knowlege_item img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .1s;
  transition: .1s;
}

.knowlege_item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.main_about {
  padding: 80px 0;
  background: #0e9a4c;
}

.main_about.bg_white {
  background: #ffffff;
  padding-bottom: 105px;
}

.main_about.bg_white .main_about_title,
.main_about.bg_white .main_about_subtitle {
  color: #000000;
}

.main_about_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_about_item {
  min-width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}

.main_about_title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.main_about_subtitle {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: 50px;
  overflow: hidden;
  margin-bottom: 35px;
}

.main_about_img {
  position: relative;
  display: block;
}

.main_about_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.main_about_img:after {
  content: 'Открыть сайт';
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 50%;
  width: 96px;
  height: 96px;
  top: 50%;
  border-radius: 50%;
  background: #0e9a4c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  padding: 28px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_about_img img {
  width: 100%;
}

.main_about_img:hover:before, .main_about_img:hover:after {
  opacity: 1;
}

.main_about_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
}

.main_about_button .btn_wh {
  padding: 0 65px;
}

.trust {
  padding: 75px 0 15px;
}

.trust_title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 125px;
}

.trust_items {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trust_item {
  margin-bottom: 160px;
  min-width: 33.33%;
  max-width: 33.33%;
  text-align: center;
}

.trust_item img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .1s;
  transition: .1s;
}

.trust_item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.honors {
  padding: 75px 0 30px;
  background: #e5e5e3;
}

.honors .trust_title {
  margin-bottom: 70px;
}

.honors_title {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 60px;
}

.honors_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.honors_item {
  min-width: 122px;
  max-width: 122px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 70px;
  position: relative;
}

.honors_item.honors_item_big {
  min-width: 306px;
  max-width: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.honors_item img {
  height: 172px;
  margin-bottom: 15px;
  display: block;
}

.honors_item a {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s;
  transition: .2s;
}

.honors_item a:hover:before, .honors_item a:hover:after {
  opacity: 1;
}

.honors_item a:before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: rgba(14, 154, 76, 0.7);
  left: 0;
  right: 0;
  width: auto;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.honors_item a:after {
  content: '+';
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  left: 50%;
  top: 50%;
  font-size: 50px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.honors_item_box {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.honors_text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #2f2f2f;
}

.faq {
  padding: 80px 0 70px;
}

.faq .trust_title {
  margin-bottom: 70px;
}

.accord_item {
  border: 2px solid #e5e5e3;
  border-radius: 22px;
  margin-bottom: 2px;
}

.accord_item_title {
  padding: 30px;
  cursor: pointer;
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
  color: #2f2f2f;
  position: relative;
}

.accord_item_title:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 34px;
  height: 34px;
  top: 50%;
  margin-top: -17px;
  right: 20px;
  border-radius: 50%;
  background: #ffffff url("../images/faqb.png") no-repeat center center/24px auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.accord_item_title:hover:before {
  background: #e5e5e3 url("../images/faqb.png") no-repeat center center/24px auto;
}

.accord_item_title.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accord_item_content {
  padding: 0px 30px 25px;
  display: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.faq_accord {
  margin-bottom: 55px;
}

.faq_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq_bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq_bottom_content .ic {
  min-width: 45px;
  max-width: 45px;
  margin-right: 25px;
}

.faq_bottom_content .ic img {
  width: 100%;
}

.faq_bottom_title {
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.faq_bottom_subtitle {
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.main_form {
  padding: 75px 0;
  background: #0e9a4c;
}

.main_form_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_form_info {
  min-width: calc(100% - 510px);
  max-width: calc(100% - 510px);
}

.main_form_info .trust_title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 35px;
}

.company_content {
  margin-bottom: auto;
}

.main_link {
  min-width: 100%;
  max-width: 100%;
}

.main_form_box {
  min-width: 410px;
  max-width: 410px;
  margin-left: 100px;
}

.main_form_box.pt_other {
  padding-top: 108px;
}

.main_form_info_title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 65px;
}

.main_form_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_form_socials .soc_link {
  margin-bottom: 32px;
  padding-left: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

.main_form_socials .wa {
  background: url("../images/fwa.png") no-repeat left center/50px auto;
}

.main_form_socials .wa:hover {
  background: url("../images/fwah.png") no-repeat left center/50px auto;
}

.main_form_socials .vk {
  background: url("../images/fwk.png") no-repeat left center/50px auto;
}

.main_form_socials .vk:hover {
  background: url("../images/fwkh.png") no-repeat left center/50px auto;
}

.main_form_socials .tg {
  background: url("../images/ftg.png") no-repeat left center/50px auto;
}

.main_form_socials .tg:hover {
  background: url("../images/ftgh.png") no-repeat left center/50px auto;
}

.main_form_box {
  padding-top: 50px;
}

.main_form_box_title {
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
}

input,
textarea {
  outline: none !important;
}

.main_form_box_forma input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #ffffff;
  height: 40px;
  background: transparent;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: .1s;
  transition: .1s;
}

.main_form_box_forma input.active {
  border-bottom: 3px solid #000000;
}

.main_form_box_forma .controll_button {
  padding-top: 40px;
  margin-bottom: 45px;
}

.main_form_box_forma .controll_button .btn_wh {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_form_box_forma .controll_input {
  margin-bottom: 40px;
  -webkit-transition: .1s;
  transition: .1s;
}

.main_form_box_forma .controll_input .inp_place {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}

.main_form_box_forma .controll_input .inp_place.active {
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  color: #2f2f2f;
  height: 24px;
}

.main_form_box_forma .controll_info {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #2f2f2f;
  text-align: center;
}

.controll_input {
  position: relative;
}

.controll_input .inp_place {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .1s;
  transition: .1s;
}

.controll_input .inp_place.active {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.footer {
  background-color: #2f2f2f;
  padding: 45px 0 0;
}

.footer_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(229, 229, 227, 0.2);
}

.footer_item1 {
  min-width: 403px;
  max-width: 403px;
  padding-right: 165px;
}

.footer_item2 {
  min-width: 445px;
  max-width: 445px;
  padding-right: 165px;
  padding-right: 80px;
}

.footer_item3 {
  margin-left: auto;
}

.footer_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 19px;
}

.footer_text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.footer .header_phone {
  margin-bottom: 0;
}

.footer .header_phone a {
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.footer .header_button {
  margin-bottom: 19px;
}

.footer .header_button .btn {
  color: #ffffff;
}

.footer .header_mail {
  margin-bottom: 20px;
}

.footer .header_mail a {
  color: #ffffff;
}

.footer .header_socials a {
  width: 36px;
  height: 36px;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer .header_socials a.ic_tgm {
  background: url("../images/f_tgm.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_tgm:hover {
  background: url("../images/f_tgmh.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_wa {
  background: url("../images/f_wa.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_wa:hover {
  background: url("../images/f_wah.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_yt {
  background: url("../images/f_yt.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_yt:hover {
  background: url("../images/f_yth.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_vk {
  background: url("../images/f_vk.png") no-repeat left center/100% auto;
}

.footer .header_socials a.ic_vk:hover {
  background: url("../images/f_vkh.png") no-repeat left center/100% auto;
}

.footer_address {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 35px;
}

.footer_bottom {
  padding: 25px 0;
}

.footer_bottom p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 0.02em;
  color: #ffffff;
}

@media screen and (max-width: 1240px) {
  body {
    zoom: .9;
  }
}

@media screen and (max-width: 1100px) {
  body {
    zoom: 1;
  }
  .cont {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .header_subtitle {
    margin-right: 40px;
  }
  .header_nav_links li {
    margin-right: 25px;
  }
  .header_logo {
    min-width: 210px;
    max-width: 210px;
  }
  .main {
    background: #ffffff url("../images/main.jpg") no-repeat calc(50% + 290px) 107px/482px auto;
  }
  .main_slogan_title {
    font-size: 32px;
    line-height: 32px;
  }
  .main_slogan_text {
    font-size: 25px;
    line-height: 33px;
  }
  .main_slogan {
    padding: 50px 0;
  }
  .main_catalog_item,
  .main_catalog_item:nth-child(even) {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .main_catalog_item {
    margin-right: 30px;
  }
  .main_catalog_item_ic {
    min-width: 120px;
    max-width: 120px;
  }
  .main_catalog_item_ic img {
    width: 100%;
  }
  .main_catalog_item_list li:before {
    top: 12px;
  }
  .main_catalog_units {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_catalog_unit {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    padding: 6px 10px 63px;
    margin-bottom: 16px;
  }
  .quality_headline {
    font-size: 32px;
  }
  .quality_box {
    padding: 40px 80px;
  }
  .quality_box_bottom_text {
    font-size: 20px;
    line-height: 1.2;
  }
  .quality_box_bottom {
    padding-left: 80px;
    padding-right: 80px;
  }
  .quality_content_item {
    min-width: calc(33.33% - 6px);
    max-width: calc(33.33% - 6px);
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 30px;
  }
  .quality_content_items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quality {
    padding: 50px 0 150px;
  }
  .quality_content_item_box {
    min-height: 110px;
  }
  .president_content_title {
    font-size: 30px;
    line-height: 34px;
  }
  .president_content_subtitle {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .knowlege_info {
    padding-right: 70px;
  }
  .knowlege_items_title {
    margin-bottom: 50px;
  }
  .knowlege_item {
    min-width: 200px;
    max-width: 200px;
    margin-bottom: 50px;
  }
  .honors_items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trust_items {
    padding-left: 50px;
    padding-right: 50px;
  }
  .trust_item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .trust_item img {
    max-width: 100%;
  }
  .trust_title {
    font-size: 32px;
  }
  .main_form_box {
    margin-left: 50px;
  }
  .footer_item {
    min-width: 33.33%;
    max-width: 33.33%;
    padding-right: 30px;
  }
  .footer_item.footer_item2,
  .footer_item .footer_item3 {
    padding-right: 0;
  }
  .footer_item.footer_item3 {
    margin-left: 30px;
  }
  body {
    overflow-x: hidden;
  }
}

.header_phone_plans,
.header_mob_nav,
.main_mob_img,
.main_catalog_box_headline_button.mob {
  display: none;
}

.modal_content .header_mob_menu_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal_content .header_mob_menu_soc a {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}

.modal_content .header_mob_menu_soc .ic_tgm {
  background: url("../images/tgb.png") no-repeat left center/36px auto;
}

.modal_content .header_mob_menu_soc .ic_wa {
  background: url("../images/wab.png") no-repeat left center/36px auto;
}

.modal_content .header_mob_menu_soc .ic_vk {
  background: url("../images/vkb.png") no-repeat left center/36px auto;
}

.modal_content .header_mob_menu_soc .ic_yt {
  background: url("../images/ytb.png") no-repeat left center/36px auto;
}

@media screen and (max-width: 992px) {
  .header_phone_plans {
    display: block;
  }
  .honors_item a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_nav {
    display: none;
  }
  .header_phone_plans {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: #2f2f2f;
    margin-bottom: 8px;
  }
  .header_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header_subtitle {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .header_button,
  .header .header_mail,
  .header .header_socials {
    display: none;
  }
  .header_logo {
    min-width: calc(100% - 211px);
    max-width: calc(100% - 211px);
    margin-right: 20px;
  }
  .header_logo img {
    width: 200px;
  }
  .header {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
    position: relative;
  }
  .header_mob_nav {
    display: block;
    background: #0e9a4c;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 12px;
  }
  .header_mob_nav_headline .btn_opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 15px;
    background: #0e9a4c;
    width: 100%;
    cursor: pointer;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_mob_nav_headline .btn_opener .name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #ffffff;
  }
  .header_mob_nav_headline .btn_opener .ic {
    background: url("../images/bars.png") no-repeat left center/20px auto;
    width: 20px;
    height: 14px;
  }
  .header {
    padding-bottom: 0;
  }
  .main_content {
    padding: 20px 0;
  }
  .main_box {
    min-width: 100%;
    max-width: 100%;
  }
  .main {
    background: #ffffff;
  }
  .main_mob_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .main_mob_img img {
    width: 100%;
    max-width: 780px;
  }
  .main_logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .main_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_slogan {
    padding: 25px 0;
  }
  .main_slogan_title {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .main_slogan_title {
    font-size: 17px;
    line-height: 23px;
  }
}

@media screen and (max-width: 992px) {
  .main_slogan_text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #ffffff;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .main_slogan_text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 992px) {
  .main_catalog {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .main_catalog {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .headline {
    margin-bottom: 35px;
    text-align: center;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .headline {
    font-size: 30px;
  }
  .headline span {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .main_catalog_item,
  .main_catalog_item:nth-child(even) {
    min-width: calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
  .main_catalog_item {
    margin: 0 0 50px;
  }
  .quality {
    padding: 30px 0 90px;
  }
  .quality_box {
    padding: 25px 10px 35px;
  }
  .quality_headline {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .quality_headline {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 992px) {
  .quality_subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .quality_subtitle {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 992px) {
  .quality_text {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .quality_text {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .quality_box_bottom {
    padding: 18px 13px;
    margin-bottom: 50px;
  }
  .quality_box_bottom_text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .quality_box_bottom_text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (max-width: 992px) {
  .quality_content_title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .quality_content_title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .quality_content_item {
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
  .president {
    padding: 35px 0 75px;
  }
  .president_user {
    min-width: 300px;
    max-width: 300px;
    padding-right: 0;
  }
  .president_content_title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .president_content_subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .president_content_text h6, .president_content_text .ph_6 {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  .president_content_text ul li,
  .president_content_text p {
    font-size: 12px;
    line-height: 19px;
  }
  .president_content_text p {
    margin-bottom: 25px;
  }
  .president_content_text ul li:before {
    top: 10px;
  }
  .president_user_title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .president_user_title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .president_user_position {
    font-size: 14px;
    line-height: 23px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .president_user_position {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .president_user_position br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .knowlege {
    padding: 50px 0 42px;
  }
  .knowlege_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .knowlege_info {
    padding-right: 0;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 75px;
  }
  .knowlege_info_title {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .knowlege_info_title {
    font-size: 30px;
    line-height: 33px;
  }
}

@media screen and (max-width: 992px) {
  .knowlege_info_subtitle {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .knowlege_info_subtitle {
    font-size: 22px;
    font-size: 22.3px;
    line-height: 30px;
  }
}

@media screen and (max-width: 992px) {
  .knowlege_info_cost {
    font-size: 75px;
    line-height: 75px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .knowlege_info_cost {
    font-size: 69px;
    line-height: 1;
  }
}

@media screen and (max-width: 992px) {
  .knowlege_items_title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .knowlege_items_title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 992px) {
  .knowlege_item {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .knowlege_item img {
    width: auto;
  }
  .main_about {
    padding: 60px 0 65px;
  }
  .main_about_title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .main_about_subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    height: 45px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .main_about_subtitle {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .main_about_button {
    padding-top: 60px;
  }
  .main_catalog_item,
  .main_catalog_item:nth-child(even) {
    margin-left: 0;
    margin-right: 25px;
  }
  .main_catalog_item:nth-child(even) .main_catalog_item_ic {
    margin-right: 25px;
  }
  .trust_title {
    font-size: 30px;
    line-height: 33px;
  }
  .trust {
    padding: 55px 0 0px;
  }
  .trust .trust_title {
    margin-bottom: 55px;
  }
  .trust_items {
    padding-left: 0;
    padding-right: 0;
  }
  .trust_item {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .trust_item {
    min-width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .honors {
    padding: 60px 0px;
  }
  .honors .trust_title {
    margin-bottom: 40px;
  }
  .honors_item img {
    height: 109px;
    margin-bottom: 0;
  }
  .honors_item a {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .honors_text {
    display: none;
  }
  .honors_item,
  .honors_item.honors_item_big {
    margin-bottom: 25px;
    min-width: initial;
    max-width: initial;
    margin-left: 14px;
    margin-right: 14px;
  }
  .faq {
    padding: 60px 0 80px;
  }
  .faq .trust_title {
    margin-bottom: 50px;
  }
  .accord_item_title {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 70px;
  }
  .accord_item_content {
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 15px;
  }
  .faq_accord {
    margin-bottom: 32px;
  }
  .faq_bottom_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .faq_bottom_subtitle {
    font-size: 11px;
    line-height: 1.2;
  }
  .faq_bottom_content .ic {
    margin-right: 22px;
  }
  .main_form {
    padding: 65px 0 85px;
  }
  .main_form_info {
    min-width: 100%;
    max-width: 100%;
  }
  .main_form_box {
    margin-left: 0;
    padding-top: 25px;
  }
  .main_form_box_title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .main_form_box_forma .controll_input .inp_place {
    font-size: 13px;
  }
  .main_form_box_forma input {
    height: 30px;
    border-bottom-width: 2px;
  }
  .main_form_box_forma .controll_input {
    margin-bottom: 25px;
  }
  .main_form_box {
    min-width: 100%;
    max-width: 100%;
  }
  .main_form_box_forma .controll_button {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .knowlege_item img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.wh_link {
  display: none;
}

@media screen and (max-width: 768px) {
	.mailmobb {
  font-size: 12px;
}
  .wh_link {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .quality_content_item_ic {
    height: 100px;
  }
  .quality_content_item_ic img {
    position: relative;
  }
  .btn_grey {
    padding: 0 50px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq_bottom_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }
  .main_form_info_title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 45px;
  }
  .main_form_socials .soc_link {
    height: 40px;
    background-size: 40px auto;
    font-size: 16px;
    padding-left: 55px;
    margin-bottom: 25px;
  }
  .main_form_info .trust_title {
    margin-bottom: 30px;
  }
  .header_logo img {
    width: 155px;
  }
  .header_phone {
    text-align: right;
    margin-bottom: 0;
    position: relative;
    top: 13px;
  }
  .header_phone a {
    font-size: 12px;
  }
  .header_phone_plans {
    font-size: 8px;
    margin-bottom: 3px;
  }
  .header_subtitle {
    font-size: 9px;
    line-height: 12px;
    padding-top: 5px;
  }
  .header {
    padding-top: 18px;
  }
  .main_title {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .main_text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .main_logos a {
    margin-right: 5px;
  }
  .main_logos a img {
    width: 100%;
  }
  .main_logos {
    margin-bottom: 18px;
  }
  .btn_gr {
    height: 40px;
  }
  .main_catalog_box {
    padding: 10px 22px;
  }
  .main_catalog_box_headline_title .ic {
    min-width: 68px;
    max-width: 68px;
    margin-right: 25px;
  }
  .main_catalog_box_headline_title .ic img {
    width: 100%;
  }
  .main_catalog_box_headline_title .text {
    font-size: 19px;
    line-height: 21px;
  }
  .main_catalog_box_headline .main_catalog_box_headline_button {
    display: none;
  }
  .main_catalog_box_headline_button.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }
  .main_catalog_box_headline_button.mob .btn_gr {
    padding: 0 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_catalog_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .main_catalog_item_ic {
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .main_catalog_item_ic img {
    width: 116px;
  }
  .main_catalog_item_list {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }
  .main_catalog_item_list li {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  .main_catalog_item_list li:before {
    top: 8px;
    width: 4px;
    height: 4px;
    display: none;
    padding-left: 0;
  }
  .main_catalog_item,
  .main_catalog_item:nth-child(even) {
    margin-bottom: 12px;
  }
  .main_catalog_unit_ic {
    height: 51px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .main_catalog_unit .main_catalog_item_list li {
    text-align: left;
    margin-bottom: 8px;
    font-size: 11px;
  }
  .main_catalog_unit_title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .main_catalog_unit {
    padding-bottom: 45px;
  }
  .main_catalog_unit .main_catalog_unit_link .btn_gr {
    height: 24px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_catalog_unit .main_catalog_unit_link .btn_gr span {
    font-size: 11px;
  }
  .main_catalog_unit_link {
    left: 10px;
    right: 10px;
  }
  .main_catalog_unit .main_catalog_item_list {
    margin-bottom: 0;
  }
  .main_catalog_unit_link .btn_gr span i {
    display: none;
  }
  .quality_links {
    min-width: 100%;
    max-width: 100%;
    padding-right: 30px;
    background-size: 33px auto;
  }
  .quality_link {
    height: 43px;
  }
  .quality_link .ic {
    height: 32px;
    width: 42px;
    margin-right: 5px;
  }
  .quality_link .val {
    font-size: 10px;
    line-height: 14px;
  }
  .quality_link1 {
    width: 96%;
  }
  .quality_box_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality_box_bottom_text {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .quality_box_bottom_ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quality_box_bottom_ic {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .quality_content_item_box {
    min-height: initial;
    background: transparent;
  }
  .quality_content_item {
    margin-bottom: 19px;
  }
  .quality_content_item_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .quality_content_item_text {
    font-size: 14px;
    line-height: 17px;
  }
  .president_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .president_user {
    padding-top: 0;
  }
  .president_user {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .president_user_img {
    width: 128px;
    margin-left: auto;
    margin-right: auto;
  }
  .president_content_title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .president_content_subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 33px;
  }
  .knowlege_info_title {
    margin-bottom: 40px;
  }
  .knowlege_item img {
    width: 88%;
  }
  .main_about_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_about_item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .main_about_title {
    font-size: 30px;
    line-height: 1;
    text-align: center;
  }
  .main_about_subtitle {
    font-size: 15px;
    text-align: center;
  }
  .main_about_button {
    padding-top: 0;
  }
  .main_about_button .btn_wh {
    width: 320px;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .btn_wh {
    height: 44px;
  }
  .trust .trust_title {
    font-size: 30px;
    line-height: 33px;
  }
  .faq_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq_bottom_content {
    margin-bottom: 35px;
  }
  .footer_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_item {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .footer_item.footer_item3 {
    margin-left: 0;
  }
  .footer_title {
    font-size: 16px;
    line-height: 20px;
  }
  .footer .header_phone {
    text-align: left;
    margin-bottom: 25px;
    top: 0;
  }
  .footer .header_mail {
    margin-bottom: 25px;
  }
  .footer_address {
    margin-bottom: 75px;
  }
  .footer .header_button {
    display: none;
  }
  .header_socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 450px;
  }
  .footer_bottom p {
    font-size: 10px;
  }
  .footer_bottom {
    padding: 20px 0;
  }
  .main_catalog_item_list i {
    min-width: 4px;
    margin-right: 3px;
    display: inline-block;
    position: relative;
  }
  .main_catalog_item_list i:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    top: -6px;
    left: 0px;
    border-radius: 50%;
    background: #2f2f2f;
  }
  .main_catalog_box .main_catalog_item_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    min-width: 240px;
  }
}

@media screen and (max-width: 670px) {
  .quality_content_item {
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .main_about.bg_white {
  background: #ffffff;
  padding-bottom: 5px;
}

}

.header_mob_menu {
  display: none;
}

@media screen and (max-width: 992px) {
  .header_mob_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #ffffff;
    padding: 42px 20px;
  }
  .header_mail {
 
  display: block;
}
  .header_mob_menu .btn_close {
    position: absolute;
    background: url("../images/close.png") no-repeat center center/16px auto;
    width: 20px;
    height: 20px;
    right: 18px;
    top: 25px;
    cursor: pointer;
  }
  .header_mob_menu_list {
    padding-bottom: 15px;
  }
  .header_mob_menu_list a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #2f2f2f;
  }
  .header_mob_menu_soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_mob_menu_soc a {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
  }
  .header_mob_menu_soc .ic_tgm {
    background: url("../images/tgb.png") no-repeat left center/36px auto;
  }
  .header_mob_menu_soc .ic_wa {
    background: url("../images/wab.png") no-repeat left center/36px auto;
  }
  .header_mob_menu_soc .ic_vk {
    background: url("../images/vkb.png") no-repeat left center/36px auto;
  }
  .header_mob_menu_soc .ic_yt {
    background: url("../images/ytb.png") no-repeat left center/36px auto;
  }
  .menu_open {
    overflow: hidden;
  }
}

/* Begin Company */
.company {
  padding: 85px 0 70px;
}

.company_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
}

.company_inst {
  min-width: 440px;
  max-width: 440px;
}

.company_title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 85px;
}

.company_content_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company_content_df .main_link {
  padding-top: 100px;
}

.company_content_item {
  min-width: 50%;
  max-width: 50%;
  padding-right: 65px;
}

.company_subtitle {
  position: relative;
  padding-left: 13px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.company_subtitle:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  top: 13px;
  left: 0;
  border-radius: 50%;
  background: #2f2f2f;
}

.company_text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.production {
  padding-bottom: 75px;
}

.production_title {
  font-size: 55px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 55px;
}

.production_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.production_numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 50%;
  max-width: 50%;
}

.production_numbs_item {
  min-width: 50%;
  max-width: 50%;
  padding-right: 60px;
  margin-bottom: 40px;
}

.production_numbs_item.production_numbs_item_full {
  min-width: 100%;
  max-width: 100%;
}

.production_numbs_title {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0e9a4c;
}

.production_numbs_text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.production_content {
  padding: 45px 50px 25px;
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  margin-bottom: auto;
}

.production_content p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.research {
  padding: 65px 0 50px;
  background: #e5e5e3;
}

.research .trust_title {
  margin-bottom: 70px;
}

.research_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.research_item {
  min-width: calc(25% - 26px);
  max-width: calc(25% - 26px);
  background: #ffffff;
  padding: 50px 25px;
  border: 1px solid #8c8c8d;
}

.research_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e5e5e3;
  margin-bottom: 18px;
}

.research_item_text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.research_table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0px;
  border-top: 1px solid #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research_table_box {
  min-width: calc(25% - 26px);
  max-width: calc(25% - 26px);
  padding: 0 0px 0 30px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  
}

.supply {
  padding: 80px 0;
}

.supply .production_title {
  margin-bottom: 22px;
}

.supply_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.supply_subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.supply_logos {
  min-width: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.supply_item {
 max-width: 50%;
min-width: calc(50% - 100px);
padding-right: 100px;
margin-top: 50px;
float: left;
outline: none !important;
}

.supply_item img {
  max-width: 100%;
}

.supply_button {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supply_button .btn_gr {
  padding: 0 85px;
}

.history {
  padding: 35px 0 70px;
  overflow-x: hidden;
}

.history_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 85px;
  text-align: center;
}

.history_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.history_list:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -1000px;
  right: -1000px;
  width: auto;
  height: 4px;
  background-color: #d9d9d9;
  top: 325px;
}

.history_item_title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600; 
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 20px;
}

.history_item_text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 20px;
}

.history_item1 {
  margin-top: 45px;
  min-width: 185px;
  max-width: 185px;
  margin-right: 150px;
  background: #0e9a4c;
  margin-bottom: auto;
  padding: 30px 15px;
}
#toTop {
  color: #ffffff;
  //background: #02A653;
  background: #fff url(../images/topper.svg) no-repeat center center/cover;
  position: fixed;
  bottom: 60px;
  z-index: 999;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  right: 20px;
  cursor: pointer;
}
.history_item1 .history_item_title,
.history_item1 .history_item_text p {
  color: #ffffff;
}

.history_item1:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 0px;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #0b773b;
  border-right: 1px solid transparent;
  top: 100%;
  margin-top: -19px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.history_item1:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: 6px solid #0e9a4c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: -94px;
  left: 0;
}

.history_item2 {
  min-width: 250px;
  max-width: 250px;
  margin-right: 140px;
  height: 310px;
  padding-right: 10px;
}

.history_item2:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 45px;
  bottom: 0;
  height: auto;
  border-top: 3px solid #d9d9d9;
  border-right: 3px solid #d9d9d9;
  width: 100%;
}

.history_item2:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: 100%;
  background: #d9d9d9;
  right: -17px;
}

.history_item2 .history_item_text {
  padding-top: 14px;
}

.history_item3 {
  min-width: 425px;
  max-width: 425px;
  margin-right: 10px;
  height: 310px;
  padding-right: 10px;
}

.history_item3:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 45px;
  bottom: 0;
  height: auto;
  border-top: 3px solid #d9d9d9;
  border-right: 3px solid #d9d9d9;
  width: 100%;
}

.history_item3:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: 100%;
  background: #d9d9d9;
  right: -17px;
}

.history_item3 .history_item_text {
  padding-top: 14px;
}

.history_item4 {
  min-width: 240px;
  max-width: 240px;
  margin-left: 265px;
  margin-top: 100px;
  padding-left: 10px;
}

.history_item4:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: -76px;
  height: 121px;
  border-bottom: 3px solid #d9d9d9;
  border-left: 3px solid #d9d9d9;
  width: 100%;
}

.history_item4:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: -100px;
  background: #d9d9d9;
  left: -15px;
}

.history_item4 .history_item_text {
  padding-top: 14px;
}

.history_item5 {
  min-width: 410px;
  max-width: 410px;
  margin-left: 245px;
  margin-top: 100px;
  padding-left: 10px;
}

.history_item5:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: -76px;
  height: 121px;
  border-bottom: 3px solid #d9d9d9;
  border-left: 3px solid #d9d9d9;
  width: 100%;
}

.history_item5:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: -100px;
  background: #d9d9d9;
  left: -15px;
}

.history_item5 .history_item_text {
  padding-top: 14px;
}

.history_item {
  position: relative;
}

.contacts {
  background: #e5e5e3;
  padding: 85px 0 125px;
}

.contacts_title {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 130px;
}
.page_not_found {
  margin: 0 auto;
}
.content_title {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 50px;
}
.contacts_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts_subtitle {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 36px;
}

.contacts_link {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.popup._type_normal {
  display: none !important;
}

.research_item_img img {
  max-width: 100%;
  max-height: 100%;
}

.research_table_item {
  position: relative;
}

.company_title.mob {
  display: none;
}

.btn_open_item {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 15px;
  height: 28px;
  background: url("../images/btn_open_item.png") no-repeat left center/14px auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
.section_list_item.plitka {
 
 // min-height: 315px;
  min-height: auto;
}
.section_list_item .main_catalog_unit_title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.section_list_item .main_catalog_item_list li a {
  font-size: 14px;
  line-height: 16px;
}
.section_list_item .main_catalog_unit_ic img {

  max-height: 31px;
}
.section_list_item .main_catalog_item_list li {
 
  font-size: 14px;
  line-height: 22px;
}
}
@media screen and (max-width: 1100px) {
  .company_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company_inst {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .company_title.desk {
    display: none;
  }
  .company_title.mob {
    display: block;
  }
  .history_list:before {
    left: 30px;
    top: 100px;
    width: 4px;
    height: 100%;
  }
  .history_list {
    padding-left: 32px;
  }
  .history_item {
    min-width: calc(100% - 70px);
    max-width: calc(100% - 70px);
    margin-bottom: 75px;
    padding-left: 30px;
    height: auto;
  }
  .history_item1 {
    margin-top: 0;
    margin-left: 70px;
    margin-right: 0;
  }
  .history_item1:before {
    left: -24px;
    margin-top: -58px;
  }
  .history_item1:after {
    bottom: 17px;
    left: -91px;
  }
  .history {
    overflow: hidden;
  }
  .history_item2:before,
  .history_item3:before,
  .history_item4:before,
  .history_item5:before {
    border-right: none;
    border-left: none;
  }
  .history_item2,
  .history_item3,
  .history_item4,
  .history_item5 {
    margin: 0 0 30px;
    min-width: 100%;
    max-width: 100%;
  }
  .history_item2:after,
  .history_item3:after,
  .history_item4:after,
  .history_item5:after {
    right: initial;
    left: -17px;
    top: 29px;
  }
 .history_item.history_item1 { order: 1; }
.history_item.history_item4 { order: 2; }
.history_item.history_item2 { order: 3; }
.history_item.history_item5 { order: 4; }
.history_item.history_item3 { order: 5; }
}

.research_table .dn {
  display: none;
}

.research_table.mob {
  display: none;
}

.research_df.mob {
  display: none;
}

@media screen and (max-width: 992px) {
  .research_df.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .research_df.desk {
    display: none;
  }
  .research_table.mob {
    display: block;
  }
  .research_table.desk {
    display: none;
  }
  .research_item_img {
    height: 200px;
  }
  .company {
    padding: 52px 0 45px;
  }
  .company_title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .company_title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .company_subtitle {
    font-size: 22px;
    line-height: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .research_item {
    min-width: calc(50% - 26px);
    max-width: calc(50% - 26px);
  }
  .production_df,
  .supply_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .production_numbs,
  .supply_logos {
    min-width: 100%;
    max-width: 100%;
  }
  .supply_logos {
    margin-bottom: 45px;
  }
  .production_title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .production_title {
    font-size: 30px;
    line-height: 33px;
  }
}

@media screen and (max-width: 992px) {
	.contacts_subtitle {
 
  font-weight: 700;
  
}
  .production_numbs_title {
    font-size: 60px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .production_numbs_text {
    font-size: 16px;
    line-height: 20px;
  }
  .production_numbs_item {
    margin-bottom: 48px;
  }
  .production_numbs {
    padding-bottom: 10px;
  }
  .production_content p {
    font-size: 14px;
    line-height: 16px;
  }
  .research .trust_title {
    margin-bottom: 55px;
  }
  .research {
    padding: 60px 0 45px;
  }
  .contacts {
    padding: 50px 0 40px;
  }
  .contacts_title {
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 50px;
  }
  .contacts_subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .contacts_link {
    font-size: 18px;
    line-height: 1.2;
  }
  .contacts_item {
    margin-bottom: 40px;
  }
}

.main_link.mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .contacts_df {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts_item {
    min-width: 100%;
    max-width: 100%;
  }
  .main_link.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company_inst img {
    max-width: 100%;
  }
  .company_inst {
    max-width: 100%;
    min-width: 100%;
  }
  .company_content_item {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .company_subtitle:before {
    display: none;
  }
  .company_text {
    font-size: 16px;
    text-align: center;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
  }
  .production_numbs_item {
    padding-right: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .research_table_box {
    font-size: 11px;
    line-height: 14px;
  }
  .research_item_text {
    font-size: 11px;
    line-height: 14px;
  }
  .supply {
    padding: 20px 15px;
  }
  .supply .cont {
    padding: 30px;
    border: 1px solid #2f2f2f;
    border-radius: 20px;
  }
  .production_content {
    padding: 0 20px;
    border: none;
  }
  .production_content p {
    font-size: 12px;
    line-height: 18px;
  }
  .production {
    border: 1px solid #2f2f2f;
    border-radius: 20px;
    padding: 30px 10px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .production > .cont {
    padding: 0;
  }
  .production_title {
    text-align: center;
  }
  .production_numbs_text {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .production_numbs_title {
    text-align: center;
  }
  .research_item {
    min-width: calc(50% - 7px);
    max-width: calc(50% - 7px);
    padding: 30px 15px 20px;
  }
  .research_item_img {
    height: 110px;
    padding-bottom: 20px;
  }
  .research_item_img {
    margin-bottom: 10px;
  }
  .research_table_box {
    min-width: calc(50% - 7px);
    max-width: calc(50% - 7px);
  }
  .research_table_box {
    padding-left: 15px;
  }
  .research_df {
    margin-bottom: 25px;
  }
  .supply_subtitle {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
  }
  .supply .production_title {
    margin-bottom: 11px;
  }
  .supply_item {
    padding-right: 0;
    text-align: center;
    margin-top: 40px;
  }
  .supply_item img {
    max-width: 84%;
  }
  .supply_button .btn_gr {
    padding: 0 35px;
    width: 100%;
    max-width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .supply .cont {
    padding: 15px;
  }
  .history_title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 45px;
  }
  .history_list:before {
    top: 125px;
  }
  .history_item_text p {
    font-size: 12px;
  }
  .history_item_title {
    font-size: 25px;
  }
  .production {
    margin-bottom: 55px;
  }
  .honors_title.mob_small {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 45px;
  }
  .main_form_info_subtitle {
    margin-bottom: 10px;
  }
  .main_form_look {
    display: none;
  }
  .main_form_box.pt_other {
    padding-top: 18px;
  }
  .knowlege_catalog .knowlege_item {
    min-width: 50%;
    max-width: 50%;
  }
  .knowlege_catalog .knowlege_item img {
    max-width: 86%;
  }
  .company_content_df .main_link {
    display: none;
  }
  .knowlege_catalog {
    padding-top: 0;
  }
}

/* End Company */
.modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal_wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_content {
  position: relative;
  width: 1160px;
  background: #ffffff;
  padding: 50px 0;
  max-width: calc(100% - 30px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.modal_content .main_form_box_forma input {
  color: #000000;
}

.modal_content .js_mob_modal_close {
  position: absolute;
  background: url(../images/close.png) no-repeat center center/16px auto;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 25px;
  cursor: pointer;
}

.btn {
  cursor: pointer;
}

.modal_title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 18px;
}

.modal_subtitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2f2f2f;
}

.controll_input.ttt .inp_place {
  display: none;
}

.controll_input.ttt.active .inp_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_content {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

.modal_content .main_form_box_forma {
  width: 408px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal_content .main_form_box_forma .controll_input {
  color: #000000;
}

.modal_content .main_form_box_forma .controll_input .inp_place {
  color: #000000;
}

.modal_content .main_form_box_forma input {
  border-bottom: 3px solid #000000;
}

@media screen and (max-width: 768px) {
  .main_form_box_forma .controll_input .inp_place {
    font-size: 10px;
  }
  .main_form_box_forma input {
    font-size: 12px;
  }
  .modal_title,
  .modal_subtitle {
    font-size: 16px;
    line-height: 1.3;
  }
  .section_list_item.plitka {
	  display: inline-block;
	  width: 100%;
	  margin-bottom: 39px;
	  margin-right: 0%;
	  border: 1px solid #ddd;
	  padding: 3% ;
	  float: left;
	  min-height: auto;
	}
	  .main_catalog_box  .plitka .main_catalog_item_list {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    min-width: auto;
    text-align: left;
  }
  .section_list_item.plitka .main_catalog_item_list li {
  width: 100%;
  margin-right: 0;
  text-align: left;
 
}
.headlinefile a {
    margin-bottom: 12px;
}
.section_list_item .main_catalog_unit_title {
  font-size: 22px;
}
.pochatus {
  float: left;
  width: 100%;
  margin-right: 0;
 
}
}
@media screen and (max-width: 580px) {
	.svaztovarblockin a {
 
  width: 100%;
  margin: 0 0px 20px 0px;
}
}
.upper {
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: url("../images/upper.png") no-repeat left center/100% auto;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.upper:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border: 2px solid #b7f0cc;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: spin 2s linear 0s infinite;
          animation: spin 2s linear 0s infinite;
}

.upper:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  border: 2px solid #5cde8c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: spin 1.5s linear 0s infinite;
          animation: spin 1.5s linear 0s infinite;
}

.upper i {
  color: #ffffff;
}

.upper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}

.upper.active:hover {
  cursor: pointer;
}

/* End */
@keyframes spin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
