/*-----------------------------------------------
CSS Framework Lisena
Version:  6.00 25.04.15 nn
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Forum&subset=latin,cyrillic);
@import url("splide.min.css");
@import url("modals/rotate_bottom.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/

html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #000;
	height: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #ff4d4d;
	text-decoration: underline;
}
a:hover, a:hover:visited {
	text-decoration: none;
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.h1 {
	color: #ff4d4d;
	/*  font-family: "Lobster", cursive;  */
	font-size: 32px;
	margin: 0 0 13px;
	padding: 18px 0 0;
	position: relative;
}
.h2 {
	color: #ff4d4d;
	font-family: "Lobster", cursive;
	font-size: 36px;
	margin: 0 0 26px;
	position: relative;
}
.h3 {
	color: #ff4d4d;
	/*   font-family: "Lobster", cursive;  */
	font-size: 26px;
	margin: 0 0 37px;
}
.h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
/*colors*/
/*end colors*/
/*fonts*/

.f-10 {
	font-size: 10px;
	font-size: 1rem;
}
.f-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f-13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f-15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f-16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f-17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f-20 {
	font-size: 20px;
	font-size: 2rem;
}
/*end fonts*/
/*forms fields*/

.field {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-radius: 2px;
	padding: 9px;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	box-shadow: 0 0 4px rgba(5, 6, 6, .35);
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}
 .field:-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field::-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field.placeholder {
	color: gray;
	font-style: italic;
}
.field.invalid {
	border-color: red;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	color: green;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/

.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 10px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px solid #a5b136;
}

::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
 img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/

