html {
	scroll-behavior: smooth;
}
body {
	font-size: 20px; 
	margin: 0;
    padding: 0;
    background-color: #0b0a0f; /*0b0a0 e0b0b0c 090909  красивый серый - #14121a*/
    color: #cfcfcf;
    font-family: 'Montserrat', sans-serif;
}
a {
	text-decoration: none;
	font-size: 1vw;
	color: white;
}
div{
	/*border: 1px solid red;*/
}
h1 {
	font-family: 'Montserrat';
	font-weight: 200;
		font-size: 6vw; /*4.8 7.5*/
		/*background: linear-gradient(135deg, #ff9730 30%, #ff6633 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
		/*color: #cfcfcf;
		text-shadow: 0 0 5vw #4fa1c4, 0 0 7vw #4fa1c4;*/
		padding: 0.5vw 2vw 0.5vw 2vw;
		/*padding-bottom: 0.2vw;*/

		border: 0.2vw solid transparent;
		border-color: #ff471a;
		border-radius: 2vw;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    color: white;
    background-color: #0b0a0e;
    margin: 0;

    box-shadow: 
    	0 0 2vw rgba(255, 90, 0, 0.085),
  		0 0.4vw 5vw rgba(255, 90, 0, 0.055),
  		-0.4vw 0 3vw rgba(255, 90, 0, 0.055),
  		0.4vw 0 5vw rgba(255, 90, 0, 0.055);
}

/*.h1skin {
	background: linear-gradient(135deg, #4f5bd5 20%, #962fbf 40%, #d62976 60%, #fa7e1e 80%);
    padding: 0.2vw;
    border-radius: 2.1vw;
}

h2 {
	font-family: 'Montserrat';
	font-weight: 200;
	font-size: 5vw;
	font-size: 4.8vw;
	color: #cfcfcf;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
    padding: 0;
    color: white;
}
*/

h2 { /*ЗАГОЛОВАОК БЛОКА*/
    text-align: center;
    text-transform: uppercase;
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 4.2vw;
	color: #cfcfcf;
	font-weight: 300;
}

h3 {
	text-align: center;
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 2.3vw;
	color: #cfcfcf;
	font-weight: 300;
}

h5 {
	color: #cfcfcf;
	font-size: 1vw;
	font-weight: 200;
	text-align: center;
}

h6 {
	color: #cfcfcf;
	font-size: 0.7vw;
	font-weight: 200;
	text-align: center;
}

.section_icon {
	width: 4vw !important;
	display: none;
}
























/* H E A D E R */









header {
	background-image: url(source/header_back18.jpg);
	/*border: 1px solid red;*/
	background-size: 100vw;
	background-position: center center;
	background-repeat: no-repeat;
	/*margin-bottom: 2em;*/
	height: 56vw;
	background-color: #eaedf2;

	opacity: 0;
	transition: opacity 0.7s;
}

.head {
	z-index: 1;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1vw;
	padding-bottom: 1vw;
	/*border: 1px solid red;*/
	padding-right: 2vw;
	padding-left: 2vw;
	width: 100vw;
	top: 0;

	background: rgba(255, 255, 255, 0);
	transition: 1s;
}

.head_line {
	background: rgba(255, 255, 255, 0.06) !important;
	transition: 1s;
	box-shadow: blur(1vw);
}

.head > img{
	width: 3em;
	height: 3em;
}

.logo {
	font-family: 'Montserrat', sans-serif;
	padding: 1vw;
	font-size: 2vw;
	font-weight: 300;
	color: #a0a0a1;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	border-radius: 1vw;
  	/*text-shadow: 0 0 0 0.2vw linear-gradient(to left, #743ad5, #d53a9d, #33cc9b);
  	border: 0.5vw solid transparent;
  	border-image: linear-gradient(45deg, #743ad5, #ff9933, #d53a9d);
  	border-image-slice: 1;
  	border-radius: 1vw;
  	$border: 5px;
	  background-clip: padding-box;
	  border: solid $border transparent;
	  border-radius: 0.5vw;
	  &:before {
	    content: '';
	    top: 0; right: 0; bottom: 0; left: 0;
	    z-index: -1;
	    margin: -$border;
	    border-radius: inherit;
	    background: linear-gradient(to right, red, orange);
	}*/
}

