﻿/*-------Connecting fonts-------*/
@font-face {
    font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('../fonts/Circe'), local('Circe-Regular'),
		url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('../fonts/Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaBookC';
	src: url('../fonts/FuturaBookC-Italic.eot');
	src: local('../fonts/Futura Book Italic Cyrillic'), local('FuturaBookC-Italic'),
		url('../fonts/FuturaBookC-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaBookC-Italic.woff') format('woff'),
		url('../fonts/FuturaBookC-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'FuturaBookC';
	src: url('../fonts/FuturaBookC.eot');
	src: local('../fonts/Futura Book Cyrillic'), local('FuturaBookC'),
		url('../fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaBookC.woff') format('woff'),
		url('../fonts/FuturaBookC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*-------Connecting fonts-------*/
/*-------Specification-------*/
body {
    font-family: 'Circe';
    font-weight: normal;
    font-size: 18px;
    color: #313338;
    letter-spacing: 0.02em;
}

ul, li {
    display: block;
    text-decoration: none;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FuturaBookC';
    font-weight: normal;
    font-style: normal;
    color: #313338;
    letter-spacing: 0em;
}

p {
    margin: 0;
}


a, a:hover, a:active {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fluid-fat {
	padding: 0;
}

.no-left {
	padding-left: 0;
}

.no-right {
	padding-right: 0;
}

.scrolltotop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(0,0,0,.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: .2;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,1);
  transition: all .5s;
  display: none;
  text-align: center;
  z-index: 999;
}
.scrolltotop:after{
  content: '⇧';
  color: white;
  line-height: 40px;
}
.scrolltotop:hover{
 opacity: .5;
 box-shadow: 0 0 10px rgba(0,0,0,.4);
}

button:focus {
    outline: none;
}

.arab {
	text-align: right!important;
}

/*Form email tuning css*/
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
}

label.error {
    font-size: 12px;
    color: red;
    position: absolute;
}

input.error {
    border: 1px solid red !important;
}

input.valid {
    border: 1px solid green !important;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

#overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000c;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
#thx {
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -170px;
    top: 50%;
    padding: 30px;
    margin-top: -20px;
}

/*Pop_Up_Window*/
.arcticmodal-overlay {
	background-color: #fbf5f5;
    opacity: 0.92;
    letter-spacing: 0.05em;
}

.box-modal {
    align-items: center;
    flex-direction: column;
    width: 560px;
    height: 360px;
}

.box-modal_title {
	font-size: 24px;
	font-family: 'Circe';
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
}

.form {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	margin-top: 7px;
}

.form input {
	outline: none;
    border: none;
    color: #aeaeaf;
    padding: 15px 150px 15px 20px;
    margin-bottom: 7px;
    border-radius: 3px;
}

.btn-first {
	background: #fff;
	color: #414b62;
	text-transform: uppercase;
	width: 380px;
	height: 56px;
	border: 2px solid #414b62;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-first:active {
	color: #fff;
	background: #414b62;
}

.fb_f {
	margin-top: 10px;
	width: 375px!important;
}

.form_button {
	width: 365px!important;
}

.form_button:active {
	width: 372px!important;
}

.checkbox-wrap {
	margin-top: 20px;
}

.checkbox-wrap label {
	font-size: 16px;
    width: 190px;
    line-height: 17px
}

#form-check {
	width: 27px;
	height: 27px;
	background: #fff;
}

.box-modal_close, .arcticmodal-close {
    position: absolute;
    right: 5%;
    top: 2%;
    cursor: pointer;
}
/*-------Specification-------*/
/*-------Header Start-------*/
.header {
	padding: 23px 0 100px 0;
	background: url('../img/header_bg.jpg') no-repeat center top;
}

.tablet_img {
	display: none;
}

.line {
	-ms-align-items: center;
	align-items: center;
}

.menu_button {
	cursor: pointer;
	background: none;
	outline: none;
	border: none;
	margin-left: 60px;
}

.menu {
	position: absolute;
	top: 15%;
	left: 7%;
}

.menu-fill {
	background: #f8f8f8;
	opacity: 97%;
    width: 415px;
    height: 842px;
    position: absolute;
    top: 0;
}

.menu-item a {
	font-size: 18px;
	color: #313338;
	text-transform: uppercase;
}

.menu-link:hover {
	border-bottom: 1px solid #7a7a7a;
	margin-top: 4px;
}

.menu-item:not(:last-child) {
	margin-bottom: 20px;
}

.close-menu {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.menu_close {
	position: absolute;
    top: 2%;
    left: 27%;
}

.head-text, .phone-number {
	font-size: 18px;
}

.head-text {
	margin-left: 55px;
}

.phone-number {
	color: #313338;
}

.phone-number:hover {
	color: #313338;
}

.phone-text {
	font-size: 16px;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.phone-text:active {
	font-weight: bold;
}

.main_head-logo {
	display: flex;
    justify-content: center;
}

.head-logo {
	max-width: 30%;
	height: auto;
}

.phone-text:after {
	content: '';
	display: block;
	height: 1px;
	background: #6d6d6d;
	width: 122px;
}

.head_phone {
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.change-language {
	justify-content: space-around;
}

.change-language a {
	font-size: 16px;
	cursor: pointer;
	color: #313338;
	width: 35px;
	height: 25px;
	border-radius: 3px;
	text-align: center;
}

.change-language a:hover {
	color: #fff;
	background: #414b62;
	width: 35px;
	height: 25px;
	border-radius: 3px;
	text-align: center;
}

.left-block {
	margin-top: 140px;
	margin-left: 55px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.above_title {
	align-items: center;
}

.above_title-line {
	height: 2px;
	width: 100px;
	background: #ffbd7d;
	margin-right: 10px;
}

.above_title-text {
	text-transform: uppercase;
	color: #ffbd7d;
}

.title {
	font-size: 60px;
	color: #313338;
	line-height: 60px;
	letter-spacing: 0.05em;
	width: 495px;
	margin-top: 25px;
}

.under_title-text {
	margin-top: 25px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

.under_title-button {
	margin-top: 39px;
}

.button-fill {
	background: #fff;
	border-radius: 6px;
	height: 52px;
	width: 256px;
	outline: none;
	cursor: pointer;
	border: 2px solid #414b62;
	text-transform: uppercase;
	color: #414b62;
}

.button-fill:active {
	background: #414b62;
	color: #fff;
}

.right-picture {
	max-width: 100%;
}

.head-slider {
	margin-top: 115px;
}

.slider_img {
	max-width: 100%;
	height: auto;
}

.slider_next, .slider_back {
	max-width: 100%;
	height: auto;	
}

.slick-dots {
	bottom: -30px;
}

.slick-dots li {
	margin: 0 15px;
}

.slick-dots li button {
	font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 2px solid rgba(150, 150, 150, 0.35);
    border-radius: 50px;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
	font-size: 21px;
	line-height: 21px;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: #000000d1;
}
/*-------Header End-------*/
/*-------Section Offer Start-------*/
.offer {
	padding: 100px 0 100px 0;
}

.offer_left-block {
	position: absolute;
}

.offer-picture {
	max-width: 98%;
}

.under-block {
	background: #f8f8f8;
    width: 654px;
    height: 165px;
}

.offer_right-block {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: 125px;
}

.offer-title {
	margin-top: 10px;
	font-size: 36px;
	letter-spacing: 0.05em;
	width: 530px;
}

.offer-under_title-text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	width: 575px;
}

.offer-under_title-text:not(:last-child) {
	margin-bottom: 15px;
}

.under-text_block {
	margin-left: 20%;
	-ms-align-items: center;
	align-items: center;
}

.arab_text_block {
	flex-flow: row-reverse;
}

.arab_verical-line {
	margin-left: 10px;
}

.arab_block-text {
	width: 430px;
}

.verical-line {
	width: 2px;
	height: 100px;
	background: #ffbd7d;
	margin-right: 20px;
	margin-top: 30px;
}

.block-text {
	font-size: 23px;
	width: 680px;
	margin-top: 30px;
}
/*-------Section Offer End-------*/
/*-------Section Work Start-------*/
.work {
	padding: 100px 0 100px 0;
}

.work-title-block {
	margin-left: 80px;
}

.work-title, .care-title {
	margin-top: 10px;
	font-size: 36px;
	letter-spacing: 0.05em;
}

.work_text-block {
	margin-left: 80px;
}

.work-picture_first, .work-picture_second, .work-picture_third {
	max-width: 100%;
	height: auto;
}

.work-picture_first  {
	margin-top: 30px;
}

.work-picture_third {
	margin-top: 20px;
}

.work-text {
	width: 551px;
	font-size: 17px;
}
/*-------Section Work End-------*/
/*-------Section Icons Start-------*/
.icons {
	padding: 100px 0 100px 0;
}

.icon_block {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.icons_block-text {
	text-align: center;
	margin-top: 25px;
}

.icon_title {
	font-size: 24px;
}

.icon_title-english {
	text-align: center;
}

.icon_text {
	font-size: 16px;
	text-align: center;
}
/*-------Section Icons End-------*/
/*-------Section Install Start-------*/
.install {
	padding: 100px 0 100px 0;
}

.install-picture_one, .install-picture_two {
	max-width: 100%;
	height: auto;
}

.install-picture_one {
	margin-top: 20px;
}

.install-picture_two {
	margin-bottom: 20px;
}

.install_right-block {
	margin-top: 20px;
}

.install_left-block {
	margin-left: 80px;
}
/*-------Section Install End-------*/
/*-------Section Care Start-------*/
.care {
	padding: 100px 0 100px 0;
}

.care-picture_1, .care-picture_2 {
	max-width: 50%;
    height: auto;
}

.care-picture_3, .care-picture_4  {
	max-width: 100%;
	height: auto;
}

.care-picture_1 {
	margin-right: 10px;
}

.care-picture_4 {
	margin-top: 20px;
}

.care_left-block {
	margin-top: 20px;
	margin-left: 80px;
}

.care_right-block {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: 100px;
}

.care_under-block {
	background: #f8f8f8;
    width: 524px;
    height: 600px;
    position: absolute;
    bottom: -14%;
    left: 21%;
    z-index: -1;
}
/*-------Section Csre End-------*/
/*-------Section Team Start-------*/
.team {
	padding: 100px 0 100px 0;
}

.team_title {
	font-size: 36px;
	letter-spacing: 0.05em;
}

.team_text:not(:last-child) {
	margin-bottom: 15px;
}

.team-image {
	margin-top: 40px;
	max-width: 100%;
	height: auto;
}
/*-------Section Team End-------*/
/*-------Section Consult Start-------*/
.consult {
	background: #f8f8f8;
	padding: 100px 0 100px 0;
}

.consult-title {
	width: 935px;
	margin-top: 20px;
}

.arab_consult-title {
	width: 484px;
}

.consult_form {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	margin-top: 40px;
}

.consult_form_text, .consult_form_e-mail {
	outline: none;
    border: none;
    color: #aeaeaf;
    padding: 15px 110px 15px 20px;
    margin-bottom: 0!important;
    border-radius: 3px;
    margin-right: 20px;
}

.consult_form-btn {
	margin-top: 0;
	width: 360px;
	height: 64px;
}

.consult_form-btn-fill {
	width: 349px!important;
	height: 52px;
}

.consult-but_frame {
	padding: 3px 90px;
}

.consult_form-btn-fill:active {
	height: 60px;
}

.consult-checkbox {
	width: 350px!important;
	margin-left: 5px;
}
/*-------Section Consult End-------*/
/*-------Section Footer Start-------*/
.footer {
	padding: 60px 0 60px 0;
	background: #313338;
}

.footer-wrap {
	justify-content: space-between;
}

.left-column_text {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

.footer-logo {
	max-width: 25%;
	height: auto;
}

.top-row {
	margin-top: 20px;
}

.footer-rights {
	margin-top: 20px;
	color: #fff;
}

.down_bottom-row:not(:last-child) {
	margin-right: 15px;
}

.footer_right-column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	color: #fff;
}

.footer_right-column a {
	color: #fff;
}

.footer_whats-app {
	margin-top: 20px;
}

.footer_phone {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.footer_phone-number:hover {
	color: #fff;
}

.footer_phone-text {
	color: #fff;
	outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.footer-rights_double {
	display: none!important;
}
/*-------Section Footer End-------*/
/*-------Media Queries-------*/
/*992 - 1200px*/
@media screen and (max-width: 1200px) {
    .consult_form-btn {
    	width: 325px;
    }
    .consult_form_text, .consult_form_e-mail {
    	padding: 15px 50px 15px 20px;
    }

    .phone-number {
    	font-size: 17px;
    }

    .above_title-line {
    	width: 90px;
    }

    .above_title-text {
    	font-size: 17px;
    }

    .title {
    	font-size: 37px;
    	width: 415px;
    	line-height: 45px;
    }

    .under_title-text {
    	font-size: 21px;
    }

    .offer_right-block {
    	margin-left: 65px;
    }

    .offer-title {
    	font-size: 28px;
    	width: 440px;
    	margin-top: 5px;
    }

    .work-title-block, .install_left-block {
    	margin-left: 52px;
    }

    .work-title, .care-title {
    	font-size: 28px;
    }

    .offer-under_title-text {
    	width: 450px;
    	font-size: 15px;
    }

    .above_title {
    	margin-left: 52px;
    }

    .offer-under_title-text:not(:last-child) {
	    margin-bottom: 10px;
	}

    .offer-picture {
	    max-width: 96%;
	}

	.under-block {
		width: 4070px;
		height: 200px;
		bottom: -20%;
	}

	.under-text_block {
		margin-left: -10%;
	}

	.block-text {
		font-size: 20px;
	}

	.work_text-block {
		margin-left: 0;
		margin-top: 0;
	}

	.install_right-block, .care_left-block {
		margin-top: 0;
	}

	.care_left-block {
		margin-left: 5px;
	}

	.care-picture {
		height: 330px;
	}

	.care_under-block {
		width: 384px;
		height: 450px;
		left: 21%;
	}

	.team_title {
		font-size: 29px;
	}

	.team_text {
		font-size: 15px;
	}

	.team-image {
		max-width: 100%;
	}

	.consult_form-btn-fill {
    	width: 311px!important;
    }

    .offer, .work, .icons, .install, .care, .team, .consult, .footer {
	    padding: 50px 0 50px 0;
	}

	.form input {
		padding: 15px 61px 15px 20px;
	}

	.button-frame_ru {
		padding: 5px 48px;
	}
}

/*768-992px*/
@media screen and (max-width: 992px) {
    .header {
    	padding: 23px 0 50px 0;
    	background: url('../img/tablet_head.png') no-repeat center top;
    }

    .menu_button, .head-text {
    	margin-left: 0;
    }

    .left-block {
    	margin-left: 0;
    }

    .tablet_img {
    	display: block;
    	max-width: 100%;
    	margin-top: 40px;
    	z-index: 1;
    }

    .tablet_wrap:before {
    	content: '';
    	display: block;
    	height: 50px;
    	background: #f8f8f8;
    	width: 752px;
    	position: absolute;
    	z-index: 0;
    }

    .tablet_background:after {
    	content: '';
    	display: block;
    	height: 50px;
    	background: #f8f8f8;
    	width: 752px;
    	position: absolute;
    	z-index: 0;
    	bottom: -8%;
    	left: 2%;
    }

    .tablet_wrap {
    	margin-top: 30px;
    }

    .right-block {
    	display: none;
    }

    .offer_left-block {
    	display: none;
    }

    .no-left {
    	padding-left: 15px;
    }
    .no-right {
    	padding-right: 15px;
    }

    .offer-under_title-text {
    	width: auto;
    	font-size: 16px;
    }

    .under-text_img {
    	display: block!important;
    	max-width: 100%;
    	margin-top: 30px;
    }

    .install_right-block-img {
    	display: block!important;
    	max-width: 100%;
    	margin-top: 30px;
    }

    .care_under-block {
    	display: none;
    }

    .care-picture {
    	height: auto;
    	margin-top: 30px;
    }

    .consult-title {
    	font-size: 29px;
    	width: auto;
    }

    .consult_form {
    	-webkit-flex-direction: column;
    	-moz-flex-direction: column;
    	-ms-flex-direction: column;
    	-o-flex-direction: column;
    	flex-direction: column;
    	margin-top: 20px;
    }

    .consult_form_text, .consult_form_e-mail {
		padding: 15px 400px 15px 20px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.consult_form-btn {
		width: 630px;
	}

	.consult_form-btn-fill {
		width: 303px!important;
	}

	.form input {
		margin-bottom: 10px!important;
	}

	.consult-but_frame {
		padding: 5px 80px;
	}

	.offer-title {
		width: 565px;
	}

	.work-picture_first {
		margin-left: 15%;
		margin-bottom: 30px;
	}

	.work_right-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}

	.install-picture_one {
		margin-bottom: 30px;
	}

	.care-picture_1, .care-picture_2 {
		max-width: 48%;
		margin-top: 15px;
	}

	.care_right-block {
		margin-top: 30px;
	}

	.left-block {
		margin-top: 50px;
	}

	.head-slider {
	    margin-top: 70px;
	}

	.offer-under_title-text {
		margin-top: 20px;
	}

}

/*576-768px*/
@media screen and (max-width: 768px) {
   .head-text {
		display: none!important;
   }

   .head_phone {
   	display: none!important;
   }

   .phone-number {
		font-size: 14px;
	}

	.offer_right-block {
		margin-left: 0;
	}

	.work-picture_first {
		margin-left: 5%;
	}

	.tablet_wrap:before {
		width: 548px;
	}

	.tablet_background:after {
		width: 548px;
	}

	.consult_form_text, .consult_form_e-mail {
		padding: 15px 270px 15px 20px;
	}

	.consult_form-btn {
		width: 500px;
	}

	.consult_form-btn-fill:active {
		width: 496px!important;
	}

	.work-picture {
		margin-top: 30px;
	}

	.offer, .work, .icons, .install, .care, .team, .consult, .footer {
		padding: 40px 0 40px 0;
	}

	.title {
		width: auto;
	}

	.box-modal_title {
		font-size: 22px;
	}
}

/*320-576x*/
@media screen and (max-width: 576px) {
    .tablet_wrap:before {
		display: none;
	}

	.above_title {
		margin-left: 0;
	}

	.work-picture_first {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.install-picture_one {
	    margin-bottom: 20px;
	}

	.work-title-block, .install_left-block {
		margin-left: 0;
	}

	.work-title, .care-title {
		font-size: 22px;
	}

	.tablet_background:after {
		display: none;
	}

	.head-logo {
		max-width: 80%;
	}

	.above_title-text {
		font-size: 14px;
	}

	.above_title-line {
		width: 60px;
	}

	.title {
		font-size: 33px;
		text-align: center;
		line-height: 40px;
	}

	.under_title-text {
		text-align: center;
		font-size: 18px;
		margin-top: 5px;
	}

	.offer-title {
		font-size: 22px;
		width: auto;
		text-align: center;
	}

	.offer-under_title-text {
		font-size: 14px;
	}

	.block-text {
		font-size: 15px;
		width: auto;
	}

	.consult_form_text, .consult_form_e-mail {
		padding: 15px 55px 15px 20px;
	}

	.consult_form-btn {
		width: 290px;
	}

	.consult_form-btn-fill {
		width: 278px!important;
	}

	.consult_form-btn-fill:active {
		width: 288px!important;
	}

	.checkbox-wrap label {
		font-size: 13px;
	}

	.consult-checkbox {
		width: 237px!important;
	}

	.icon_title {
		font-size: 18px;
	}

	.icon_text {
		font-size: 13px;
	}

	.icon_block {
		margin-bottom: 10px;
	}

	.offer, .work, .icons, .install, .care, .team, .consult, .footer {
		padding: 25px 0 25px 0;
	}

	.box-modal {
		width: 290px;
	}

	.form input {
		padding: 15px 65px 15px 20px;
	}

	.fb_f {
		width: 296px!important;
	}

	.form_button {
		width: 282px!important;
	}

	.form_button:active {
		width: 292px!important;
	}

	.footer-wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.footer-logo {
		max-width: 18%;
	}

	.footer_phone-text,.footer-rights {
		display: none!important;
	}

	.footer_left-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}

	.top-row {
		margin-top: 0;
	}

	.left-column_text {
		-ms-align-items: center;
		align-items: center;
		margin-top: 10px;
	}

	.footer_right-column {
		-ms-align-items: center;
		align-items: center;
	}

	.footer_phone, .footer_whats-app {
		margin-top: 10px;
	}

	.footer-rights_double {
		display: block!important;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex!important;
		margin-top: 10px;
	}

	.down_bottom-row:not(:last-child) {
		margin-right: 10px;
	}

	.down_bottom-row {
		font-size: 14px;
	}

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

	.second_modal-ru {
	    padding: 2px 20px!important;
	}

	.under_title{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.under-text_block {
		margin-left: 0;
	}

	.button-frame_ru {
		padding: 2px 22px;
	}

	.consult-but_frame {
		padding: 3px 33px;
	}

	.second_modal {
		padding: 2px 25px;
	}

	.consult_form_text, .consult_form_e-mail {
		margin-bottom: 10px!important;
	}

	.care-image_block {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.care-picture_1, .care-picture_2 {
		max-width: 100%
	}

	.care-picture_1 {
		margin-right: 0;
	}

	.tablet_img {
		max-width: 100%;
		height: auto;
    }

    .close-menu {
    	width: 15px;
    	height: 15px;
    }

    .menu_close {
    	top: 3%;
    	left: 70%;
    }

    .menu-fill {
    	width: 320px;
    }

}