@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');


body {
   font-family: "Public Sans", sans-serif;
   font-family: "Noto Sans", sans-serif;
   font-weight:300;

  font-optical-sizing: auto;
  font-style: normal;
   font-size: 20px;
   line-height: 1.3;
   color: var(--blackcolor) ;
}


input,
textarea,
select,
button {
  font-family: inherit;   /* наследует шрифт от родителя (обычно body) */
  font-size: inherit;     /* наследует размер */
  font-weight: inherit;   /* наследует толщину */
  line-height: inherit;   /* наследует межстрочный интервал */
}


*,
*:before,
*:after {
   padding: 0;
   margin: 0;
   border: 0;
   box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
   margin: 0;
}

h1,
h2,
h3,
h4 {
	font-weight:600;
}


html,
body {
   overflow-x: hidden;
   background-color: var(--superblack) ;
}

p {
   text-align:justify !important;
}

#aid_587 {
	color:red;
}

.myred {
	color:red;
}

.mtxt{
	font-size:1.0em;
   
   
}

.aclick:hover {
	cursor:pointer;
}


a {

   color: var(--acolor) ;
}

address {
   font-style: normal;
}

.clear {
   clear:both;
}

input:focus {
   outline: none;
}


.container_max {
	padding: 50px 0px 30px 0px;
    width:100%;
    background-color: #f4f4f0;
    transition: 0.6s;
  
}


.container_max.noback {

    background-color:white;
    transition: 0.6s;
  
}

.container_max2 {
	padding: 50px 0px 30px 0px;
    width:100%;
    background-color:white;
    transition: 0.8s;
  
}

.container_max2.noback2 {

    background-color: #f4f4f0;
    transition: 0.8s;
  
}

.container {
   max-width: 1280px;
   margin: 0 auto;
  
}

header {
		--background-color:#d7dace;
		 border: 0px solid black;
}

.header-inner {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-top: 0px;
    padding-bottom: 0px;

	 border: 0px solid black !important;
}

.header_tel {
   font-weight: 600;
   font-size: 32px;

   color: var(--ll1);
   text-decoration: none;
   margin-top:-20px;
}
.logo_link>svg {

   max-width: 90%;
   margin-left:-30px;
   border: 0px solid black !important;
}

.logo_link  {

  
   border: 0px solid black !important;
}

.services {
   background-color:#d7dace;
   padding-top: 35px;
   padding-bottom: 131px;
}
.header.header-fixed {
   position: fixed;
   width: 100%;
   top: 0;
   right: 0;
   left: 0;
   transition: 0.6s;
   z-index: 99;
   padding: 0px 2px 20px 2px;
   background-color: var(--superblack) ;
   background-color:#d7dace;
   
   height: 90px;
}

.header.header-fixed>.header-inner {
   padding-top: 0;
   margin-bottom: 0;
}

.header.header-fixed>.header-inner>.upper-corner {
   visibility: hidden;
}

.header.header-fixed>.header-inner>.logo_link {}

.header.header-fixed>.header-inner>.logo_link>svg {
   max-width: 70%;
   margin-top:-35px;
   
   
}

.header.header-fixed>.header-inner>.header_nav{

   margin-top:-35px;
}

.header.header-fixed>.header-inner>.header_tel{

   margin-top:-35px;
}


.header_nav {
      position: relative;
      z-index: 3;
      border-bottom: 0px solid #454c2d;
      padding-bottom:5px;  
	margin-left:-70px;
  
   }
   
   .osn_menu {
	     display: inline-block;
		 position:relative;
		 
		
		
	 
   }
   
   .dop_menu {
	   display:none;
	   position:absolute;
	   top:35px;
	   width: 100%;
	   border:1px solid grey;
	   border-top:0px;
	   background: white;
	   font-size:0.7em;
	   padding-left:12px;
   }
   
   .dop_menu > .nav_link {
	   width:100%;
   }
   
   /*
   Верх меню
   */
   .nav_link {
   display: inline-block;
   font-weight: normal;
   font-size: 1.1em;
 
   color: var(--menucolor) ;
   text-decoration: none;
   margin-left:15px !important;
}
   
   .footer {
   background-color: var(--footcolor);
   padding-top: 64px;
   padding-bottom: 28px;
}

