html,body {
    position: relative;
   
  }
body{
margin: 0;
box-sizing: border-box;
font-family: 'Open Sans';
font-style: normal; 
font-weight: normal; 
overflow-x: hidden !important;
min-height: 100vh;
font-size: 15px;
color: #4D4D4D;
line-height: 28px;
/* background: #F6F6F6; */
}
img{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.head{
  background: white;
}
.wrapper{
  display: flex;
	flex-direction: column;
	min-height: 100vh;
  /* position: absolute; */
   
    width: 100%;
}
.content-inner {
	flex: 1 0 auto;
}

@media (min-width: 1200px){
.container{
    max-width: 1170px !important;
    padding: 0;
}
}
.header-top-box {
font-weight: normal;
font-size: 15px;
line-height: 20px;    
color: #4D4D4D;
height: 105px;
}
.phone a{
font-weight: bold;
font-size: 25px;
line-height: 34px;    
text-transform: uppercase;
color: #002E40;
text-decoration: none;
}
.menu-container{
background: #002E40;
height: 69px;
position: relative;
}
header .slicknav_menu{
  display: none;
}
@media (max-width: 1199px){
  header .slicknav_menu{
    display: block;
  }
}
header .slicknav_menu{
  background: #002E40;
}
header .slicknav_btn{
  background-color: #FFB700;
}
.call{
width: 70px;
background: #FFB700;
font-weight: bold;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.4em;
text-transform: uppercase;
color: #FFFFFF;
border: none;
outline: none;
height: 69px;
}
.footer-box-top .call {
    width: unset;
}
.call:hover{
background: linear-gradient(142.23deg, #FFB800 20.86%, #FB9000 67.76%);
}

.inner{
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 1199px){
  .header-top-box{
    flex-direction: column;
    height: 200px
  }
  .menu-container{
    background: unset;
    margin: 25px 0;
  }
  .menu-container .call{
    margin: 0 auto;
  }
  .logo{
    margin-top: 20px;
  }
}  
@media (max-width: 575px){
  
  .logo img{
    max-width: 265px;
  }
}
footer{
  flex: 0 0 auto;
}  
.footer-box-top{
  height: 226px;
  background: #002533;
  padding: 35px 0 0 0;
}
.footer-box-two{
  height: 62px;
  background: #00A3CC;
  padding-top: 7px;
}
.footer-box-top-container-one{
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
.footer-box-top-container-two{
  display: flex;  
  align-items: center;
}
.logo-footer{
  margin-right: 99px;
}
.adress-footer{
max-width: 152px;
font-weight: normal;
font-size: 15px;
line-height: 28px;
color: #FFFFFF;
margin-right: 95px;
}
.work-footer{
font-weight: normal;
font-size: 15px;
line-height: 28px;
color: #FFFFFF;
margin-right: 99px;
}
.footer-box-two a, .footer-box-two div{
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px; 
  color: #99DAEB; 
}
.footer-two-right{
  display: flex;
    flex-direction: column;
    align-items: end;
}
@media (max-width: 1199px){
  .footer-box-top{
    height: auto;    
  }
  .footer-box-two{
    height: auto;    
  }
  .footer-box-top-container-one ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-box-top-container-one{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-box-top-container-one ul a {   
     margin-right: 0;   
  }
  .footer-box-top-container-two{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo-footer {
     margin-right: 0;
     margin-bottom: 35px; 
  }
  .adress-footer {   
     margin-right: 0; 
     text-align: center;
  }
  .work-footer {    
    margin-right: 0; 
     text-align: center;
  }
  .footer-box-top-container-two .call{
    margin: 15px auto;
  }
}
@media (max-width: 767px){
  .footer-box-two{
    text-align: center;
  }
  .footer-two-right {    
    align-items: center;
  }
}





.inner h1{
font-weight: bold;
  font-size: 35px;
  color: #002E40;
  margin-bottom: 50px;
}

.inner h2{
  font-weight: bold;
    font-size: 28px;
    color: #00A3CC;
}

.inner h3{  
    font-size: 24px;
    color: #002E40;
}
.inner p{  
  font-size: 15px;
  color: #4D4D4D;
  line-height: 28px;
}

.inner b{  
  font-size: 15px;
  color: #4D4D4D;
  font-weight: 700;
}

.inner ul, .inner ol{  
  padding: 0;
 margin: 0;
}

.inner ul li{  
  list-style: none;
}

.inner ul li{  
  list-style: none; 
  margin-bottom: 13px; 
}
.inner ul li:last-child{    
  margin-bottom: 0; 
}
.inner ul li::before{  
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFB700;
  margin-right: 20px;
}

.inner ol{  
 list-style: none; 
}

.inner ol li{   
 counter-increment: step;
 margin-bottom: 13px; 
}

.inner ol li:before{
 content: counter(step) '.';
 font-weight: bold; 
 color: #5FC2E5; 
 margin-right: 11px;
}

.inner ol li:nth-child(n+10):before{
 content: counter(step) '.';
}

.inner table{  
  width: 100%;
}
.inner tbody{
  border: 1px solid #A5A5A5; 
}
.inner thead{
  border: none;
  border: 1px solid #dfdddd; 
}
.inner table tr{
  border-bottom: 1px solid #A5A5A5;
  
}
.inner table tr:last-child{
  border-bottom: none;
  
}
.inner table th{
  background: #dfdddd;
  font-weight: 700;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.15em;
text-transform: uppercase;
border-bottom: 1px solid #A5A5A5;

color: #002E40;
}
.inner table td, .inner table th{
  border-right: 1px solid #A5A5A5;
  text-align: center;
  padding: 20px 130px;  
}
.inner table th{
  border-right: none;
    
}
.inner table td:last-child, .inner table th:last-child{
  border-right: none;
  text-align: center;
  padding: 20px 130px;  
}
.box-table{  
  overflow: auto;
 }

/* contacts */
.text-contacts{
  padding-top: 0px;
}
 .text-contacts span{
  margin-bottom: 20px;
  margin-top: 60px; 
font-size: 20px;
line-height: 26px;
color: #002E40;
display: inline-block;
 }
 .text-contacts span:first-child{
  margin-top: 0px; 
 }
 .text-contacts p, .text-contacts a{
  font-size: 15px;
  line-height: 20px;
  color: #4D4D4D;
  text-decoration: none;
 }

 .text-contacts-item:not(:last-child){
  margin-bottom: 25px;
  
 }

 .text-contacts-item p:first-child{
  margin-bottom: 10px;
  line-height: initial;
 }

 .text-contacts-item p{
  line-height: initial;
  margin-bottom: 5px;
 }

 .text-contacts-item p:last-child{
  margin: 0;
 }

 .botom-form-box{
  background: #F6F6F6;
 }
 @media (max-width:991px){
  
  .text-contacts span{   
    margin-top: 30px;   
   }
   .text-contacts{
    padding-top: 0px;
    margin-bottom: 30px;
  }
 }
 @media (max-width:576px){
   .inner h1{
    font-size: 27px;
    margin-bottom: 35px;
   }
   .inner h2{
    font-size: 20px;
   }
   .inner ul li {   
    margin-bottom: 5px;
  }
  
 }


.menu-service ul {
    margin: 57px 0 44px 0;
    padding-left: 0;
}

.menu-service li {
    list-style: none;
}

.menu-service li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #A5A5A5;
    text-decoration: none;
    display: inline-flex;
    padding-bottom: 15px;
    -webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}

.menu-service li a::after {
    content: "";
    background: url(/local/templates/.default/components/bitrix/news.list/services-main/icon.svg);
    width: 22px;
    height: 22px;
    margin-left: 14px;
    opacity: 0;
    -webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}

.menu-service li:hover a {
    color: #002E40;
}

.menu-service li:hover a::after {
    opacity: 1;
}

.menu-service-link {
    width: 206px;
    height: 60px;
    background: #FFB700;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /* -webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s; */
}

.menu-service-link:hover {
    background: linear-gradient(142.23deg, #FFB800 20.86%, #FB9000 67.76%);
    color: #FFFFFF;
}

.inner .menu-service ul li::before {
    display: none;
}

.inner .menu-service ul li {
    margin-bottom: 0;
}