html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
    font-family: 'Open Sans'!important;
  }
  a{
font-family: 'Open Sans'!important;
  }
  p{
    font-family: 'Open Sans'!important;
  }
  span{
    font-family: 'Open Sans'!important;
  }
}
* {
    margin: 0;
    padding: 0;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  background-color: #FAFAFA;
  font-family: 'Open Sans';
  overflow-x: hidden;
}
body{
	height: 100%;
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-repeat: repeat-y;
}
a, div{
  display: flex;
}
li {
  display: block;
  list-style: none;
}
                              /* HEADER START*/
header{
  position: absolute;
  height: 90px;
  width: 100%;
  display: block;
  border-bottom: solid 33px #131231;
}
.container{
  display: flex;
  height: 90px;
  margin: auto auto;
}
.navbar{
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1200px;

  position: relative;
}
.navbar div{
  display: flex;
}
.navbar li{
  margin-top: auto;
  margin-bottom: auto;
}
.navbar ul{
  display: none;
  position: absolute;
  padding-top: 6px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 153.52%;

  color: #202022;

  align-items: center;

color: #0F0F0F;
  text-decoration: none;
  cursor: pointer;
  transition: .2s linear;
}
.navbar ul li {
	min-width:50px;
	float:none;
	display:list-item;
	position: relative;
  margin-left: 24px;

  transition: .2s linear;
}
.navbar li:hover > ul {
  display:inherit;
  transition: .2s linear;
}
.navbar ul li {
	min-width:170px;
	float:none;
	display:list-item;
	position: relative;
  transition: .2s linear;
}
.navbar ul li a{
  margin-left: -10px;
  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 153.52%;

  color: #202022;
  display: flex;
  align-items: center;

  text-decoration: none;
  transition: .2s linear;

  padding: 3px 12px;
  border: 1px solid #333;
  border-radius: 20px;
  max-width: 36px;

  text-align: center;
}
.navbar_link{
  transition: .2s linear;
  margin-left: 24px;

  font-family: TT Norms;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 153.52%;

  color: #202022;

  display: flex;
  align-items: center;

  text-decoration: none;
  cursor: pointer;
}
.navbar_link_ri{
  margin-left: 14px;

  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 153.52%;

  color: #202022;


  text-decoration: none;
  cursor: pointer;
  padding: 3px 12px;
  border: 1px solid #333;
  border-radius: 20px;
}
.navbtn{
  padding: 16.5px 22px;
  background: #131231;
  border-radius: 59.7765px;
  text-align: center;
  transition: .2s linear;
  line-height: 22px;

  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 78.02%;

  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;

}
.logo{
  width: 100%;
  max-width: 203px;
  max-height: 55px;
}
.list{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.testbtn{
width:300px;
	color:#fff!important;
	justify-content:center;
}
.navbar ul{
	display:flex;
	}
	.container{
	height:120px;	
	}
	header{
	height:120px;	
	}
	.sh{
	margin-top:-10px!important;	
	}
@media (min-width: 1199px) {
  .btn-hamburger{
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar_link{
    display: none;
  }
	.navbar ul{
	display:flex;
	}
	.container{
	height:120px;	
	}
	header{
	height:120px;	
	}
	.sh{
	margin-top:-30px!important;	
	}
  .navbar_link_ri{
    margin-right: 20px;
    margin-left: 10px;
  }
  .navbar ul li {
    margin-left: 20px;
  }
  .lgo{
    margin: auto;
  }
}
@media (max-width: 450px) {
  .testbtn{
    width:auto;
	margin-right:15px;
  }
}
@media (max-width: 390px) {
  .lgo{
    margin-left: 20px;
  }
}
@media (max-width: 350px) {
  .lgo{
    margin-left: 20px;
  }
}
                              /* HEADER END*/
                              /* INTRO START*/
.main_intro{
  height: auto;
}

.intro_inner{
  margin: 150px auto 155px auto;
  max-width: 1200px;
}
.intro_request{
  display: block;
  margin: 0 auto;
}
.intro_request_text{
  display: block;
  width: 588px;
  margin-bottom: 150px;
}
.intro_request_text a{
  text-decoration: none;
  color: #131231;
  font-weight: bold;
}
.intro_request_block span{
  color: #131231;
  font-weight: bold;
}
.intro_request_text h1{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;

  color: #202022;
  margin-top: 80px;
  margin-bottom: 15px;
}
.intro_request_text p{
  max-width: 500px;

  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #4F4F4F;

  margin-bottom: 30px;
}
.intro_img{
  display: block;
 width: 372.92px;
 margin: 230px 50px 0px 50px;
}
.intro_img img{
  max-width: 500px;
  width: auto;
  height: auto;
}
.intro_request_block{
  display: block;
  align-items: center;
  text-align: center;
  width: 699px;
  height: auto;

  color: #0F0F0F;

  text-decoration: none;
  cursor: pointer;

  padding: 18px 25px;

  box-shadow: 0px 4px 4px 1px rgba(51, 68, 112, 0.25);
  border-radius: 20px;
  text-align: left;
  transition: .2s linear;
  line-height: 22px;
}
.intro_request_block p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  margin-left: 48px;
  margin-right: 25px;
  margin-bottom: 10px;

  color: #202022;
}
.intro_block_img{
  width: 212.42px;
  height: 126.63px;
  margin-left: -130px;
  margin-top: -150px;
}
@media (max-width: 1600px) {
  .intro_img{

  }
}
@media (max-width: 1359px) {
  .intro_img{
    display: flex;
    margin: 100px 10px;

  }
  .intro_img img{
    display: flex;
    margin: 100px 10px 100px -100px;
    width: auto;
  }
  .intro_inner{
    margin-bottom: 80px;
    display: block;
  }
}
@media (max-width: 1200px) {
  .intro_request{
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .intro_inner{
    margin-left: 20px;
    margin-right: 20px;
  }
  .main_intro{
    justify-content: center;
  }
  .intro_img img{
    margin: 100px 10px 100px -80px;
  }
  .intro_block_img{
    margin: -150px 0 10px -30px;
  }
}
@media (max-width: 900px) {
  .intro_request_block{
    width: 92%;
  }
}
@media (max-width: 840px) {
  .intro_img{
    display: block;
    margin: 80px auto;
    width: auto;
  }
  .intro_img img{
    margin: 40px auto;
  }
  .intro_inner{
    margin-bottom: 20px;
  }
}
@media (max-width: 770px) {
  .intro_request{
    margin-left: 0;
  }
  .intro_request_text{
    width: auto;
    margin-left: 20px;
  }
  .intro_arrow{
    margin-top: 300px;
  }
  .intro_request_block p{
    font-size: 18px;
  }
  .intro_block_img{
    width: 148px;
    height: 88px;
  }
  .intro_request_text h1{
    font-size: 36px;
  }
  .intro_request_text p{
    font-size: 20px;
  }
}
@media (max-width: 570px) {
  .intro_request_block{
    width: auto;
    box-shadow: 0;
  }
  .intro_img img{
    width: 340px;
  }
}
@media (max-width: 500px) {

  .intro_request_text p {
    font-size: 16px;
  }
  .intro_arrow{
    margin-top: 280px;
  }
}
@media (max-width: 480px) {
 .intro_request_text h1{
   font-size: 38px;
 }
 .intro_request_text{
   width: auto;
   margin-bottom: 20px;
 }
 .intro_request_text p{
   margin-right: 10px;
 }
 .intro_arrow{
   margin-top: 250px;
 }
 .intro_request{
   margin-left: 0;
 }
 .intro_inner{
   margin-left: 20px;
 }
 .intro_request_block{
   height: auto;
   margin-top: 40px;
 }
 .intro_request_block p{
   margin-left: 0;
 }
 .intro_block_img{
   display: none;
 }
}
@media (max-width: 415px) {
 .intro_request_text h1{

 }
 .intro_request_text p{

 }
 .intro_request_block p{
   font-size: 14px;
 }
 .intro_block_img{
   margin-top: -260px;
 }
}
@media (max-width: 390px) {
  .btn-hamburger{
   width: 40px!important;
  }
  .navbar li{
    margin: auto;
  }
}
@media (max-width: 370px) {
  .intro_block_img{
    margin-left: 0;
  }
  .intro_request_text h1{
   font-size:  34px;
  }
}
@media (max-width: 340px) {
 .intro_request_text h1{
   font-size: 30px;
   line-height: 40px;
 }
 .intro_request_text p{
   font-size: 14px;
 }
 .intro_request_text a{
   font-size: 24px;
 }
	.testbtn{
	font-size:18px!important;
	}
 .intro_img img{
   width: 250px;
 }
}
@media (max-width: 310px) {
 .intro_request_text h1{
   font-size: 28px;
   line-height: 36px;
 }
 .intro_request_text p{
   font-size: 14px;
 }

}
                              /* INTRO END*/
                              /* BENF START*/
.benf{
  display: block;
  height: 500px;
  margin: auto;
}
.benf_inner{
  height: 500px;
  display: block;
  margin: auto;
  max-width: 1200px;
  border-radius: 20px;
}
.benf_inner h1{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;

  color: #202022;
}
.benf_inner span{
  color: #131231;
}
.benf1{
 display: flex;
justify-content: space-between;
 margin-top: 60px;
}
.benf1 span{
  color: #131231;
  font-weight: bold;
}
.benf1 li{
  display: flex;
}
.benf1 li img{
 width: 60px;
 height: 60px;
}
.bdown li:last-child img{
  width: 48px;
}
.benf1 li p{
 max-width: 160px;
 margin-left: 10px;
 margin-top: 5px;
 font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;

  color: #202022;
}
.benf2{
 display: flex;
 justify-content: space-between;
 margin-top: 50px;
}
.bup{
  justify-content: space-between;
  width: 45%;
}
.bdown{
  justify-content: space-between;
  width: 45%;
}
.benf2 span{
  color: #131231;
  font-weight: bold;
}
.benf2 li{
  display: flex;
  background: #FFFFFF;

  box-shadow: 0px 4px 14px rgba(92, 92, 92, 0.08);
  border-radius: 20px;
  width: 330px;
  height: 120px;
}
.benf2 li img{
 width: 60px;
 height: 60px;
 margin-top: auto;
 margin-bottom: auto;
 margin-left: 45px;
}

.benf2 li p{
 max-width: 180px;
 margin-left: 20px;
 font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;

  color: #202022;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1270px) {
 .benf_inner{
   margin-left: 30px;
   margin-right: 30px;
 }
}
@media (max-width: 1100px) {
  .benf{
    height: auto;
  }
  .benf_inner{
    height: auto;
    margin-bottom: 10px;
  }
  .benf_inner h1{
    text-align: center;
  }
  .benf1{
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .benf1 li{
    margin-bottom: 50px;
  }
  .benf2{

  }
  .benf2 li{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    height: 160px;
    width: 180px;
  }
  .benf2 li img{
    margin-left: 60px;
    margin-top: 20px;
    justify-content: center;
  }
  .benf2 li p{
    text-align: center;
    margin-left: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .bup{
    width: auto;
  }
  .bdown{
    width: auto;
  }
}
@media (max-width: 720px) {
  .benf_inner h1{
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  .benf2{
    display: block;
  }
  .bup{
    display: block;

  }
  .bdown{
    display: block;
  }
  .bup li{
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
  .bdown li{
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 400px) {

}
@media (max-width: 1280px) {

}
@media (max-width: 1280px) {

}
                              /* BENF END*/
                              /* SOCIAL START*/
.social{
  margin-top: 100px;
  background-color: #fff;
}
.social_inner{
  margin-bottom: 0;
}
.social_inner h1{
  padding-top: 100px;
}
.social_inner ul{
  justify-content: space-around;
}
.social_inner a{
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #202022;
  font-weight: bold;
  text-decoration: none;
  font-size: 42px;
  margin-top: 40px;
  font-family: Open Sans;
}
.social_inner span{
  color: #131231;
  margin-left: 5px;
  font-family: Open Sans;
}
.site-promo{
  margin-top: 100px;
  padding-bottom: 60px;
}

@media (max-width: 1100px) {
 .soc_img{
   margin-top: 30px!important;
   margin-left: 5px!important;
 }
}
@media (max-width: 570px) {
 .site-promo a{
   font-size: 32px;
 }
}
@media (max-width: 440px) {
 .site-promo a{
   font-size: 24px;
 }
}
@media (max-width: 340px) {
 .site-promo a{
 display:block;
 }
}
@media (max-width: 440px) {
 .site-promo a{
   font-size: 18px;
 }
}
                              /* SOCIAL END*/
                              /* TESTS START*/
.tests{
  display: block;
  height: auto;
  margin: auto;
  background-color: #fff;
  padding: 100px 0;
}
.tests_inner{
  height: auto;
  display: block;
  margin: auto;
  max-width: 800px;
  border-radius: 20px;
}
.tests-img{
  margin: 10px 20px;
}
.tests-img img{
  max-width: 100%;
}
@media (max-width: 640px) {
 .tests{
   padding: 50px 0;
 }
}
                              /* TESTS END*/
                              /* FOOTER START*/
footer{
    height: auto;
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-repeat:repeat-y;
    display: block;
    height: auto;
}
.foot_inner{
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    height: auto;

}
.foot_inner_left{
  display: block;
  width: 40%;
  margin-bottom: 40px;
}
.foot_left{
  margin-left: 40%;
  display: block;
}
.foot_inner_right{
  display: block;
  width: 60%;
  background-color: #131231;
  text-align: left;
}
.foot_inner_right h1{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;

  color: #FFFFFF;
  margin-left: 57px;
  margin-top: 46px;
  margin-bottom: 35px;
}
.foot_inner_right p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;

  color: #FFFFFF;
  margin-left: 57px;
  max-width: 700px;
}
.foot_right a{
  color: #fff;
  text-decoration: none;
  margin-top: 100px;
}
.foot_logo{
  max-width: 177px;
  max-height: 100px;
  margin-top: 80px;
  display: block;
  text-align: left;
  font-family: SemplicitaPro, Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #E0E0E0;
}
.foot_logo p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;

  color: #202022;
}
.foot_logo_img{
  max-width: 177px;
  max-height: 100px;

}
.foot_about{
  margin-top: 55px;
  max-width: 245px;
  text-align: left;
}
.foot_about p{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;

  color: #202022;
}
.foot_links{
  display: block;
  margin-top: 80px;
}
.foot_links h3{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;

  color: #202022;
  text-align: left;
  margin-bottom: 20px;
}
.foot_links p{
  display: flex;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: #202022;
  text-align: left;

}
.foot_links a{
  text-decoration: none;
  color: #202022;
  margin-top: 8px;
}
.foot_links span{
  margin-right:5px
}
.tel{
  margin-top: 0 !important;
  margin-left: 5px;
}
.foot_links span{
 color: #131231;
 text-align: left;
 font-weight: bold;
 font-size: 20px;
}
.foot_request_btn{
  margin-top: 56px;
}
.foot_request_button{
  padding: 12px 36px;
  background: #131231;
  border-radius: 100px;
  text-decoration: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 153.52%;

  color: #FFFFFF;
}
@media (max-width: 1300px) {

}
@media (max-width: 1100px) {
  .foot_inner{
    display: block;
  }
.foot_right a{
  justify-content: center;
}
  .foot_mail{
    margin: auto;
    width: 235px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .foot_mail img{
    width: 65px;
    height: 65px;
    margin-right: 10px;
    margin-left: 45px;
    margin-top: 0;
  }
  .foot_tg{
    margin: auto;
    width: 235px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .foot_tg img{
    width: 65px;
    height: 65px;
    margin-right: 10px;
    margin-left: 45px;
    margin-top: 0;
  }
  .foot_inner_bottom p{
    padding-bottom: 20px;
  }
  .foot_polt{
    padding-bottom: 20px;

  }
  .foot_polt a{
    margin-left: 57px;
  }

  .foot_inner{
    height: auto;
  }
  .foot_logo{
    margin-top: 40px;
  }
  .foot_inner_left{
    width: 100%;
    padding-top: 1px;
  }
  .foot_inner_right{
    width: 100%;
    padding-top: 10px;
    margin-top: 30px;
  }
  .foot_left{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .foot_inner_right h1{
    margin-left: 30px;
    margin-right: 20px;
    text-align: center;
  }
  .foot_inner_right p{
    margin-left: 30px;
    margin-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .foot_polt{
    justify-content: center;
  }
  .foot_polt a{
    margin-left: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .foot_inner_right h1{
    font-size: 36px;
  }
  .foot_inner_right p{
      font-size: 16px;
  }
  .foot_polt a{
    margin-top: 70px;
  }
}
@media (max-width: 440px) {
 .foot_left{
   margin-left: 30px;
 }
}

.btn--secondary{
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin-left: 57px;
  margin-top: 100px;
  margin-bottom: 30px;

  color: #FFFFFF !important;

  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;

  /* Neutral/Gray Light */

  color: #E0E0E0;
}
.foot_right{
  font-family: Open Sans;
  font-style: normal!important;
  font-weight: normal!important;
  font-size: 18px!important;
  line-height: 36px!important;

  color: #FFFFFF !important;
}
.tingle-demo {
  display:none;
}
.tingle-modal{

}
.tingle-modal-box__content{
  font-family: Open Sans;
}
.menubar a{
  margin-left: 10px;
  color: #333;
  font-size: 26px;
  margin-top: 70px;
  cursor: pointer;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 130.69%;
  text-decoration: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
/*  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
.btn-hamburger {
  margin-left: 20px;
  cursor: pointer;
    border: none;
    width: 60px;
    height: 36px;
    top: 12px;
    left: 12px;
    outline: none;
    background: url(../images/menu.png) no-repeat left center;
    background-size: contain;

}

@media (max-width: 575px) {

}
                              /* FOOTER END*/
  /* CONTACT START*/
  .ccont{
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
    background: url(../images/ccont_back.png);
    background-repeat: repeat;
      background-size: cover;

  }
  .ccont_inner{
    display: block;
    margin: auto;
    max-width: 1200px;
    padding-top: 220px;
    margin-bottom: 100px;
  }
  .ccont_inner h1{
    font-family: TT Norms;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;

  color: #202022;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .ccont_form{
    display: contents;
    width: 100%;
  }
  .ccont_form input{
    background: #FFFFFF;
    width: 560px;
    height: 52px;
    box-shadow: 0px 4px 14px rgba(92, 92, 92, 0.08);
    border-radius: 100px;
    margin-bottom: 42px;
    font-family: TT Norms;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    border: 0;
    padding-left: 20px;

    color: rgba(32, 32, 34, 0.8) ;

  }
  .ccont_req_button{
    width: 160px !important;
    height: 52px !important;
    background: #131231 !important;
    border-radius: 100px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 153.52% !important;
    padding-left: 0 !important;
    cursor: pointer;
  }
  .ccontlong{
    width: 1160px !important;
    padding-bottom: 288px !important;
    box-shadow: 0px 4px 14px rgba(92, 92, 92, 0.08) !important;
    border-radius: 20px !important;
  }
  @media (max-width: 1260px) {
    .ccont_form input{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .ccontlong{
      width: 560px !important;
    }
    .ccont_inner h1{
      text-align: center;
      font-size: 32px;
    }
  }
  @media (max-width: 610px) {
    .ccont_form input{
      width: 90%;
      font-size: 14px;
    }
    .ccontlong{
      width: 90%!important;
    }
    .ccont_inner h1{
      font-size: 28px;
    }
  }
