body {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;  
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 65px 0 65px;  
}

a:active, a:focus, input, textarea, button { outline: none; }

.container-fluid{
  max-width: 1250px;
}

/*----------header----------*/
header{
  position: relative;  
}
.first_head{
  /*border-bottom: 1px solid #f6f6f6;*/
  border-bottom: 1px solid #ccc;
  background: #243d76;
}
.first-mnu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.first-mnu li {
  display: inline-block;
  display: inline-block;    
  padding: 15px 12px 13px;  
  font-size: 14px;
  line-height: 16px;
  position: relative;
}
.first-mnu ul li:hover{  
  transition: all .5s ease;
}
.first-mnu ul li:hover a{
  color: #ccc;
  transition: all .5s ease;
  background-color:#243d76;
}
.first-mnu{
  text-align: center;
}
.first-mnu a {
  display: block;  
  color: #fff;   
  font-size: 12px;   
}
.first-mnu a:hover{
  color:  #264496;
  transition: all .5s ease;
}
.header-adress{
  text-align: left;
  margin-top: 16px;
}
.header-adress i{
  color: #fff;
}
.header-adress p{ 
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
}
.header-adress p .fas{
  font-size: 13px;
  position: relative;
  top: 0;
  left: 0;
}
.phone-line{
  background-color: #f5f5f5;
}
.email-head{
  margin-top: 0;
  text-align: left;
}
.email-head a{
  font-size: 12px !important;
  color: #000;
  line-height: 1.4;  
}
.email-head a:hover{
  color: #61c0ec;
  border-bottom: none;
  transition: all .5s ease;
}
.header-btn{
  margin-top: 12px;
  text-align: right;
}
.header-btn a{  
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}
.header-btn a:hover{  
  color: #ccc;
  transition: all .5s ease;
}
.logo-line .logo{
  display: block;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 5px;
}
.logo-line .logo img{
  width: 40%;
}
.logo-line-phone{
  margin-top: 7px;
}
.logo-line-phone span{
  display: block;
  font-size: 12px;
}
.logo-line-phone a{
  color: #000;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
}
.logo-line-phone a:hover{
  color: #264496;
  transition: all .5s ease;
}
.logo-line-phone img{
  width: 25px;
  position: relative;
  bottom: 2px;
}
.logo-line-time{
  text-align: right;
  margin-top: 6px;
}
.logo-line-time span{
  display: block;
   font-size: 12px;
}
.logo-line-time p{
  color: #000;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  margin: 0;
}
.logo-line-time p span{
  display: block;
  font-weight: 300;
  letter-spacing:0;
}
.mnu-width{
  width: 100%;
  max-width: 100%;
}