.logo:hover {
	box-shadow:
  			/*0 0 1vw rgba(0, 0, 0, 0.075),
  			0 0.4vw 0.4vw rgba(0, 0, 0, 0.040),
  			-0.4vw 0 0.6vw rgba(0, 0, 0, 0.040),
  			0.4vw 0 0.6vw rgba(0, 0, 0, 0.040);*/
  			0 0 1vw rgba(255, 255, 255, 0.075),
  			0 0.4vw 0.4vw rgba(255, 255, 255, 0.040),
  			-0.4vw 0 0.6vw rgba(255, 255, 255, 0.040),
  			0.4vw 0 0.6vw rgba(255, 255, 255, 0.040);
  		background: linear-gradient(135deg, #ff7f00 30%, #ff3200 75%);
  		/*linear-gradient(135deg, #934dd4 20%, #d34371 70%);*/
	    -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

/* м е н ю ш к а */

.nav {
	padding-right: 1.2vw;
}

	.nav > a {
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-weight: 500; /*400*/
		
		font-size: 1.2vw;
		padding: 0.4em 0.7em;
		vertical-align: middle;
		transition: 0.5s; /*0.2 orig*/
		border-radius: 0.45vw;

		color: #a0a0a1;
		transition: 0.5s;
		/*background: linear-gradient(135deg, #ff7f00 30%, #ff3200 75%);
  			linear-gradient(135deg, #9e67d2 20%, #d25f84 70%);
	        -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition-property: background;*/
		
	}

	.nav > a:hover {
		color: #ff4900;
		transition: 0.5s;
		box-shadow:
  			/*0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  			0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  			0 12.5px 10px rgba(0, 0, 0, 0.06),
  			0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  			0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  			0 100px 80px rgba(0, 0, 0, 0.12);*/

  			/*
  			0 0.4vw 2vw rgba(0, 0, 0, 0.150),/*up*/
  			/*0 -1vw 2vw rgba(0, 0, 0, 0.150),/*down*/
  			/*-0.5vw 0vw 2vw rgba(0, 0, 0, 0.150),/*l*/
  			/*0.5vw 0vw 2vw rgba(0, 0, 0, 0.150);/*r*/

  			0 0 1vw rgba(255, 255, 255, 0.100),
  			0 0.4vw 0.4vw rgba(255, 255, 255, 0.040),
  			-0.4vw 0 0.6vw rgba(255, 255, 255, 0.040),
  			0.4vw 0 0.6vw rgba(255, 255, 255, 0.040);
  			/*background: white;
  			linear-gradient(135deg, #9e67d2 20%, #d25f84 70%);
  			-webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition-property: background;*/
            
	}








/* какая-то фигня */

/*nav_color {
	position: absolute;
	
	left: 58.3vw;
	z-index: 1;
}

.nav_color > a {
	
	
}

.nav_color > a:hover {
	opacity: 1;
	transition: 0.5s;
}

	.nav:hover{
		filter: blur(5px);
	}*/

	.wellcome > h1 {
		pointer-events: none;
	}

	header .head:hover {
		filter: none;
	}

	.nav .burger {
		display: none;
	}

/*@media screen and (max-width: 965px) {
	.nav a {
		display: none;
	}
	.nav a.burger {
		display: block;
		font-size: 4em;
	}
	.nav.responsive {
		position: relative;;
		top: 3em;
		left: -10em;
	}
	.up-head.responsive {
		height: 20em;
	}
	.nav.responsive a {
		display: block;
	}
	.wellcome {
	margin-top: 9em;
	}
}*/


/*п р и в е т с т в и е */


.wellcome {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 27vw;
	/*border: 1px solid red;*/
}

	.wellcome > h1 {
		/*border: 1px solid white;*/
		font-weight: 200;
		font-size: 7.3vw; /*4.8 7.5*/
		color: #cfcfcf;
		/*text-shadow: 0 0 5vw #4fa1c4, 0 0 7vw #4fa1c4;*/
		padding-top: 2.7vw;
		/*padding-bottom: 0.2vw;*/
		padding-left: 2vw;
		padding-right: 2vw;
		border-radius: 5vw;
		border: none;
		background: linear-gradient(135deg, #ff9730 30%, #ff6633 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        box-shadow: none;
		/*text-shadow: 0 0 3vw black, 0 0 6vw black, 0 0 7vw black;*/
		/*box-shadow:
			0 0 1vw 1vw rgba(255, 255, 255, 0.550),
			0 0 0 10vw inset rgba(255, 255, 255, 0.550);*/

		/*text-shadow: 0 0 0 0.2vw inset rgba(255, 255, 255, 1);*/
		/*border: 1px solid red;*/
	}

	/*header h1:hover .head{
		filter: blur(5px);
	}

	.wellcome > h1 {
		pointer-events:none;
	}

	header .head:hover {
		filter: none;
	}
	*/

	.wellcome > a { /* ссылка на меня */
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 2vw;
		color: #cfcfcf;
		font-weight: 100;
		padding-bottom: 0.5vw;
		padding-left: 1vw;
		padding-right: 1vw;
		margin-top: -0.4vw;
		border-radius: 5vw;
		/*text-shadow: 0 0 3vw black, 0 0 6vw black, 0 0 7vw black;*/
		transition: 0.5s ease-out;
		border-radius: 1vw;
		/*text-shadow: 0 0 5vw #4fa1c4, 0 0 7vw #4fa1c4;
		box-shadow:
			0 0 1vw 0.5vw rgba(244, 245, 250, 0.550),
			0 0 1vw 200vw inset rgba(244, 245, 250, 0.550);*/
		}

	.wellcome > a:hover {
		/*box-shadow:
  			0 0 1vw rgba(255, 255, 255, 0.055),
  			0 0.4vw 0.4vw rgba(255, 255, 255, 0.020),
  			-0.4vw 0 0.6vw rgba(255, 255, 255, 0.020),
  			0.4vw 0 0.6vw rgba(255, 255, 255, 0.020);
  			background: linear-gradient(135deg, #ff7f00 30%, #ff3200 75%);*/
  			/*linear-gradient(135deg, #cd98ff 20%, #ff9dbc 70%);
	        -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;*/
            color: #ff8034;
            transition: 0.5;
	}



















/* О  С Т У Д И И */







.about {

	/*background-color: #160f17;
	background: linear-gradient(135deg, #281ddc, #f7227a);*/
	color: #333333;

	/*margin-top: 4vw;
	background-image:#ff857e url(source/about_back2.jpg);*/
	background-size: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.4s;
}

/* класс для анимации появления элементов */

._about-elems-show {
  opacity: 1;
  transition: opacity 1.5s;
}

.section_about {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3vw 5vw;
	margin-top: 6vw;
	/*border: 0.2vw solid transparent;
	border-color: #cf4456;
	border-radius: 3vw;

	background: linear-gradient(155deg, #421edb 20%, #f32f72 70%);
	border-image: linear-gradient(155deg, #421edb 20%, #f32f72 70%);
	background-clip: padding-box;
	border-image-slice: 1;*/
}

.section_about > h1 {
	
}

/*.section_about > h1:after {
	  content: "";
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background: inherit;
	  background-position: center center;
	  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.50)) blur(1vw);
	  z-index: -1;
    filter: blur(0.5vw);
    background: linear-gradient(135deg, #4f5bd5 20%, #962fbf 40%, #d62976 60%, #fa7e1e 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

.gradient-box:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2vw; /* !importanté */
    border-radius: inherit; /* !importanté */
    background: linear-gradient(to right, red, orange);
}

.section_about > .section_icon {
	display: block !important;
	margin-top: 1.5vw;
}

.section_about > h2 {
	font-weight: 200;
}

.section_about > h3 {
	margin-top: 4vw;
}



.section_about > div {
}









.topor {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 6vw;
	transform: translateX(-7vw);
	opacity: 0;
	transition: opacity 0.4s, transform 0s 0.4s;
}




/* класс появления топора */

._topor-show {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 2s, transform 0.7s;
}


.topor > img {
	width: 14vw;
	margin-top: 2.5vw;
	margin-right: 10vw;
}

.want {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	border: 0.2vw solid #ff5a00;
	border-radius: 3vw;
	padding: 1.5vw 2vw;
	width: 45vw;
	box-shadow: 
    	0 0 4vw rgba(255, 90, 0, 0.105);
}

.want > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.want > div:not(:first-child) {
	margin-top: 2vw;
}

.want > div > img {
	width: 4vw;
	padding: 0.3vw 0.8vw;
}

.want > div > h3 {
	text-align: left;
}

/*.dream {
     border-radius: 30vw;
}

.orange_line {
	border-bottom: 0.2vw solid #ff6633;
	color: #0b0a0e;
	padding: 0;
	margin: 0 !important;
	display: none;
}

.dream > p {
	font-size: 2.8vw;
	font-weight: 200;
	margin: 0;
	background: linear-gradient(135deg, #ff7f00 30%, #ff3200 75%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-timing-function: linear;
    transition-duration: 1s;
}

.eaz {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	margin-top: 5vw;
	display: none;
}

.eazy_way {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.eazy_img {
	width: 15vw;
	border: 0.2vw solid #ff5a00;
	border-radius: 3vw;
	padding: 1vw;
	margin: 2vw 0;
}*/






.identic {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: right;
	margin-top: 9vw;
	margin-left: 15vw;
	border-radius: 3vw;
	padding: 1vw;
	border: 0.2vw solid #ff5a00;
	box-shadow: 
    	0 0 4vw rgba(255, 90, 0, 0.105);

    transform: translateX(7vw);
	opacity: 0;
	transition: opacity 0.4s, transform 0s 0.4s;
}

._identic-show {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 2s, transform 0.7s;
}

.identic > img {
	width: 13vw;
	padding: 1.8vw;
}

.identh3 {
	width: 40vw;
    margin-left: 3vw;
    margin-right: 3vw;
}









.safe {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: right;
	margin-top: 9vw;
	margin-right: 15vw;
	border-radius: 3vw;
	padding: 1vw;
	border: 0.2vw solid #ff5a00;
	box-shadow: 
    	0 0 4vw rgba(255, 90, 0, 0.105);

    	transform: translateX(-7vw);
	opacity: 0;
	transition: opacity 0.4s, transform 0s 0.4s;
}

._safe-show {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 2s, transform 0.7s;
}

.safe > img {
	width: 9vw;
	padding: 1.8vw;
}

.safeh3 {
	width: 50vw;
    margin-left: 1.5vw;
    margin-right: 1.5;
    padding: 1.8vw;
}


/*
.responsibility {
	margin-top: 9vw !important;
	width: 40vw;
	border-radius: 3vw;
	padding: 1vw;
	border: 0.2vw solid #ff5a00;
	box-shadow:
	0 0 4vw rgba(255, 90, 0, 0.105)

    	/*0 0 2vw rgba(255, 90, 0, 0.085),
  		0 0.4vw 5vw rgba(255, 90, 0, 0.055),
  		-0.4vw 0 3vw rgba(255, 90, 0, 0.055),
  		0.4vw 0 5vw rgba(255, 90, 0, 0.055);
}

text-shadow: 0 0 0 0.2vw inset #ff5a00;

.section_about > h3 > div > p:hover {
	background: linear-gradient(135deg, #ff7f00 30%, #ff3200 75%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

-webkit-
  -moz-*/












/* У С Л У Г И */











.services {
	/*background-color: #f9f9f9; 160f17*/
	/*background-image: url(source/about_back2.jpg);*/
	/*height: 56vw;*/
	background-repeat: no-repeat;
	margin-top: 0vw;
	padding-top: 18vw;
	margin-bottom: 14vw;
	padding-bottom: 6vw;
	text-align: center;
	/*display: flex;
	justify-content: ce?nter;
	align-items: center;
	flex-direction: column;*/

	opacity: 0;
	transition: opacity 0.7s;

	height: 60vw;
}

.services > h1 {
	display: inline;
	/*padding-bottom: 5vw;*/
}

.services > div > .section_icon {
	margin-top: 4vw;
}

.service_list {
	margin: 10vw 5vw 0 5vw;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	align-items: flex-start;

	transform: translateY(7vw);
	opacity: 0;
	transition: opacity 0.4s, transform 0s 0.4s;
}

._service_list-show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 2s, transform 0.7s;
}

.service_list > div { /* услуги */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/**/width: 22vw;
	box-sizing: content-box;
	padding: 1.3vw 0.8vw 1vw 0.8vw;
	border: 0.2vw solid transparent;
	border-color: #0b0a0e;
	border-radius: 2vw;
	transition: border-color 0.3s;
}

.service_list > div:hover {
	cursor: pointer;
}

.thirdService {
	padding-left: 0.5vw !important;
	padding-right: 0.5vw !important;
}

.service_list > ._servise-border-action {
	border-color: #ff471a;
	transition: border-color 1s;
}

.service_list > div > img {
	width: 6vw;
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
}

/*.service_list > div > img::after {
	content: "";
	  position: absolute;
	  background: inherit;
	  background-position: center center;
	  z-index: -1;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.50)) blur(20px);
}*/

.service_list > div > h2 {
}



.service_list > div > h3 {
	font-size: 2vw;
	margin-bottom: 0.6vw;
}

.service_list > div > h6 {
	display: none;
}

 





/* показ описания услуг */

._serv-show-more { /* надпись подробнее */
	color: #cfcfcf;
	font-size: 1vw;
	font-weight: 200;
	text-transform: uppercase;
	opacity: 0;
	padding-bottom: 1vw;
	transition-duration: 0.5s !important;
}

 ._serv-descript-hide { /* описание */
 	position: absolute;
 	opacity: 0;
 	
 	width: 22vw;
 	transition: opacity 0.1s;
 	transition: 0.5s;
 }

 ._serv-descript-hide-1 { /* описание 1 */
	transform: translateY(6vw);
 }

 ._serv-descript-hide-2 { /* описание 2 */
 	transform: translateY(-1vw);
 }

 ._serv-descript-hide-3 { /* описание 3 */
 	transform: translateY(6vw);
 }

._serv-descript-show {  /* описание при нажатии */
 	opacity: 1 !important;
	transform: translateY(14vw);
 	transition: transform 0.5s !important, opacity 0.5s 1s;
 	/*transition-delay: 3s !important;*/
 }

._servise-border-action-onclick { /* рамка для описания */
	
	border: 0.2vw solid transparent !important;
	border-color: #ff471a !important;
	border-radius: 2vw !important;
	transition: all 1s;

	/*transition: border-color 1s;*/
}


/*
.service-show {
	display: inline !important;
}
*/



/*
.more {
	color: #cfcfcf;
	font-size: 1.3vw;
	font-weight: 200;
	display: none;
}

.more:hover {

}
*/









/* З А Я В К А */











.request {
	display: none !important;

	padding-top: 4vw;
	margin-bottom: 4vw;
	padding-bottom: 10vw;
	display: flex;
	flex-direction: column;
	text-align: flex-start;
	align-items: center;
	justify-content: space-around;
	opacity: 0;
	transition: opacity 0.7s;
}

._request-elems-show {
	opacity: 1;
	transition: opacity 1.5s;
}

.request > h1 {
	margin-bottom: 3.5vw;
}

.brite {

}

.request > .section_icon {
	margin-bottom: 3.5vw;
}

.request > div > img {
	width: 33vw;
}
.request:hover {
	cursor: pointer;
}

.bonfire {
	transition-duration: 1s;
}

._bonfire-blur {
	position: absolute;
	right: 47.3vw;
  	filter: blur(3vw);
  	opacity: 0;
  	z-index: -1;
  	transition-duration: 1s;
}

.request > div > form > label > p {
	font-size: 2vw;
	margin-bottom: 1vw;
}

.request > div > form > label:first-child > p {
	margin-top: 0;
}

.form {
	margin-top: 2vw;
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
}

input {
	font-family: 'Montserrat';
	font-size: 2vw;
	font-weight: 300;

	height: 3.3vw;
	text-align: center;
	border: 0.2vw solid transparent;
	border-color: #ff4000;
	border-collapse: collapse;
	border-radius: 1.5vw;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;

    transition-duration: 1s;
    caret-color: #ff4000;
}

.input_comment { /* поле ввода комментария*/
	width: 25vw;
	height: 5vw;
	padding-left: 1vw;
}

input:placeholder {
	opacity: 0;
}

/*
.input_comment {
	font-size: 2vw;
	border: 0.2vw solid transparent;
	border-color: #ff4000;
	border-radius: 2vw;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    outline-offset: 0;
    resize: none;
}
*/

input[type=submit] { /*кнопка "отправить"*/
	font-size: 2vw;
	border: 0.2vw solid transparent;
	border-color: #ff4000;
	border-radius: 2vw;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: none;
    outline-offset: 0;
    display: none;
    margin-top: 2vw;

}

input:focus, textarea:focus, input[type=submit]:focus {
	box-shadow: 
    	0 0 2vw rgba(255, 90, 0, 0.62);
  		/*0 0.4vw 5vw rgba(255, 90, 0, 0.055),
  		-0.4vw 0 3vw rgba(255, 90, 0, 0.055),
  		0.4vw 0 5vw rgba(255, 90, 0, 0.055);*/
  		transition-duration: 1s;
}









/* К О Н Т А К Т Ы */









.contacts {
	/*160f17*/
	/*background-image: url(source/about_back2.jpg);*/
	/*height: 56vw;*/
	padding-top: 8vw;
	margin-bottom: 10vw;
	display: flex;
	flex-direction: column;
	text-align: flex-start;
	align-items: center;
	opacity: 0;
	transition: opacity 0.7s;
}

.contacts > h1 {
	margin-bottom: 3.5vw;
}

.conttext {
	display: flex;
	flex-direction: column;
	text-align: flex-start;
	align-items: center;
}

.conttext > h3 {
}

.genDir {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
    margin-top: 3.5vw;
    padding: 2vw;
    border: 0.3vw solid transparent;
	border-color: #ff4000;
	border-radius: 4vw;
}

.genDirInfo {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 40vw;
	margin-right: 5vw;
}

.workwail {
	font-size: 1.8vw;
	padding-left: 1vw;
}

.genDirPhoto {
	width: 20vw;
	border-radius: 2vw;
}




.two_contacts {
	width: 80vw;
	margin-top: 5vw;

	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	align-items: center;
}





/* ANIMATION */

.mail_anim {
	transform: translateX(0vw) !important;
	transition: 0.7s;
}




/* рабочая почта*/



.work_mail {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-around;
	align-items: center;

	padding: 1vw 2.5vw;
	border: 0.3vw solid transparent;
	border-color: #ff4000;
	border-radius: 4vw;
	height: 21.6vw;

	/*transform: translateX(-8vw);
	transform: translateX(7vw);*/
	opacity: 1;
	transition: opacity 0.4s, transform 0s 0.4s;
}

._work_mail-show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 2s, transform 0.7s;
}

