*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {

	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1vw;

}

a{
	text-decoration: none;
}

/*main{
	height: 5000px;
}*/

textarea, input{
 font-family: 'Montserrat', sans-serif;
}


:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


/*плавная загрузка страницы*/

@-webkit-keyframes fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }


.container{
	width: 90%;
}

.yakor{
	position: absolute;
	bottom: 4.5vw;
	left: 0;
}

.yakor_mobile{
	position: absolute;
	bottom: 21vw;
	left: 0;
}


header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	height: 5vw;
	box-shadow: none;
}



.wrap_header{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	z-index: 8;
}

.header_left_wrap{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.logo{
	margin-left: -0.7vw;
	width: 11vw;
	height: 5vw;
	background: url(../img/logo.png) no-repeat center;
	background-size: 70%;
}


.navbar_wrap{
	margin-right: -14.8vw;
}

#nav{
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

#nav a{
	/*margin-left: 1vw;*/
	letter-spacing: 0.1vw;
	padding: 1.75vw 1vw;
	font-size: 1.3vw;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	color: white;
}


.header_contacts{
	display: flex;
	flex-direction: row nowrap;
	justify-content: center;
	height: 100%;
}

.wrap_zayavka{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.phone{
	margin-right: 2.2vw;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.phone a{
	color: white;
}

.header_phone p{
	font-size: 1.4vw;
	letter-spacing: 0.06vw;
}



/*First page*/


.first_screen{
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 102vh;
	background: url(../img/first_bg1.jpg) no-repeat;
	background-size: 100%;
}


.wrap_info_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}


.info_block{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 45vw;
	color: white;
	margin-top: 3.5vw;
}

.info_block h1{
	font-size: 2.6vw;
	font-weight: 500;
	letter-spacing: 0.12vw;
	line-height: 3.8vw;
	margin-top: 2vw;
}

.info_block p{
	text-align: center;
	font-size: 1.4vw;
	margin-top: 1.2vw;
	font-weight: 50;
	letter-spacing: 0.11vw;
	line-height: 2.2vw;
}

.info_block p:nth-child(3){
	margin: 1.6vw 0 2vw 0;
	font-size: 1.3vw;
	font-weight: 400;
}

.company_first{
	width: 26vw;
	height: 7vw;
 	background: url(../img/logo-center.png)no-repeat center;
	background-size: 100%;
}

.zayavka {
	height: 2.5vw;
	width: 12vw;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
border: 0.1vw solid #FFFF;
	border-radius: 1.1vw;
	transition: background-color 0.3s;
	cursor: pointer;
}


.zayavka p{
	color: white;
	margin-top: 0;
	font-size: 1vw;
	letter-spacing: 0.05vw;
	padding: 0.8vw 0 0.8vw 0;
	transition: color 0.3s;
}


/*стилизация стрелок вниз*/

.strelki {
    margin: 1.2vw auto 1vw auto;
    width: 2.1vw;
    height: 6.5vw;
}

.strelki span {
    display: block;
    width: 2vw;
    height: 2vw;
    border-bottom: 0.2vw solid #FFFF;
    border-right: 0.2vw solid #FFFF;
    transform: rotate(45deg);
    margin: -1vw 0;
    animation: strelki 2s infinite;
}
.strelki span:nth-child(2){
    animation-delay: -0.2s;
}
.strelki span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes strelki {
    0%{
        opacity: 0;
        transform: translate(0,-1.5vw) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,1.5vw) rotate(45deg);
    }
}


/*Page About*/

.about_company{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
}


.wrap_about_us{
	margin-top: 4vw;
	margin-bottom: 4vw;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: auto;
}

.photo_about_us{
	width: 52%;
	height: 40vw;
	position: relative;
}

.photo_one{
	width: 25vw;
	height: 32vw;
	border-radius: 2vw;
  background: url(../img/about1.jpg)no-repeat;
  background-size: cover;
  box-shadow: 0 0.1vw 2vw 0 lightgrey;
}

.photo_two{
	width: 14vw;
	height: 17vw;
	border-radius: 1.5vw;
  background-color: lightgrey;
  position: absolute;
  top: 12vw;
  left: 26vw;
  background: url(../img/about2.jpg)no-repeat;
  background-size: cover;
  box-shadow: 0 0.1vw 2vw 0 lightgrey;
}