.logo-line-phone{
  text-align: right;
}
.email-head{
  text-align: right;
}
.logo-line-phone-second{
  margin-top: 0 !important;
}
/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 42px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;  
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/
.toggle-mnu {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}
.hidden-mnu {  
  display: none;
  z-index: 50;
  width: 80%;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  position: absolute;
}
.hidden-mnu ul {
  padding: 10px 0;
}
.hidden-mnu li {
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    border-bottom: 1px #ccc solid;
}
.hidden-mnu li:last-child{
  border-bottom: none;
}
.hidden-mnu a {
  color: #000;
  display: block;
  padding: 2px 10px;
  font-size: 14px;
}
.hidden-mnu a:hover {
  color: #264496;   
  transition: all .5s ease;
}
.own-head-mnu{
  background: #f4f4f4;
  margin-top: 0px;
}
.own-head-mnu nav{
  box-shadow: -10px 6px 22px 2px rgb(145 195 238 / 30%) inset;
}
.own-head-mnu ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  text-align: center;
  display: grid;
  grid-auto-rows: 1fr 1fr;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(4, calc(100%/4));
  /* flex-direction: row-reverse; */
  /* flex-wrap: wrap-reverse; */
    width: 100%;
    margin-bottom: 0;
}
.own-head-mnu ul li{
  display: inline-block;  
  flex-grow: 1;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.own-head-mnu ul li a{
  text-decoration: none;
    color: #000;    
    padding: 10px 10px;
    height: 100%;
    /* display: block; */
    /* text-align: center; */
    /* vertical-align: middle; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    /* text-overflow: ellipsis; */
    /* hyphens: auto; */
    /* text-transform: uppercase; */
    font-weight: 800;
    transition: all 0.3s linear;
    text-transform: uppercase;
    transition: all 0.3s linear;
    font-size: 13px;    
}
.own-head-mnu ul li a:hover{
  background: #264496;
  color: #fff;
  transition: all .5s ease;
}
/*.own-head-mnu ul li:first-child{
  padding-left: 0px;
}
.own-head-mnu ul li:last-child{
  padding-right: 0px;
}*/
.own-head-mnu ul li.active a {
    background: #256dca;
    color: #fff;    
}
/*--------------------------*/

/*-------video-wrap---------*/
.video-wrap{
  padding: 15px 15px 0;

}
video {
  display: inline-block;  
  vertical-align: baseline;  
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.main-video-bg {
  position: absolute;
  left: 0%;
  top: -7%;
  right: 0%;
  bottom: auto;
  height: 108%;  
}
.main {
  position: relative;
  overflow: hidden;
  min-height: 75vh;
  /*background-image: url('../img/dots.png');*/
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  /*margin-right: 15px;
  margin-left: 15px;*/
}
.head-text h1 {
  color: #fff;
  text-transform: uppercase;    
  font-size: 70px;
  line-height: 1.2;
  font-family: "Montserrat-Bold", sans-serif;
  text-shadow: 0px 1px 1px #000;
  margin-top: 5px;
  margin-bottom: 5px;  
  text-align: center;
}
.head-text h1 span{
  color: #85c0f0;
}
.head-text h3{  
  color: #fff;
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;  
  text-shadow: 0px 1px 1px #000;
  text-align: center;
}
.head-text p{
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  margin-top: 0;
  text-shadow: 0px 1px 1px #000;
  text-align: center;
}
.head-text{
  margin-top: 58px;
}
.head-text-btn{
  text-align: center;
}
.head-text-btn a {
  border: 1px #85c0f0 solid;
  background-color: #85c0f0;
  border-radius: 50px;
  padding: 14px 40px;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.head-text-btn a:hover{
  border: 1px #85c0f0 solid;
  color: #85c0f0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.video-wrap-line{
  display: flex;
  justify-content: center;
  max-width: 1250px;
  text-align: center;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
}
.video-wrap-line .video-wrap-line-item{
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  margin: 0 -1px -1px 0;
  padding: 20px;
}
.video-wrap-line-item img{
  width: 50px;
  opacity: .8;
}
.video-wrap-line-item p{ 
  color: #fff;
  margin-bottom: 0;
  opacity: .8;
}
/*--------------------------*/

/*-------edge-------------*/
.edge-item img{
  float: left;
  width: 270px;
  margin-top: 16px;
}
.edge-item h6{
  margin-top: 0;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #000;
  padding-top: 12px;
  padding-left: 285px;
  line-height: 1.4;
}
.edge-item p{
  font-size: 14px;
  margin-top: 0;
  line-height: 1.4;
  color: #000;
  padding-left: 285px; 
}
.edge-wrap{
  /*padding: 15px 0;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;*/
  display: inline-block;
  width: 100%;  
}
.edge{
  padding: 15px 0 0px;
  background: #fff;
}
.edge-item{
  padding-left: 26px;
}
/*------------------------*/

/*------product-description---*/
.product-description{
  background-color: #f5f5f5;
  padding: 0;
  position: relative;
}
.product-description-img{
  display: block;
  width: 100%;
}
.product-description-img img{
  width: 100%;
}
.product-description-item{
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.product-description-head h2{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #000;
  margin-top: 10px;
}
.product-description-head{
  margin-left: 40%;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.product-description-head h5{
  width: 185%;
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
.product-description-head p{
  width: 160%;
  color: #000;
  font-weight: 800;
}
.product-description-head .line{
  display: block;
    height: 3px;
    background: #000;
    width: 70px;
}
.product-description-btn{
  margin-top: 60px;
}
.product-description-btn a{
  border: 1px #85c0f0 solid;
  background-color: #85c0f0;
  border-radius: 50px;
  padding: 14px 40px;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.product-description-btn a:hover{
  border: 1px #85c0f0 solid;
  color: #85c0f0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.product-description-head img{
  position: absolute;
  left: -117px;
  top: 35%;
}
.product-description-item img{
  width: 40px;
}
.product-description-item p{
  margin-left: 12px;
}
.product-description-item{
  margin-bottom: 16px;
}
.product-description-item:first-child{
  margin-top: 20px;
}
.descr-img{
  position: absolute;
  bottom: -40px;
  left: 47%;
}
.descr-img img{
  width: 300px;
}
/*----------------------------*/

/*-----------sfera-wrap-------*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
} 
.col-xs-1-5 {
  width: 20%;
  float: left;
} 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 33%;
    float: left;
  }
} 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.sfera-wrap-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  display: inline-block;
  margin-bottom: 20px;
}
.sfera-wrap-item-img{
  display: block;
  width: 100%;
}
.sfera-wrap-item-img img{
  width: 100%;
}
.sfera-wrap-item-text p{
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
}
.sfera-wrap .section-title h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;  
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 50px;
}
.sfera-wrap-btn a{
  border: 1px #85c0f0 solid;
  background-color: #85c0f0;
  border-radius: 50px;
  padding: 14px 40px;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.sfera-wrap-btn a:hover{
  border: 1px #85c0f0 solid;
  color: #85c0f0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.sfera-wrap-btn-text h4{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  text-align: center;
}
.sfera-wrap-btn-item{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
/*----------------------------*/

/*---------about--------------*/
.about .section-title .line{
  display: block;
  height: 3px;
  background: #000;
  width: 70px;
}
.about .section-title h4{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #000;
  margin-top: 10px;
  margin-bottom: 12px;
}
.about .section-title h5{
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-top: 0;
}
.about-list-item{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.about-list-item img{
  width: 50px;
}
.about-list-item p{
  margin-left: 12px;
}
.about-carousel .owl-controls .owl-nav {
    top: 47%;
    width: 100%;
    position: absolute;
}
.about-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: -44px;
    font-size: 34px;
    line-height: 38px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.about-carousel .owl-controls .owl-nav>div.owl-next {
    right: -32px;
    left: auto;
}
.about-carousel .owl-controls .owl-nav>div:hover {
    color: #9f9f9f;
}
.about-carousel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: -40px;
}
.about-carousel .owl-dots .owl-dot.active {
    background-color: #000;
    border: 2px solid #000;
}
.about-carousel .owl-dots .owl-dot {
    background-color: transparent;
    border: 2px solid #9f9f9f;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin: 5px;    
    width: 10px;
}
/*----------------------------*/

/*---------blog-wr------------*/
.news-carousel .post-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-carousel .post-item img{
  width: 150px;
}
.news-carousel .post-item h5{
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0 12px;
}
.news-carousel .post-item p{
  color: rgba(0,0,0,.7);
  margin: 0;
  padding: 0 10px;
}
.news-carousel .post-item a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 50px;
  border: 1px #243d76 solid;
  color: #fff;
  padding: 9px 30px 9px;
  /* width: 100%; */
  /* min-width: 100%; */
  margin: auto;
  display: block;
  text-align: center;
  background-color: #243d76;
  text-transform: uppercase;
}
.news-carousel .post-item a:hover{
  border: 1px  #243d76 solid;
  background-color: #fff;
  color: #243d76;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-carousel{
  margin-top: 60px;
}
.news-carousel .owl-controls .owl-nav {
    top: 38%;
    width: 100%;
    position: absolute;
}
.news-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: -32px;
    font-size: 34px;
    line-height: 38px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news-carousel .owl-controls .owl-nav>div.owl-next {
    right: -32px;
    left: auto;
}
.news-carousel .owl-controls .owl-nav>div:hover {
    color: #9f9f9f;
}
.news-carousel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: -40px;
}
.news-carousel .owl-dots .owl-dot {
    background-color: transparent;
    border: 2px solid #9f9f9f;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin: 5px;    
    width: 10px;
}
.news-carousel .owl-dots .owl-dot.active {
    background-color: #000;
    border: 2px solid #000;
}
.blog-wr .container-fluid{
  margin-right: 15px;
  margin-left: 15px;
  margin: auto;
}
.blog-wr .owl-carousel{
  width: 95%;
  margin: auto;
}
.blog-wr .section-title h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 0; 
  margin-bottom: 50px;
  margin-left: 15px;
}
.blog-wr{
  background-color: #f8f8f8;
}
.post-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-item img{
  width: 150px;
}
.post-item h5{
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 0 12px;
}
.post-item p{
  color: rgba(0,0,0,.7);
  margin: 0;
  padding: 0 10px;
}
.post-item a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border-radius: 50px;
  border: 1px #243d76 solid;
  color: #fff;
  padding: 9px 30px 9px;
  /* width: 100%; */
  /* min-width: 100%; */
  margin: auto;
  display: block;
  text-align: center;
  background-color: #243d76;
  text-transform: uppercase;
}
.post-item a:hover{
  border: 1px  #243d76 solid;
  background-color: #fff;
  color: #243d76;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-wr-page .news-wrap-item{
  margin-bottom: 30px;
}
/*----------------------------*/

/*-------footer-----------*/
.footer{
  background: #000;
  color: #ccc;
  padding: 35px 0 15px;
}
.footer-logo{
  display: block;
  width: 100%;
}
.footer-logo img{
  width:115px;
}
.footer-contact h5{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 14px;
}
.footer-contact ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.footer-contact ul li{
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.footer-contact ul li span{
  text-transform: uppercase;
  font-weight: 700;
}
.footer-contact ul li a{
  color: #ccc;
  letter-spacing: 1px;
  font-size: 12px;
}
.footer-contact ul li a:hover{
  color: #85c0f0;
  transition: all .5s ease;
}
.footer-contact p{
  font-size: 12px;
}
.footer-mnu h5{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 82px;
  margin-bottom: 14px;
}
.footer-mnu ul{
  list-style-type: none;
  padding-left: 0;
}
.footer-mnu ul li{
  display: block;
  margin-bottom: 5px;
}
.footer-mnu ul li a{
  color: #ccc;  
  font-size: 12px;
  margin-bottom: 5px;
}
.footer-mnu ul li a:hover{
  color: #85c0f0;
  transition: all .5s ease;
}
.footer-form h5{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 82px;
  margin-bottom: 14px;
}
.phone-form {
    max-width: 100%;
}
.phone-form__input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    width: 100%;
    padding: 10px 10px;
    background: #2c2c2c;
    margin-bottom: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: left;
    color: #a1a1a1;
    font-size: 12px;
    outline: none;
    border: none;
    border-radius: 50px;
}
.phone-form__submit-btn {
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    margin-bottom: 15px;
    background-color: #85c0f0;    
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    border: none;
    font-size: 12px;
    border-radius: 50px;
}
.phone-form__submit-btn:hover{
  background: #85c0f0;
  transition: all .5s ease;
}
.footer-form p{
  font-size: 12px;
  line-height: 1.2;
}
.footer-pay{
  border-top: 1px solid #333;
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.footer-menu-line{
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

/*------------------------*/

/*-------ReSite-----------*/  
  .footer-bottom .logo-sign{
    text-align: right;
    display: block;
    width: 100%;
  }
  .footer-bottom .logo-sign img{
    width: 75px;
  }
  .footer-bottom .logo-sign {
    color: #7b7b7b;
    font-size: 12px;
  }
  .footer-bottom .logo-sign p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom .row {
    margin-bottom: 0px;
  }
  @media only screen and (max-width : 767px){
    .footer-bottom .logo-sign {
        color: #7b7b7b;
        font-size: 12px;
        margin: 5px 0;
    }
  }
/*-------End ReSite-----------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #000;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #f8f8f8;
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {  
  line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 0;
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;
  color: #fff;
  opacity:.5;
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 50px;
    border: none;
    padding: 15px 15px 15px;
    display: block;
    width: 100%;
    color: #282828;
    font-size: 15px;
    border: 1px solid #ccc;
  }    
input[type="text"] {    
    color: #777;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #777;
}
.form-callback label {
  margin-bottom: 18px;
  display: block;
}
.button-small {
  color: #fff;
    font-size: 14px;
    padding: 10px 25px 12px 25px;
    position: relative;
    transition: all .3s;
    background-color: #85c0f0;
    height: auto;
    box-shadow: none;
    /* font-weight: 800; */
    border-radius: 50px;
    border: 1px solid #85c0f0;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
    text-transform: uppercase;
}
.button-small img{
  width: 25px;
  margin-left: 5px;
}
.button-small:hover {
  border: 1px #85c0f0 solid;
    color: #85c0f0;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.form-callback .text-center {
  text-align: center;
  margin-top: 40px;
} 
.form-callback { 
  margin: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  position:relative;
  border-radius: 0px;
} 

/*----------------------*/

/*-----second-head------*/
.breadcrumb {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 0;
}
.breadcrumb ul {
    margin-top: 0;
    padding-left: 0;
    margin: 0;
    line-height: 1.4;
}
.breadcrumb ul li {
    list-style: none;
    display: inline-block;
    color: #000;
}
.breadcrumb ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a.active {
    color: #85c0f0;
}
.second-head{
  padding-top: 10px;
  padding-bottom: 0;
}
.second-head h1{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #000;
  margin-top: 16px;
  margin-bottom: 12px;
  border-bottom: 1px #243d76 solid;
}
/*----------------------*/

/*-------calandir-------*/
.calandir{
  padding: 15px 0;
  background: #fff;
  margin-right: 15px;
  margin-left: 15px;
}
.calandir-wrap {
    padding: 70px 15px;
    /*background-color: #f8f8f8;*/
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
    border: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.calandir-head h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  color: #243d76;
  margin: 0;
}
.calandir-wrap p{
  font-size: 16px;
  font-weight: 800;    
  color: #000;    
  line-height: 1.4;
  margin-top: 0;
}
.calandir-btn{
  margin-top: 14px;
}
.calandir-btn a{
  border: 1px #85c0f0 solid;
  background-color: #85c0f0;
  border-radius: 50px;
  padding: 14px 40px;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  display: inline-block;
}
.calandir-btn a:hover{
  border: 1px #85c0f0 solid;
  color: #85c0f0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*----------------------*/

/*------buid-wrap-------*/
.buid-wrap{
  padding-bottom: 50px;
}
.build-serv-item{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  padding: 30px 20px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  /*border-radius: 5px;*/
}
.build-serv-img{
  width: 45%;    
  float: left;
}
.build-serv-img img{
  width: 100%;
}
.build-serv-text{
  width: 55%;
  display: inline-block;
  padding-left: 20px;
}
.build-serv-text h2{
  font-size: 18px; 
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
}
.build-serv-text ul{
  padding-left: 0;
  list-style-type: none;
  border-bottom: 1px #243d76 solid;
  padding-bottom: 10px;
  margin: 5px 0;
}
.build-serv-text ul li{
  color: #000;
  margin-bottom: 5px;
}
.build-serv-text ul li:last-child{
  margin-bottom: 0;
}
.build-serv-text ul .fa{
  color: #85c0f0;
}
.build-serv-btn{
  text-align: center;
  margin-top: 15px;
}
.build-serv-btn a{
  background-color: #fff;
  border: 1px #85c0f0 solid;
  color: #85c0f0;
  text-align: center;
  border-radius: 30px;
  padding: 12px 40px;
  display: block;
  width: 59%;
  margin: auto;
  margin-bottom: 20px;
}
.build-serv-btn a:hover{
  background-color: #85c0f0;
  border: 1px #85c0f0 solid;
  color: #fff;
  transition: all .5s ease;
}
.right-block .build-serv-text{
  padding-left: 0;
  padding-right: 20px;
}
.and-build-serv{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;  
  font-weight: 600;
  margin-bottom: 45px;
}
.and-build-item{
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  background-color: #f8f8f8;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.and-build-img{
  display: block;
  width: 100%;
}
.and-build-img img{
  width: 100%;
}
.and-build-text h2{
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.and-build-text a{
  width: 65%;
}
/*----------------*/

/*-----form-make-----*/
.form-make{
  background-color: #f8f8f8;
}
.form-box {    
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
    border-radius: 0px;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-size: 0;
    z-index: 1;
    padding: 0 20px;
    height: auto;
}
@media (min-width: 768px){
  .form-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 550px;
  }
}
@media (min-width: 992px){
  .form-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 400px;
  }
}
@media (min-width: 1200px){
  .form-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 320px;
  }
}
.form-box__content {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    padding: 0 10px 30px;
}
@media (min-width: 768px){
  .form-box__content {
    width: 65%;
    height: 100%;
    padding: 0 20px;
  }
}
.form-box__form-wrap {
    width: 100%;
    height: 100%;
}
.form-box__form-title h3 {
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin: 0;    
}
.form-box__form-title p{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;    
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;    
}

@media (min-width: 768px){
  .form-box__form-title h3 {   
    padding-top: 35px;
  }
}
@media (min-width: 992px){
  .form-box__form-title h3 {    
    padding-top: 40px;
  }
}
.form-box__form-container {
    padding-top: 30px;
}
.form-box__form-field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
}
@media (min-width: 992px){
  .form-box__form-field-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.form-box__form-text p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}
.form-box__form-text P:last-child {
    margin-bottom: 0;
}
.form-box__form-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.form-box__form-btn button {
    border: 1px #85c0f0 solid;
    background-color: #85c0f0;
    border-radius: 50px;
    padding: 14px 40px;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 14px;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 20%);
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    display: inline-block;
}
.form-box__form-btn button:hover{
  border: 1px #85c0f0 solid;
  color: #85c0f0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (min-width: 567px){
  .form-box__form-btn button {
    font-size: 14px;
    padding: 10px 60px;
  }
}
.form-box__bg {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px){
  .form-box__bg {
    width: 35%;
    height: 100%;
  }
}
.form-box__bg-img {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    overflow: visible;
}
@media (min-width: 768px){
  .form-box__bg-img {
    height: 100%;
  }
}
.form-box__bg-img img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 475px;
}
@media (min-width: 768px){
  .form-box__bg-img img {
    position: absolute;
    bottom: 0;
    height: 316px;
    width: auto;
    right: 0;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }
}
.form-box__form-field {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
@media (min-width: 992px){
  .form-box__form-field {
    width: 48%;
  }
}
.form-box__form-field input {
  outline: none;
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
  border-top: none;
  border-left: none;
  border-right: none;
}
/*------------------------*/

/*---------edge-wr--------*/
.edge-wr-sec{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.edge-wr-sec-item{
  border: 1px solid #ebebeb;
  width: 33%;
  margin: 0 -1px -1px 0;
  text-align: center;
  padding: 20px 10px;
}
.edge-wr-sec-item img{
  width: 64px;
}
.edge-wr .product-description-head{
  margin: 0;
}
.edge-wr .product-description-head h5 {
  width: auto;  
}
.edge-wr .product-description-head p{
  width: auto;
}
/*------------------------*/

/*--------text-wr---------*/
.text-wr{
  padding-top: 0;
}
.text-wr-img{
  display: block;
  width: 100%;
  text-align: center;
}
.text-wr-img img{
  width: 100%;
}
.text-wr-item p{
  margin-top: 0;
}
/*------------------------*/

/*-----about-description----*/
.about-description{
  padding-top: 0;
}
.about-description-img{
  display: block;
  width: 100%;
  text-align: center;
}
.about-description-img img{
  width: 100%;
}
.about-description-text{
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  width: 150%;
  position: relative;  
  right: 260px;
  background-color: #fff;
  padding: 20px;     
}
.information{
  display: flex;
  align-items: center;
}
/*--------------------------*/

/*-------edge-about-wrap----*/
.edge-about-wrap{
  padding-top: 0;
}
.edge-about-wrap .section-title h3 {
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 50px;
}
.edge-about-wrap-item{
  text-align: center;
}
.edge-about-wrap-item img{

}
/*--------------------------*/

/*--------post-wrap---------*/
.post-wrap-title h3 {
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 50px;
}
/*--------------------------*/

/*----contacts-wrap-descr---*/
.contacts-wrap-descr-title h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.contacts-wrap-descr-list{
  text-align: center;
}
.contacts-wrap-descr-list ul{
  list-style-type: none;
  padding-left: 0;
}
.contacts-wrap-descr-list ul li{
  margin-bottom: 16px;
}
.contacts-wrap-descr-list ul li span{
  color: #000;
  font-size: 14px;
}
.contacts-wrap-descr-list ul li a{
  color: #000;
  font-size: 18px;
  font-weight: 800;
}
.contacts-wrap-descr-list ul li a:hover{
  color: #264496;
  transition: all .5s ease;
}
.contacts-wrap-descr-list ul li a img{
  width: 25px;
  position: relative;
  bottom: 2px;
}
.contacts-wrap-descr-list ul li p{
  color: #000;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.contacts-wrap-descr-form .form-callback{
  padding: 0;
  box-shadow: none;
  background-color: #fff;
}
.contacts-wrap-descr-form .contact-form-head h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.map-wrap iframe{
  width: 100%;
  height: 400px;
  border: none;
}
.map-wrap{
  padding: 0;
}
/*--------------------------*/

/*---------oplata-dostavka---*/
.oplata h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.oplata p{
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-top: 0;
  text-align: center;
}
.oplata-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oplata-wrap .oplata-wrap-item{
  border: 1px solid #ebebeb;
  width: 50%;
  margin: 0 -1px -1px 0;
  text-align: center;
  padding: 20px 10px;
}
.oplata-wrap .oplata-wrap-item img{
  width: 100px;
}
.oplata-wrap .oplata-wrap-item p{
  margin-bottom: 0;
  margin-top: 36px;
  font-weight: 800;
}
.dostavka h3{
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
.dostavka p{
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-top: 0;
  text-align: center;
}
.dostavka-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dostavka-wrap .dostavka-wrap-item{
  border: 1px solid #ebebeb;
  width: 50%;
  margin: 0 -1px -1px 0;
  text-align: center;
  padding: 20px 10px;
}
.dostavka-wrap .dostavka-wrap-item img{
  width: 100px;
}
.dostavka-wrap .dostavka-wrap-item p{
  margin-bottom: 0;
  margin-top: 36px;
  font-weight: 800;
}
/*---------------------------*/

/*---------sotrudnichestvo---*/
.sotrudnichestvo-title h3 {
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 50px;    
}
.sotrudnichestvo-body p a{
  color: #243d76;
  border-bottom: 1px #243d76 solid;
}
.sotrudnichestvo-body p a:hover{
  color: #000;
  border-bottom: none;
  transition: all .5s ease;
}
.sotrudnichestvo-body ul{ 
  padding-left: 15px;
}
/*---------------------------*/