body {
    margin: 0;
    font-family: Monserrat, sans-serif;
    background-color: #f4f4f4;
    font-size: 1rem;
    color: #495057;
	min-height: 500px;
}
.swiper-scrollbar{
	display: none;
}
[id^="lightbox-"]:target {
	padding-top:80px;
}
h2{
    font-size: 2rem;
    font-weight: bold;
   /*  color: #0e6db4; */
	 color: #495057;
}
a{
   
    color:#0c5cac;
    font-weight: bold;

}
.max-w-800{
	max-width: 800px;
}

.modal-header button.close {
    padding: 0;
}
.modal-header button.close:hover {
    background-color: #cde3f8;
}
button.close{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    width: 2.5rem;
    height: 2.5rem;
    text-shadow: none;
    opacity: 0.5;
}
.btn-close-b {
    width: 3.5rem;
    font-size: 2rem;
    cursor: pointer;
    height: 3.5rem;
    text-align: center;
    border: none;
    border-radius: 50px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #f4f4f4;
}
.btn-close-b:hover {
    background-color: #cde3f8;
}
.social-hover:hover{
   opacity: 0.8;

}

a:hover{
    color:#0575E6;
    text-decoration: none;
    
}
.btn-hover {
    width: 14rem;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    height: 3.5rem;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px !important;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-mess {
    width: 3.5rem;
    margin-right: 1rem;
    font-size: 1rem;
    display: block;
    color: #fff;
    cursor: pointer;
    height: 3.5rem;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover,
.btn-mess:hover {
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus,
.btn-mess:focus {
    outline: none;
}

.btn-hover.color-4,
.btn-mess.color-4 {
    background-image: linear-gradient(to right, #0575E6, #0A32C8, #0A32C8, #0575E6);
    box-shadow: 14px 17px 17px rgba(0, 0, 0, 0.14);
}
.modal-header{
    border-bottom: none !important;
}
/* header */

.header {
  
    position: sticky;
    top:0;
    width: 100%;
    z-index: 3;
}
.header-main{
    height:65px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
}
.header-top{
    background-color: #cde3f8;
}
.header-top ul{
    background-color: #cde3f8;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 ;
    font-size: 0.8rem;
}
.header-top ul a{
    color:#495057;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.header-top ul li:nth-of-type(1),
.header-top ul li:nth-of-type(2){
    display:none;
}
.header-top li img {
   
    padding-right: 10px;
    
}

.header-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header-main li a {
    display: block;
    padding: 20px 10px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    color: #495057;
    
}

.header-main li a:hover,
.header-main .menu-btn:hover {
    background-color: #f4f4f4;
}

.header-main .logo {
    display: flex;
    align-items: center;
    float: left;
    padding: 0;
    text-decoration: none;
    height: 66px;
}

.header-main .logo img {
    height: 40px;
}


/* menu */

.header-main .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}


/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 65px;
    margin: 0;
    float: right;
    padding: 0 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #5e6771;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #5e6771;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 7px;
}

.header .menu-icon .navicon:after {
    top: -7px;
}


/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 100%;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}




@media (min-width: 990px) {
    .header-main li a {
        padding: 20px 30px;
    }
    
}
@media (min-width: 769px) {
    .header-main li {
        float: left;
    }
    
    .header-main .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header-main .menu-icon {
        display: none;
    }
    .header-top ul li:nth-of-type(1),
    .header-top ul li:nth-of-type(2){
        display: block;
    }
}


#content {
    padding-top: 20px;
    background-color: #F9F9F9;
}

#hero {
    height: 44vw;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    margin-top: 1px;
}

#hero h2 {
    font-size: 3rem;
    color: #003781;
    background: linear-gradient( 160deg, #00a8ff 4.63%, #1f529e 92.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000021;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 600px;
    margin-bottom:0;
}

#hero p {
    font-size: 1.2rem;
    color: #495057;
    font-weight: medium;
    max-width: 500px;
    padding: 2rem 0;
    margin-bottom: 5px;
}

.layer {
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 44vw;
    min-height: 600px;
    position: fixed;
	top:65px;
    z-index: -1;
}

.layer-bg {
    background-color: #cde3f8;
}

.layer-1 {
    background-image: url('./images/fon2\ 1.png');
    background-position: 55vw 20%;
    background-size: auto;
    
}


.layer-3 {
    background-image: url('./images/cloud3.png');
    /* background-position: right bottom; */
    width: 100%;
}

.layer-4 {
    background-image: url('./images/cloud1.png');
    width: 100%;
}

.layer-5 {
    padding-top: 9vw;
    z-index: 0;
}

.layer-overlay {
    background-image: url('./images/cloud1.png');
    width: 100%;
}

.image-figure{
    width: 100%;
    position:absolute;
    right:0;
    left:0;
    bottom: 99.8%;

}
.about-block p{
    width: 250px;
    
}
.about-block p span{
    font-weight: bold;
}
#docs{ 
    background-color: #fff;
    box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}
#docs .swiper-slide img{
    max-width: 200px;
    max-height: 300px;
    margin: 60px 0;
   
}
#docs .swiper-slide {
    display: flex;
    justify-content: center;
   
}
#services{
    background-color: #F9F9F9;
    z-index: 2;
    position: relative;
}
#services .service-item{
    background-color: #fff;
    /* border: 1px solid #343a401a; */
    padding: 1rem;
    margin: 1rem 0;
    max-width: 230px;
    min-height: 230px;
}
#services .service-item a{
    display: flex;
    flex-direction: column;
   justify-content: space-around;
}
#services .service-item a:hover {
    text-decoration: none;
}
#services .service-item a:hover h3{
    color: #4a5055;
  
 }