.work_mail > h3 {
	margin-top: 0.5vw;
}

.work_mail > a {
	cursor: default;
}

.mail_text {
	color: #ff471a;
	z-index: 1;
}

.mail_text_blur {
	position: absolute;
	color: #ff471a;
	filter: blur(1vw);
	transform: translateY(-3.8vw) !important;
	font-weight: 900;
	font-size: 2.1vw;

	opacity: 0;
	transition: 0.5s;
}

.work_mail_img {
	width: 3vw;
	margin-top: 1vw
}



/* СОЦСЕТИ*/

.soc {
	margin-top: 3vw;
	margin-bottom: 0.5vw;
}
	

.soclist {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	width: 27vw;
}

.soclist > a > img {
	width: 3vw;
	padding-top: 1.5vw;
	padding-bottom: 0.2vw;
}

/* blur */

.soclist_blur {
	position: absolute;

	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	width: 27vw;

	transform: translateY(-4.88vw);
	z-index: 1;
}

.soclist_blur > a > img {
	width: 3vw;
	padding-top: 1.5vw;
	padding-bottom: 0.2vw;
	transition: 0.4s;
	opacity: 0;
}

.soclist_blur > a > img:hover {
	filter: blur(0.8vw);
	transition: 0.5s;
	opacity: 1;
}

