*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style: none;
	font-style: normal;
	box-sizing: border-box;
	font-family: 'Noto Sans', sans-serif;
	text-decoration: none;
}

*:hover{
	transition: .20s all;
}

html{
	scroll-behavior: smooth !important;
}

body{
	animation: blurr 1s alternate 1;
	background-color: #ffffff;
	-webkit-touch-callout: none;
}

@keyframes blurr{
	from{
		filter: blur(10px);
	}

	to{
		filter: blur(0px);
	}
}

.wrapper{
	margin: 0 auto;
	max-width: 1200px;
}
/* ---------------------------NAVBAR--------------------------- */
nav{
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 5;
	position: absolute;
	background-color: #ffffff;
}

.container__navbar{
	height: 90px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}


/* SECTION__LOGO */
.section__logo{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.logotype{
	width: 200px;
	height: 80px;
	background-size: 100% 100%;
	justify-content: center;
	background-image: url("../graphic/icons/logotype.png");
	background-position: 100% 100%;
}


/* SECTION__NAV-PANEL */
.selection__nav-panel{
	display: block;
}

.panel-list{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.panel-list a{
	color: #222222;
}

.nav-link{
	margin: 0 15px;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	align-items: center;
	border-radius: 4px;
	text-transform: uppercase;
	justify-content: center;
}

.nav-link:hover{
	color: #4174c3;
}

.nav-link *:hover{
	color: #4174c3;
}


/* SECTION__ADDITIONS */
.section__additions{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.phone-button{
	width: 200px;
	height: 40px;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	background-color: #4174c3;
}

.phone-button:before{
	content: '\f2a0';
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 25px;
	font-family: FontAwesome;
}

.phone-button:hover{
	box-shadow: 0 0 10px 0 #5691ec;
	background-color: #5691ec;
}

.burger-menu{
	display: none;
}

.hidden{
	display: none !important;
}
/* ---------------------------NAVBAR--------------------------- */


/* ---------------------------HEADER--------------------------- */
header{
	width: 100%;
	height: 800px;
	display: block;
	position: relative;
	background-size: cover;
	background-image: url("../graphic/images/img-1.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.container__header{
	height: 800px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}


/* SECTION__MAIN-HEADER-BLOCK */
.section__main-header-block{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.header-sub-block{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-size: cover;
	justify-content: center;
}

.header-sub-block:before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.780);
}

.header-sub-block-desp{
	z-index: 3;
	position: relative;
}

.header-sub-block-desp *{
	display: block;
}

.header-sub-block-title{
	width: 900px;
	padding: 10px 0;
	color: #ffffff;
	display: flex;
	font-size: 60px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.header-sub-block-sub-title{
	width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	color: #ffffff;
	display: flex;
	font-size: 35px;
	text-align: center;
	border-top: 4px solid #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.header-sub-block-text-area{
	width: 900px;
	margin: 50px 0;
	display: flex;
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
}

.header-sub-block-text-area *{
	color: #ffffff;
}

.header-sub-block-dpsd{
	width: 50%;
	display: flex;
	line-height: 30px;
	align-items: center;
	justify-content: center;
}

.header-list{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-between;
}

.lstt{
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lstt:nth-child(2){
	margin: 0 10px;
}

.lstt:nth-child(4){
	margin: 0 0 0 10px;
}

.pgd{
	display: block;
}

.lstt i{
	color: #ffffff;
	font-size: 35px;
}

.lstt li{
	color: #ffffff;
}

.cat{
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	font-weight: 200;
}

.header-sub-block-phone-button{
	width: 250px;
	height: 50px;
	margin: 0 auto;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	box-shadow: 0 0 10px 0 #5691ec;
	font-weight: bold;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	background-color: #4174c3;
}

.header-sub-block-phone-button:before{
	content: '\f2a0';
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 25px;
	font-family: FontAwesome;
}

.header-sub-block-phone-button:hover:before{
	color: #4174c3;
}

.header-sub-block-phone-button:hover{
	color: #4174c3;
	box-shadow: none;
	background-color: #ffffff;
}

.arrow-down{
	width: 100%;
	margin: 60px auto 0 auto;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
}

.arrow-down *{
	color: #ffffff;
	font-size: 30px;
}
/* ---------------------------HEADER--------------------------- */


/* ---------------------------CONTENT-------------------------- */
article{
	float: left;
	width: 100%;
	height: 800px;
	padding: 0;
	display: block;
	position: relative;
	background-size: 2% 5%;
	background-color: #4174c3;
	background-image: url('../graphic/textures/txtr-2.png');
}

.tpc{
	background-color: #ffffff;
	background-image: none;
}

.bbn{
	border-bottom: 3px solid #4174c3 !important;
}

.bcf{
	color: #4174c3 !important;
}

.container__article{
	height: 800px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
}


/* SECTION__MAIN-CONTENT-BLOCK */
.section__main-content-block{
	width: 100%;
	height: 100%;
	padding: 20px 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 4px;
	justify-content: space-between;
}

.content-sub-block{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.content-sub-block-desp *{
	display: block;
}

.content-sub-block-title{
	width: 100%;
	padding: 0 0 30px 0;
	color: #ffffff;
	display: flex;
	font-size: 30px;
	font-weight: bold;
	align-items: center;
	font-family: 'Quicksand', sans-serif;
	border-radius: 4px;
	border-bottom: 3px solid #ffffff;
	text-transform: uppercase;
	justify-content: center;
}

.content-sub-block-image{
	width: 100%;
	height: 450px;
	margin: 0 0 20px 0;
	background-size: cover;
	background-position: 100% 100%;
}

.content-sub-block-img-2{
	background-image: url("../graphic/images/img-2.jpg");
}

.content-sub-block-img-3{
	background-image: url("../graphic/images/img-3.jpg");
}

.content-sub-block-text-area{
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 30px;
	align-items: center;
	justify-content: center;
}

.blk{
	color: #ffffff;
}

.block-desp{
	display: block;
}

.foot-tel{
	width: 250px;
	height: 50px;
	margin: 20px auto 0 auto;
	color: #ffffff;
	display: flex;
	font-size: 16px;
	box-shadow: 0 0 10px 0 #5691ec;
	font-weight: bold;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	background-color: #4174c3;
}

.foot-tel:before{
	content: '\f2a0';
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 25px;
	font-family: FontAwesome;
}

.foot-tel:hover:before{
	color: #ffffff;
}

.foot-tel:hover{
	color: #ffffff;
	box-shadow: none;
	background-color: #4174c3;
}


/* SECTION__ADVANTAGES */
.section__advantages{
	display: flex;
	flex-wrap: wrap;
	line-height: 25px;
	align-items: stretch;
	justify-content: center;
}

.block-advantage{
	width: 370px;
	height: 250px;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	background-color: #ffffff;
}

.block-advantage:nth-child(1){
	margin: 0 0 25px 0;
}

.block-advantage:nth-child(2){
	margin: 0 25px 25px 25px;
}

.block-advantage:nth-child(3){
	margin: 0 0 25px 0;
}

.block-advantage:nth-child(5){
	margin: 0 25px;
}

.block-advantage *{
	display: block;
}

.block-adv-title{
	color: #4174c3;
	margin: 10px 0;
	font-size: 22px;
}

.block-adv-description{
	color: #4174c3;
	font-size: 15px;
}


/* SECTION__SERVICES */
.section__services{
	display: flex;
	flex-wrap: wrap;
	line-height: 25px;
	align-items: stretch;
	justify-content: center;
}

.block-service{
	width: 370px;
	height: 250px;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	background-color: #4174c3;
}

.block-service:nth-child(1){
	margin: 0 0 25px 0;
}

.block-service:nth-child(2){
	margin: 0 25px 25px 25px;
}

.block-service:nth-child(3){
	margin: 0 0 25px 0;
}

.block-service:nth-child(5){
	margin: 0 25px;
}

.block-service *{
	display: block;
}

.block-service-icon{
	color: #ffffff;
	font-size: 40px;
}

.block-service-title{
	color: #ffffff;
	margin: 10px 0;
	font-size: 19px;
}

.block-service-description{
	color: #ffffff;
	font-size: 15px;
}


/* SECTION__REVIEWS */
.section__reviews{
	display: flex;
	flex-wrap: wrap;
	line-height: 25px;
	align-items: stretch;
	justify-content: center;
}

.block-review{
	width: 370px;
	height: 250px;
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	background-color: #ffffff;
}

.block-review:nth-child(2){
	margin: 0 25px 25px 25px;
}

.block-review:nth-child(3){
	margin: 0 0 25px 0;
}

.block-review:nth-child(5){
	margin: 0 25px;
}

.block-review-title{
	color: #4174c3;
	font-size: 19px;
}

.block-review-icon{
	margin: 10px 0;
	color: #4174c3;
	font-size: 30px;
}

.block-review-description{
	color: #4174c3;
	font-size: 15px;
}
/* ---------------------------CONTENT-------------------------- */

.fixed-phone-button{
	top: 25%;
	right: 0;
	width: 50px;
	height: 180px;
	z-index: 8;
	display: flex;
	position: fixed;
	animation: fixed_button 2s alternate infinite;
	align-items: center;
	border-radius: 20px 0 0 20px;
	justify-content: center;
}

.fixed-phone-button *{
	color: #ffffff;
	font-size: 18px;
	transform: rotate(-270deg);
	font-weight: bold;
}

.give-review{
	top: 25%;
	left: 0;
	width: 50px;
	height: 180px;
	cursor: pointer;
	z-index: 8;
	display: flex;
	position: fixed;
	animation: fixed_button 2s alternate infinite;
	align-items: center;
	border-radius: 0 20px 20px 0;
	justify-content: center;
}

.give-review *{
	color: #ffffff;
	font-size: 18px;
	transform: rotate(270deg);
	font-weight: bold;
}

.review-form{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	background-color: #153b77;
}

.review-form form{
	padding: 60px;
	background-color: #4174c3;
}

.review-form form *{
	width: 500px;
	display: block;
	font-size: 15px;
}

#close{
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: flex;
	position: absolute;
	text-align: center;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
	background-color: #4174c3;
}

#close *{
	padding: 20px;
	color: #ffffff;
	font-size: 30px;
}

#close:hover{
	background-color: #ffffff;
}

#close *:hover{
	color: #153b77;
}

.review-form form h2{
	width: 100%;
	padding: 20px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.review-form form label{
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	background-color: #153b77;
}

#reviewer_name{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px;
	color: #153b77;
	font-weight: bold;
	border-radius: 0 0 4px 4px;
	background-color: #ffffff;
}

#reviewer_email{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px;
	color: #153b77;
	font-weight: bold;
	border-radius: 0 0 4px 4px;
	background-color: #ffffff;
}

#reviewer_text{
	width: 100%;
	height: 250px;
	margin: 0 0 30px 0;
	padding: 10px;
	color: #153b77;
	font-weight: bold;
	border-radius: 0 0 4px 4px;
	background-color: #ffffff;
}

#submit_review{
	width: 50%;
	margin: 0 auto;
	padding: 10px;
	color: #153b77;
	cursor: pointer;
	font-weight: bold;
	border-radius: 30px;
	background-color: #ffffff;
}

#submit_review:hover{
	color: #ffffff;
	background-color: #4174c3;
}

@keyframes fixed_button{
	0%{
		transform: scale(0.9);
		box-shadow: 0 0 5px 0 #4174c3;
		background-color: #4174c3;
	}

	100%{
		transform: scale(1);
		box-shadow: 0 0 10px 0 #5691ec;
		background-color: #5691ec;
	}
}