.photo_three{
	width: 22vw;
	height: 14vw;
	border-radius: 1.5vw;
  background-color: lightgrey;
  position: absolute;
  top: 27vw;
 	left: 10vw;
  background: url(../img/about3.jpg)no-repeat;
  background-size: cover;
  box-shadow: 0 0.1vw 0.2vw 0 lightgrey;
}


h2{
    margin-top: 6vw;
    font-size: 2.5vw;
    font-weight: 500;
}


.text_about_us{
	width: 40%;
	height: auto;
}

.text_about_us b{
	color: rgb(95, 156, 247);
}

.text_about_us p{
	font-size: 1.4vw;
	line-height: 2.2vw;
	margin-top: 2vw;
}


.wrap_groups{
	width: 100%;
	height: auto;
	margin-top: 6vw;
	margin-bottom: 4vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.goup_block{
	margin: 1.2vw;
	width: 25vw;
	height: 18vw;
	background-color: lightgrey;
	border-radius: 1.4vw;
	overflow: hidden;
}

.text_in_block{
	display: none;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
  cursor: pointer;
  animation: fade .1s linear forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.text_in_block p {
	width: 18vw;
	font-size: 1vw;
	color: white;
 	text-align: center;
 	line-height: 1.5vw;
}

.text_in_block p:nth-child(2){
	margin-top: 4vw;
}

.goup_block:hover .text_in_block{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.block_one{
	background: url(../img/block_one_img.jpeg)no-repeat;
	background-size: 100%;
}

.block_two{
	background: url(../img/block_two_img.jpg)no-repeat;
	background-size: cover;
}

.block_three{
	background: url(../img/block_three_img.jpeg)no-repeat;
	background-size: 100%;
}

.block_four{
	background: url(../img/block_four_img.jpg)no-repeat;
	background-size: cover;
}

.block_five{
	background: url(../img/block_five_img.jpeg)no-repeat;
	background-size: cover;
}

.block_six{
	background: url(../img/block_six_img.jpg)no-repeat;
	background-size: 100%;
}



/*Page Uslugi*/


.uslugi{
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	background-color: #f0f0f0;
}


.wrap_zagolovok{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrap_zagolovok p{
	margin-top: 2vw;
	width: 35vw;
	font-size: 1.4vw;
	line-height: 2.1vw;
	text-align: center;
}

.wrap_personal_boxes{
	margin-top: 4vw;
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}

.personal_box{
	margin: 1.2vw;
	margin-bottom: 2.2vw;
	width: 25vw;

}

.personal_box p{
	margin-top: 1.2vw;
	line-height: 1.8vw;
	letter-spacing: 0.04vw;
	font-size: 1.2vw;
	font-weight: 300;
}

.personal_box span{
	display: block;
	margin-top: 1.4vw;
	font-size: 1.6vw;
}

.box_long{
	min-height: 38vw;
}

.box_shot{
	height: 27vw;
}

.wrap_personal_boxes :nth-child(5){
	margin-top: -16.5vw;
}

.personal_img{
	border-radius: 1.4vw;
	width: 100%;
}

.box_long .personal_img{
	height: 33vw;
}

.box_shot .personal_img{
	height: 15vw;
}

.sklad_img{
	background: url(../img/sklad.jpg)no-repeat;
	background-size: cover;

}

.pishevoe_img{
	background: url(../img/pishevoe.jpg)no-repeat;
	background-size: cover;
}

.hotels_img{
	background: url(../img/hotels.jpg)no-repeat;
	background-size: 100%;
}

.stroy_img{
	background: url(../img/stroy.jpg)no-repeat;
	background-size: 100%;
}

.prom_img{
	background: url(../img/prom.jpg)no-repeat;
	background-size: 100%;
}

.nostandart_img{
	background: url(../img/nostandart.jpg)no-repeat;
	background-size: 100%;
}

.wrap_zayavka_pers{
	margin-top: 1.2vw;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.zayavka_pers {
	height: 2.4vw;
	width: 10vw;
	display: flex;
	font-size: 1vw;
	color: rgb(2, 51, 154);
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border: 0.1vw solid rgb(2, 51, 154);
	border-radius: 0.7vw;
	transition: background-color 0.3s;
	cursor: pointer;
}


/*Page algoritmyk*/


.algoritmyk{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.wrap_algoritmyks{
	margin-top: 6vw;
	margin-bottom: 5vw;
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.algoritm_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 17vw;
	height: 17vw;
}

.next_item{
	width: 4vw;
	height: 13vw;
	background: url(../img/next.svg)no-repeat;
	background-size: 80%;
	background-position: top;
}

.algoritm_img{
	width: 5.8vw;
	height: 5.8vw;
}

.step_one{
	background: url(../img/zayavka.png)no-repeat center;
	background-size: 100%;
}

.step_two{
	background: url(../img/dogovor.png)no-repeat center;
	background-size: 100%;
}

.step_three{
	background: url(../img/work.png)no-repeat center;
	background-size: 100%;
}

.step_four{
	background: url(../img/kash.png)no-repeat center;
	background-size: 100%;
}

.algoritm_item span{
	display: block;
	margin-top: 1.4vw;
	font-size: 1.6vw;
}

.algoritm_item p{
	margin-top: 1.2vw;
	line-height: 1.8vw;
	font-size: 1.2vw;
	font-weight: 300;
	text-align: center;
}



/*Page contacts*/


.contacts{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: #02339a;
}

.contacts .wrap_zagolovok{
	color: white;
}

.wrap_contacts{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 4vw;
	height: 34vw;

}

.contact_block{
	width: 40%;
	display: flex;
	flex-direction: column;
	color: white;
}

.address{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 32vw;
}

.mail, .address{
	margin-top: 1.6vw;
}

.contact_phone p, .contact_mail p{
	font-size: 1.6vw;
}


.address_block{
	margin-top: 3vw;
}

.address_block a{
	display: block;
	font-size: 0.9vw;
	font-weight: 500;
	margin-top: 1.6vw;
	color: white;
	text-decoration: underline;
}

.address_block b{
	color: white;
}

.contact_block p{
	color: white;
}

.logo_bottom{
	width: 14vw;
	height: 2vw;
	background: url(../img/logo-white.png) no-repeat center left;
	background-size: 70%;
}



.company p{
	margin-top: 1vw;
	font-size: 1vw;
	font-weight: 600;
}

.address p{
	font-size: 0.9vw;
	line-height: 1.6vw;

}

.feedback_block{
	width: 40%;
	margin-left: 2vw;
}



/*Page footer*/

footer{
	width: 100%;
	height: 4vw;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-color: #1E1E1E;
}

.wrap_bottoms{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	color: #A5A5A5;
	font-size: 0.9vw;
}

/*.wrap_bottoms p:hover{
	color: white;
}*/

.wrap_bottoms .bottom_one:hover, .bottom_two:hover p{
	color: white
}

.bottom_one{
	display: flex;
	flex-flow: row nowrap;
}

.bottom_one p{
	padding-left: 1vw;
	cursor: pointer;
}

.bottom_one p:first-child{
	padding-left: 0;
}

.bottom_two{
	display: flex;
	flex-direction: column;
}

#phone_me {
    display: none;
    /*color: #fff;*/
    margin-top: 0.2vw;
}

.studio{
	cursor: pointer;
}


/*Page privacy*/


.privacy{
		width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}


.text_privacy{
	border-radius: 1.6vw;
	margin: 4vw 0 3vw 0;
	padding: 1vw 2.5vw 2.5vw 2.5vw;
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 0 2.5vw 5vw -1.2vw rgba(0, 0, 0, .25);
}


.text_privacy p{
	line-height: 1.6vw;
}

.text_privacy span{
	display: block;
	font-weight: bold;
	padding: 1.6vw 0 1.6vw 0;
}

.header_privacy{
	box-shadow: none;
	box-shadow: 0vw 0.1vw 0.2vw 0vw rgba(0,0,0,0.75);
	background-color: white;
	opacity: 0.97;
}


.phone_privacy p{
	color: black;
		font-size: 1.4vw;
	letter-spacing: 0.06vw;

}

.zayavka_privacy{
	border-color: #02339a;
}

.zayavka_privacy p{
	color: #02339a;
}

.privacy .wrap_zagolovok{
	margin-top: 4vw;
}

.na_glavnuyu{
	margin-bottom: 4vw;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.na_glavnuyu a{
	box-sizing: border-box;
	color: grey;
}

.na_glavnuyu a:hover{
	color: black;
}

/*Всплывающая форма общее оформление*/


.btn_form{
	cursor: pointer;
	background: none;
	position: absolute;
	box-sizing: border-box;
	height: 3.5vw;
	width: 13vw;
	bottom: 8%;
	border: 0.1vw solid rgb(2, 51, 154);
  border-radius: 1.3vw;
  color: rgb(2, 51, 154);
}

.btn_form:hover{
	background-color: rgb(2, 51, 154);
	color: white;
}

.btn_form1{
	display: block;
	margin-top: 2vw;
	cursor: pointer;
	background: none;
	box-sizing: border-box;
	height: 4vw;
	width: 14vw;
	background-color: white;
  border-radius: 1.3vw;
}

.otstup{
	margin-top: 2vw;
}

.modal h3{
	display: flex;
	margin-top: 4.2vw;
	display: block;
	font-size: 1.4vw;
	letter-spacing: 0.12vw;
	line-height: 1.5vw;
	padding-bottom: 1vw;
}

.overlay {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4vw;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}

.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modal {
  position: relative;
  z-index: 50;
  display: flex;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  /*border: 0.11vw solid #F2D69A;*/
  /*border-radius: 0.3vw;*/
}

.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal {
  margin-top: 0;
}

.zayavka_modal{
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: center;
	width: 32vw;
	height: 37vw;
	padding: 0 3vw 0 3vw;
	background-color: #FFF;
}

.zayavka_modal textarea::placeholder {
  color: #7190D1;
}
.zayavka_modal input::placeholder {
  color: #7190D1;
}

.zayavka_modal_contacts textarea::placeholder {
  color: lightblue;
}
.zayavka_modal_contacts input::placeholder {
  color: lightblue;
}

.contakt_modal{
	display: flex;
}

.text {
	font-size: 1.2vw;
	box-sizing: border-box;
	color: #02339a;
	padding: 0.9vw 0.6vw 0.5vw 0.9vw;
	margin-top: 1.7vw;
	border: 0.1vw solid #02339a;
	border-radius: 1vw;
	width: 100%;
	height: 8vw;
	resize: none;
	background-color: #02339a;
}

.text1 {
	font-size: 1.2vw;
	box-sizing: border-box;
	color: white;
	padding: 0.9vw 0.6vw 0.5vw 0.9vw;
	margin-top: 1.7vw;
	border: 0.1vw solid white;
	border-radius: 1vw;
	width: 100%;
	height: 8vw;
	resize: none;
	background-color: #02339a;
}

.stroka{
	border-radius: 1.2vw;
	background-color: white;
	color: #02339a;
	font-size: 1.2vw;
	padding: 0.5vw 0.6vw 0.5vw 0.9vw;
	box-sizing: border-box;
	margin-top: 1.7vw;
	width: 100%;
	height: 4vw;
	border: 0.1vw solid #02339a;
	border-radius: 1.2vw;
}	

.stroka1{
	color: white;
	font-size: 1.2vw;
	padding: 0.5vw 0.6vw 0.5vw 0.9vw;
	box-sizing: border-box;
	margin-top: 1.7vw;
	width: 100%;
	height: 4vw;
	border: 0.1vw solid white;
	border-radius: 1.2vw;
	background-color: #02339a;
}	

.first_stroka{
	margin-top: 0;
}

.text2{
	font-size: 1.1vw;
	box-sizing: border-box;
	padding: 0.5vw 0.6vw 0.5vw 0.6vw;
	margin-top: 1.7vw;
	border: none;
	border-radius: 0.3vw;
	width: 78%;
	height: 10vw;
	resize: none;
}

.stroka, .text, .text2{
	background-color: white;
	background-size: 70%;

}

.zayavka_modal form {
	display: flex;
	width: 100%;
	flex-flow: column wrap;
	align-items: center;
}


.stroka:focus, .text:focus, .text2:focus{
	background: none;
	background-color: white;
}

.stroka:hover, , .text:focus, .text2:focus{
	background: none;
	background-color: white;

}


@media (max-width: 1024px) {
.first_screen{
	height: 45vw;

}

}