.mail_icon {
	cursor: pointer;
}



/* ДИРЕКТОР*/

.own_mail {
	padding: 1.5vw 2.5vw;
	border: 0.3vw solid transparent;
	border-color: #ff4000;
	border-radius: 4vw;
	/*transform: translateX(8vw);

	transform: translateX(-7vw);*/
	opacity: 1;
	transition: opacity 0.4s, transform 0s 0.4s;

	width: 35vw;
}

._own_mail-show {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 2s, transform 0.7s;
}

.own_mail > h3 {
	margin-top: 0.5vw;
	margin-bottom: 1vw;
}

.misha {
	width: 15vw;
	border-radius: 4vw;
	margin-top: 1.5vw;
}

.dir_mail {
	margin-top: 1.5vw !important;
	color: #ff471a;
	margin-bottom: 0.5vw;
}












/* Ф У Т Е Р */












.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 0.5vw;
	padding-bottom: 0;
	/*border: 1px solid red;*/
	padding-right: 3vw;
	padding-left: 2vw;

	border-top: 0.2vw solid #be3600;

	/*box-shadow:
  			0 0 2vw #ff3200;*/

  	opacity: 0;
  	transition-duration: 0.7s;

}






/* меню */

.footer_nav {
	margin: 2vw 0 0 0;

	display: flex;
	justify-content: space-between;
	width: 58.5vw;
}

