

/* Start:/local/templates/dweb/fonts/fonts.css?16845158441416*/
@font-face {
	font-family: "OpenSans";
	src: url("/local/templates/dweb/fonts/OpenSans/OpenSansRegular.eot");
	src: local('OpenSans Regular'),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansRegular.woff") format("woff"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansRegular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "OpenSans";
	src: url("/local/templates/dweb/fonts/OpenSans/OpenSansSemiBold.eot");
	src: local('OpenSans SemiBold'),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansSemiBold.woff") format("woff"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansSemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "OpenSans";
	src: url("/local/templates/dweb/fonts/OpenSans/OpenSansBold.eot");
	src: local('OpenSans Bold'),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansBold.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansBold.woff") format("woff"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "OpenSans";
	src: url("/local/templates/dweb/fonts/OpenSans/OpenSansExtraBold.eot");
	src: local('OpenSans ExtraBold'),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansExtraBold.woff") format("woff"),
		url("/local/templates/dweb/fonts/OpenSans/OpenSansExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1684515830666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/dweb/components/dweb/uni.form/.default/style.css?16845158453020*/


.uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.uLabel .uName,
.uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.uLabel .uName{
	margin-top: 3px;
}

.uLabel .uIcon{
	margin-right: 6px;
}

.uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.uError,
.uFormGlobalErrors{
	color: #ff0000;
}

.uError,
.uFormGlobalErrors{
	line-height: 28px;
}

.uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.gUniForm .error{
	border-color: #ff0000 !important;
	position: relative;
}

.gUniForm .error:focus{
	border-color: #ff0000 !important;
}
.checkbox input.error + label::before {
	box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.7);
    border: 1px solid #fff;
}

.gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
}

.gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}


.gUniForm .uFormReset{
	border: 1px solid #e5e5e5;
	color: #888888;
}

.gUniForm .uFormReset:hover{
	border: 1px solid #cfcfcf;
}

.gUniForm .uFormReset:active{
	position: relative;
	top: 1px;
}

.gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.gUniForm .eFormHidden{
	display: none;
}

.gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;

}


.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

.eFormRequired{
	margin-top: 12px;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

/* End */


/* Start:/local/templates/dweb/components/dweb/uni.form/modal-window/style.css?16845158456379*/
.gUniFormModalWindow{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    line-height: 100vh;
    text-align: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormModalWindowContainer{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background: #fff url(/local/templates/dweb/images/modal-back.png);
	background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 77%;
	vertical-align: middle;
	display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: left;
    width: 730px;
	max-width: 96%;
	padding: 60px;
	padding-left: 224px;
}

.left-modal {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 174px;
	background: #fd2777 url(/local/templates/dweb/images/modal-text.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 92%;
}
.left-modal img {
	max-width: none;
	position: absolute;
	bottom: 30px;
    right: 8px;
}

.gUniFormHideScrollBar{
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.gUniFormCn100{
	position: relative;
    height: 100%;
    width: 100vw;
}

.closeModal{
	position: absolute;
    top: -54px;
    right: 0;
    width: 36px;
    height: 40px;
    cursor: pointer;
}
.closeModal::before, .closeModal::after {
    content: '';
    position: absolute;
    left: 17px;
    top: 0;
    width: 2px;
    height: 42px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.closeModal::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.closeModal::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.gUniFormModalWindow  .accept {
    margin: 40px 0;
}

.gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}
.gUniFormModalWindow .uFormDescription, .gUniFormSuccessText{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.uLabel .uName,
.uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.uLabel .uName{
	margin-top: 3px;
}

.uLabel .uIcon{
	margin-right: 6px;
}

.uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.uError,
.uFormGlobalErrors{
	color: #ff0000;
}

.uError,
.uFormGlobalErrors{
	line-height: 28px;
}

.uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.gUniForm .error{
	border-color: #ff0000 !important;
	position: relative;
}

.gUniForm .error:focus{
	border-color: #ff0000 !important;
}


.gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 1px;
}

.gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.gUniForm .eFormHidden{
	display: none;
}

.gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessContainer {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	background: #fff url(/local/templates/dweb/images/modal-back.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 77%;
	padding: 60px;
    padding-left: 224px;
	width: 730px;
    max-width: 96%;
	height: 500px;
	display: flex;
    align-items: center;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
}

.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}



.eFormRequired{
	margin-top: 12px;
}

.eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 800px) {
	.gUniFormModalWindowContainer{
	    padding: 24px;
	}
	.left-modal {
		display: none;
	}
	.gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
	    font-size: 24px;
	}
	.gUniFormModalWindow .accept {
	    margin: 20px 0;
	}
	.gUniFormSuccessContainer {
	    padding: 24px;
		height: auto;
	}
}

@media (max-width: 500px) {
	.gUniFormModalWindowContainer {
	    padding: 12px;
	}
}

/* End */


/* Start:/local/templates/dweb/components/dweb/uni.form/order-modal-window2/style.css?16845158456513*/
.gUniFormModalWindow{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    line-height: 100vh;
    text-align: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormModalWindowContainer{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background: #fff url(/local/templates/dweb/images/modal-back.png);
	background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 77%;
	vertical-align: middle;
	display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: left;
    width: 730px;
	max-width: 96%;
	padding: 60px;
	padding-left: 224px;
}


.left-modal {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 174px;
	background: #fd2777 url(/local/templates/dweb/images/modal-text.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 92%;
}
.left-modal img {
	max-width: none;
	position: absolute;
	bottom: 30px;
    right: 8px;
}

.gUniFormHideScrollBar{
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.gUniFormCn100{
	position: relative;
    height: 100%;
    width: 100vw;
}

.closeModal{
	position: absolute;
    top: -54px;
    right: 0;
    width: 36px;
    height: 40px;
    cursor: pointer;
}


.closeModal::before, .closeModal::after {
    content: '';
    position: absolute;
    left: 17px;
    top: 0;
    width: 2px;
    height: 42px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.closeModal::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.closeModal::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.gUniFormModalWindow  .accept {
    margin: 40px 0;
}

.gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}
.gUniFormModalWindow .uFormDescription, .gUniFormSuccessText{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.uLabel .uName,
.uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.uLabel .uName{
	margin-top: 3px;
}

.uLabel .uIcon{
	margin-right: 6px;
}

.uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.uError,
.uFormGlobalErrors{
	color: #ff0000;
}

.uError,
.uFormGlobalErrors{
	line-height: 28px;
}

.uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.gUniForm .error{
	border-color: #ff0000 !important;
	position: relative;
}

.gUniForm .error:focus{
	border-color: #ff0000 !important;
}


.gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 1px;
}

.gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.gUniForm .eFormHidden{
	display: none;
}

.gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessContainer {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	background: #fff url(/local/templates/dweb/images/modal-back.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 77%;
	padding: 60px;
    padding-left: 224px;
	width: 730px;
    max-width: 96%;
	height: 500px;
	display: flex;
    align-items: center;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
}

.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}



.eFormRequired{
	margin-top: 12px;
}

.eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 800px) {
	.gUniFormModalWindowContainer{
	    padding: 24px;
	}
	.request-container{
		padding: 24px;
	}
	.left-modal {
		display: none;
	}
	.gUniFormModalWindow .uFormHeading, .gUniFormSuccessHeading {
	    font-size: 24px;
	}
	.gUniFormModalWindow .accept {
	    margin: 20px 0;
	}
	.gUniFormSuccessContainer {
	    padding: 24px;
		height: auto;
	}
}

@media (max-width: 500px) {
	.gUniFormModalWindowContainer {
	    padding: 12px;
	}
	.request-container{
		padding: 12px;
	}
}

.form-field_file{
	border: none;
}

/* End */


/* Start:/local/templates/dweb/template_styles.css?1684515844125906*/
@charset "window-1251";

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 1;
  position: relative;
}
a {
  color: #353535;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.7;
  margin-bottom: 20px;
}
p a {
  color: #fd2274;
}
.bold {
  font-weight: 700;
}
img {
  max-width: 100%;
  border: 0;
}
h1,
.h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
  color: #111;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 1;
  color: #111;
  font-weight: 700;
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none;
}
.container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.btn {
  display: inline-block;
  min-width: 144px;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #fd2274;
  border: 1px solid #fd2274;
  position: relative;
  z-index: 1;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.btn:hover {
  background: none;
  color: #010101;
}
.btn:focus {
  outline: none;
}
.btn-border {
  background: none;
  color: #fd2274;
}
.btn-border:hover {
  background: #fd2274;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: #fd2274;
  border-color: #fff;
}
.btn-white:hover {
  background: none;
  color: #fff;
}
.logo-full {
  display: block;
}
.logo-mobile {
  display: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(255, 255, 255, 0.6);
}
.header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header .address-block {
  max-width: 210px;
}
.scrolled {
  opacity: 0.3;
  border-bottom: 1px solid #c4c4c4;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  /*.menu-main a {
        padding: 14px 10px;
    }
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/
}
.header-fixed {
  position: fixed;
  opacity: 1;
}
.header-btn-menu {
  display: none;
}
.search {
  width: 375px;
}
.search form {
  position: relative;
}
.search-input {
  border: 1px solid #dcdcdc;
  padding: 12px 44px 10px 20px;
  font-size: 13px;
  color: #28000c;
  text-transform: uppercase;
  font-family: "OpenSans";
  width: 100%;
  height: 35px;
}
.search-input:focus {
  outline: none!important;
  border-color: #fd337f;
}
.search-input::-webkit-input-placeholder {
  color: #28000c;
  font-size: 13px;
}
.search-input::-moz-placeholder {
  color: #28000c;
  font-size: 13px;
  opacity: 1;
}
.search-input:-moz-placeholder {
  color: #28000c;
  font-size: 13px;
  opacity: 1;
}
.search-input:-ms-input-placeholder {
  color: #28000c;
  font-size: 13px;
}
.search-btn {
  position: absolute;
  right: 20px;
  top: 9px;
  width: 17px;
  height: 17px;
  background: url(/local/templates/dweb/images/ico-search.png);
  border: none;
  font-size: 0;
  cursor: pointer;
}
.search-btn:focus {
  outline: none!important;
}
.search-btn-open {
  display: none;
  width: 34px;
  height: 32px;
  background: url(/local/templates/dweb/images/ico-search.png) center no-repeat;
  cursor: pointer;
}
.search-btn-close {
  display: none;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 18px;
  top: 26px;
  cursor: pointer;
}
.search-btn-close::before,
.search-btn-close::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #fd2274;
  top: 10px;
  left: 0;
  right: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}