#services .service-item:hover{
    box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
  
 }
#services .service-item h3{
    font-size: 1rem;
    font-weight: bold;
    color: #495057;
}
#services .service-item img{
    height: 100px;
    display: block;
    margin:0 auto;
}
.modal-body span{
    font-weight: bold;
}
.modal-title{
    margin: 0 auto;
    color: #0e6db4;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}
.step-number{
    font-size: 210px;
    line-height: 350px;
    position: absolute;
    
    top: 0;
   left:-30px;
    color: rgba(255, 255, 255, 0.07);

}
#content .plus img{
    height: 45px;
}

/*tooltip Box*/
.con-tooltip {
    position: relative;
    background: #F2D1C9;
    border-radius: 9px;
    padding: 0 20px;
    display: inline-block;
    cursor: help;
  }
  
  /*tooltip */
  .tooltip-1 {
    visibility: hidden;
    z-index: 10000;
    width: 280px;
    padding: 0.5rem;
    background: #fff;
    color: #495057;
    position: absolute;
    bottom: 115%;
    left: 0;
    border-radius: 9px;
    font-size: 10px;
    text-align: left;
    box-shadow: -10px 10px 10px rgba(7, 7, 7, 0.05)
  }
  .tooltip-1 ul{
      list-style: none;
      margin: 5px 0 0;
      padding-left: 10px;
  }
  .tooltip-1 ul span{
    font-weight: bold;
}
  
  /* tooltip  after*/
  .tooltip-1::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 45%;
    bottom: -11px;
  }
  
  .con-tooltip:hover .tooltip-1{
    visibility: visible;
    opacity: 1;
}
.bottom .tooltip-1 { 
    top:115%;
    height: 92px;
    position:absolute;
    z-index: 1000000;
}

.bottom .tooltip-1::after{
  top:-11px;
  transform: rotate(180deg);
}
.arrow-right {
    animation: bounce-right 1s infinite alternate;
   -webkit-animation: bounce-right 1s infinite alternate;
  
   position: absolute;
   left: 32px;
   text-align: left;
 }
 
 @keyframes bounce-right{
   from {
     transform: translateX(0px);
   }
   to {
     transform: translateX(-15px);
   }
 }
 @-webkit-keyframes bounce-right {
   from {
     transform: translateX(0px);
   }
   to {
     transform: translateX(-15px);
   }
 }
/*accordeon*/
.tab {
    position: relative;
    background-color: #c4c4c438;
}
  
 
.tab input {
    display: none;
}
.tab label {
    display: block;
    padding: 18px 0px 18px 40px;
    margin:  0;
    cursor: pointer;
    border-top: 1px solid #c4c4c4;
    /* border-bottom: 1px solid #ccc4c4c4; */
}
.tab label::after {
    content: "+";
    font-size: 30px;
    line-height: 33px;
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    transition: all 0.4s;
}
.tab input[type=checkbox]:checked + label::after,
.tab input[type=radio]:checked + label::after {
    content: "-";
    font-size: 30px;
    line-height: 28px;
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    transition: all 0.4s;
}
  

.tab-content {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    transition: max-height 0.4s; 
    max-height: 0;
    margin-top:-1px;
}
  
  
.tab input:checked ~ .tab-content {
	max-height: 100%;
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

#works{
    background-color: #f9f9f9;
}

#contacts{
    background-color: #f9f9f9;
    overflow-x: hidden;
   
}
#contacts ul{
   list-style: none;
   padding-left: 0;
   margin-left: 0;
}
#contacts a{
    color:#c4c4c4;
    font-weight: normal;
}
#contacts span{
    font-weight: bold;
}
.f-bottom{
    background-color: var(--dark);
    color:#c4c4c4;
    
}
.f-bottom a{
   
    color:#c4c4c4;
}
@media (max-width: 440px) {
	.layer-1 {
		background-image: url('./images/fon2-1-mob.png');
		background-position: 55vw 20%;
		background-size: auto;
	}

	/* .layer-3 {
		background-image: url('./images/cloud3-mob.png');
		
		width: 100%;
		bottom:50px;
	}
	
	.layer-4 {
		background-image: url('./images/cloud1-mob.png');
		width: 100%;
		bottom: 50px;
	} */

}

 
@media (max-width: 576px) {
    
    .layer {
        background-size: auto;
        min-height: 750px;
    }
    .layer-5 {
        padding-top: 15vw;
    }
    .layer-1 {
        background-position: 15vw 290px !important;
        background-size: 70vw !important;
    }
    #hero {
        min-height: 600px;
    }
    #hero h2 {
        text-align: center;
        font-size: 1.8rem;
    }
    #hero p {
       padding: 1rem 0;
       text-align: center;
       font-size: 1rem;
    }
    #hero button {
        display: block;
        margin: 0 auto;
    }
    h2{
        font-size: 1.5rem;
    }
    .about-block p{
        width: 150px;
        font-size: 0.8rem;
        min-height: 80px;
    }
    #services .service-item{
        max-width: 46%;
        min-height: 150px;
    }
    #services .service-item h3{
        font-size: 1rem;
       
    }
    #services .service-item img{
        height: 4rem;
       
    }
    #content .plus img{
        height: 3rem;
    }
    #contacts button{
        width: 152px;
    }
   
}