/*------------------------*/
/*-------- FONTS ---------*/
/*------------------------*/
@font-face {
  font-family: "OpenSansBold";
  src: url("fonts/OpenSansBold/OpenSansBold.eot"),
  url("fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
  url("fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansRegular";
  src: url("fonts/OpenSansRegular/OpenSansRegular.eot"),
  url("fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
  url("fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Quizaproregular";
  src:url("fonts/quizapro/Quizaproregular.ttf") format("truetype"),
  url("fonts/quizapro/Quizaproregular.woff") format("woff"),
  url("fonts/quizapro/Quizaproregular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

/*------------------------*/
/*-------- HEADER --------*/
/*------------------------*/

body{
  overflow-x: hidden;
}
.section-first {
  padding-top:200px;
  background: url(images/bg-section-1.png);
  background-size: cover;
}
.h1-font{
  font-family: "Quizaproregular";
  font-size: 35px;
  color: #fefeff;
  text-transform: uppercase;
}
.h1-font-post{
  font-family: "Quizaproregular";
  font-size: 35px;
  color: #212331;
  text-transform: uppercase;
}
.h2-font{
  font-family: "Quizaproregular";
  font-size: 18px;
  color: #3f9cd5;
  text-transform: uppercase;
}
.p-font{
  font-family: "OpenSansRegular";
  font-size: 13px;
  color: #232323;
}
.p-font-post{
  font-family: "OpenSansRegular";
  font-size: 13px;
  color: #2c2c2c;
}
.black{
  background-image: url(images/bg-section-1.png);
}
.header{
  background: transparent;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
ul.menu{
  float: left;
  background: transparent;
	list-style: none;
	display: block;
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  text-transform: uppercase;
  line-height: 3.877;
}
li.menu-item a{
  cursor: pointer;
  text-align: center;
  color:inherit;
  text-decoration:none;
}
li.menu-item a:hover{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

li.menu-item{
  position: relative;
	display: inline-block;
	margin-right: 20px;
  padding-top: 15px;
	box-sizing: border-box;
	cursor: pointer;
  color: rgb(255, 255, 255);
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
li.menu-item:hover{
  text-decoration: none;
  color: rgb(48, 186, 255);
}
li.menu-item:before {
  content: "";
  position: absolute;
  top:0;
  margin: auto;
  width: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
li.menu-item:hover:before{
	content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 3px;
  top:0;
  margin: auto;
  background-color: rgb(48, 186, 255);
  width: 100%;
  height: 2px;

}
.login-in{
  margin-top:15px;
  float: right;
}
.button{
  cursor: pointer;
  display: inline-block;
  font-size: 12.639px;
  margin-bottom: 15px;
  font-family: "OpenSansRegular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.button:hover{
  text-decoration: none;
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
footer{
  padding: 100px 0;
}
.footer-logo{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.login{
  cursor: pointer;
  font-family: "OpenSansRegular";
  display: inline;
  font-size: 12.639px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 3.877;
  text-align: center;
  margin-right: 3px;
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.login:hover{
  text-decoration: none;
  color: rgb(48, 186, 255);
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.register{
  background: #1d1d31;
  padding: 7px 14px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1px;
  color: #fff;
}
.register:hover{
  color: #fff;
  text-decoration: none;
  border-color: rgb(48, 186, 255);
  background: rgb(48, 186, 255);
}
.logo{
  margin-top:15px;
  width:75px;
	float:left;
}

/*---------------------------*/
/*-------- SECTIONS ---------*/
/*---------------------------*/
.section_payment{
  text-align: center;
  margin-bottom: 15px;
}
.section_payment img{
  margin-left: 15px;
  margin-bottom: 10px;
}
/*.section_first{
  padding-top:80px;
  background: url(images/bg-section-1.png);
  background-size: cover;
}*/
.timer{
  margin-top: 20px;
  margin-bottom: 10px;
}
.timer h1{
  display: inline;
  position: relative;
/*  height: 83px;*/
  font-size: 96px;
  font-family: "Quizaproregular";
  color: rgb(255, 255, 255);
  line-height: 1.2;
/*  text-align: left;*/
  margin:0 auto;
}
.timer p{
  left: 2px;
  top: -15px; 
  position: absolute;
  font-size: 14px;
  font-family: "OpenSansRegular";
  color: rgb(153, 153, 153);
}
.timer div{
  text-align: center;
}
/*.section_first_notice{
  padding-bottom: 100px;
}*/

.section_first_notice hr{
  margin-top: 43px;
  background-color: rgb(25, 173, 246);
  color: rgb(25, 173, 246);
  border: none;
  height: 2px;
}
.section_first_notice h1{
  font-size: 34px;
  font-family: "Quizaproregular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.44;
}
.section_first_notice h1.bsize2 {
  font-size: 2em;
}
.section_first_notice p{
  font-size: 13px;
  font-family: "OpenSansRegular";
  color: rgb(255, 255, 255);
  line-height: 1.733;
}
.grey{
  background-color: rgb(246, 246, 246);
}
.video-section h1{
  font-size: 34px;
  font-family: "Quizaproregular";
  color: rgb(70, 72, 92);
  text-transform: uppercase;
  line-height: 1.44;
}
.video-section p{
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  color: rgb(44, 44, 44);
  line-height: 1.692;
} 
.video-section-button1{
  background: rgb(246, 246, 246);
  padding: 10px 20px;
  border-radius: 1px;
  border: 1px solid rgb(24, 24, 40);
  color: rgb(24, 24, 40);
}
.video-section-button1:hover{
  color: rgb(246, 246, 246);
  background: rgb(24, 24, 40);
}
.video-section-button2{
  color: rgb(246, 246, 246);
  background: rgb(24, 24, 40);
  padding: 10px 20px;
  border-radius: 1px;
  border: 1px solid rgb(24, 24, 40);
}
.video-section-button2:hover{
  background: rgb(246, 246, 246);
  color: rgb(24, 24, 40);
}
/*.section_calculator{
  background: url('images/section_calculator.png');
  padding: 190px 0!important;
}*/
.section_calculator h1{
  font-size: 17.5px;
  font-family: "Quizaproregular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
}
.section_calculator h1{
  font-size: 17.5px;
  margin-top: 0;
  font-family: "Quizaproregular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
  margin-bottom: 50px;
}
.section_calculator p{
  font-size: 17.5px;
  font-family: "Quizaproregular";
  color: rgba(255, 255, 255, 0.79);
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
}
.calculator{
  width: 350px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  padding-bottom: 30px;
}
.calculator h1{
  all: unset;
  display: block;
  font-family: "OpenSansRegular";
  font-size: 12.639px;
  padding: 30px 0 20px 30px;
  color: rgb(44, 44, 44);
  text-transform: uppercase;
}
.calculator input{
  all: unset;
  display: block;
  margin: 0 auto;
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  color: rgb(44, 44, 44);
  width: 80%;
  border-bottom: 1px solid rgb(29, 29, 49);
  padding-bottom: 10px;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.calculator input:focus{
  border-bottom: 1px solid rgb(25, 173, 246);
  color: rgb(25, 173, 246);
}
/*.section{
  padding: 85px 0;
  background-size: cover;
}*/
.section_post hr{
  width: 69px;
  margin-left: 0;
  border-color: rgb(161, 161, 161);
}
.section_post .button{
  margin: 50px 0 20px;
}
.section_news{
  padding: 120px 0 !important;
}
.section_news .button{
  margin: 15px 0 50px;
}
.section_news h2{
  margin-bottom: 30px;
}
.onfocus-input hr{
  border-color: rgb(240, 243, 242);
}
.onfocus-input h2{
  all: unset;
  width: 80%;
  padding-left: 10px;
  margin: 10px auto;
  display: block;
  font-size: 11.667px;
  font-family: "OpenSansRegular";
  color: rgb(29, 29, 49);
}
/*.section-about{
  background-color: rgb(240, 243, 242);
  padding: 160px 0 300px !important;
}*/
.section-about hr{
  border-color: rgb(161, 161, 161);
  width: 69px;
  border-width: 1px;
  margin: 25px 0;
}
.section-about h1{
  all: unset;
  font-size: 43.224px;
  font-family: "Quizaproregular";
  color: rgb(33, 35, 49);
  text-transform: uppercase;
  -moz-transform: matrix( 0.78687618731569,0,0,0.78723970670005,0,0);
  -webkit-transform: matrix( 0.78687618731569,0,0,0.78723970670005,0,0);
  -ms-transform: matrix( 0.78687618731569,0,0,0.78723970670005,0,0);
}
.section-about p{
  all: unset;
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-family: "OpenSansRegular";
  color: rgb(44, 44, 44);
}
.onfocus-input table{
  width: 80%;
  margin: 0 auto;
}
.onfocus-input tr{
  width: 100%;
  height: 34px;
}
.cost-content table{
  width: 100%;
}
.contact-section h2{
  font-size: 15px;
  font-family: "Open Sans Light";
  color: rgb(238, 238, 238);
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-section p{
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  color: rgb(238, 238, 238);
  margin-bottom: 5px;
}
.cost-content tr{
  height: 50px;
  font-size: 15px;
  font-family: "OpenSansRegular";
  color: rgb(44, 44, 44);
}
.cost-content{

}
.warning-cost{
  color: #fe585f;
}
.section-costs{
}
.section-costs .row{
    margin-top: -20%;
}
.cost-wrap{
  background-color: rgb(255, 255, 255);
  min-height: 269px;
  box-shadow: 0px 0px 5px grey;
  margin-bottom: 30px
}
.cost-wrap .top{
  padding: 20px 30px;
  display: block;
  background: url("images/section-costs-top.png");
  background-size: cover; 
}
.cost-wrap .top h1{
  all: unset;
  display: block;
  font-size: 30px;
  font-family: "QuizaPro";
  color: rgb(255, 255, 255);
}
.cost-wrap .cost-content{
  padding: 20px 30px;
}
.cost-wrap .top p{
  all: unset;
  font-size: 14.583px;
  font-family: "OpenSansRegular";
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
}
.right-side{
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  text-align: right;
  color: rgb(204, 204, 204);
}
.onfocus-input h1{
  all: unset;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12.639px;
  font-family: "Quizaproregular";
  color: rgb(33, 35, 49);
  text-transform: uppercase;
}
.left-side{
  padding-left: 5px;
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  color: rgb(29, 29, 49);
}
.right-side-blue{
  color: rgb(25, 173, 246);
}
.white{
  background-color: white;
}
.service-section{
  padding-bottom: 0px;
}
.service-col h2{
  font-family: "OpenSansBold";
  font-size: 15px; 
  text-transform: uppercase;
  color: #181828;
}
.service-col p{
  font-family: "OpenSansRegular";
  font-size: 13px;
  line-height: 1.5;
}
.service-col{
  min-height: 200px;
  margin-bottom: 70px;
}
footer{
  background-color: rgb(24, 24, 40);
}
.footer-menu{
  margin: 10px auto 20px auto;
  text-align: center;
}
.footer-menu ul{
  list-style: none;
}
.footer-menu li{
  display: inline-block;
  padding: 3px 10px;
  border-right: 1px solid #fff;
  text-align: center;
}
.footer-menu li:last-child{
  border:none;
  }
.footer-menu li a{
  all: unset;
  cursor: pointer;
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.footer-menu li a:hover{
  color: rgb(48, 186, 255);
}
.social-buttons table{
  width: 100%;
}
.social-buttons h1{
  font-size: 17.5px;
  font-family: "Quizaproregular";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.social-buttons tr{
  height: 40px;
  font-size: 12.639px;
  font-family: "OpenSansRegular";
  color: rgb(255, 255, 255);
}
.slicknav_menu{
  display: none;
  background: #17172e;
}
footer .slicknav_menu{
  background: #181828;
}
footer .slicknav_menu{
  text-align: center;
}
.slicknav_nav li{
  display: block;
  margin: unset;
}

/*-----------------*/
/*------@media-----*/
/*-----------------*/

@media (min-width: 1199px){
  .section_first_notice{
  padding-bottom: 100px;
}
  .section_first{
  padding-top:80px;
  background: url(images/bg-section-1.png);
  background-size: cover;
}
  .section{
  padding: 85px 0;
  background-size: cover;
}
  .section-about{
  background-color: rgb(240, 243, 242);
  padding: 160px 0 300px !important;
}
  .section_calculator{
  background: url('images/section_calculator.png');
  padding: 190px 0!important;
}
  .header {
      width: 1170px;
  }
  .section_calculator{
    min-height: 700px;
  }
  .deskhide {
    display: none;
  }
}
@media (max-width: 1198px){
  .section_first_notice{
  padding-bottom: 100px;
}
  .section_first{
  padding-top:80px;
  background: url(images/bg-section-1.png);
  background-size: cover;
}
  .section{
  padding: 85px 0;
  background-size: cover;
}
  .section-about{
  background-color: rgb(240, 243, 242);
  padding: 160px 0 300px !important;
}
  .section_calculator{
  background: url('images/section_calculator.png');
  padding: 190px 0!important;
}
  .logo {
      width: 75px;
  }
  .header {
      width: 970px;
  }
    .mobhide {
    display: none;
  }
}
@media (max-width: 1023px){
  .section_first_notice{
  padding-bottom: 100px;
}
  .section_first{
  padding-top:80px;
  background: url(images/bg-section-1.png);
  background-size: cover;
}
  .section{
  padding: 85px 0;
  background-size: cover;
}
  .section-about{
  background-color: rgb(240, 243, 242);
  padding: 160px 0 300px !important;
}
  .section_calculator{
  background: url('images/section_calculator.png');
  padding: 190px 0!important;
}
  .logo {
      width: 75px;
  }
  .header {
      width: 970px;
  }
    .mobhide {
    display: none;
  }
}
@media (max-width: 1022px){
  .section_first_notice{
  padding-bottom: 10px;
}
  .section_first{
  padding-top:0;
  background: url(images/bg-section-1.png);
  background-size: cover;
}
  .section{
  padding: 25px 0;
  background-size: cover;
}
  .mobhide {
    display: none;
  }
  .header {
      width: 100%;
  }
  .section-costs .row{
    margin-top: -25%;
  }
  .video-section h1{
    font-size: 23px;
    text-align: center;
  }
  .slicknav_menu{
    display: block;
  }
  #header-menu{
    display: none;
  }
  #footer-menu{
    display: none;
  }
  .footer-menu{
    all: unset;
  }
  .adapt-center-sm{
    text-align: center;
  }
  .service-col{
    min-height: 163px;
  }
  .xs-center{
    text-align: center;
  }
}
@media (max-width: 767px){
  .section-about{
  background-color: rgb(240, 243, 242);
  padding: 60px 0 60px !important;
}
  .section_calculator{
  background: url('images/section_calculator.png');
  padding: 60px 0!important;
}
  .mobhide {
    display: none;
  }
  .timer h1{
    font-size: 65px;
  }
  .adapt-center{
    text-align: center;
  }
  .section-costs .row{
    margin-top: -12%;
}
  .calculator{
    width: 280px;
  }
  .section_first_notice h1{
    font-size: 23px;
  }
  .mobcentr {
    text-align: center;
  }
 .section_first_notice h1.msize15 {
    font-size: 1.5em;
  }
}