.footer_nav > a {
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-weight: 100; /*400*/
		color: #a0a0a1;
		font-size: 1.4vw;
		padding: 0.4em 0.7em;
		margin: 0vw 1.49vw;
		vertical-align: middle;
		transition: 0.5s ease-out; /*0.2 orig*/
		border-radius: 0.45vw;
}

.footer_nav > a:hover {
		/*border-bottom: 3px solid gray;*/
		color: #ff4900;
		transition: 0.5s;
		box-shadow:
  			/*0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  			0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  			0 12.5px 10px rgba(0, 0, 0, 0.06),
  			0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  			0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  			0 100px 80px rgba(0, 0, 0, 0.12);*/

  			/*
  			0 0.4vw 2vw rgba(0, 0, 0, 0.150),/*up*/
  			/*0 -1vw 2vw rgba(0, 0, 0, 0.150),/*down*/
  			/*-0.5vw 0vw 2vw rgba(0, 0, 0, 0.150),/*l*/
  			/*0.5vw 0vw 2vw rgba(0, 0, 0, 0.150);/*r*/
  			0 0 1vw rgba(255, 255, 255, 0.100),
  			0 0.4vw 0.4vw rgba(255, 255, 255, 0.040),
  			-0.4vw 0 0.6vw rgba(255, 255, 255, 0.040),
  			0.4vw 0 0.6vw rgba(255, 255, 255, 0.040);
}