.search-btn-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-btn-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-ico {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.link-ico::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
a.link-ico:hover {
  color: #fd2274;
}
.link-calc{
  border:1px solid #fd2274;
  padding: 8px 15px;
}
.link-calc::before {
  width: 17px;
  height: 15px;
  background: url(/local/templates/dweb/images/ico-calc.png);
}
.link-demands::before {
  width: 14px;
  height: 16px;
  background: url(/local/templates/dweb/images/ico-demands.png);
}
.address::before {
  width: 12px;
  height: 15px;
  background: url(/local/templates/dweb/images/ico-addr-small.png);
}
.email::before {
  width: 23px;
  height: 15px;
  background: url(/local/templates/dweb/images/ico-email.png);
}
.address-block {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  padding-left: 36px;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}
.address-block .address {
  color: #28000c;
  margin-bottom: 4px;
}
.address-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 29px;
  background: url(/local/templates/dweb/images/ico-addr-large.png);
}
.address-block:hover .link {
  color: #fd2274;
}
.phone-block {
  position: relative;
  padding-left: 36px;
}
.phone-block .tel-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 27px;
  background: url(/local/templates/dweb/images/ico-phone-block.png);
}
.phone-block .phone {
  font-weight: 700;
  color: #fd2274;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.phone-block .callback {
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fd2274;
  padding: 10px;    
  text-decoration: none;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.phone-block .callback:hover {
  color: #fd2274;
}
.button-up{
  position:fixed;
  cursor: pointer;
  bottom:30px;
  right:30px;
  display:none;
  width:40px;
  height:40px;
  background:  url(/local/templates/dweb/images/up-chevron.png) center center;
}
.js_phone-scroll{
  display: none;
}
.btn_scroll{
  margin-right: 15px;
}
.scroll-contacts{
  background: #fff;
  padding: 5px;
  display: block;
  position:fixed;
  top:50px;
  right:50px;
}
.tel-img_scroll{
  position: absolute;
  left: -25%;
  top: 0;
  width: 23px;
  height: 27px;
  background: url(/local/templates/dweb/images/ico-phone-block.png);
}
.btn-overlay{
  margin-left: 20px;
}
.sub-menu {
  list-style: none;
}
.sub-menu a {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  padding: 4px 0 6px;
  text-decoration: none;
}
.sub-menu .active {
  text-decoration: underline;
}
.sub-menu-wrap {
  display: none;
  padding: 8px 20px;
}
.menu-main {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-main > li > a {
  display: block;
  padding: 22px 10px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #39393c;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menu-main > li > a.active {
  text-decoration: underline;
  color: #fd2274;
}
.menu-main > li:hover > a {
  color: #fd2274;
}
.menu-main > li:hover .sub-menu-wrap {
  opacity: 1;
  height: auto;
}
.menu-main > li:first-child > a {
  padding-left: 0;
}
.menu-main > li:last-child > a {
  padding-right: 0;
}
.tab-nav-block-sub {display:none}
.tab-nav-block-sub.active {display:block}
.table-tab {
    margin-top: 30px;
}
.table-tab-nav .title {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    font-size: 13px;
}
.table-tab-nav a {
    display: inline-block;
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #fd2274;
    margin: 0 16px 16px 0;
}
.table-tab-nav a.active {
    color: #fd2274;
}
.table-tab-content {
    display: none;
    margin: 10px 0 40px;
}
.table-tab-content.active {
    display: block;
}
.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.table th {
    border: 1px solid #eee;
    border-bottom: 1px solid #fd2274;
    padding: 10px 6px;
    font-weight: 400;
}
.table td {
    border: 1px solid #eee;
    padding: 8px;
}
.table-tab-content .table {
    text-align: center;
}
@media (min-width: 1000px) {
  .sub-menu-wrap {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fd2274;
    padding: 0 10px;
    -webkit-transition: opacity .2s linear, height 0s .2s;
    -o-transition: opacity .2s linear, height 0s .2s;
    transition: opacity .2s linear, height 0s .2s;
  }
  .sub-menu-wrap::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #fff;
  }
  .sub-menu {
    padding: 26px 20px 26px 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .sub-menu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 26px;
    bottom: 26px;
    width: 1px;
    background: #fff;
  }
  .sub-menu:last-child::after {
    display: none;
  }
  .sub-menu a {
    position: relative;
    color: #fff;
    font-size: 12px;
    padding: 4px 16px 6px 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .sub-menu a::before {
    content: '';
    position: absolute;
    left: -9px;
    width: 9px;
    height: 9px;
    margin-top: 2px;
    background: url(/local/templates/dweb/images/arrow-link.png) -9px 0;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .sub-menu .active,
  .sub-menu a:hover {
    padding-left: 16px;
    padding-right: 0;
  }
  .sub-menu .active::before,
  .sub-menu a:hover::before {
    opacity: 1;
    left: 0;
  }
  .menu-main > li:hover > a {
    color: #fd2274;
  }
  .menu-main > li:hover .sub-menu-wrap {
    opacity: 1;
    height: auto;
  }
}
.section-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 84px;
  padding-top: 138px;
  height: 100vh;
}
@media (max-height: 760px) {
    .section-main {
      height: auto;
    }
}
.section-main .container {
  position: relative;
  padding-right: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.section-main .text-main {
  max-width: 460px;
  padding-right: 14px;
}
.section-main .text-main p {
  line-height: 1.9;
  margin-bottom: 30px;
}
.img-main-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-main-back img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.img-main-back .active {
  opacity: 1;
}
.info-list {
  list-style: none;
  font-size: 15px;
  padding-left: 18px;
  position: relative;
  min-height: 35px;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 5px;
  background: #3ac8f6;
}
.info-list li {
  padding-bottom: 8px;
}
.info-list li:last-child {
  padding: 0;
}
.tab-main-nav {
  list-style: none;
  height: 100%;
}
.tab-main-nav li {
  height: 33.3333%;
}
.tab-main-nav li > div {
  height: 100%;
}
.tab-main-item {
  border: 6px solid #fff;
  padding: 14px 20px 14px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  width: 385px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
.tab-main-item .title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 20px;
}
.tab-main-item .more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.tab-main-item.active,
.tab-main-item:hover {
  background: #fff;
  border-color: #3ac8f6;
}
.tab-main-item.active .more,
.tab-main-item:hover .more {
  text-decoration: underline;
  color: #3ac8f6;
}
.tab-main-item.active .more:hover,
.tab-main-item:hover .more:hover {
  text-decoration: none;
}
.section-catalog {
  margin-bottom: 80px;
}
.section-catalog .h2 {
  letter-spacing: 1px;
}
.section-catalog .tab-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
}
.section-catalog .tab-nav a {
  display: block;
  padding: 10px 40px;
  font-weight: 700;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.section-catalog .tab-nav a:hover {
  color: #fd2274;
}
.section-catalog .tab-nav a.active {
  color: #fd2274;
  text-decoration: underline;
}
.tab-catalog-item {
  display: none;
}
.tab-catalog-item.active {
  display: block;
}
.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-left: 1px solid #e7f1f5;
}
.catalog .catalog-item {
  width: 20%;
}
.catalog-item {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 16px 10px 40px;
  border: 1px solid #e7f1f5;
  border-left: 0;
  margin-top: -1px;
}
.catalog-item .img {
  margin-bottom: 14px;
  height: 150px;
  line-height: 150px;
}
.catalog-item img {
  max-height: 100%;
}
.catalog-item .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalog-item .more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3ac8f6;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.catalog-item:hover {
  background: #eaf3f6;
}
.catalog-item:hover .more {
  opacity: 1;
}
.section-about {
  background: url(/local/templates/dweb/images/back-about.png) no-repeat;
}
.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -20px 0;
}
.advantages > div {
  padding: 0 20px 46px;
  width: 25%;
}
.advantages-item {
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 30px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 20px -14px rgba(0, 0, 0, 0.3);
}
.advantages-item .img {
  background-size: cover;
  height: 178px;
}
.advantages-item .title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fd2274;
  margin-bottom: 10px;
}
.advantages-item .title::before {
  content: '';
  position: absolute;
  margin-left: -30px;
  top: 2px;
  bottom: 2px;
  width: 7px;
  background: #fd2274;
}
.advantages-item .info {
  padding: 34px 50px 34px 70px;
}
.advantages-item p {
  line-height: 1.5;
}
.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  margin: 80px 0;
}
.service-block > div {
  width: 25%;
}
.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 380px;
  padding: 20px;
  text-decoration: none;
}
.service-item .btn-border {
  color: #010101;
}
.service-item .btn-border:hover {
  color: #fff;
}
.service-item a {
  text-decoration: none;
}
.service-item p {
  font-size: 18px;
  padding-right: 22px;
  margin-bottom: 34px;
}
.service-item .number {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fd2274;
}
.service-item .number sup {
  font-size: 14px;
}
.service-item .title {
  font-size: 24px;
  font-weight: 700;
}
.service-item:nth-child(2) {
  background: url(/local/templates/dweb/images/service02.jpg);
  background-size: cover;
}
.service-item:nth-child(2) .number,
.service-item:nth-child(2) .title {
  color: #fff;
}
.service-item:nth-child(3) {
  background: #fd2274;
}
.service-item:nth-child(3) .number,
.service-item:nth-child(3) .title {
  color: #fff;
}
.service-item:nth-child(5) {
  background: #3ac8f6;
}
.service-item:nth-child(5) .number,
.service-item:nth-child(5) .title {
  color: #fff;
}
.service-item:nth-child(7) {
  background: url(/local/templates/dweb/images/service07.jpg);
  background-size: cover;
}
.service-item:nth-child(7) .number,
.service-item:nth-child(7) .title {
  color: #fff;
}
.service-item:nth-child(8) {
  background: #3ac8f6;
}
.service-item:nth-child(8) .number,
.service-item:nth-child(8) .title {
  color: #fff;
}
.section-faq {
  background: url(/local/templates/dweb/images/section-faq.png) top right no-repeat;
}
.section-faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-faq .left {
  padding: 100px 100px 100px 0;
  background: #eff5f7;
  width: 33.3333%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.section-faq .left::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background: #eff5f7;
}
.section-faq .left p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.section-faq .right {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 66.6666%;
  padding: 100px 0 100px 100px;
  position: relative;
}
.section-faq .magazine {
  position: absolute;
  right: -156px;
  top: 390px;
}
.section-faq .slider {
  width: calc(100% - 375px);
  margin-top: 100px;
  padding-left: 14px;
}
.section-faq .faq-block-list {
  width: 375px;
}
@media (min-width: 1620px) {
  .section-faq .left::before {
    left: calc((100vw - 1600px)/(-2) - 20px);
  }
}
.question-list {
  margin: 20px 40px 20px 0;
}
.question-list ul {
  list-style: none;
}
.question-list li {
  font-weight: 600;
  line-height: 1.2;
  padding: 22px 0;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.question-list li:hover {
  color: #fd2274;
}
.question-list li:first-child {
  padding-top: 6px;
}
.question-list .slick-active {
  color: #fd2274;
  text-decoration: underline;
}
.slider-faq {
  background: #fff;
  -webkit-box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.11);
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.11);
  position: relative;
}
.slider-faq::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 29px;
  width: 3px;
  background: #fd2274;
}
.slider-faq::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: -13px;
  top: 13px;
  height: 3px;
  width: 29px;
  background: #fd2274;
}
.faq-preview {
  background: #fff;
  padding: 36px 64px;
}
.faq-preview .answer {
  color: #fd2274;
  font-weight: 700;
  margin-bottom: 10px;
}
.faq-preview .more {
  color: #3ac8f6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.faq-preview .more:hover {
  text-decoration: none;
}
.faq-preview p {
  line-height: 1.9;
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
}
.section-how-work {
  background: url(/local/templates/dweb/images/back-work.png) no-repeat;
  padding: 120px 0;
}
.section-how-work .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-how-work .left {
  width: 33.3333%;
}
.section-how-work .right {
  width: 66.6666%;
  padding-left: 60px;
}
.pink-block {
  background: #fd2274;
  color: #fff;
  padding: 30px 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.pink-block > * {
  max-width: 100%;
}
.pink-block .h2 {
  color: #fff;
}
.pink-block p {
  font-size: 18px;
  margin-bottom: 30px;
}
.step-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  counter-reset: item;
}
.step-work > div {
  width: 50%;
  padding: 0 8px 16px;
}
.step-work > div:nth-last-child(-n+2) {
  padding-bottom: 0;
}
.step-work-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 84px 60px 40px 100px;
  height: 100%;
}
.step-work-item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.step-work-item::after {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  z-index: 1;
  top: 54px;
  left: 60px;
  font-size: 90px;
  font-weight: 800;
  color: #085ead;
  opacity: 0.13;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.step-work-item .title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.step-work-item p {
  position: relative;
  z-index: 2;
  height: 80px;
  overflow: hidden;
  margin: 0;
}
.step-work-item:hover {
  color: #fff;
}
.step-work-item:hover .img {
  opacity: 1;
}
.step-work-item:hover::after {
  color: #fff;
  opacity: 0.2;
}
.section-work {
  background: #eff5f7;
  overflow: hidden;
}
.section-work .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 650px;
  position: relative;
}
.section-work .left {
  width: 320px;
}
.slider-work {
  width: 100%;
  position: absolute;
  top: 0;
}
.slider-work-item {
  display: block;
  position: relative;
  height: 650px;
  padding: 110px 24px 180px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.slider-work-item .img {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.slider-work-item .title {
  position: absolute;
  left: 24px;
  top: 484px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  padding-right: 110px;
}
.slider-work-item .ico {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.slider-work-item .ico::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 5px;
  height: 16px;
  width: 2px;
  background: #fff;
}
.slider-work-item .ico::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 12px;
  height: 2px;
  width: 16px;
  background: #fff;
}
.slider-work-item:hover .title {
  color: #3ac8f6;
}
.slick-current .title {
  color: #fff;
  top: 524px;
  padding-left: 80px;
  padding-right: 30px;
}
.slick-current .slider-work-item {
  padding-top: 0;
  padding-bottom: 0;
}
.slick-current .slider-work-item:hover .title {
  color: #fff;
}
.slick-current .ico {
  left: 34px;
  opacity: 1;
}
.slider-arrow {
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
}
.slick-arrow {
  background: #fff;
  width: 48px;
  height: 48px;
  float: left;
  cursor: pointer;
  position: relative;
}
.slick-arrow::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 18px;
  width: 11px;
  height: 11px;
  background: url(/local/templates/dweb/images/arrow.png);
}
.slick-arrow:hover::before {
  background-position: -11px 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slick-arrow.slick-prev::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #f1f2f6;
}
.slider-work-arrow {
  position: absolute;
  margin-left: -24px;
  margin-top: 8px;
}
.section-news {
  padding: 90px 0;
  overflow: hidden;
}
.section-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 370px;
}
.section-news .left {
  width: 410px;
}
.slider-news {
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-news-arrow {
  margin-left: 40px;
}
.news-slider-item {
  display: block;
  position: relative;
  padding-right: 132px;
  padding-left: 12px;
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-slider-item .number {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
}
.news-slider-item .img {
  background-size: cover;
  width: 100%;
  height: 330px;
}
.news-slider-item .info {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -66px;
  width: 300px;
  height: 194px;
  border: 1px solid #85cee6;
  padding: 20px 20px 20px 46px;
  color: #fff;
  background: rgba(58, 200, 246, 0.8);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.news-slider-item .date {
  font-size: 14px;
  margin-bottom: 12px;
}
.news-slider-item .name {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  height: 88px;
}
.news-slider-item .more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.slick-current .news-slider-item {
  opacity: 1;
}
.slick-current .news-slider-item .info {
  background: #3ac8f6;
}
.slick-current .news-slider-item:hover .name,
.slick-current .news-slider-item:hover .more {
  text-decoration: underline;
}
.pink {
  color: #fd2274;
}
.phone-content {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.phone-content::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: -3px 3px 9px 1px rgba(255, 2, 97, 0.2);
  box-shadow: -3px 3px 9px 1px rgba(255, 2, 97, 0.2);
  background: url(/local/templates/dweb/images/ico-phone.png) center no-repeat;
}
.section-form {
  padding-top: 30px;
  overflow: hidden;
}
.section-form .h2 {
  margin-bottom: 20px;
}
.section-form .h2 br {
  display: none;
}
.section-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.section-form .info {
  width: 53%;
  padding-left: 20px;
}
.section-form .form {
  width: 52%;
  padding: 50px 0 70px;
  position: relative;
}
.section-form .form::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 30px solid #fff;
}
.section-form .img-form {
  position: absolute;
  left: -160px;
  top: -160px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1200px) and (max-width: 1420px) {
  .section-form .h2 br {
    display: block;
  }
}
.form {
  overflow: hidden;
}
.form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.form-fields > div {
  width: 50%;
  padding: 0 30px;
}
.form-pink {
  background: #fd2274 url(/local/templates/dweb/images/back-form.jpg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: auto 100%;
  margin-top: 20px;
}
@media (min-width: 1900px) {
  .form-pink {
    background-size: 60%;
  }
}
.form-field {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 16px 16px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}

.request-container{
  background: #fff;
	width: 600px;
	padding: 15px 60px;
}
.request-comment{
  resize: none;
  width: 100%;
  border: 1px solid black;
  padding: 10px 16px 16px;
  outline: 0;
  min-height: 100px;
  border-radius: 10px;
}
.select-address-container{
  width: 100%;
  padding: 10px 16px 16px;
  text-align: center;
  border:1px solid black;
  border-radius: 10px;
}
.select-address{
  border: none;
  outline: 0;
}
.input-name{
  display: inline-block;
  vertical-align: middle;
}
.uLabel-request{
  text-align: center;
}
.form-field::-webkit-input-placeholder {
  color: #fff;
}
.form-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-field:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-field:-ms-input-placeholder {
  color: #fff;
}
.form-field:focus {
  outline: none!important;
  border-color: rgba(255, 255, 255, 0.7);
  /*&::-webkit-input-placeholder {
            opacity: 0.7
        }
        &::-moz-placeholder {
            opacity: 0.7
        }
        &:-moz-placeholder {
            opacity: 0.7
        }
        &:-ms-input-placeholder {
            opacity: 0.7
        }*/
}
.checkbox {
  color: #fff;
}
.checkbox a {
  color: #fff;
}
.checkbox input {
  display: none;
}
.checkbox label {
  display: block;
  margin: 0;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}
.checkbox label::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  width: 20px;
  height: 19px;
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.checkbox label::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(/local/templates/dweb/images/check.png);
  background-position: 4px 4px;
  background-repeat: no-repeat;
  opacity: 0;
}
.checkbox label a {
  text-decoration: none;
}
.checkbox label a:hover {
  text-decoration: underline;
}
.checkbox label:hover::after {
  opacity: 0.5;
}
.checkbox input:checked + label::after {
  opacity: 1;
}
.form-white .form-field {
  border-bottom: 1px solid #000;
  color: #000;
}
.form-white .form-field::-webkit-input-placeholder {
  color: #000;
}
.form-white .form-field::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-white .form-field:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-white .form-field:-ms-input-placeholder {
  color: #000;
}
.form-white .form-field:focus {
  border-color: #fd2274;
}
.form-white .form-field:focus::-webkit-input-placeholder {
  color: #fd2274;
}
.form-white .form-field:focus::-moz-placeholder {
  color: #fd2274;
}
.form-white .form-field:focus:-moz-placeholder {
  color: #fd2274;
}
.form-white .form-field:focus:-ms-input-placeholder {
  color: #fd2274;
}
.form-white .checkbox {
  color: #000;
}
.form-white .checkbox a {
  color: #000;
}
.form-white .checkbox label::before {
  background: #fd2274;
  -webkit-box-shadow: 0 0 0 3px rgba(253, 34, 116, 0.3);
  box-shadow: 0 0 0 3px rgba(253, 34, 116, 0.3);
}
.form-white .checkbox label::after {
  background-image: url(/local/templates/dweb/images/check-white.png);
}
.accept {
  margin: 20px 0 40px;
}
.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.soc a {
  display: block;
  margin: 0 8px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
}
.soc img {
  position: absolute;
}
.soc a:hover img {
  margin-top: -24px;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0efef;
  margin-bottom: 26px;
}
.footer-top > div {
  width: 20%;
}
.footer-top > div:last-child {
  width: 160px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.footer-nav .block-large {
  /*width: 36%;*/
  padding: 0 30px;
  margin-right: 5px;
}
.footer-nav .block-large .col-2,
.footer-nav .block-large .title {
  padding-left: 12px;
}
.footer-nav .title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 0 20px;
  margin-bottom: 16px;
  color: #000;
}
.footer-nav .title:hover {
  color: #fd2274;
}
.footer-nav .title.active {
  color: #fd2274;
  text-decoration: underline;
}
.footer-nav .title-border {
  border-bottom: 1px solid #f0efef;
}
.footer-menu {
  list-style: none;
}
.footer-menu-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  max-width: 63%;
  max-height: 500px;
}
.footer-menu a {
  display: block;
  position: relative;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 16px 8px 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer-menu a::before {
  content: '';
  position: absolute;
  left: -9px;
  width: 9px;
  height: 9px;
  margin-top: 2px;
  background: url(/local/templates/dweb/images/arrow-link.png);
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer-menu a:hover,
.footer-menu a.active {
  padding-left: 16px;
  padding-right: 0;
  color: #fd2274;
}
.footer-menu a:hover::before,
.footer-menu a.active::before {
  opacity: 1;
  left: 0;
}
.footer-menu a.active {
  text-decoration: underline;
}
.footer-menu-main a {
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}
.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #8a8a8a;
  padding-bottom: 20px;
}
.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.col-2 > div {
  width: 50%;
}
.inner-page {
  padding-top: 165px;
}
.inner-page .header {
  background: #f6f9fa;
  border-bottom: 1px solid #c4c4c4;
}
.inner-page .header .header-top {
  padding-top: 26px;
}
.inner-page .menu-main > li > a {
  padding-bottom: 26px;
}
.inner-page .footer {
  background: #eff5f7;
}
.inner-page .footer-top {
  padding-top: 30px;
}
.inner-page .search-input {
  background: #f4f8f9;
}
.inner-page .section-about {
  background: url(/local/templates/dweb/images/back-about-inner.png) 0 -140px no-repeat;
}
.inner-page .section-how-work {
  margin-top: -120px;
  padding-bottom: 80px;
}
.inner-page .section-catalog .tab-nav {
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}
.inner-page .section-catalog .tab-nav li:first-child a {
  padding-left: 0;
}
.inner-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}
.inner-top h1 {
  font-size: 36px;
  line-height: 1.5;
  margin: 20px 0 10px;
}
.inner-top .back-text {
  position: absolute;
  z-index: -1;
  left: 14px;
  top: 10px;
  font-size: 190px;
  font-weight: 800;
  text-transform: uppercase;
  color: #f4f8f9;
  white-space: pre;
}
.breadcrumbs {
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-bottom: 5px;
}
.breadcrumbs li::after {
  content: '';
  display: inline-block;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  background: url(/local/templates/dweb/images/breadcromb.png);
}
.breadcrumbs li:last-child {
  text-decoration: underline;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.img-right {
  float: right;
  margin: 10px 0 20px 60px;
  max-width: 42%;
}
.img-left {
  float: left;
  margin: 10px 60px 20px 0;
  max-width: 42%;
}
.ul {
  list-style: none;
  margin-bottom: 20px;
}
.ul li {
  line-height: 1.5;
  padding: 6px 0 6px 18px;
  position: relative;
}
.ul li::before {
  content: '';
  position: absolute;
  top: 15px;
  margin-left: -18px;
  width: 7px;
  height: 7px;
  background: #fd2274;
}
.ul a {
  text-decoration: none;
}
.ul a:hover {
  color: #fd2274;
  text-decoration: underline;
}
.ol {
  list-style: none;
  margin-bottom: 20px;
  counter-reset: item;
}
.ol li {
  line-height: 1.4;
  padding: 8px 0 8px 42px;
  position: relative;
}
.ol li::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  top: 8px;
  margin-left: -42px;
  color: #fd2274;
  font-weight: 700;
}
.inner-content p,
.content-block p {
  line-height: 1.6;
  margin-bottom: 28px;
}
.inner-content h2,
.content-block h2,
.inner-content .h2,
.content-block .h2 {
  font-size: 24px;
}
.content-block {
  margin: 80px 0;
}
.inner-content {
  padding-bottom: 46px;
}
.slider-gallery {
  margin: 66px 0;
  overflow: hidden;
  position: relative;
}
.slider-gallery .slick-list {
  margin: 0 -24px;
}
.slider-gallery .slick-slide {
  padding: 0 24px;
}
.slider-gallery .img {
  display: block;
  width: 100%;
  height: 265px;
  background-size: cover;
}
.slider-gallery .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -24px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.slider-gallery .slick-arrow::before {
  left: 17px;
}
.slider-gallery .slick-prev {
  left: 0;
}
.slider-gallery .slick-next {
  right: 0;
}
.faq-page {
  background: url(/local/templates/dweb/images/back-inner.jpg) 0 230px no-repeat;
}
.faq-wrap {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e0e2e7;
  -webkit-box-shadow: 0 0 40px 5px rgba(219, 220, 241, 0.5);
  box-shadow: 0 0 40px 5px rgba(219, 220, 241, 0.5);
  padding-left: 40px;
  padding-top: 40px;
  margin-bottom: 44px;
}
.faq-item {
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(218, 218, 218, 0.2);
  cursor: pointer;
}
.faq-item:last-child {
  margin-bottom: 0;
  border: none;
}
.btn-faq {
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 50px;
  padding-right: 70px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fd2274;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-faq::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fd2274;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.faq-open .btn-faq {
  color: #3ac8f6;
}
.faq-open .btn-faq::after {
  border-top: none;
  border-bottom: 12px solid #3ac8f6;
}
.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question .title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fd2274;
}
.question .text {
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 44px;
}
.answer {
  display: none;
  background: #eff5f7;
  padding: 20px;
  padding-right: 320px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 -2px 0 rgba(218, 218, 218, 0.2);
  box-shadow: 0 -2px 0 rgba(218, 218, 218, 0.2);
}
.answer .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.answer .text {
  font-size: 14px;
  line-height: 1.6;
}
.equipment-item {
  background: #eff5f7;
  border: 1px solid #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.equipment-item > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.equipment-item .title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.equipment-item .text {
  line-height: 1.6;
  overflow: hidden;
  max-height: 280px;
}
.equipment-item .info {
  padding: 0 30px 0 20px;
}
.equipment-item .img {
  text-align: center;
}
.equipment-item img {
  vertical-align: middle;
  max-height: 100%;
}
.equipment {
  margin-bottom: 10px;
}
.equipment > div {
  padding-bottom: 14px;
}
@media (min-width: 1100px) {
  .equipment {
    margin: 0 -10px 30px;
  }
  .equipment::after {
    content: '';
    display: block;
    clear: both;
  }
  .equipment > div {
    padding: 0 10px 20px;
    height: 460px;
  }
  .equipment > div:nth-child(1),
  .equipment > div:nth-child(7n) {
    float: left;
    width: 69%;
  }
  .equipment > div:nth-child(2),
  .equipment > div:nth-child(8n) {
    float: right;
    width: 31%;
    height: 920px;
  }
  .equipment > div:nth-child(2) .equipment-item,
  .equipment > div:nth-child(8n) .equipment-item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .equipment > div:nth-child(2) .equipment-item > div,
  .equipment > div:nth-child(8n) .equipment-item > div {
    width: 100%;
  }
  .equipment > div:nth-child(2) .equipment-item .info,
  .equipment > div:nth-child(8n) .equipment-item .info {
    padding: 60px 60px 30px;
  }
  .equipment > div:nth-child(2) .equipment-item .img,
  .equipment > div:nth-child(8n) .equipment-item .img {
    padding-top: 40px;
    line-height: 400px;
  }
  .equipment > div:nth-child(3),
  .equipment > div:nth-child(9n) {
    float: left;
    width: 69%;
  }
  .equipment > div:nth-child(4),
  .equipment > div:nth-child(10n) {
    float: left;
    width: 31%;
    height: 920px;
  }
  .equipment > div:nth-child(4) .equipment-item,
  .equipment > div:nth-child(10n) .equipment-item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .equipment > div:nth-child(4) .equipment-item > div,
  .equipment > div:nth-child(10n) .equipment-item > div {
    width: 100%;
  }
  .equipment > div:nth-child(4) .equipment-item .info,
  .equipment > div:nth-child(10n) .equipment-item .info {
    padding: 60px 60px 30px;
  }
  .equipment > div:nth-child(4) .equipment-item .img,
  .equipment > div:nth-child(10n) .equipment-item .img {
    padding-top: 40px;
    line-height: 400px;
  }
  .equipment > div:nth-child(5),
  .equipment > div:nth-child(11n) {
    float: right;
    width: 69%;
  }
  .equipment > div:nth-child(6),
  .equipment > div:nth-child(12n) {
    float: right;
    width: 69%;
  }
}
.news-item {
  display: block;
  background: #eff5f7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #d1d1d1;
  box-shadow: inset 0 0 0 1px #d1d1d1;
}
.news-item .img {
  width: 44%;
  height: 440px;
  background-size: cover;
}
.news-item .info {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 30px 36px 20px;
  border-left: 0;
}
.news-item .info > * {
  max-width: 100%;
}
.news-item .date {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 26px;
}
.news-item .date:last-of-type {
  margin-bottom: 26px;
}
.news-item .title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
}
.news-item .text {
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
  max-height: 100px;
  margin-bottom: 30px;
}
.news-item:hover {
  background: #fd2274;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news-item:hover .btn {
  background: #fff;
  color: #fd2274;
}
.news-item:hover .date {
  color: #ffa4c6;
}
@media (min-width: 800px) {
  .news-page {
    margin: 0 -14px 30px;
  }
  .news-page::after {
    content: '';
    display: block;
    clear: both;
  }
  .news-page > div {
    padding: 0 14px 20px;
  }
  .news-page > div:nth-child(1),
  .news-page > div:nth-child(7n) {
    float: left;
    width: 69%;
  }
  .news-page > div:nth-child(2),
  .news-page > div:nth-child(8n) {
    float: right;
    width: 31%;
    height: 920px;
  }
  .news-page > div:nth-child(2) .news-item,
  .news-page > div:nth-child(8n) .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-page > div:nth-child(2) .news-item > div,
  .news-page > div:nth-child(8n) .news-item > div {
    width: 100%;
  }
  .news-page > div:nth-child(2) .news-item .info,
  .news-page > div:nth-child(8n) .news-item .info {
    padding-top: 60px;
  }
  .news-page > div:nth-child(3),
  .news-page > div:nth-child(9n) {
    float: left;
    width: 69%;
  }
  .news-page > div:nth-child(4),
  .news-page > div:nth-child(10n) {
    float: left;
    width: 31%;
    height: 920px;
  }
  .news-page > div:nth-child(4) .news-item,
  .news-page > div:nth-child(10n) .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-page > div:nth-child(4) .news-item > div,
  .news-page > div:nth-child(10n) .news-item > div {
    width: 100%;
  }
  .news-page > div:nth-child(5),
  .news-page > div:nth-child(11n) {
    float: right;
    width: 69%;
  }
  .news-page > div:nth-child(6),
  .news-page > div:nth-child(12n) {
    float: right;
    width: 69%;
  }
}
.news-page {
  margin: 0 -10px 20px;
}
.news-page > div {
  padding: 0 10px 20px;
}
.show-more {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fd2274;
  text-transform: uppercase;
  text-decoration: none;
}
.show-more::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fd2274;
}
.show-more-blue {
  color: #3ac8f6;
}
.show-more-blue::after {
  border: none;
  width: 9px;
  height: 9px;
  background: url(/local/templates/dweb/images/arrow-blue.png);
}
.clients-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -14px;
}
.clients-block > div {
  padding: 0 14px;
}
.clients-block > div:first-child {
  width: 70%;
}
.clients-block > div:last-child {
  width: 30%;
}
.demands-block {
  height: 440px;
  background: url(/local/templates/dweb/images/demands.jpg) #f5f9fa;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: 43%;
}
.demands-block .info {
  padding: 30px 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  background: #f5f9fa;
  border: 1px solid #c6c6c6;
  border-left: 0;
}
.demands-block .info::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -27px;
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-right: 34px solid #f5f9fa;
}
.demands-block .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.demands-block .text {
  line-height: 1.6;
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 30px;
}
.calc-block-btn {
  height: 100%;
  background: url(/local/templates/dweb/images/back-calc-block-btn.png) #fd2475;
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
.calc-block-btn .title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
}
.btn-border-white {
  border: 1px solid #fff;
}
.btn-border-white:hover {
  background: #fff;
  color: #fd2274;
}
.h2-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 14px;
}
.h2-and-btn .h2 {
  padding-right: 10px;
}
.portfolio-page {
  background: url(/local/templates/dweb/images/back-inner.jpg) 0 230px no-repeat;
}
.portfolio-item {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  text-align: center;
}
.portfolio-item .hover {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.portfolio-item .hover::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 36px;
  height: 22px;
  background: url(/local/templates/dweb/images/show.png);
}
.portfolio-item:hover .hover {
  opacity: 1;
}
.portfolio-wrap {
  margin: 0 -14px 20px;
}
.portfolio-wrap::after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-wrap > div {
  padding: 0 14px;
  margin-bottom: 28px;
  height: 500px;
  float: left;
}
.portfolio-wrap > div:nth-child(1),
.portfolio-wrap > div:nth-child(9n) {
  width: 42%;
}
.portfolio-wrap > div:nth-child(2),
.portfolio-wrap > div:nth-child(10n) {
  width: 24%;
}
.portfolio-wrap > div:nth-child(3),
.portfolio-wrap > div:nth-child(11n) {
  width: 17%;
  height: 236px;
}
.portfolio-wrap > div:nth-child(4),
.portfolio-wrap > div:nth-child(12n) {
  width: 17%;
  height: 236px;
}
.portfolio-wrap > div:nth-child(5),
.portfolio-wrap > div:nth-child(13n) {
  width: 34%;
  height: 236px;
}
.portfolio-wrap > div:nth-child(6),
.portfolio-wrap > div:nth-child(14n) {
  width: 16%;
}
.portfolio-wrap > div:nth-child(7),
.portfolio-wrap > div:nth-child(15n) {
  width: 50%;
}
.portfolio-wrap > div:nth-child(8),
.portfolio-wrap > div:nth-child(16n) {
  width: 34%;
}
.not-found-page {
  background: url(/local/templates/dweb/images/back-inner.jpg) 0 -100px no-repeat;
  text-align: center;
  padding: 40px 0 120px;
}
.not-found {
  display: inline-block;
}
.not-found h1,
.not-found .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.not-found h1 {
  text-align: left;
  margin-left: 90px;
  margin-bottom: 24px;
}
.not-found .title {
  margin: 40px 0;
}
.portfolio-modal {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  line-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  overflow: hidden;
}
.modal-content {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 920px;
  max-width: 96%;
  line-height: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.modal-content .title {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  height: 60px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 40px;
  cursor: pointer;
}
.close-modal::before,
.close-modal::after {
  content: '';
  position: absolute;
  left: 17px;
  top: 0;
  width: 2px;
  height: 42px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.close-modal::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-modal::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider-portfolio {
  position: relative;
  margin-bottom: 20px;
  height: 56vh;
}
.slider-portfolio .slick-list, .slider-portfolio .slick-list div {
    height: 100%;
}
.slider-portfolio .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
}
.slider-portfolio .slick-arrow::before {
  left: 18px;
}
.slider-portfolio .slick-prev {
  left: -40px;
}
.slider-portfolio .slick-next {
  right: -40px;
}
.slider-portfolio img {
  margin: 0 auto;
  max-height: 100%;
}
.slider-portfolio-thumb {
  overflow: hidden;
}
.slider-portfolio-thumb .slick-track {
  margin: 0 -10px;
}
.slider-portfolio-thumb .slick-slide {
  padding: 0 10px;
  height: 142px;
}
.slider-portfolio-thumb .img {
  height: 100%;
  overflow: hidden;
}
.slider-portfolio-thumb img {
  min-height: 100%;
}
.slider-portfolio-thumb .slick-current .img {
  border: 3px solid #fd2274;
}
.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.contacts-item .ico {
  margin-right: 22px;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 9px 0 rgba(255, 2, 97, 0.2);
  box-shadow: 0 4px 9px 0 rgba(255, 2, 97, 0.2);
  text-align: center;
  line-height: 40px;
}
.contacts-item img {
  vertical-align: middle;
}
.contacts-item .title {
  font-size: 13px;
  line-height: 1.2;
  color: #fd2274;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.contacts-item .info {
  font-weight: 600;
}
.contacts-item a.info {
  color: #000;
  text-decoration: none;
}
.contacts-item a.info:hover {
  text-decoration: underline;
}
.contacts-item .phone {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.map-form {
  position: absolute;
  left: calc((100vw - 1600px)/2 + 20px);
  z-index: 2;
  width: 460px;
  background: #fff;
  -webkit-box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 35px 80px -35px rgba(0, 0, 0, 0.4);
  padding: 44px 26px 60px;
  margin: 110px 0;
}
.map-form .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.map-form .text {
  line-height: 1.5;
  margin-bottom: 30px;
}
.map-form .form-field {
  margin-bottom: 36px;
}
.map-form .accept {
  margin: 56px 0 40px;
}
.section-map {
  height: 1140px;
  position: relative;
}
.section-map .map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bx-yandex-view-layout,
.bx-yandex-view-map {
  width: 100%;
  height: 100%;
}
.section-map + .footer {
  position: absolute;
  background: rgba(239, 245, 247, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
}
.section-map + .footer .footer-top,
.section-map + .footer .footer-nav .title-border {
  border-color: #ebebeb;
}
.production-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 12px 0;
}
.production-block .ul {
  display: inline-block;
  vertical-align: top;
  padding-right: 60px;
}
.production-block .imgs {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.production-block .imgs + .info {
  padding-left: 30px;
}
.production-block .info {
  padding-top: 10px;
}
.production-block .btn {
  margin-top: 20px;
}
.slider-production {
  padding-left: 140px;
}
.slider-production-item {
  display: block;
  height: 470px;
  padding: 30px;
  text-align: center;
  line-height: 410px;
}
.slider-production-item .img {
  display: inline;
  max-height: 100%;
  vertical-align: middle;
}
.slider-production-nav {
  width: 140px;
  position: absolute;
  height: 100%;
}
.slider-production-nav .slick-arrow {
  position: absolute;
  z-index: 2;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.slider-production-nav .slick-arrow::before {
  left: 18px;
}
.slider-production-nav .slick-prev::after {
  display: none;
}
.slider-production-nav .slick-next {
  right: 0;
}
@media (min-width: 500px) {
  .slider-production-nav {
    width: 140px;
    position: absolute;
    height: 100%;
  }
  .slider-production-nav .slick-arrow {
    left: 50%;
    height: 54px;
    margin-left: -24px;
  }
  .slider-production-nav .slick-arrow::before {
    left: 18px;
    top: 20px;
  }
  .slider-production-nav .slick-prev {
    top: -20px;
  }
  .slider-production-nav .slick-prev::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .slider-production-nav .slick-next {
    bottom: 0;
  }
  .slider-production-nav .slick-next::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.slider-production-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  padding: 10px 0;
  margin: 0 -10px;
}
.slider-production-thumb .img-thumb {
  width: 100%;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  border: 2px solid #f2f3f7;
}
.slider-production-thumb .slick-slide {
  opacity: 0.55;
  padding: 0 10px 18px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider-production-thumb .slick-current {
  opacity: 1;
}
.slider-production-thumb .slick-current .img-thumb {
  border: none;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.section-gray {
  background: #f7fafb;
  padding-top: 54px;
  padding-bottom: 30px;
}
.section-white {
  padding-top: 54px;
  padding-bottom: 30px;
}
.block-text-more .more-btn {
  display: none;
}
.text-cut {
  margin-bottom: 40px;
}
.text-cut .text {
  max-height: 280px;
  overflow: hidden;
  margin-bottom: 30px;
}
.text-cut .text > *:last-child {
  margin-bottom: 0;
}
.text-cut .more-btn {
  display: block;
}
.text-full .text {
  max-height: 100%;
}
.text-full .more-btn::after {
  border-top: none;
  border-bottom: 12px solid #fd2274;
}
.more-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fd2274;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
}
.more-btn::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fd2274;
}
@media (min-width: 1000px) {
  .animate .text-animate {
    overflow: hidden;
  }
  .animate .text-animate > * {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
  }
  .animate-scroll .text-animate > * {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .section-catalog.animate .catalog-item {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
  }
  .section-catalog.animate .text-animate:nth-of-type(2) > * {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
       transition-delay: 0.3s;
  }
  .section-catalog.animate .text-animate:nth-of-type(3) > * {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
       transition-delay: 2.4s;
  }
  .section-catalog.animate .catalog-item:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .section-catalog.animate .catalog-item:nth-child(2) {
    -webkit-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .section-catalog.animate .catalog-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section-catalog.animate .catalog-item:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .section-catalog.animate .catalog-item:nth-child(5) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .section-catalog.animate .catalog-item:nth-child(6) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section-catalog.animate .catalog-item:nth-child(7) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .section-catalog.animate .catalog-item:nth-child(8) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .section-catalog.animate .catalog-item:nth-child(9) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .section-catalog.animate .catalog-item:nth-child(10) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  .section-catalog.animate .catalog-item:nth-child(11) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
  .section-catalog.animate .catalog-item:nth-child(12) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
  .section-catalog.animate .catalog-item:nth-child(13) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .section-catalog.animate .catalog-item:nth-child(14) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }
  .section-catalog.animate .catalog-item:nth-child(15) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }
  .section-catalog.animate .catalog-item:nth-child(16) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }
  .section-catalog.animate .catalog-item:nth-child(17) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
  }
  .section-catalog.animate-scroll .catalog-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @-ms-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  .section-main.animate .text-main {
    overflow: hidden;
  }
  .section-main.animate .text-main > * {
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0;
    -webkit-transition: 1.3s ease;
    -o-transition: 1.3s ease;
    transition: 1.3s ease;
  }
  .section-main.animate .tab-main-nav li {
    overflow: hidden;
  }
  .section-main.animate .tab-main-nav li > div {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
  }
  .section-main.animate .tab-main-nav li:nth-child(3) > div {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .section-main.animate .tab-main-nav li:nth-child(2) > div {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .section-main.animate .tab-main-nav li:nth-child(1) > div {
    -webkit-transition-delay: 1.0s;
         -o-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }
  .section-main.animate-scroll .text-main > * {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .section-main.animate-scroll .tab-main-nav li > div {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .section-about-top.animate .advantages > div {
    overflow: hidden;
  }
  .section-about-top.animate .advantages-item {
    -webkit-transition: left 1.2s ease;
    -o-transition: left 1.2s ease;
    transition: left 1.2s ease;
    position: relative;
    left: -110%;
  }
  .section-about-top.animate .text-animate:nth-of-type(2) > * {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
       transition-delay: 0.2s;
  }
  .section-about-top.animate .text-animate:nth-of-type(3) > * {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
       transition-delay: 1.7s;
  }
  .section-about-top.animate .advantages > div:nth-child(1) .advantages-item {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .section-about-top.animate .advantages > div:nth-child(2) .advantages-item {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .section-about-top.animate .advantages > div:nth-child(3) .advantages-item {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .section-about-top.animate .advantages > div:nth-child(4) .advantages-item {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .section-about-top.animate-scroll .advantages-item {
    left: 0;
  }
  .service-block.animate > div {
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
  }
  .service-block.animate > div:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .service-block.animate > div:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .service-block.animate > div:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .service-block.animate > div:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .service-block.animate > div:nth-child(6) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .service-block.animate > div:nth-child(7) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .service-block.animate > div:nth-child(8) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .service-block.animate-scroll > div {
    opacity: 1;
  }
  .section-faq.animate .faq-block-list,
  .section-faq.animate .slider {
    overflow: hidden;
  }
  .section-faq.animate .left > *,
  .section-faq.animate .faq-block-list > *,
  .section-faq.animate .slider > * {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  }
  .section-faq.animate .faq-block-list > * {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .section-faq.animate .slider > * {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-duration: 1.2s;
         -o-transition-duration: 1.2s;
            transition-duration: 1.2s;
  }
  .section-faq.animate-scroll .left > *,
  .section-faq.animate-scroll .faq-block-list > *,
  .section-faq.animate-scroll .slider > * {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .section-how-work.animate .left,
  .section-how-work.animate .step-work > div {
    opacity: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
  }
  .section-how-work.animate .step-work > div:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .section-how-work.animate .step-work > div:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .section-how-work.animate .step-work > div:nth-child(3) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section-how-work.animate .step-work > div:nth-child(4) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .section-how-work.animate-scroll .left,
  .section-how-work.animate-scroll .step-work > div {
    opacity: 1;
  }
  .section-work.animate .slick-slide {
    overflow: hidden;
  }
  .section-work.animate .slider-work-item {
    -webkit-transition: left 1.2s ease;
    -o-transition: left 1.2s ease;
    transition: left 1.2s ease;
    position: relative;
    left: -110%;
  }
  .section-work.animate .slick-current + .slick-active .slider-work-item {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .section-work.animate .slick-current + .slick-active + .slick-active .slider-work-item {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .section-work.animate .slick-current + .slick-active + .slick-active + .slick-active .slider-work-item {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section-work.animate-scroll .slider-work-item {
    left: 0;
  }
  .section-news.animate .slick-slide {
    overflow: hidden;
  }
  .section-news.animate .news-slider-item {
    -webkit-transition: left 1.2s ease;
    -o-transition: left 1.2s ease;
    transition: left 1.2s ease;
    position: relative;
    left: -110%;
  }
  .section-news.animate .slick-current + .slick-active .news-slider-item {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .section-news.animate .slick-current + .slick-active + .slick-active .news-slider-item {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .section-news.animate .slick-current + .slick-active + .slick-active + .slick-active .news-slider-item {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section-news.animate-scroll .news-slider-item {
    left: 0;
  }
  .section-form.animate .info,
  .section-form.animate .form {
    overflow: hidden;
  }
  .section-form.animate .info > *,
  .section-form.animate .form > * {
    -webkit-transition: left 1.8s ease;
    -o-transition: left 1.8s ease;
    transition: left 1.8s ease;
    position: relative;
    left: -110%;
  }
  .section-form.animate-scroll .info > *,
  .section-form.animate-scroll .form > * {
    left: 0;
  }
}

.search-item {
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 2px solid rgba(218, 218, 218, 0.2);
}
.search-item .link {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    color: #fd2274;
    text-decoration: none;
}
.search-item .link:hover {
    text-decoration: underline;
}
.search-item .text {
    line-height: 1.4;
    margin-bottom: 18px;
}
.search-item small {
    display: block;
    margin-bottom: 8px;
}
.search-page .search-form {
    margin-bottom: 30px;
    position: relative;
    max-width: 400px;
}
.pagination ul{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
}
.pagination li {
  position: relative;
  z-index: 1;
}
.pagination a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  margin: 0 5px;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.pagination .active,
.pagination a:hover {
  border-color: #fd2274;
}
.pagination li:first-child a::before,
.pagination li:last-child a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination li:first-child a:hover::before,
.pagination li:last-child a:hover::before {
  border-color: #fd2274;
}
.pagination li:first-child a {
  margin-right: 10px;
  margin-left: 0;
}
.pagination li:first-child a::before {
  margin-left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pagination li:last-child a {
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 1900px) {
  .section-faq .magazine {
    right: -60px;
    width: 400px;
  }
}
@media (max-width: 1800px) {
  .section-form .img-form {
    left: -50px;
    width: 51%;
  }
}
@media (max-width: 1700px) {
  .section-faq {
    overflow: hidden;
  }
  .section-faq .magazine {
    width: 345px;
    top: 370px;
  }
  .section-faq .left {
    padding-right: 40px;
  }
  .section-faq .right {
    padding-left: 50px;
  }
}
@media (max-width: 1620px) {
  .section-how-work .right {
    padding-left: 20px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  .map-form {
    left: 20px;
    padding: 30px 26px;
  }
}
@media (max-width: 1420px) {
  .menu-main > li > a {
    font-size: 13px;
  }
  .search {
    width: 200px;
  }
  .section-main .container {
    padding-right: 130px;
  }
  .advantages-item .info {
    padding: 30px 20px 20px 50px;
  }
  .advantages-item .title::before {
    margin-left: -20px;
  }
  .service-item .title {
    font-size: 20px;
  }
  .service-item {
    height: 330px;
  }
  .service-item p {
    font-size: 15px;
    padding: 0;
    margin-bottom: 20px;
  }
  .faq-preview {
    padding: 26px 34px;
  }
  .section-faq .faq-block-list {
    width: 350px;
  }
  .section-faq .left {
    padding: 60px 40px 60px 0;
  }
  .section-faq .right {
    padding: 60px 0 60px 50px;
  }
  .pink-block p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pink-block {
    padding: 30px;
  }
  .section-work .container {
    height: 510px;
  }
  .slider-work-item {
    height: 510px;
    padding: 80px 10px 120px;
  }
  .slider-work-item .title {
    left: 10px;
    top: 400px;
    font-size: 16px;
    line-height: 1.4;
    padding-right: 20px;
  }
  .slick-current .ico {
    left: 10px;
  }
  .slick-current .title {
    padding-left: 50px;
  }
  .section-work .left {
    width: 280px;
  }
  .section-news .left {
    width: 340px;
  }
  .news-slider-item {
    padding-right: 60px;
  }
  .section-news {
    padding: 60px 0;
  }
  .section-form .form {
    padding: 36px 0 24px;
  }
  .section-form {
    padding-top: 30px;
  }
  .form-fields > div {
    padding: 0 10px;
  }
  .form-fields {
    margin: 0 -10px;
  }
  .logo-footer img {
    width: 180px;
  }
  .inner-top .back-text {
    font-size: 160px;
    line-height: 214px;
  }
  .demands-block {
    height: 380px;
  }
  .demands-block .info {
    padding: 30px;
  }
  .news-item .img {
    height: 390px;
  }
  .equipment > div {
    height: 430px;
  }
  .equipment > div:nth-child(2) .equipment-item .info,
  .equipment > div:nth-child(8n) .equipment-item .info,
  .equipment > div:nth-child(4) .equipment-item .info,
  .equipment > div:nth-child(10n) .equipment-item .info {
    padding: 0 40px 20px;
  }
  .equipment > div:nth-child(2),
  .equipment > div:nth-child(8n),
  .equipment > div:nth-child(4),
  .equipment > div:nth-child(10n) {
    height: 860px;
  }
  .equipment-item .info {
    padding-right: 0;
  }
  .equipment-item .title {
    font-size: 20px;
  }
  .section-map {
    height: 960px;
  }
  .map-form {
    margin: 60px 0;
  }
  .production-block .ul {
    padding-right: 14px;
  }
  .slider-production-item {
    padding: 10px;
    line-height: 450px;
  }
  .production-block .imgs {
    width: 44%;
  }
}
@media (max-width: 1420px) and (min-width: 1200px) {
  .news-page > div:nth-child(2),
  .news-page > div:nth-child(8n),
  .news-page > div:nth-child(4),
  .news-page > div:nth-child(10n) {
    height: 820px;
  }
  .news-page > div:nth-child(2) .news-item .info,
  .news-page > div:nth-child(8n) .news-item .info,
  .news-page > div:nth-child(4) .news-item .info,
  .news-page > div:nth-child(10n) .news-item .info {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  .news-page > div:nth-child(2),
  .news-page > div:nth-child(8n),
  .news-page > div:nth-child(4),
  .news-page > div:nth-child(10n) {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .search {
    width: auto;
  }
  .header .search-form {
    display: none;
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 0;
    right: 0;
    padding: 20px 60px 20px 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .search-btn-open,
  .search-btn-close {
    display: block;
  }
  .logo-full {
    height: 40px;
  }
  h1,
  .h1 {
    font-size: 48px;
  }
  .section-main {
    padding-top: 129px;
    margin-bottom: 40px;
    height: auto;
  }
  .section-main .container {
    padding-right: 40px;
  }
  .tab-main-item {
    padding-left: 40px;
    height: 200px;
    width: 300px;
  }
  .tab-main-item .title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .info-list {
    margin-bottom: 20px;
  }
  .catalog {
    margin-bottom: 30px;
  }
  .section-catalog {
    margin-bottom: 40px;
  }
  .section-about br {
    display: none;
  }
  .advantages {
    margin: 20px -10px 30px;
  }
  .advantages > div {
    padding: 0 10px;
  }
  .advantages-item .info {
    padding: 20px 10px 10px 26px;
    font-size: 14px;
  }
  .advantages-item .title::before {
    margin-left: -12px;
    width: 4px;
  }
  .advantages-item .title {
    font-size: 20px;
  }
  .service-block {
    margin: 40px 0;
  }
  .service-block .h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .service-item p {
    font-size: 14px;
    margin-bottom: 12px;
    max-height: 92px;
    overflow: hidden;
  }
  .service-item {
    height: 250px;
  }
  h2,
  .h2 {
    margin-bottom: 20px;
  }
  .section-faq .right {
    padding: 30px 0;
    width: 100%;
  }
  .section-faq .left {
    width: 100%;
    padding: 30px 14px;
  }
  .section-faq .left p {
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .section-faq .magazine {
    /*top: 320px;
        right: -10px;*/
    display: none;
  }
  .question-list li {
    padding: 14px 0;
  }
  .section-faq .slider {
    margin-top: 70px;
  }
  .section-how-work {
    padding: 20px 0 40px;
  }
  .step-work-item {
    padding: 40px 20px 30px 50px;
  }
  .step-work-item::after {
    top: 10px;
    left: 20px;
    font-size: 76px;
  }
  .step-work-item .title {
    margin-bottom: 10px;
  }
  .section-form .info {
    width: 100%;
    padding-left: 0;
  }
  .section-form .img-form {
    bottom: auto;
    top: -30px;
    left: -40px;
  }
  .footer-top > div:last-child {
    width: auto;
  }
  .footer-nav .block-large {
    padding: 0;
  }
  .faq-wrap {
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .btn-faq {
    width: 200px;
    padding-right: 30px;
  }
  .question .text {
    padding-bottom: 20px;
  }
  .answer {
    padding-right: 200px;
  }
  .faq-item {
    margin-bottom: 20px;
  }
  .inner-top .back-text {
    font-size: 100px;
    line-height: 140px;
  }
  .inner-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .inner-top h1 {
    line-height: 1.2;
    margin-top: 10px;
  }
  .slider-gallery .slick-slide {
    padding: 0 10px;
  }
  .slider-gallery .slick-list {
    margin: 0 -10px;
  }
  .slider-gallery {
    margin: 20px 0 30px;
  }
  .content-block {
    margin: 30px 0;
  }
  .inner-page .section-how-work {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .news-item .title {
    font-size: 18px;
    margin-bottom: 10px;
    max-height: 64px;
    overflow: hidden;
  }
  .news-item .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-item .text {
    font-size: 16px;
    max-height: 68px;
    margin-bottom: 14px;
  }
  .news-item .img {
    height: 280px;
  }
  .news-item .info {
    padding: 18px!important;
  }
  .news-page > div {
    padding: 0 10px 20px;
  }
  .news-page {
    margin: 0 -10px 20px;
  }
  .portfolio-wrap {
    margin: 0 -8px 20px;
  }
  .portfolio-wrap > div {
    height: 360px;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .portfolio-wrap > div:nth-child(3),
  .portfolio-wrap > div:nth-child(11n),
  .portfolio-wrap > div:nth-child(4),
  .portfolio-wrap > div:nth-child(12n),
  .portfolio-wrap > div:nth-child(5),
  .portfolio-wrap > div:nth-child(13n) {
    height: 172px;
  }
  .portfolio-item .hover {
    font-size: 17px;
  }
  .portfolio-wrap > div:nth-child(6),
  .portfolio-wrap > div:nth-child(14n) {
    width: 26%;
  }
  .portfolio-wrap > div:nth-child(7),
  .portfolio-wrap > div:nth-child(15n) {
    width: 40%;
  }
  .portfolio-wrap > div:nth-child(1),
  .portfolio-wrap > div:nth-child(9n) {
    width: 38%;
  }
  .portfolio-wrap > div:nth-child(3),
  .portfolio-wrap > div:nth-child(11n),
  .portfolio-wrap > div:nth-child(4),
  .portfolio-wrap > div:nth-child(12n) {
    width: 19%;
  }
  .portfolio-wrap > div:nth-child(5),
  .portfolio-wrap > div:nth-child(13n) {
    width: 38%;
  }
  .contacts-item .phone {
    font-size: 18px;
  }
  .contacts-item .info {
    font-size: 14px;
  }
  .production-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-block > div {
    width: 100%!important;
  }
  .production-block .imgs + .info {
    padding-left: 0;
  }
  .production-block .info {
    padding-top: 10px;
  }
  .production-block .btn {
    margin-top: 10px;
  }
  .section-gray {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-gray .container > *:last-of-type {
    margin-bottom: 0;
  }
  .section-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .inner-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .equipment > div:nth-child(2),
  .equipment > div:nth-child(8n),
  .equipment > div:nth-child(4),
  .equipment > div:nth-child(10n) {
    height: 100%;
  }
  .equipment > div {
    height: auto;
  }
  .equipment-item .text {
    max-height: 100%;
  }
  .equipment > div:nth-child(2) .equipment-item .info,
  .equipment > div:nth-child(8n) .equipment-item .info,
  .equipment > div:nth-child(4) .equipment-item .info,
  .equipment > div:nth-child(10n) .equipment-item .info {
    padding: 0 0 0 20px;
  }
  .equipment-item .img {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .equipment-item .info {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
  .slider-portfolio .slick-next {
    right: -2%;
  }
  .slider-portfolio .slick-prev {
    left: -2%;
  }
}
@media (max-width: 1000px) {
  .scroll-contacts{
    display: none;
  }
  .header {
    position: fixed;
    opacity: 1;
  }
  .inner-page {
    padding-top: 60px;
  }
  .header .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inner-page .header .header-top {
    padding-top: 10px;
  }
  .inner-page .header {
    padding-bottom: 0;
  }
  .header-btn-menu {
    display: block;
  }
  .btn-menu-main {
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
  }
  .btn-menu-main::before,
  .btn-menu-main:after,
  .btn-menu-main span {
    content: '';
    position: absolute;
    height: 2px;
    background: #fd2274;
    top: 12px;
    left: 6px;
    right: 6px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
  }
  .btn-menu-main::after {
    top: auto;
    top: 28px;
  }
  .btn-menu-main span {
    top: 20px;
  }
  .menu-main > li > a {
    font-size: 15px;
    padding: 10px!important;
  }
  .menu-main {
    position: fixed;
    z-index: 2;
    display: block;
    left: -240px;
    top: 60px;
    bottom: 0;
    width: 240px;
    padding: 10px;
    padding-bottom: 30px;
    overflow: auto!important;
    background: #fff;
    border-right: 1px solid #e7f1f5;
    border-top: 1px solid #e7f1f5;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .menu-main-open {
    overflow: hidden!important;
  }
  .menu-main-open .btn-menu-main::before {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-main-open .btn-menu-main::after {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-main-open .btn-menu-main span {
    opacity: 0;
  }
  .menu-main-open .overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 66px;
    bottom: 0;
  }
  .menu-main-open .menu-main {
    left: 0;
  }
  .header-demands {
    display: none;
  }
  .section-main {
    padding-top: 60px;
  }
  .section-how-work .left {
    width: 100%;
    margin-bottom: 16px;
  }
  .section-how-work .right {
    padding-left: 0;
    width: 100%;
  }
  .step-work-item p {
    height: auto;
    margin: 0;
  }
  .footer-nav {
    display: none;
  }
  .footer-top > div:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-top > div {
    width: auto;
  }
  .service-block > div {
    width: 50%;
    height: auto;
    padding: 30px;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }
  .catalog-item .name {
    font-size: 18px;
  }
  .catalog-item .img {
    height: 130px;
    line-height: 130px;
  }
  .catalog-item {
    padding: 16px 10px 20px;
  }
  .section-catalog .tab-nav a {
    padding: 10px;
  }
  .advantages > div {
    width: 50%;
    padding-bottom: 24px;
  }
  .advantages-item .img {
    height: 140px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  .section-work .left {
    width: 200px;
  }
  .slider-work-item .title {
    font-size: 14px;
  }
  .section-news {
    padding: 20px 0;
  }
  .section-news .left {
    width: 200px;
  }
  .slider-news-arrow {
    margin: 14px 0;
  }
  .news-slider-item .info {
    width: 200px;
    height: 170px;
    padding: 16px;
  }
  .news-slider-item .name {
    font-size: 14px;
    margin-bottom: 14px;
    height: 78px;
  }
  .news-slider-item .img {
    height: 250px;
  }
  .tab-main-item {
    width: 220px;
    height: 150px;
    padding: 10px 10px 10px 20px;
  }
  .tab-main-item .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tab-main-item .title br {
    display: none;
  }
  .info-list {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .info-list li {
    padding-bottom: 4px;
  }
  .section-main .container {
    padding-right: 20px;
  }
  .section-main .text-main p {
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .img-right {
    margin-left: 20px;
  }
  .img-left {
    margin-right: 20px;
  }
  .inner-content {
    padding-bottom: 24px;
  }
  .inner-content p,
  .content-block p {
    margin-bottom: 10px;
  }
  .calc-block-btn .title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .demands-block {
    padding-left: 0;
    background-size: cover;
  }
  .demands-block .info::before {
    display: none;
  }
  .demands-block .info {
    background: rgba(245, 249, 250, 0.8);
    border-left: 1px solid #c6c6c6;
  }
  .demands-block .info {
    padding: 18px;
  }
  .clients-block > div:first-child {
    width: 66.6666%;
  }
  .clients-block > div:last-child {
    width: 33.3333%;
  }
  .section-map {
    height: 800px;
  }
  .contacts-block > div {
    width: 50%;
    margin-bottom: 20px;
  }
  .map-form .form-field {
    margin-bottom: 20px;
  }
  .map-form .accept {
    margin: 20px 0;
  }
  .map-form .text {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .header-calc {
    display: none;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
  .inner-top {
    padding-bottom: 6px;
  }
  .header .address-block {
    padding: 0;
  }
  .header .address-block::before {
    position: relative;
    display: block;
  }
  .header .address-block div {
    display: none;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  h1,
  .h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  h2,
  .h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  h3,
  .h3 {
      font-size: 24px;
  }
  h4,
  .h4 {
      font-size: 22px;
  }
  h5,
  .h5 {
      font-size: 20px;
  }
  h6,
  .h6 {
      font-size: 18px;
  }
  .catalog .catalog-item {
    width: 25%;
  }
  .section-work .container {
    height: auto;
    display: block;
  }
  .section-work .left {
    width: 100%;
    padding: 20px 0;
  }
  .section-work .right {
    position: relative;
  }
  .slider-work-arrow {
    position: absolute;
    margin-left: -20px;
    margin-top: -28px;
    top: 50%;
  }
  .slider-work {
    position: relative;
    padding-left: 20px;
  }
  .slider-work-item {
    height: 300px;
    padding: 40px 10px 80px;
  }
  .slider-work-item .title {
    top: 226px;
    max-height: 54px;
    overflow: hidden;
  }
  .slick-current .ico {
    display: none;
  }
  .slick-current .title {
    padding-left: 10px;
  }
  .section-news .container {
    display: block;
    height: auto;
  }
  .section-news .left {
    width: 100%;
    padding-bottom: 20px;
  }
  .slider-news {
    position: relative;
  }
  .slider-news-arrow {
    margin: 0 20px;
  }
  .news-slider-item .number {
    margin-bottom: 10px;
  }
  .news-slider-item .img {
    height: 230px;
  }
  .advantages-item .img {
    height: 100px;
  }
  .advantages-item .info {
    padding: 10px;
  }
  .advantages-item .title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .advantages-item .title::before {
    display: none;
  }
  .advantages-item p {
    margin: 0;
  }
  .section-form .img-form {
    display: none;
  }
  .section-form .form {
    width: 100%;
  }
  .form-pink {
    margin-top: 0;
  }
  .footer-top > div {
    margin-bottom: 14px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn {
    padding: 10px 14px;
  }
  .service-block > div {
    padding: 18px;
  }
  .service-item .title {
    font-size: 16px;
  }
  .service-item .number {
    font-size: 24px;
  }
  .section-faq .right {
    padding: 20px 0;
  }
  .section-faq .left {
    padding: 10px;
  }
  .faq-preview {
    padding: 18px;
  }
  .faq-preview p {
    line-height: 1.6;
  }
  .question-list li {
    padding: 10px 0;
    font-size: 14px;
  }
  .question-list {
    margin: 10px 20px 10px 0;
  }
  .section-faq .faq-block-list {
    width: 250px;
  }
  .section-faq .slider {
    width: calc(100% - 250px);
    margin-top: 40px;
  }
  .pink-block {
    padding: 14px;
  }
  .pink-block p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  p,
  .inner-content p,
  .content-block p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .step-work-item {
    padding: 16px 16px 16px 26px;
  }
  .step-work-item .title {
    font-size: 20px;
  }
  .step-work-item::after {
    top: 0;
    left: 6px;
    font-size: 60px;
  }
  .section-how-work {
    padding: 20px 0;
  }
  .section-main .container {
    padding: 10px;
    display: block;
  }
  .tab-main-nav {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-main-nav > li {
    width: 33.333%;
  }
  .tab-main-item {
    width: 100%;
    height: 140px;
    border-width: 3px;
    padding-left: 10px;
  }
  .tab-main-item .title {
    font-size: 14px;
    font-weight: 700;
  }
  .info-list::before {
    width: 3px;
  }
  .info-list {
    padding-left: 12px;
  }
  .tab-main-item .more {
    font-size: 10px;
  }
  .question .title,
  .answer .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
  }
  .btn-faq {
    text-align: left;
    padding: 0 0 26px;
  }
  .answer {
    padding-right: 20px;
  }
  .slider-gallery .img {
    height: 180px;
  }
  .inner-top .back-text {
    font-size: 66px;
    line-height: 110px;
  }
  .demands-block {
    height: auto;
  }
  .demands-block .text {
    max-height: none;
    margin-bottom: 12px;
  }
  .demands-block .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .clients-block {
    margin: 10px 0 0;
  }
  .clients-block > div {
    width: 100%!important;
    margin-bottom: 20px;
    padding: 0;
  }
  .calc-block-btn {
    text-align: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .news-item .img {
    height: 240px;
  }
  .news-item .title {
    font-size: 16px;
    max-height: 58px;
  }
  .news-item .text {
    font-size: 14px;
    max-height: 58px;
  }
  .news-item .date {
    font-size: 14px;
  }
  .portfolio-wrap > div {
    height: 220px!important;
    width: 33.333%!important;
  }
  .section-map + .footer {
    position: relative;
  }
  .section-map {
    height: 100%;
    padding-top: 0;
  }
  .map-form {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 24px 12px;
    margin: 0;
  }
  .section-map .map {
    position: relative;
    width: 100%;
    height: 260px;
  }
  .slider-production-item {
    line-height: 300px;
    height: 300px;
  }
  .slider-production-thumb {
    padding: 0;
    width: 120px;
  }
  .slider-production-thumb .img-thumb {
    height: 80px;
  }
  .slider-production-thumb .slick-slide {
    padding-bottom: 10px;
  }
  .slider-production {
    padding-left: 110px;
  }
  .slider-production-nav {
    width: 100px;
  }
  .ol li {
    padding-left: 24px;
  }
  .ol li::before {
    margin-left: -24px;
  }
  .section-catalog .tab-nav {
    margin: 0 auto 14px;
  }
  .search-page .search-form {
    margin-bottom: 18px;
  }
  .search-item {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .table {
      display: block;
      overflow: auto;
  }
  .table-tab-nav a {
    padding: 6px 10px;
    font-size: 12px;
    margin: 0 8px 8px 0;
  }
}
@media (max-width: 730px) {
  .equipment-item {
    display: block;
  }
  .equipment-item .img {
    text-align: left;
    height: 160px;
    margin-bottom: 20px;
  }
  .equipment-item .info {
    padding-left: 0!important;
  }
  .equipment-item .title {
    font-size: 17px;
  }
  .section-catalog {
    margin-bottom: 20px;
 }
}
@media (max-width: 600px) {
  .logo-full {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .header .phone-block {
    padding-left: 30px;
  }
  .header .phone-block .callback {
    display: none;
  }
  .header .phone-block .phone {
    font-size: 14px;
  }
  .header .phone-block .tel-img {
    top: -6px;
  }
  h2,
  .h2 {
    font-size: 22px!important;
  }
  h3,
  .h3 {
      font-size: 22px;
  }
  h4,
  .h4 {
      font-size: 20px;
  }
  h5,
  .h5 {
      font-size: 18px;
  }
  h6,
  .h6 {
      font-size: 16px;
  }
  .catalog .catalog-item {
    width: 33.333%;
  }
  .news-slider-item .info {
    right: 0;
  }
  .service-block > div {
    padding: 12px;
  }
  .service-block .h2 {
    font-size: 20px;
  }
  .service-item .number {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .service-item .title {
    font-size: 14px;
  }
  .service-item .number sup {
    vertical-align: top;
  }
  .service-block {
    margin: 20px 0;
  }
  .advantages {
    margin-bottom: 0;
  }
  .content-block {
    margin: 16px 0;
  }
  .h2-and-btn {
    display: block;
  }
  .contacts-block > div {
    width: 100%;
  }
  .production-block .ul {
    width: 100%;
    margin-bottom: 0;
  }
  .production-block .ul:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  h1,
  .h1 {
    font-size: 28px!important;
  }
  h2,
  .h2 {
    font-size: 19px!important;
  }
  h3,
  .h3 {
      font-size: 18px;
  }
  h4,
  .h4 {
      font-size: 17px;
  }
  h5,
  .h5 {
      font-size: 16px;
  }
  .section-faq .faq-block-list {
    width: 100%;
  }
  .section-faq .slider {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .slider-faq::before,
  .slider-faq::after {
    display: none;
  }
  .faq-preview p {
    height: 100%;
  }
  .section-faq br {
    display: none;
  }
  .step-work-item .title {
    font-size: 16px;
  }
  .step-work-item {
    padding-left: 16px;
  }
  .form-fields > div {
    width: 100%;
  }
  .form-field {
    padding: 6px 16px;
    margin-bottom: 16px;
  }
  .accept {
    margin: 10px 0 20px;
  }
  .accept label {
    font-size: 14px;
  }
  .copy {
    display: block;
    text-align: center;
    padding: 0;
  }
  .copy div {
    margin-bottom: 10px;
  }
  .img-right,
  .img-left {
    float: none;
    max-width: 100%;
    margin: 0 0 14px;
  }
  .inner-top .back-text {
    display: none;
  }
  .news-item .img {
    display: none;
  }
  .news-item .info {
    width: 100%;
    padding: 12px!important;
  }
  .portfolio-wrap > div {
    height: 160px!important;
    width: 50%!important;
  }
  .slider-production-thumb {
    position: relative;
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin: 0;
  }
  .slider-production {
    padding-left: 0;
  }
  .slider-production-thumb .slick-slide {
    padding: 0 6px 16px;
  }
  .slider-production-nav {
    width: 100%;
  }
  .slider-production-nav .slick-arrow {
    bottom: 24px;
  }
  .slider-production-item {
    line-height: 190px;
    height: 200px;
  }
  .production-block {
    margin: 0;
  }
  .inner-top {
    padding-bottom: 0;
  }
  .catalog-item {
    padding: 6px 6px 10px;
  }
  .catalog-item .img {
    height: 90px;
    line-height: 70px;
  }
  .catalog-item img {
    max-height: 100%;
  }
  .catalog-item .name {
    font-size: 15px;
  }
  .catalog-item .more {
    font-size: 12px;
  }
  .table-tab-nav .title {
      display: block;
      width: 100%;
      margin-bottom: 6px;
  }
}
@media (max-width: 390px) {
  .header .phone-block {
    padding-left: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .header .phone-block .phone {
    display: none;
  }
  .header .email {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
  }
   .header .email::before {
      margin-right: 0;
  }
  .header .phone-block .tel-img {
    top: 0;
    position: relative;
    display: block;
  }
  .tab-main-nav > li {
    width: 100%;
  }
  .tab-main-item {
    width: 100%;
    height: auto;
  }
  .advantages > div {
    width: 100%;
    padding-bottom: 14px;
  }
  .service-block > div {
    padding: 8px;
    width: 100%;
  }
  .service-block > div:first-child {
    padding: 0 0 14px;
  }
  .step-work > div {
    width: 100%;
    padding: 0 8px 10px!important;
  }
  .calc-block-btn {
    background-size: 100%;
    padding: 12px;
  }
  .calc-block-btn .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .catalog-item .img {
    height: 70px;
  }
}
/* Slider */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider *:focus {
  outline: none !important;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  /*height: 100%;
    min-height: 1px;*/
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(56%);
  margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}

.captcha_value{
	padding: 10px 20px;
	width: 280px;
}


#closeRequestModal{
	position: absolute;
	top: 0px;
	color: black;
	right: 5px;
	width: 36px;
	height: 40px;
	cursor: pointer;
}

#closeRequestModal::before, #closeRequestModal::after {
    content: '';
    position: absolute;
    left: 17px;
    top: 0;
    width: 2px;
    height: 42px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#closeRequestModal::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#closeRequestModal::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment-request{
	resize: none;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	padding: 10px 16px 16px;
}


.gUniFormOpenHidden{
	display: none;
}


@media (max-width: 800px) {
	.request-container{
		padding: 24px;
	}
}

@media (max-width: 500px) {
	.request-container{
		padding: 12px;
	}
}


/* End */
/* /local/templates/dweb/fonts/fonts.css?16845158441416 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1684515830666 */
/* /local/templates/dweb/components/dweb/uni.form/.default/style.css?16845158453020 */
/* /local/templates/dweb/components/dweb/uni.form/modal-window/style.css?16845158456379 */
/* /local/templates/dweb/components/dweb/uni.form/order-modal-window2/style.css?16845158456513 */
/* /local/templates/dweb/template_styles.css?1684515844125906 */
