/*** uncss> filename: css/style.css ***/
/*** uncss> filename: css/style.css ***/



/*include fonts start*/
@font-face {
	font-family: 'Rubik-Bold';
	src: url('fonts/Rubik-Bold.eot');
	src: local('☺'), url('fonts/Rubik-Bold/Rubik-Bold.woff') format('woff'), url('fonts/Rubik-Bold/Rubik-Bold.ttf') format('truetype'), url('fonts/Rubik-Bold/Rubik-Bold.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rubik-Light';
	src: url('fonts/Rubik-Light.eot');
	src: local('☺'), url('fonts/Rubik-Light/Rubik-Light.woff') format('woff'), url('fonts/Rubik-Light/Rubik-Light.ttf') format('truetype'), url('fonts/Rubik-Light/Rubik-Light.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rubik-Medium';
	src: url('fonts/Rubik-Medium.eot');
	src: local('☺'), url('fonts/Rubik-Medium/Rubik-Medium.woff') format('woff'), url('fonts/Rubik-Medium/Rubik-Medium.ttf') format('truetype'), url('fonts/Rubik-Medium/Rubik-Medium.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rubik-Regular';
	src: url('fonts/Rubik-Regular.eot');
	src: local('☺'), url('fonts/Rubik-Regular/Rubik-Regular.woff') format('woff'), url('fonts/Rubik-Regular/Rubik-Regular.ttf') format('truetype'), url('fonts/Rubik-Regular/Rubik-Regular.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

/*include fonts end*/

body {
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 320px;
	position: relative;
	width: 100%;
	color: #000;
}
*:focus{
	outline: none;
}
button:focus{
	outline: none !important;
}

body {
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	font-family: 'Rubik-Regular', sans-serif;
}
header {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 40;
	padding-left: 150px;
}
nav, footer, header, section {
	display: block;
}
input:focus{
	outline: none;
}
a{
	text-decoration: none;
}
.wrapper-center{
	text-align: center;
}
.navbar-header{
	background-color: #fff;
}
.logo-img > img{
	width: 100px;
	vertical-align: middle;
	padding-right: 9px;
    border-right: 1px solid #cecece;
}
.logo-text{
	color: #000;

}
.wrapper {
	width: 90%;
	margin: 0 auto;
	/*min-height: 100%;*/
	/*overflow: hidden;*/
	/*padding-left: 150px;*/
}
.content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*padding-left: 150px;*/
}
.button-account{
	padding: 7px 20px;
	color: #fff;
	border: none;
	background: -moz-linear-gradient(0deg, #A1C52D, #CFE559);
	background: -webkit-linear-gradient(0deg, #A1C52D, #CFE559);
	background: -o-linear-gradient(0deg, #A1C52D, #CFE559);
	background: -ms-linear-gradient(0deg, #A1C52D, #CFE559);
	background: linear-gradient(0deg, #A1C52D, #CFE559);
	border-radius: 8px;
}
.navbar-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 0 15px;
	/*background: rgba(0, 0, 0, 0.7);*/
	/*box-shadow: 0 1px 1px rgba(196, 194, 202, 0.23);*/
	/*-webkit-backface-visibility: hidden;*/
}
.navbar-header:after{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	display: block;
	-webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
}
.main-section{
	width: 100%;
	height: 100%;
	min-height: 680px;
	background-image: url('../img/BG.png') no-repeat center center;
	background-size: cover;
	position: relative;
}
.main-position-wrap{
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}
.main-info__block{
	width: 85%;
	height: 400px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 8;
}
.main-info__block-text{
	text-align: center;
}
.main-info__block-text h1{
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.main-info__block-text h3{
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}


section{
	/*margin-top: 1.5%;*/
	position: relative;
}
.send-button{
	background-color: #FFB900;
	width: 50%;
	height: 55px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin-top: 30px;
	text-transform: uppercase;
}
.send-button:hover{
	background-color: #ff0000;
}
footer{
	margin: 10px 0;
}
.no-padding{
	padding: 0px !important;
}
.logo-img, .logo-text{
	display: inline-block;
}
.logo-text{
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	margin-left: 20px;
}
.btnRed{
	background: #ef3e35;
	padding: 10px 20px;
	border-radius: 50px;
	color: #fefefe;
	border-bottom: 1px solid #da271e;
	cursor: pointer;
}
.btnRedHeader{
	float: right;
}


.main-section{
	background: url('../img/BG.png');
	background-size: cover;
}
.main-text--wrapper{
	text-align: center;
}
.main-text{
	font-size: 50px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	background: rgba(0,0,0,0.2);
	padding: 10px 0px;
	letter-spacing: 1px;
	color: #fff;
}
.second-text{
	display: inline-block;
	color: #fff;
	font-size: 30px;
	margin-top: 25px;
	background: rgba(0,0,0,0.1);
	padding: 6px 5px;
}
.dignity{
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.one-dignity{
	text-align: center;
}
.one-dignity > img{
	width: 85px;
	margin-bottom: 10px;
}
.one-dignity > p{
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}
.to-test{
	display: inline-block;
	margin-top: 30px;
	padding: 10px 15px;
	background-color: #fdc02f;
	font-weight: 500;
	color: #000;
	border-radius: 3px;
	cursor: pointer;
}
.to-test__btn{
	margin-bottom: 0px;
	outline: none;
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 20px 15px;
	line-height: 1;
	background-color: #fdc02f;
	margin-top: 30px;
	border-radius: 3px;
	font-size: 20px;	
	width: 415px;
	font-family: 'Rubik-Medium', sans-serif;
}
.to-test__btn:hover{
	outline: none;
	text-decoration: none;
	color: #000;
	background-color: #f3c558;
}
.to-test__btn:focus,
.to-test__btn:active{
	outline: none;
	color: #000;
	text-decoration: none;
}
.to-next{
	background: url(../img/icons/arrow-down.png) no-repeat center center;
	background-size: 100%;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -30px;
	z-index: 1;
	border-radius: 50%;
}
.to-next a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.second-section{
	padding-bottom: 100px;
	padding-top: 50px;
	background-color: #f0f7fb;
	overflow-x: hidden;
}
.second-section > .container > .row > h2, .third-section > .container > h2, .fourth-section > .container > .row > h2, .sixth-section > .container >  h2{
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	padding-left: 10px;
	border-left: 2px solid #277aff;
}
.second-section > .container > .wrapper > p{
	margin-top: 20px;
	font-size: 20px;
}
.timer-image{
	margin-top: 70px;
}
.timer-image > img{
	width: 450px;
	height: 340px;
}
.profit{
	background-image: url('../img/icons/star.png');
	display: inline-block;
	padding: 70px 44px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 5px;
	top: -97px;
	transform: rotate(16deg);
	-moz-transform: rotate(16deg);
	-ms-transform: rotate(16deg);
	-o-transform: rotate(16deg);
	-webkit-transform: rotate(16deg);
}
.profit > p{
	transform: translate(3px, 5px);
	-moz-transform: translate(3px, 5px);
	-ms-transform: translate(3px, 5px);
	-o-transform: translate(3px, 5px);
	-webkit-transform: translate(3px, 5px);
	font-size: 16px;
	font-family: 'Rubik-Medium', sans-serif;
}
.form-image{
	padding: 48px 53px 60px;
	background: #fff;
	border: 2px solid #277aff;
	border-radius: 3px;
	width: 505px;
	text-align: center;
	box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.5)
}
.form-image > p{
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 50px;
	font-size: 18px;
	font-family: 'Rubik-Medium', sans-serif;
}
.form-image > input{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #cecece;
	height: 50px;
}
.form-image > label{
	display: block;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
	width: 100%;
}
.form-image > button{
	width: 100%;
	background: #fdc02f;
	padding: 8px 10px;
	font-size: 20px;
	font-family: 'Rubik-Medium', sans-serif;
	border: none;
	border-radius: 3px;
	margin-top: 20px;
	height: 50px;
}
.timer{
	position: absolute;
	padding: 20px 55px;
	background: #4c79ff;
	border-radius: 3px;
	bottom: 115px;
	text-align: center;
	left: 33%;
	color: #fff;
	text-transform: uppercase;
}
.timer > p{
	font-size: 23px;
	text-transform: uppercase;
}
.countdown > span{
	background-color: #fff;
	border-radius: 3px;
	font-size: 34px;
	color: #000;
	padding: 5px;
	width: 31px;
	display: inline-block;
}
.countdown > strong{
	vertical-align: super;
	font-size: 20px;
}
.third-section{
	background-color: #fff;
	margin-bottom: 80px;
	margin-top: 80px;
}	
.portfolio-wrapper{
	margin-top: 50px;
}
.portfolio-inner-slider {
	display: inline-block;
	float: left;
	width: 50%;
	height: 300px;
}
.portfolio-inner-slider > img{
	max-width: 100%;
	height: 100%;
}
.portfolio-inner-slider > .slick-dots{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.slick-dots li button:before{
	font-size: 11px;
	color: #4c79ff
}
.slick-dots li.slick-active button:before{
	color: #4c79ff;
	opacity: 1;	
}
.portfolio{
	position: relative;
	margin: 0 10px;
}
.portfolio > img{
	width: 48%;
	display: inline-block;

}
.portfolio-description{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 3px;
	position: relative;
}
.portfolio-description > p{
	font-size: 30px;
	color: #4c79ff;
	font-weight: 500;
	margin-top: -10px;
}
.p-button{
	padding: 10px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.view-testimonials{
	background-color: #fdc02f;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Rubik-Medium', sans-serif;
}
.similar-project{
	background-color: #4c79ff;
	font-size: 20px;
	font-family: 'Rubik-Medium', sans-serif;
}
.portfolio-buttons{
	position: absolute;
	width: 48%;
	bottom: 0px;
	right: 0;
}
.why-us{
	margin-bottom: 15px;
	padding-left: 30px;
}
.why-us > .content-why-us > p{
	font-size: 24px;
	font-family: 'Rubik-Medium', sans-serif;
}
.why-us > .content-why-us > span{
	font-size: 20px;
}
.back-why-us{
	position: absolute;
	left: 0;
	top: -20px;
}
.back-why-us > h3{
	color: #b4c9fc;
	font-size: 250px;
}
.content-why-us{
	position: relative;
	z-index: 2;
	padding-top: 60px;
}
.content-why-us:nth-of-type(1){
	padding-bottom: 30px;
	padding-top: 80px;
}
.content-why-us:nth-of-type(2){
	padding-bottom: 30px;
	padding-top: 80px;
}
.fifth-section{
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #4c79ff;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.fifth-section p{
	font-size: 30px;
}
.get-price{
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	width: 415px;
	border-radius: 3px;
	color: #000;
	background-color: #fdc02f;
	font-size: 20px;
	cursor: pointer;
	font-family: 'Rubik-Medium', sans-serif;
}
.sixth-section{
	background-color: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
}




.portfolio-wrapper  .slick-next{
	right: -40px;
}
.portfolio-wrapper .slick-next:before{
	content: '';
	background-image: url('../img/icons/arrow-next.png');
	background-size: 11px;
	width: 11px;
	height: 20px;
	display: block;
}
.portfolio-wrapper .slick-prev{
	left: -40px;
	z-index: 99;
}
.portfolio-wrapper .slick-prev:before{
	content: '';
	background-image: url('../img/icons/arrow-prev.png');
	background-size: 11px;
	width: 11px;
	height: 20px;
	display: block;
}
.fourth-section{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f0f7fb;
}
.we-do{
	margin-top: 30px;
}
.we-do-last{
	padding-left: 30px;
}
.we-do-description{
	display: inline-block;
	margin-left: 20px;
}
.we-do > img{
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.we-do-description > p{
	color: #4c79ff;
	font-size: 24px;
}
.we-do-description > span{
	font-size: 18px;
}
.get-price-second{
	width: 430px;
	margin: 0 auto;
	background-color: #fdc02f;
	border-radius: 3px;
	padding: 8px 15px;
	margin-top: 50px;
	font-size: 24px;
	font-family: 'Rubik-Medium', sans-serif;
	text-align: center;
	cursor: pointer;
}
.last-section{
	background-image: url('../img/lastbg.png');
	padding-bottom: 80px;
	padding-top: 30px;
}
.last-section > .container > .wrapper{
	width: 95%;
}
.last-section h2{
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 36px;
	font-family: 'Rubik-Medium', sans-serif;
}
.last-section-text{
	padding: 20px;
	background-color: #4c79ff;
	color: #fff;
	border-radius: 3px;
	font-size: 24px;
}
.last-form{
	padding: 40px 50px;
	background: #fff;
	border: 3px solid #4c79ff;
	border-radius: 3px;
	width: 505px;
	text-align: center;
	box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.5);
}
.last-form > p{
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}
.last-form > label{
	display: block;
	text-align: left;
	margin-bottom: 1px;
}
.last-form > input{
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 10px;	
	border-radius: 3px;
	border: 1px solid #cecece;
}
.last-form > button{
	width: 100%;
	padding: 8px 10px;
	background-color: #fdc02f;
	width: 100%;
	border: none;
	border-radius: 3px;
	margin-top: 15px;
	font-size: 20px;
	font-family: 'Rubik-Medium', sans-serif;
}
.phone-footer{
	color: #4c79ff;
	font-size: 24px;
	font-family: 'Rubik-Bold', sans-serif;
	text-align: center;
}
.side-text{
	margin-top: 7px;
	text-align: right;
}
.side-text-left{
	margin-top: 7px;
	text-align: left;
}
.header-number{
	  color: #4c79ff;
	  font-family: 'Rubik-Bold', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 0;
}
.btnSend{
	width: 80%;
	margin: 0 auto;
	background-color: #fdc02f;
	border-radius: 50px;
	border: none;
}
.b-popup-content > p{
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.b-popup-thanks{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	display: none;
}
.b-popup-thanks h3{
	font-size: 22px;
	text-align: center;
}
.b-popup-thanks p{
	font-size: 18px;
	text-align: center;
}
#zakaz > input{
	width: 80% !important;
	margin: 0 auto !important;
	margin-bottom: 15px !important;
}
#zakaz > button{
	border-radius: 3px;
	font-weight: 500;
}

.b-popup {
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99;
}
.b-popup .b-popup-content {
	width: 400px;
	height: 290px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	border: 3px solid #4c79ff;
	box-shadow: 0px 0px 10px #000;
	text-align: center;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.b-popup .feed-popup-content {
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
	border: 3px solid #4c79ff;
	box-shadow: 0px 0px 10px #000;
	text-align: center;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.feed-popup__frame-wrap{
	width: 100%;
	height: 400px;
}
.form-control{
	width: 250px !important;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.btn-primary{
	width: 250px;
}
.btn-primary{
	background-color: #FFC100 !important;
	border: none !important;
}
.btn-primary:hover{
	background-color: #ff8a00 !important;
}
.b-popup-content p{
	font-size: 18px;
}
.popup-overlay {
  position: absolute;
  z-index: 11;
  height: 100%;
  width: 100%;
  /*background: rgba(0,0,0,.5);*/
}

.header__interview  *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__interview {
  margin-top: 30px;
}
.header__interview-page {
  min-height: 100vh;
  height: auto;
}
.header__interview-wrap {
  margin-top: 130px;
}
.header__interview-block {
  overflow: hidden;
  padding-left: 50px;
  float: left;
  width: 60%;
}

.interview-discount {
  padding: 22px;
  border: 3px solid #4c79ff;
  border-radius: 6px;
  background-color: #fff;
  float: left;
  width: 40%;
}
.interview-discount__footnote {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 5px;
}
.interview-discount__text {
  margin-top: 0;
  margin-bottom: 20px;
}
.interview-discount__image {
  display: block;
  max-width: 100%;
  float: left;
}
.interview-discount__range {
  line-height: 1;
  padding-left: 15px;
  /*font-family: "BlissPro-Medium", sans-serif;*/
  display: inline-block;
}
.interview-discount__range-red {
  color: #D64242;
  /*font-family: "BlissPro-Heavy", sans-serif;*/
  font-size: 22px;
}
.qwe-wrap{
	margin-bottom: 10px;
}
.interview-form {
  margin-bottom: 30px;
}
.interview-form__heading {
  margin-bottom: 25px;
  /*margin-top: 20px;*/
  font-size: 30px;
  font-family: roboto;
  border-bottom: 1px dashed #4c79ff;
}
.interview-form-number {
  margin-top: 0;
}

.interview-label {
  font-size: 16px;
  font-family: 'Rubik-Light', sans-serif;
}
.interview__btn {
  width: 210px;
  min-width: 1px;
  background: #D64242;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.interview__btn:hover {
  text-decoration: underline;
}
.interview__btn:focus {
  text-decoration: underline;
  outline: none;
}
.interview__back-btn { 
  text-align: center;
  opacity: 0;
  transition: all 0.25s;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  width: 170px;
  background-color: #4c79ff;
  margin-left: 15px;
  padding: 0;
  position: relative;
  display: none;
}
.interview__back-btn:hover, .interview__back-btn:focus {
  background-color: #4c79ff;
}
.interview__next-btn {
  transition: all 0.25s;
  border: none;
}
.interview__next-btn:disabled {
  background-color: #666;
}
.interview__next-btn:disabled:hover {
  cursor: no-drop;
}
.interview-show-prev-btn {
  opacity: 1;
  display: inline-block;
}
.interview-block {
  display: none;
  color: #fff;
}
.interview-show {
  display: block;
}


.interview-radio,
.interview-checkbox {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.interview-radio + label,
.interview-checkbox + label {
  cursor: pointer;
}
.interview-radio:not(checked),
.interview-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.interview-radio:not(checked) + label,
.interview-checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.interview-radio:not(checked) + label:before,
.interview-checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #D64242;
  border-radius: 50%;
  background: #FFF;
}
.interview-radio:not(checked) + label:after,
.interview-checkbox:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 5.5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D64242;
  opacity: 0;
  transition: all 0.2s;
}
.interview-radio:checked + label:after {
  opacity: 1;
}

.interview-thanks {
  text-align: center;
  margin-top: 50px;
}
.interview-thanks__heading {
  font-size: 40px;
  color: #D64242;
  font-family: roboto;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.interview-thanks__gift {
  font-size: 24px;
  font-family: roboto;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.interview-thanks__gift-red {
  color: #D64242;
}
.interview-thanks__gift-rules {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.interview-thanks__form {
  margin-top: 30px;
}
.interview-thanks__form-heading {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.interview-thanks__form-input {
  display: block;
  margin: 0 auto;
  width: 300px;
  margin: 0 auto 20px 0;
  border: 1px solid #e6dfd5;
  background-color: #f9f9fb;
  border-radius: 6px;
  height: 44px;
  padding: 0 15px;
  color: #000;
}
.interview-thanks__form-input:focus {
  border: 1px solid #D64242;
  outline: none;
  font-family: "BlissPro-Medium", sans-serif;
}
.interview-thanks__form-btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 44px;
  border: none;
}
.btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.btn:hover{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.interwiew__thanks-btn {
  margin-top: 30px;
}

#int-let-btn {
  display: none;
  border: none;
}

#interview-page #footer2{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.interview-checkbox:not(checked) + label:before{
  border-radius: 0;
}
.interview-checkbox:not(checked) + label:after{
  content: '✓';
  font-size: 25px;
  font-weight: 900;
  border-radius: 0;
  color: #D64242;
  top: -7px;
  left: 3px;
  background: none;
}
#qwe4-3-text{
	color: #000;
}
#qwe-4-3:not(checked) ~ #qwe4-3-text {
  display: none;
  padding: 5px 20px 5px 10px;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 33px;
  border-radius: 4px;
  border: none;
}
#qwe-4-3:checked  ~ #qwe4-3-text{
  display: block;
}
.interview-form__heading span{
  display: block;
  font-size: 16px;
}
.go-interview-link-wrap{
  margin: 40px auto 0;
  text-align: center;
}
.go-interview-link{
  width: auto;
  font-size: 17px;
  line-height: 35px;
  text-decoration: none;
  background: #D64242;
  padding: 4px 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.interview-back__btn{
	color: #fff;
	font-size: 16px;
}
.interview-back__btn img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.interview-back__btn:hover{
	color: #fff;
	outline: none;
	text-decoration: none;
	border-bottom: 2px solid #4c79ff;

}
.feed-popup__heading{
	font-size: 18px;
}
.phone-footer p{
	margin-bottom: 0;
}
@media only screen and (max-width : 1200px) {
	.form-image{
		width: 450px;
		padding: 30px;
	}
	.timer{
		padding: 15px 25px;
		bottom: 66px;
		left: 26%;	
	}
	.we-do-description > span{
		font-size: 16px;
	}
	.we-do-description > p{
		font-size: 22px;
	}
	.we-do > img{
		width: 25%;
	}
	.last-section-text{
		font-size: 20px;
	}
	.last-form{
		width: 450px;
		padding: 30px;
	}
	.phone-footer,
	.header-number{
		font-size: 20px;
	}
}

@media only screen and (max-width : 992px) {
	.main-text{
		font-size: 30px;
	}
	.second-text{
		font-size: 24px;
	}
	.to-next{
		width: 40px;
		height: 40px;
		bottom: -20px;
	}
	.timer-image > img{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	.form-image{
		margin: 15px auto 0;
	}
	.timer-image{
		margin-top: 30px;
	}
	.timer {
    top: 425px;
    left: 4%;
    bottom: auto;
	}
	.portfolio-description > p{
		font-size: 24px;
	}
	.portfolio-inner-slider{
		width: 45%;
		height: auto;
	}
	.portfolio-description{
		width: 50%;
	}
	.portfolio-buttons{
		position: static;
    float: none;
    width: 100%;
    display: block;
    margin-top: 145px;
	}
	.second-section > .container > .row > h2, .third-section > .container > h2, .fourth-section > .container > .row > h2, .sixth-section > .container >  h2{
		font-size: 26px;
	}
	.content-why-us:nth-of-type(2),
	.content-why-us:nth-of-type(1){
		padding-top: 30px;
	}
	.why-us{
		margin-bottom: 0;
	}
	.back-why-us > h3{
		font-size: 200px;
	}
	.back-why-us{
		top: -30px;
	}
	.fifth-section p{
		font-size: 20px;
	}
	.we-do > img{
		display: block;
		margin: 0 auto;
		width: auto;
		max-width: 100%;
	}
	.we-do-description{
		display: block;
		margin: 0 auto;
	}
	.we-do-description span br,
	.we-do-description p br{
		display: none;
	}
	.we-do-description span{
		padding: 0 15px;
		display: inline-block;
	}
	.we-do.no-padding{
		padding: 0 15px !important;
	}
	.we-do-last{
		padding: 0 15px;
	}
	.last-section-text br{
		display: none;
	}
	.last-section-text{
		width: 70%;
		margin: 0 auto;
	}
	.last-form{
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 768px){
	.header-number,
	.navbar-header__logo{
		text-align: center;
	}
	.navbar-header__logo{
		margin-bottom: 10px;
	}
	.main-section{
		padding: 0 15px;
	}
	.no-padding{
		padding: 0 15px !important;
	}
	.main-section{
		height: auto;
	}
	.main-position-wrap{
		position: static;
		padding-top: 170px;
		padding-bottom: 50px;
		left: auto;
		top: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.main-text br{
		display: none;
	}
	.logo-text{
		font-size: 14px;
	}
	.phone-footer, .header-number{
		font-size: 16px;
	}
	.main-text{
		font-size: 24px;
	}
	.second-text{
		font-size: 16px;
	}
	.one-dignity > img{
		width: 70px;
	}
	.one-dignity > p{
		font-size: 14px;
	}
	.one-dignity p br{
		display: none;
	}
	.second-section > .container> .row{
		margin: 0 !important;
	}
	.second-section{
		padding: 35px 0 65px;
	}
	.third-section,
	.fourth-section{
		margin: 0;
		padding: 40px 0;
	}
	.portfolio-inner-slider{
		width: 100%;
		display: block;
		float: none;
		height: auto;	
	}
	.portfolio-description{
		float: none;
		width: 100%;
		display: block;
	}
	.portfolio-buttons{
		margin-top: 50px;
	}
	.second-section > .container > .row > h2, .third-section > .container > h2, .fourth-section > .container > .row > h2, .sixth-section > .container >  h2{
		font-size: 20px;
	}
	.why-us > .content-why-us > p{
		font-size: 18px;
	}
	.why-us > .content-why-us > span{
		font-size: 16px;
	}
	.back-why-us > h3{
		font-size: 110px;
	}
	.back-why-us{
		top: -10px;
		left: 30px;
	}
	.content-why-us{
		padding: 15px !important;
	}
	.fifth-section{
		padding: 15px;
	}
	.fifth-section p br{
		display: none;
	}
	.phone-footer,
	.side-text{
		text-align: left;
	}
	form{
		width: 90% !important;
		padding: 15px;
	}
	.to-test__btn{
		width: 100%;
		margin: 0 -15px;
		font-size: 16px;
	}
	.get-price,
	.get-price-second{
		width: 90%;
	}
	.logo-img > img{
		border-right: none;
	}
	.form-image > p{
		margin-bottom: 15px;
	}
	.form-image > input{
		margin-bottom: 15px;
	}
	.form-image > label{
		margin: 0;
	}

}
@media only screen and (max-width:700px){
	.navbar-header{
		width: 100vw;
		position: absolute;
	}
}
@media only screen and (max-width:479px){
	.main-info__block-form {
		background: none;
	}
	.b-popup .b-popup-content{
		margin:40px auto 0px auto;
		margin-top:27%;
		margin-left:auto;
		width:290px;
		height:290px;
		padding:10px;
		background-color:#fff;
		border-radius:5px;
		box-shadow:0px 0px 10px #000;
		text-align:center;
	}
	.main-info__block-text{
		text-align: center;
	}
	.main-text form{
		background: none;
	}
	.main-text form input{
		border-radius: 5px;
		width: 100%;
		margin-top: 10px;
	}
	.first-input{
		border-right: none !important;
	}
	.send-button{
		margin-top: 10px;
		width: 100%;
	}
	.menu{
		display: none;
	}
	/* .logo_block{
		margin-top: 10px;
	} */
	.menu_logo{
		width: 100%;
	}
	.last-section-text{
		width: 90%;
		float: none;
		font-size: 16px;	
	}
	.last-section > .container{
		padding: 0;
	}
	.get-price, .get-price-second{
		font-size: 16px;
	}
	.third-section >.container>.wrapper{
		width: 80%;
	}
	.portfolio-description{
		margin: 0;
	}
	.portfolio-buttons{
		margin-top: 25px;
	}
	.similar-project,
	.view-testimonials{
		font-size: 16px;
	}
	form > button{
		font-size: 16px !important;
		margin-top: 0 !important:;	;
	}
	form{
		padding: 15px 10px !important;
		width: 100% !important;
	}
	.logo-text{
		display: none;
	}
	.timer-image > img{
		width: 100%;
		height: auto;
	}
	.profit{
		padding: 46px 24px;
	}
	.profit > p{
		font-size: 12px;
	}
	.timer{
		position: static;
		margin-top: 20px;
	}
	.fifth-section p{
		font-size: 14px;
	}
	.get-price{
		margin-top: 15px	;
	}
	.b-popup .b-popup-content{
		margin-top: 10%;
	}
}