.plashka {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
}


.footer_logo { /* logo */
	font-family: 'Montserrat', sans-serif;
	padding: 1vw;
	font-size: 6vw;
	font-weight: 100;
	color: #a0a0a1;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	border-radius: 1vw;
	margin-right: 0vw;
	padding-left: 0;
}

.footer_logo:hover {
	color: #ff4900;
	transition: 0.5s;
}








.designed_conteiner {
	display: flex;
	flex-direction: column;

	margin: 2vw 0 2vw 0;
}

.designed_by {
	font-weight: 600;
	font-size: 1.7vw !important;

	background: linear-gradient(135deg, #ff7f00 30%, #ff3200 75%);
  		/*linear-gradient(135deg, #934dd4 20%, #d34371 70%);*/
	    -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

.designed_conteiner > h3 { /* Morozov Mikhail */
	/*padding-top: 1.3vw !important;*/
	padding: 0.6vw;
	font-size: 1.3vw;
}

.Morozov {
	padding: 0.45vw !important;
	font-size: 1.48vw !important;
	font-weight: 300 !important;
}






.reserved {
	width: 90vw;
	text-align: center;
	font-size: 1.3vw;
	opacity: 0.1;
	padding-bottom: 1.5vw;
	margin-left: auto;
    margin-right: auto;
}














/* СЛУЖЕБНЫЕ КЛАССЫ И ПРИМЕРЫ */









.view{
	opacity: 1;
}

.hide {
	opacity: 0;
}

.exmpl {
	padding: 2vw;
	background-color: red;
}






/* класс для анимации появления элементов */

._section-show {
	opacity: 1;
	transition: opacity 1s;
}













/* неоновая надпись "привет" */

:root {
  --clr-neon: hsl(317 100% 54%);
  --clr-bg: hsl(323 21% 16%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.neon-button {
  font-size: 4rem;

  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: var(--clr-neon);
  border: var(--clr-neon) 0.125em solid;
  padding: 0.25em 1em;
  border-radius: 0.25em;

  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;

  box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);

  position: relative;
}

.neon-button::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: var(--clr-neon);
  top: 120%;
  left: 0;
  width: 100%;
  height: 100%;

  transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
  filter: blur(1em);
  opacity: 0.7;
}

.neon-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 2em 0.5em var(--clr-neon);
  opacity: 0;
  background-color: var(--clr-neon);
  z-index: -1;
  transition: opacity 100ms linear;
}

.neon-button:hover,
.neon-button:focus {
  color: var(--clr-bg);
  text-shadow: none;
}

.neon-button:hover::before,
.neon-button:focus::before {
  opacity: 1;
}
.neon-button:hover::after,
.neon-button:focus::after {
  opacity: 1;
}