.wrapper {
	background: #000000;
	min-width: 1000px;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.main_repeat_bg {
	background: #000000 repeat 100% 100%;
	position: absolute;
	top: 0;
	left: -1000em;
	right: -1000em;
	bottom: 0;
	z-index: -2;
}
.inner {
	background-color: #000;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 136px;
	/*padding-top: 235px;*/
	padding: 181px 0 0;
}
.main_page .inner {
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/

.main_page .header {
	background: #000000 repeat 100% 100%;
}
.header {
	background: #000000;
	width: 1000px;
	height: 77px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 150px;*/
	padding: 75px 0 0;
	z-index: 20;
}
.header .subscription_mailing {
	position: absolute;
	top: 39px;
	left: 380px;
	z-index: 2;
}
.header .subscription_mailing .btn {
	border: 2px solid #ff4d4d;
	padding: 12px 12px 11px;
	display: inline-block;
	position: relative;
	line-height: 16px;
	text-decoration: none;
}
.header .subscription_mailing .btn .fig {
	background: url(../images/letter.png) no-repeat;
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
	left: 7px;
	bottom: 0;
}
.header .subscription_mailing .btn .text {
	display: block;
	padding-left: 34px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.header .subscription_mailing .btn:hover {
	text-decoration: underline;
	color: #fff;
}
.logo {
	position: absolute;
	top: 14px;
	/*   left: 130px;   */
	z-index: 1;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
/*.logo.line:before {
    content: '';
    border-bottom: 1px solid #a1a1a1;
    position: absolute;
    top: 0;
    right: 0;*/
    /*   left: -60px;  */
    /*   bottom: 28px;  */
/*}*/

/*.logo .fig {
    background: url(../images/logo.png) no-repeat;
    height: 42px;
    width: 325px;
    position: relative;
}*/

/*.logo .text {
    width: 300px;
    padding-top: 0px;*/
    /*  padding-left: 2px;   */
   /*  color: #8ac4ec;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}*/

/*.logo .bg {*/
    /*   background: url(../images/logo_bg.png) no-repeat;   */
   /* height: 134px;
    width: 1000px;
    position: absolute;*/
    /*  top: -29px;  */
    /*  left: -375px;  */
   /* z-index: -1;
    bottom: 0;
}*/
.logo .link {
	color: #fff;
	text-decoration: none;
}
.tel {
	position: absolute;
	/*top: 39px;*/
	top: 28px;
	right: 3px;
	z-index: 3;
}
.tel .fig {
	/*background: url(../images/phone.png) no-repeat;
    height: 21px;
    width: 21px;
	 position: absolute;
	*/
	background: url(../images/pic1.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	height: 33px;
	width: 33px;
	margin: 0 9px 0 0;
}
.tel .fig .link {
	display: block;
	height: 33px;
	width: 33px;
}
.tel .text {
	display: inline-block;
	position: relative;
	/*padding-left: 35px;*/
	line-height: 21px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.tel .link {
	color: #fff;
	text-decoration: none;
}
.instagram {
	position: absolute;
	top: 39px;
	right: 228px;
	z-index: 3;
}
.instagram .link {
	display: block;
	width: 32px;
	height: 32px;
}
.instagram .link img {
	width: 100%;
}
.email {
	position: absolute;
	/* top: 85px;
    right: 16px;*/
	top: 29px;
	right: 249px;
	z-index: 1;
}
.email .fig {
	background: url(../images/letter.svg) no-repeat;
	height: 23px;
	width: 23px;
	position: absolute;
	top: -4px;
	left: 0;
}
.email .text {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	line-height: 16px;
	color: #fff;
	/*   font-family: 'Lobster', cursive;  */
	font-size: 18px;
	text-decoration: underline;
}
.email .text:hover {
	text-decoration: none;
}
.region {
	position: absolute;
	/*top: 110px;
    right: 16px;*/
	top: 31px;
	left: 382px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
}
.header .nav {
	background: #fff;
	display: table;
	width: 100%;
	z-index: 2;
	position: relative;
}
.header .nav:before, .header .nav:after, .header .nav .item:after, .header .nav .item:before {
	display: none;
}
.header> .nav> .list> .item {
	display: table-cell;
	border-right: 1px solid #fff;
	border-left: 1px solid #c7c7c7;
	text-align: center;
	vertical-align: top;
	position: relative;
        width: 1%;
}
.header> .nav> .list> .item:last-child {
	border-right: none;
}
.header> .nav> .list> .item:first-child {
	border-left: none;
}
.header> .nav> .list> .item> .link {
	display: table;
	width: 100%;
	height: 52px;
	color: #ff4d4d;
	/*  font-family: "Forum", cursive;  */
	font-size: 18px;
	text-decoration: none;
}
.header> .nav> .list> .item.active, .header> .nav> .list> .item:hover {
	background-color: #fff;
}
.header> .nav> .list> .item.active> .link, .header> .nav> .list> .item:hover> .link {
	color: #ff4d4d;
}
.header> .nav> .list> .item .text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 16px;
	padding-left: 16px;
}
.header> .nav .sub {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}
.nav .sub .list {
	width: 270px;
	background-color: #ebebeb;
	padding-top: 14px;
}
.nav .sub .list .item {
	text-align: left;
	margin-bottom: 11px;
}
.nav .sub .list .item .link {
	display: inline-block;
	padding-left: 16px;
	color: #404040;
	font-size: 16px;
	text-decoration: none;
}
.nav .item:hover .sub {
	display: block;
}
.nav .sub .list .item .link:hover {
	text-decoration: underline;
}
.nav .block_mobile {
	display: none;
}
.main_page .promo.line:before {
	content: '';
	border: 1px solid rgb(255 77 77);
	position: absolute;
	top: 29px;
	right: 14px;
	left: 10px;
	bottom: 14px;
	z-index: 10;
}
.main_page .promo {
	position: relative;
	height: 370px;
}
.promo {
	background: url(../images/promo_1.jpg) no-repeat;
	position: relative;
	width: 1000px;
	height: 24px;
	margin: 0 -16px;
	z-index: 1;
}
.promo .main_list .item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.promo .main_list .active {
	opacity: 1;/*  z-index: 1;  */
}
.main_page .promo .main_list .fig {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.main_page .promo .tabs {
	position: absolute;
	bottom: 23px;
	right: 26px;
	z-index: 10;
}
.main_page .promo .tabs .item {
	position: relative;
	float: left;
	margin-left: 4px;
}
.main_page .promo .tabs .link {
	background-color: #ebebeb;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: block;
	height: 16px;
	width: 16px;
	position: relative;
}
.tabs .active:before {
	content: '';
	background-color: #ff4d4d;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_page .promo .context {
	background-color: rgba(255, 255, 255, .85);
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px 38px 26px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 14px;
	z-index: 10;
}
.main_page .promo .context .title {
	width: 410px;
	margin-left: 0;
	color: #262626;
	/*  font-family: "Lobster", cursive;  */
	font-size: 26px;
	line-height: 50px;
	z-index: 2;
	-webkit-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
	opacity: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.main_page .promo .active .title {
	opacity: 1;
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
.main_page .promo .context .text {
	width: 410px;
	margin-left: 0;
	margin-bottom: 28px;
	color: #6c6c6c;
	font-size: 14px;
	-webkit-transition: all .3s ease 1.3s;
	transition: all .3s ease 1.3s;
	opacity: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.main_page .promo .active .context .text {
	opacity: 1;
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
.btn_1 {
	border: 3px solid #ff4d4d;
	padding: 6px 30px 6px;
	color: #ff4d4d;
	font-size: 14px;
	text-decoration: none;
}
.promo .btn_1 {
	-webkit-transition: all .3s ease 1.6s;
	transition: all .3s ease 1.6s;
	opacity: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.promo .active .btn_1 {
	opacity: 1;
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
.btn_1:hover {
	text-decoration: underline;
	color: #ff4d4d;
}
.btn_call_back {
	background-image: url(../images/fig_1.svg);
	background-repeat: no-repeat;
	height: 211px;
	width: 59px;
	position: fixed;
	top: 135px;
	right: 0;
	z-index: 2;
}
.btn_call_back .text {
	display: none;
}


.btn_4 {
	border: 3px solid #ff4d4d;
	padding: 6px 30px 6px;
	color: #ff4d4d;
	font-size: 14px;
	text-decoration: none;
        margin-right: 10px;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/

.side {
	float: right;
	width: 238px;
	position: relative;
	/*padding-top: 34px;*/
	padding-bottom: 40px;
	z-index: 1;
}
.side + .content {
	float: left;
	width: 688px;
}
.services_list_1 {
	margin-bottom: 20px;
	width: 238px;
	z-index: 2;
	background-color: #ff4d4d;
	padding: 12px 0;
}
.services_list_1 .item {
	position: relative;
	margin-bottom: 17px;
	margin-left: 10px;
}
.services_list_1 .link {
	text-decoration: none;
	color: #fff;
	/*  font-family: "Forum", cursive;  */
	font-size: 16px;
	line-height: 1.2;
}
.services_list_1 .link:hover {
	font-weight: bold;
    color: #000;
}
.services_list_1 .item:before {
	content: '';
	/*   border-left: 3px solid #ff4d4d;   */
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	left: -12px;
	bottom: 0;
	z-index: -1;
}
/* .services_list_1 .item:hover {
	background-color: #000;
}*/
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.content {
	position: relative;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 18px;
	z-index: 1;
	margin-top: -30px;
}
.content:before, .content:after {
	content: '';
	display: table;
}
.content:after {
	clear: both;
}
p {
	text-align: justify;
}
.service {
	background-color: #000;
	margin: 0 -16px 0;
	padding: 0 30px 0 30px;
	position: relative;
}
.service.line:before {
	content: '';
	border: 6px solid #fff;
	display: block;
	position: absolute;
	top: 9px;
	right: 10px;
	left: 10px;
	bottom: 10px;
}
.fon .bg {
	background: url(../images/bg_servise.png) no-repeat;
	height: 17px;
	width: 927px;
	position: absolute;
	left: 37px;
	right: 37px;
	bottom: -17px;
	z-index: -1;
}
.fon {
	background-color: #fff;
	margin: 0 0 0;
	padding: 0 0 20px 20px;
	position: relative;
	z-index: 1;
}
.fon:before, .fon:after {
	content: '';
	display: table;
}
.fon:after {
	clear: both;
}
.fon.line:before {
	content: '';
	border: 6px solid #ededed;
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	z-index: -1;
}
.main_page .h1 {
/*  margin-left: 372px;   */
}
.h1.line:before {
	content: '';
	width: 160px;
	position: absolute;
	right: 0;
	left: 216px;
	bottom: 22px;
}
.h1.line_left:after {
	content: '';
	/*border-top: 1px solid #d3d4d5;*/
	width: 160px;
	position: absolute;
	right: 0;
	left: -180px;
	top: 45px;
}
.services_list {
	margin: -1px 0 0 -1px;
	padding-bottom: 40px;
	margin-left: -35px;
}
.services_list .item {
	/*  border-top: 1px solid #ededed;  */
  /*  border-left: 1px solid #ededed;  */
	position: relative;
	width: 476px;
	padding: 14px 0 16px 20px;
}
.services_list .link {
	display: block;
	text-decoration: none;
	position: relative;
}
.services_list .fig {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 8px;
	text-align: center;
	height: 100px;
	width: 486px;
	border: 1px solid #cacaca;
        background: #ff4d4d;
		transition: all 0.5s ease 0s;
}
.services_list .item:hover .fig {
        background: #bc3232;
}
.services_list .fig .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    display: none;
}
.services_list .text {
	/*  display: inline-block;   */
	vertical-align: middle;
	/*padding-top: 7px;*/
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	/*width: 450px;*/
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
    position: absolute;
    text-decoration: none;
    /*top: 45px;*/
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 430px;
	height: 102px;
	padding: 0 10px;
	transition: all 0.5s ease 0s;
}
.services_list .item:hover .text {
	color: #303030;
}
.services_list .link:hover .text {
	text-decoration: none;
}
.service .bg {
	background: url(../images/bg_servise.png) no-repeat;
	height: 17px;
	width: 927px;
	position: absolute;
	left: 37px;
	right: 37px;
	bottom: -17px;
}





.services_list1 {
	margin: -1px 0 0 -1px;
	padding-bottom: 40px;
	margin-left: -35px;
}
.services_list1 .item {
	/*  border-top: 1px solid #ededed;  */
  /*  border-left: 1px solid #ededed;  */
	position: relative;
	width: 466px;
	padding: 14px 0 16px 20px;
}
.services_list1 .link {
	display: block;
	text-decoration: none;
	position: relative;
}
.services_list1 .fig {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 8px;
	text-align: center;
	height: 100px;
	width: 466px;
	border: 1px solid #cacaca;
        background: #ff4d4d;
		transition: all 0.5s ease 0s;
}
.services_list1 .item:hover .fig {
        background: #bc3232;
}
.services_list1 .fig .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    display: none;
}
.services_list1 .text {
	/*  display: inline-block;   */
	vertical-align: middle;
	/*padding-top: 7px;*/
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	/*width: 450px;*/
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
    position: absolute;
    text-decoration: none;
    /*top: 45px;*/
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 430px;
	height: 102px;
	padding: 0 10px;
	transition: all 0.5s ease 0s;
}
.services_list1 .item:hover .text {
	color: #303030;
}
.services_list1 .link:hover .text {
	text-decoration: none;
}
.service1 .bg {
	background: url(../images/bg_servise.png) no-repeat;
	height: 17px;
	width: 927px;
	position: absolute;
	left: 37px;
	right: 37px;
	bottom: -17px;
}

.photo_gallery {
	background-color: #000;
	margin: 0 -16px 0;
	padding: 0 0 0 30px;
	position: relative;
}
.photo_gallery.line:before {
	content: '';
	border: 6px solid #fff;
	position: absolute;
	top: 11px;
	right: 10px;
	left: 10px;
	bottom: 12px;
}
.carousel {
	position: relative;
	height: 200px;
	width: 934px;
	margin-top: 13px;
	padding: 13px 0 36px;
}
.carousel .in {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.carousel .main_list> .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.carousel .main_list> .active {
	opacity: 1;
	z-index: 1;
}
.carousel .inner_list {
	display: table;
	border-collapse: separate;
	border-spacing: 8px 0;
	width: 100%;
	table-layout: fixed;
	position: relative;
}
.carousel .inner_list .item {
	display: table-cell;
	width: 180px;
	vertical-align: top;
	position: relative;
	opacity: 0;
}
.carousel .inner_list .fig {
	margin-bottom: 3px;
}
.carousel .inner_list .item:first-child {
	display: table-cell;
	width: 362px;
	vertical-align: top;
	position: relative;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel .inner_list .item:nth-child(2) {
	-webkit-transition: all 1s ease .3s;
	transition: all 1s ease .3s;
}
.carousel .inner_list .item:nth-child(3) {
	-webkit-transition: all 1s ease .6s;
	transition: all 1s ease .6s;
}
.carousel .inner_list .item:nth-child(4) {
	-webkit-transition: all 1s ease .9s;
	transition: all 1s ease .9s;
}
.carousel .active .inner_list .item {
	opacity: 1;
}
.carousel .inner_list:before, .carousel .inner_list:after {
	display: none;
}
.carousel .inner_list> .item .img {
	max-width: 100%;
	vertical-align: top;
}
.carousel .inner_list> .item:before, .carousel .inner_list> .item:after {
	display: none;
}
.main_page .promobody {
	padding-top: 16px;
	padding-left: 4px;
	padding-right: 4px;
	color: #7b7b7b;
	font-size: 13px;
	text-align: justify;
}
.promobody {
	padding-top: 22px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 24px;
	color: #7b7b7b;
	font-size: 13px;
	text-align: justify;
}
.photo_list .fig .img {
	max-width: 100%;
	max-height: 100%;
}
.crumbs {
	margin-bottom: 9px;
	/*padding-top: 42px;*/
	color: #fff;
	font-size: 14px;
}
.crumbs .list:before, .crumbs .list:after {
	display: none;
}
.crumbs .list .item {
	background: url(../images/fig_13.png) no-repeat 5px 4px;
	display: inline;
	padding-left: 17px;
}
.crumbs .list .item:before, .crumbs .list .item:after {
	display: none;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .link {
	color: #ff4d4d;
	text-decoration: none;
}
.crumbs .link:hover {
	text-decoration: underline;
}
.photo_list_1 {
	margin-left: -27px;
	margin-bottom: 7px;
	padding-bottom: 5px;
}
.photo_list_1 .item {
	position: relative;
	width: 330px;
	margin-bottom: 33px;
	margin-left: 27px;
}
.photo_list_1 .link {
	display: block;
	text-decoration: none;
}
.photo_list_1 .fig .img {
	max-width: 100%;
}
.photo_list_1 .text {
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
	color: #ff4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 265px;
	font-weight: bold;
	text-decoration: underline;
}
.photo_list_1 .link:hover .text {
	text-decoration: none;
	color: #4b4b4b;
}
.h2.line:before {
	content: '';
	border-bottom: 1px solid #d3d4d5;
	width: 160px;
	position: absolute;
	right: 0;
	left: 260px;
	bottom: 20px;
}
.page {
	border-top: 1px solid #d3d4d5;
	margin-bottom: 3px;
	padding-top: 20px;
}
.page .item {
	margin-left: 16px;
	margin-right: 7px;
}
.page .link {
	color: #ff4d4d;
	font-size: 14px;
	text-decoration: none;
}
.page .link:hover {
	text-decoration: underline;
}
.page .active {
	color: #a1a1a1;
	font-size: 14px;
}
.fig_1 {
	height: 200px;
	width: 430px;
	position: relative;
	float: left;
	margin-right: 37px;
    display: none;
}
.fig_1 .img {
	max-width: 100%;
	max-height: 100%;
}
.send_demand {
	margin-bottom: 18px;
	padding-top: 18px;
}
.back {
	border-top: 1px solid #d3d4d5;
	padding-top: 20px;
	margin-bottom: 27px;
}
.btn_2 {
	text-decoration: none;
	color: #ff4d4d;
	font-size: 14px;
}
.btn_2:hover {
	text-decoration: underline;
}
.project_list {
	margin: 0 0 21px -18px;
}
.project_list .item {
	width: calc(34% - 23px);
	margin: 0 0 20px 18px;
	font-size: 14px;
	font-weight: bold;
}
.project_list .link {
	color: #ff4d4d;
	text-decoration: none;
}
.project_list .fig {
	width: 100%;
	height: 172px;
	margin: 0 0 7px;
	position: relative;
	overflow: hidden;
}
.project_list .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pages {
	margin: 0 0 27px;
	text-align: center;
}
.pages .item {
	margin: 0 8px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.pages .item:first-child {
	margin: 0;
}
.pages .link {
	display: block;
	min-width: 18px;
	height: 28px;
	padding: 0 5px;
	position: relative;
	color: #1D3131;
	text-decoration: none;
	line-height: 28px;
	transition: all 0.5s ease 0s;
}
.pages .prev {
	background: url(../images/pages_prev.svg) no-repeat 0 50%;
	display: inline-block;
	width: 29px;
	height: 28px;
}
.pages .next {
	background: url(../images/pages_next.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 37px;
	height: 28px;
}
.pages .beginning {
	background: url(../images/pages_beginning.svg) no-repeat 0 50%;
	display: inline-block;
	width: 35px;
	height: 28px;
	margin: 0 8px 0 0;
}
.pages .end {
	background: url(../images/pages_end.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 35px;
	height: 28px;
}
.pages .dot {
	display: block;
	height: 23px;
	padding: 5px 12px 0;
	text-decoration: none;
	color: #5B564A;
}
.pages .item:hover .link, .pages .active {
	background: #ff4d4d;
	min-width: 18px;
	height: 28px;
	padding: 0 5px;
	color: #fff;
	line-height: 28px;
}
.left_block {
	float: left;
	width: 392px;
	margin: 0 23px 0 0;
}
.splide__list {
	visibility: visible;
	display: flex;
}
.splide__pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}
.splide__pagination li {
	background: none;
	margin: 0 .4rem;
	padding: 0;
}
.splide__track {
	overflow: visible;
}
.carousel_4 {
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.carousel_4 .splide__arrows {
	display: none;
}
.carousel_4 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_4 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_4 .splide__slide {
	position: relative;
	height: auto !important;
}
.carousel_4 .fig {
	width: 392px;
	height: 294px;
	position: relative;
	overflow: hidden;
}
.carousel_4 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.carousel_4 .splide__pagination {
	counter-reset: pagination-num;
	margin: 0 0 -54px;
}
.carousel_4 .splide__pagination__page {
	background: none;
	border-radius: 0;
	height: auto;
	opacity: 1;
	width: auto;
}
.carousel_4 .splide__pagination__page:before {
	counter-increment: pagination-num;
	content: counter(pagination-num);
}
.carousel_4 .splide__pagination__page {
	background: none;
	transform: none;
	display: block;
	padding: 0 6px;
	transition: 0.3s;
}
.carousel_4 .splide__pagination__page.is-active {
}
.carousel_5 {
	padding: 0 19px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.carousel_5 .splide__arrow--next, .carousel_5 .splide__arrow--prev {
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
	display: block;
	width: 19px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transform: none;
}
.carousel_5 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
	right: auto;
	left: 0;
}
.carousel_5 .splide__arrow--prev svg {
	display: none;
}
.carousel_5 .splide__arrow--next svg {
	display: none;
}
.carousel_5 .splide__list {
}
.carousel_5 .splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.carousel_5 .splide__list {
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.carousel_5 .splide__slide {
	border: none !important;
	position: relative;
	transition: 0.3s;
}
.carousel_5 .splide__slide.is-active {
}
.carousel_5 .fig {
	display: block;
	width: 78px;
	height: 58px;
	overflow: hidden;
	position: relative;
}
.carousel_5 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;
}
.date_1 {
	margin: 0 0 13px;
	color: #727E87;
}
.address_1 {
	background: url(../images/address_pin.svg) no-repeat;
	margin: 0 0 25px;
	padding: 0 0 0 27px;
	font-weight: bold;
	color: #ff4d4d;
	line-height: 1.2;
}
.info_1 {
	margin: 0 0 27px;
	font-style: italic;
	color: #727E87;
}
.list_1 {
	counter-reset: list;
	margin: 0 0 16px;
	padding: 0;
}
.list_1 li {
	background: none;
	counter-increment: list;
	padding-left: 34px;
	position: relative;
	margin: 0 0 14px;
}
.list_1 li:before {
	content: counter(list) ".";
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ff4d4d;
	line-height: 1;
}
.list_2 {
	margin: 0 0 15px -24px;
	column-count: 2;
	page-break-inside: avoid;
	break-inside: avoid;
}
.list_2 li {
	background: url(../images/mark.svg) no-repeat 0 6px;
	padding: 0 0 0 26px;
	margin: 0 0 24px 24px;
	color: #4B5454;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal .btn_1 {
	background-color: #fff;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal__content.line:before {
	content: '';
	border: 6px solid #ededed;
	display: block;
	position: absolute;
	top: 8px;
	right: 9px;
	left: 9px;
	bottom: 8px;
	z-index: -1;
}
.modal__content {
	background: #000000;
	width: 478px;
	padding: 34px;
	position: relative;
	z-index: 1;
}
.modal__content .btn_1 {
	text-transform: uppercase;
}
#modal_thanks .modal__content {
	width: 504px;
	height: 88px;
	padding: 37px 8px 0 34px;
	position: relative;
	color: #484848;
	font-size: 14px;
	z-index: 1;
	line-height: 0;
}
.modal__close_btn {
	background: url(../images/fig_15.png) no-repeat 50% 50%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 16px;
	right: 17px;
	text-indent: -1000em;
	z-index: 2;
}
.captcha {
	display: inline-block;
	padding-left: 73px;
	position: relative;
}
.captcha .fig {
	width: 70px;
	position: absolute;
	height: 38px;
	top: 0;
	left: 0;
	bottom: 0;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.captcha .field {
	width: 100%;
}
.modal_lightbox__title {
	margin-bottom: 10px;
	color: #000;
}
.modal_lightbox__image {
	margin-bottom: 16px;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
.modal_lightbox__prev:before {
	content: "";
	background: url(../images/prev.svg) no-repeat 50% 50%;
	border: 3px solid #ff4d4d;
	height: 22px;
	width: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: -3px;
}
.modal_lightbox__next:before {
	content: "";
	background: url(../images/next.svg) no-repeat 50% 50%;
	border: 3px solid #ff4d4d;
	height: 22px;
	width: 24px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -3px;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/

.footer {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 1000px;
	height: 136px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.footer> .nav {
	border-bottom: 1px solid #7c7c7c;
	margin-left: 16px;
	display: table;
	width: 968px;
	z-index: 1;
	position: relative;
}
.footer .nav:before, .footer .nav:after, .footer .nav .item:after, .footer .nav .item:before {
	display: none;
}
.footer> .nav> .item {
	display: table-cell;
	background: url(../images/fig_12.png) no-repeat 100% 50%;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.footer> .nav> .item:last-child {
	background: none;
}
.footer> .nav> .item> .link {
	display: table;
	width: 100%;
	height: 46px;
	color: #ff4d4d;
	font-size: 14px;
}
.footer> .nav> .item .text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 16px;
	padding-left: 16px;
}
.counter {
	position: absolute;
	top: 62px;
	left: 10px;
}
.copyright {
	position: absolute;
	left: 1px;
	top: 71px;
	width: 156px;
	color: #e9e9e9;
	font-size: 13px;
}
.footer .subscription_mailing {
	position: absolute;
	top: 66px;
	left: 398px;
}
.footer .subscription_mailing .btn {
	border: 2px solid #fff;
	padding: 3px 20px 6px;
	display: inline-block;
	position: relative;
	line-height: 16px;
	text-decoration: none;
}
.footer .subscription_mailing .btn .text {
	display: block;
	color: #ff4d4d;
	font-size: 13px;
}
.footer .subscription_mailing .btn:hover {
	text-decoration: underline;
	color: #ff4d4d;
}
.design {
	position: absolute;
	top: 71px;
	right: 1px;
}
.design .link {
	color: #e9e9e9;
	font-size: 13px;
}
.up_box.active {
	opacity: 1;
	visibility: visible;
}
.up_box {
	bottom: 35px;
	margin-right: -581px;
	opacity: 0;
	position: fixed;
	right: 50%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 99;
}
.up_box .link {
	background: #ff4d4d url("../images/pic43.png") no-repeat scroll 50% 8px padding-box;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-family: "proxima_nova_regular", sans-serif;
	font-size: 16px;
	height: 26px;
	padding: 29px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 62px;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */

@media only screen and (max-width: 767px) {
.wrapper {
	min-width: 0;
}
.inner {
	width: auto;
	margin: 0!important;
	padding: 0;
}
.header .subscription_mailing {
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.logo {
	font-size: 14px;
	position: absolute;
	top: 9px;
	left: 10px;
	z-index: 3;
}
.tel {
	position: absolute;
	top: 8px;
	right: 53px;
}
.tel .text {
	font-size: 14px;
}
.email {
	display: none;
}
.instagram {
	display: inline-block;
	vertical-align: top;
	margin: 0 11px 20px 0;
	position: relative;
	top: 0;
	right: 0;
}
.logo .fig {
	background: url(../images/logo.png) no-repeat;
	height: 57px;
	/* width: 320px; */
	position: relative;
	background-size: 100% auto;
	width: auto;
}
.main_page .header,  .header {
	width: auto;
	height: 37px;
	padding: 0;
	position: relative;
}
.region {
	display: none;
}
.content {
	margin: 0;
}
.btn_call_back {
	background: #ff4d4d;
	width: 100%;
	height: 40px;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
}
.btn_call_back .text {
	background: url(../images/btn_call_back_text.svg) no-repeat 0 50%;
	display: inline-block;
	padding: 0 0 0 30px;
}
.header .nav,  .nav {
	background: none;
	display: block;
	width: 50px;
	height: 37px;
	position: absolute;
	top: 0;
	right: 0;
}
.header .nav_active {
	width: 100%;
	height: 100vh;
}
.header .nav:before {
	content: '';
	background: #ff4d4d;
	display: block;
	box-shadow: 0 8px 0 #ff4d4d, 0 16px 0 #ff4d4d;
	width: 24px;
	height: 2px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.header .nav_active:before {
	background: url(../images/menu_mobile_close.svg) no-repeat 50% 50%;
	box-shadow: none;
	width: 50px;
	height: 37px;
	top: 0;
	right: 0;
}
.header .nav_active:after {
	content: "";
	background: #163246;
	border-top: 2px solid #ff4d4d;
	display: block;
	position: absolute;
	top: 37px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
/* .header .nav:after {
        content: 'МЕНЮ';
        display: block;
        position: absolute;
        top: 8px;
        left: 50px;
        color: #fff;
        font-size: 15px;
    }*/

.header> .nav> .list {
	/*background: #fff;*/
		
	display: none;
	height: calc(100vh - 8.1rem);
	padding: 44px 0 0;
	height: 390px;
	overflow-x: auto;
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
}
.header> .nav_active> .list {
	display: block;
}
.header> .nav> .list> .item {
	display: block;
	border-right: none;
	border-left: none;
	margin: 0 0 8px;
}
.header> .nav> .list> .item> .link {
	height: 45px;
	color: #fff;
	font-size: 16px;
}
.header> .nav> .list> .item.active, .header> .nav> .list> .item:hover {
	background: none;
}
.promo {
	width: auto;
}
.header> .nav .sub {
	position: relative;
	top: 0;
}
.nav .sub .list {
	width: auto;
}
.header> .nav .item_active .sub {
	display: block;
}
.nav .block_mobile {
	background: #102A3C;
	padding: 16px 0 18px;
	position: fixed;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
}
.header> .nav_active .block_mobile {
	display: block;
}
.nav_active .block_mobile .address {
	margin: 0 0 11px;
	color: #fff;
	font-size: 12px;
}
.nav_active .block_mobile .mail .link {
	background: url(../images/letter.png) no-repeat 0 6px;
	display: inline-block;
	font-size: 18px;
	padding-left: 35px;
	color: #ff4d4d;
}
.promo img {
	margin: auto;
	position: absolute;
	top: 0;
	left: -1000em;
	right: -1000em;
	height: 100%;
}
.main_page .promo .context {
	display: block;
	right: 0;
}
.main_page .promo .context .text {
	width: auto;
}
.services_list {
	margin: 0;
}
.services_list .item {
	border-left: 0;
	display: block;
	width: auto;
	margin: 0 0 20px;
	padding: 10px;
}
.services_list .fig {
	display: block;
	width: auto;
	/*height: auto;*/
	margin: 0;
}
.services_list .fig .img {
	position: static;
	max-height: none;
}
.services_list .text {
	    width: calc(100% - 20px);
}



.services_list1 {
	margin: 0;
}
.services_list1 .item {
	border-left: 0;
	display: block;
	width: auto;
	margin: 0 0 20px;
	padding: 10px;
}
.services_list1 .fig {
	display: block;
	width: auto;
	/*height: auto;*/
	margin: 0;
}
.services_list .fig .img {
	position: static;
	max-height: none;
}
.services_list1 .text {
	    width: calc(100% - 20px);
}
.h1 {
	font-size: 25px;
}
.carousel {
	width: calc(100vw - 60px);
}
.carousel .img {
	width: 100%;
}
.footer {
	position: relative;
	width: auto;
	height: auto;
	padding: 15px 15px 40px;
}
.footer> .nav {
	display: none;
}
.footer .design,  .footer .subscription_mailing,  .footer .copyright,  .footer .counter {
	margin-bottom: 20px;
	position: static;
	left: 0;
	top: 0;
}
.side {
	float: none;
	width: auto;
	padding: 15px;
}

.project_list {
	margin: 0 0 21px;
}
.project_list .item {
	width: 100%;
	margin: 0 0 20px;
}

.photo_list_1 {
	margin: 0;
}
.photo_list_1 .item {
	display: block;
	width: auto;
	margin: 0 0 20px;
}
.left_block {
  float: none;
  width: 288px;
  margin: 0 0 20px;
}
.services_list_1 {
	width: auto;
}
.services_list_1 .link {
	display: block;
	padding: 10px;
}
.fig_1 {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 20px;
}
.send_demand {
	    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: row;
    text-align: center;
}

.wrapper-table {
	overflow: hidden;
	overflow-x: auto;
	position: relative;
}

.modal__horisontal_inner {
	width: 100%
}
.modal_lightbox__image img {
	width: 100%;
}
.modal__content {
	width: auto;
}
#modal_thanks .modal__content {
	width: auto;
}
.modal_lightbox__prev:before {
	left: 0;
}
.modal_lightbox__next:before {
	right: 0;
}
.w-230 {
	width: auto;
}
.fl {
	float: none
}
.modal .mr-6 {
	margin: 0 0 10px!important;
}
.modal .field {
	width: 100%
}
up_box {
	display: none;
}
.side + .content {
	float: none;
	width: auto;
}

.pages .item {
	margin: 0;
}
.pages .beginning {
	width: 25px;
	margin: 0;
}
.pages .next {
	width: 27px;
}
.pages .end {
	width: 25px;
}


.carousel_4 .fig {
  width: 288px;
  height: 194px;
}
.list_2 {
  margin: 0 0 15px;
  column-count: auto;
}
.list_2 li {
  padding: 0 0 0 26px;
  margin: 0 0 14px;
}
}

/* print media */

@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html,  body,  article,  header,  section,  footer,  aside,  div {
	width: 100% !important;
}
a,  a:link,  a:visited,  a:hover,  a:active,  abbr,  acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1,  h2,  h3,  h4,  h5,  h6,  p,  li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