.footer_link {
   font-weight: normal;
   font-size: 20px;
   
   color: var(--superblack) ;
   text-decoration: none;
   position: relative;
}

.footer_txt {
   font-weight: normal;
   font-size: 20px;
   
   color:var(--superblack) ;
}

.footer_group {
   display: flex;
   flex-direction: column;
   padding-left: 28px;
   position: relative;
   width: 24%;
}

.footer_group:nth-child(2)::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   background-image: url('../img/mato-phone-icon_w.svg');
   background-repeat: no-repeat;
   background-size: cover;
   width: 18px;
   height: 19px;
}

.footer_group:nth-child(3)::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   background-image: url('../img/mato-point-icon_w.svg');
   background-repeat: no-repeat;
   background-size: cover;
   width: 20px;
   height: 25px;
}

.footer_link.mail {
   padding-left: 48px;
   position: relative;
}

.footer_link.mail:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   background-image: url('../img/mato-mail-icon_w.svg');
   background-repeat: no-repeat;
   background-size: cover;
   width: 23px;
   height: 18px;
}

.footer_block {
   display: flex;
   justify-content: space-between;
}

.order_call_footer {
   color: var(--superblack) ;
   left: 0;
   margin-top: 15px;
}

.footer_bottom {
   margin-top: 28px;
   display: flex;
   justify-content: center
}

.footer-inner {
   position: relative;
}

.container_all {
   width: 100%;
   margin: 0 auto;
   margin-top:-90px;
}



.nav_link:hover {
   color:red;
}

.nav_link:not(:last-child) {
   margin-right: 30px;
}



.about_us {
   margin-bottom: 93px;
}


.page_title {
   font-weight: 600;
   font-size: 2em;

   margin-bottom: 50px;
}

.page_content {

   width: 100%;
   text-align: justify;
}

.page_contentall {

   width: 99%;
   
}

.about_company_img {
   display: block;
   float: right;
   width: 533px;
   height: 450px;
   object-fit: cover;
   margin-left: 68px;
   margin-bottom: 30px;
}

.nobody {
   
   border: none !important;
   pointer-events: none !important;
   position:relative;
}	


.manall{
		 position:absolute;
		
		 width:600px;
		 height:600px;
		 
	
}

.manall img
{ 
width:100%;
			
}

 #xman_0 {
display:block;
	 top:0px;
	 left:0px;


	  z-index:10;
}

 #xman_1 {
display:none;
	 top:0;
	 left:0;	
 z-index:11;	

	
}
 #xman_2 {
display:none;
	 	 top:0;
	     right:0;	
 z-index:12;	

	
}

 #xman_3 {
display:none;
	 bottom:0;
	 left:0;	
		  z-index:13;

	
}

 #xman_4 {

	  display:none;
	 bottom:0;
	 right:0;	
		  z-index:14;  

	
}

.modal {
   width: 484px;
 
   background-repeat: no-repeat;
   background-size: cover;
}
.mmmform.fmd {
	width:100% !important;
	padding:none !important;
}
.modal_title {
font-size:1em;
}

.modal_subtitle {
   font-weight: 300;
   font-size: 1.2 em;
   line-height: 23px;

}
 .oferta {
      margin-top: 15px;
	  font-size:0.8em;
	   margin-bottom: 15px;
   }
   
   
   .echo_call {
	   border:0px solid grey;
	   position: relative;
	   text-align:right;
   }
   
   .cta{
  position: relative;
  display: inline-block;
  padding: 5px 8px 20px 60px;
  color: var(--blackcolor) ;
  font-weight: 700;
  font-size:1.2em;
  border: none;


  overflow: hidden;
  cursor: pointer;
  text-decoration:none;
 
  
  background-size: contain;
  background-position: left bottom;

  background-repeat: no-repeat;
   background-image: url("/img/bg10011.svg");
   transition: background-image 0s, transform 0.15s ease;

  
}
.cta:hover{
	  color:red;
	  background-image: url("/img/bg10013.svg");
	  transform: translateY(-1px); /* небольшой отклик при наведении */
  
}


.container_max:hover  .cta55 {
	 background-image: url("/img/bg10012.svg");
	   transform: translateY(-1px); /* небольшой отклик при наведении */
}

