@font-face {
	font-family: calibry;
	src: url(../fonts/calibry.ttf);
}

@font-face {
	font-family: Athelas-Regular;
	src: url(../fonts/Athelas-Regular.ttf);
}

body {
	margin: 0;
	color: #003471;
}

ul {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Athelas-Regular;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}

h2 {
	font-family: Athelas-Regular;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.menu {
	font-family: Athelas-Regular;
	font-size: 20px;
	text-transform: uppercase;
}

.company-name-block, .phone-block, .feedback-block {
	font-family: calibry;
}

.menu ul {
	list-style: none;
	display: flex;
	flex-direction: row;
}

.menu ul li {
    padding: 10px 35px;
    border: 2px solid transparent;
}

.menu ul li:hover {
	border: 2px solid #ed1c24;
}

a {
	color: #003471;
	text-decoration: none;
}

.menu, .phone-block, .feedback-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.header-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 0px;
}

.logo-block {
	display: flex;
	flex-direction: row;
}

.logo {
	padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-name-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.company-name {
	text-transform: uppercase;
}

.phone-block {
	font-weight: bold;
	font-size: 16px;
	background: url('../images/call.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: center left;
}

.btn {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	font-family: calibri;
	padding: 10px 60px;
	border-radius: 20 px;
}

.blue {
	background: #d11414;;
}


.slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.slide.head {
	height: 600px;
	background: url('../images/img-banner.jpg');
	background-position: center; 
	background-repeat: no-repeat;
}

.slider-block{
	margin-top: 40px;
}

.slide.middle {
	height: 560px;
	background: url('../images/banner2.jpg');
	background-position: center; 
	background-repeat: no-repeat;
}

.slide .text-block {
	margin: 0 auto;
    display: flex;	
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.56);
}

.head .text-block {
	font-size: 35px;
	font-weight: bold;
	font-family: Athelas-Regular;
	width: 590px;
	height: 220px;
}

.middle .text-block {
	width: 710px;
	height: 260px;
}

.section-wrapper {
	margin-top: 60px;
}

.service-item {
    width: calc(1200px/3 - 20px);
	border: 1px solid #a1a1a1;
	margin-bottom: 40px;
	background: #f1f3f7;
}

.service-block-wrapper {
	font-family: calibry;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-title-block {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	background: #003471;
	color: white;
	padding: 10px 0px;
}

.service-info-block {
	padding: 10px 0px 20px 0px;
}

.service-info-block ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 15px 0px 25px;
	font-size: 16px;
	padding-top: 10px;
	cursor: pointer;
	color: #2d2d2d;
	background: url('../images/li.png');
	background-position: left center; 
	background-repeat: no-repeat;
	background-position: 15px 17px;
}

.service-info-block ul li:hover {
	color: #eb1212;
}

.service-image-block {
	width: 100%;
    height: 238px;
}
.serv1 {
	background: url('../images/serv1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.serv2 {
	background: url('../images/serv2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.serv3 {
	background: url('../images/serv3.png');
	background-repeat: no-repeat;
    background-size: cover;
}

.serv4 {
	background: url('../images/serv4.png');
	background-repeat: no-repeat;
    background-size: cover;
}

.serv5 {
	background: url('../images/serv5.png');
	background-repeat: no-repeat;
    background-size: cover;
}

.serv6 {
	background: url('../images/serv6.png');
	background-repeat: no-repeat;
    background-size: cover;
}

.middle {
	font-family: calibry;
	color: #ffffff;
}

.title-middle {
	font-size: 35px;
}

.description-middle {
	font-size: 22px;
	padding: 25px 0px 35px 0px;
}

.red {
	background: #d11414;
}

.reviews-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: calibri;
	font-size: 18px;
	padding-bottom: 40px;
}

.review-item {
	background: url('../images/serv1.png');
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 25px 20px 45px;
	background: #eff2f8;
	width: calc(1200px/3 - 80px);
	border: 1px solid #a1a1a1;
}

.review-content {
	padding-bottom: 40px;
}

.border-blue {
	border: 1px solid #12c6ed;
	color: black;
	font-weight: normal;
}

.order-feedback {
	text-align: center;
}

.about {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: calibri;
	font-size: 20px;
}

.section-wrapper.about{
	background-color: #fafafa;
}

.icons ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
	list-style: none;
}

.icons li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 200px;
}

.icons li img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.icons li p{
	font-family: calibri;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}

.map {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.contacts{
 	background-color: rgba(255, 255, 255, 0.9);
    width: 639px;
    text-align: center;
    font-family: calibri;
    font-size: 16px;
    display: flex;
    padding: 5px;
    position: absolute;
    top: 0px;
    flex-direction: row;
    justify-content: space-between;
}

footer p {
	text-align: center;
}

.footer-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-right, .footer-left {
	width: calc(1200px/2 - 15px);
}

.footer-right {
	position: relative;
}

.footer_form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.fb-left-side, .fb-right-side {
	width: calc(575px/2 - 20px);
}

.submit {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.footer_form input, textarea {
	width: 240px;
	margin-bottom: 15px;
	font-size: 20px;
	border: 1px solid #8ab1c3;
	padding: 15px 0px 15px 40px;
}

.f-plicity {
	font-size: 14px;
	font-family: calibri;
}

.btn.submit {
	background: #12c6ed;
	border: none;
	box-shadow: -1px 4px 3px 1px #0000000d;
}

::-webkit-input-placeholder {color:#7e91a8;}
::-moz-placeholder          {color:#7e91a8;}
:-moz-placeholder           {color:#7e91a8;}
:-ms-input-placeholder      {color:#7e91a8;}

input[name="name"] {
	background: url(../images/man-user.png);
    background-repeat: no-repeat;
    background-position: 13px 15px;
}

input[name="phone"] {
	background: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 13px 15px;
}

textarea {
	background: url(../images/pen.png);
    background-repeat: no-repeat;
    background-position: 13px 15px;	
}

input[name="email"] {
	background: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 13px 19px;
}

/*.contacts::after {
	content: '';
	background: url(../images/cont.png);
    width: 23px;
    height: 30px;
    position: absolute;
    transform: rotate(136deg);
}*/

.gamburger1 {    z-index: 9999;}
.gamburger1 i.gamburger3 {    color: #003471;    width: 43px;    height: 39px;    text-align: center;    font-size: 34px;    padding-top: 4px;    cursor: pointer;    }
.gamburger1 i.gamburger3:hover {    background: #fff;    color: #003471;   }
.gamburger2 {overflow: hidden;}
.gamburger3 {float: left;}
.gamburger4 {
	float: left;
	position: absolute;
	top: 59px;
	margin-right: -1000px;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background: #fff;
	padding: 15px 25px;
}
.gamburger5 {font-family: calibri; list-style-type: none;    margin: 0px;    padding: 0px;}
.gamburger5 li {margin-bottom: 5px;}
.gamburger5 li a {font-size: 17px;    color: #003471;    text-decoration: none;}
.gamburger5 li a:hover {color: #ed1c24;}

.gamburger4 {
	display: none;
}

#service h2 {
	padding-top: 20px;
}


.gamburger1 {
	display: none;
}
#uslugi_slider .slide_usluga{
  height: 238px;
  background-size: cover;  
}
#uslugi_slider .opisaniye_slayda{
  background: #ffffffb5;
    position: absolute;
    text-align: right;
    right: 0;
    padding: 25px;
    font-size: 20px;
}  