

/* Start:/local/templates/dweb/fonts/fonts.css?15411673581314*/
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/dweb/fonts/Roboto/Roboto-Regular.eot");
	src: local('Roboto'),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Regular.woff") format("woff"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/dweb/fonts/Roboto/Roboto-Light.eot");
	src: local('Roboto Light'),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Light.woff") format("woff"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/dweb/fonts/Roboto/Roboto-Medium.eot");
	src: local('Roboto Medium'),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Medium.woff") format("woff"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/dweb/fonts/Roboto/Roboto-Bold.eot");
	src: local('Roboto Bold'),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Bold.woff") format("woff"),
		url("/local/templates/dweb/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* End */


/* Start:/local/templates/dweb/components/bitrix/form.result.new/training/style.css?17782429033223*/
.form-content .text {
	min-height: 386px;
	height: auto!important;
}
.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemError {
	display: none;
}
.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-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, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-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;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

@media all and (max-width: 650px) {

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/dweb/components/bitrix/form.result.new/modal/style.css?15411673585353*/
.webformModal{
    -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, 0, 0, 0.4);
    position: fixed;
    color: #000000;
    overflow: hidden;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webformModalHideScrollBar{
	position: relative;
	overflow: auto;
    height: 100%;
    width: 120%;
}

.webformModalcn100{
	position: relative;
	height: 100%;
	width: 100%;
	width: 100vw; /* css3 */
}
.webformModal.visible{
	display: block;
}

.webformModalContainer{
	transform: translateX(-50%) translateY(0%);
    /*transform: translateX(-50%) translateY(-50%);*/
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    position: absolute;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	margin-bottom: 100px;
    width: auto;
    top: 100px;
    left: 50%;
}

.small .webformModalContainer{
	transform: translateX(-50%) translateY(-50%);
	margin-bottom: 0px;
	top: 50%;
}

.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormModalHeading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webformModal .webFormDescription{
	padding: 0 24px;
}

.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError{
	padding: 0 24px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}


.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border-bottom: 1px solid #ff0000 !important;
}

.webFormMessage{
	-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, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

@media all and (max-width: 650px) {

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}
.modal .webFormMessageExit {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.modal .webFormMessageExit:before,
.modal .webFormMessageExit:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #000;
    top: 14px;
    left: 0;
    right: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;

}
.modal .webFormMessageExit:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.modal .webFormMessageExit:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}
.modal.open-modal-send-vacancy .img {
    left: 41px;
}
.modal.open-modal-send-vacancy .text {
    min-height: 426px;
}
.modal.open-modal-send-vacancy .form-content .text {
    padding: 20px 60px;
}
.modalBackClose {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

/* End */


/* Start:/local/templates/dweb/template_styles.css?1565709779186540*/
@charset "window-1251";
.bg-primary {
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button:focus {
  outline: none!important;
}
html,
body {
  height: 100%;
}
body {
  color: #000;
  font-family: "Verdana";
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.item-table tr:hover{
  background-color: #e1dfdd;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}
.btn-row-main-msf {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
/*	height: 0px;
	position: absolute;
    top: 70%;
    left: 10%;*/
    margin: -4px;
}
.btn-row-main-msf > a {margin: 4px;}
.custom-second-btn{
	margin-right: 20px;
}
.position-custom-msf-main{
	position: relative;
}
.position-custom-msf-main:hover{
	background: rgba(0,0,0,0.1);
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}
.block-file-gray{
	margin: 10px 0!important;
}
.item-download-list {
    border-bottom: 1px solid #e1dfdd;
    padding-bottom: 25px;
    margin: 0 -15px 40px!important;
}


.container {
  width: 1620px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.msf_block{
	height: 400px;
}
.select_none_for_custom{
	display: none;
}
.h1-gde{
	margin-bottom: 0px;
	float: left;
	margin-right: 20px;
	font-size: 22px!important;
	padding-top: 5px;
}
.down-gde{
	width: 20px;
    height: 30px;
    position: relative;
    top: 22px;
}
.gde-block-custom{
	width: 380px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.gde-block-custom-custom{
	float: left;
}
.gde-block-custom img{
	margin-right: 20px;
}
.gde-block-custom .custom-select-wrap{
	width: 250px;
}
.gde-block-custom .custom-select-items-open{
    position: relative;
    z-index: 2;
}
.btn-gde{
	position: relative;
	z-index: 1;
	height: 50px;
}
.container-small {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
a {
  color: #ff0000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 300;
  color: #1a1d22;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  color: #1a1d22;
  margin-bottom: 22px;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 22px;
}
h4,
.h4 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
h6,
.h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 16px;
}
img {
  max-width: 100%;
  border: 0;
}
p {
  line-height: 1.5;
  margin-bottom: 20px;

}
p + .h2 {
  margin-top: 30px;
}
.text-large {
  font-size: 20px;
  line-height: 1.2;
}
.text-small {
  font-size: 16px;
  font-weight: 300;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.color-white {
  color: #fff;
}
.bold {
  font-weight: 700;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.hidden {
  display: none;
}
.float-right {
  float: right;
  margin: 4px 0 30px 46px;
  max-width: 46%;
}
.float-left {
  float: left;
  margin: 4px 46px 30px 0;
  max-width: 46%;
}
.ul {
  list-style: none;
  margin-bottom: 20px;
  padding-right: 28px;
}
.ul li {
  line-height: 1.4;
  padding-bottom: 6px;
  left: 28px;
  position: relative;
}
.ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  margin-left: -28px;
  width: 16px;
  height: 16px;
  border: 1px solid #cecfc9;
  border-radius: 50%;
  background: url(/local/templates/dweb/images/check.png) center no-repeat;
}
.ul a {
  text-decoration: none;
}
.ul a:hover {
  color: #000;
  text-decoration: underline;
}
.ol {
  list-style: none;
  margin-bottom: 20px;
  counter-reset: item;
  padding-right: 42px;
}
.ol li {
  line-height: 1.4;
  padding: 4px 0 22px 0;
  left: 42px;
  position: relative;
}
.ol li::before {
  content: counter(item) '.';
  counter-increment: item;
  position: absolute;
  top: 0;
  height: 26px;
  line-height: 28px;
  padding-left: 12px;
  border-left: 2px solid #ff0000;
  margin-left: -42px;
  font-weight: 300;
}
.btn {
  display: inline-block;
  padding: 16px 20px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  border: none;
  background: none;
  cursor: pointer;
}
.btn::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #ff0000;
  border-radius: 3px;
  transition: 0.3s ease;
}
.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
  border-radius: 3px;
  transition: 0.3s ease;
}
.btn .ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.btn .ico.ico-first {
  margin-left: 0;
  margin-right: 8px;
}
.btn:hover {
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}
.btn:hover::after {
  opacity: 0;
}
.btn-border {
  border: 1px solid #ff0000;
  color: #000;
  transition: 0.3s ease 0.2s;
  overflow: hidden;
}
.btn-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  right: -20px;
  z-index: -1;
  bottom:-2px;
  background: #ff0000;
  border-radius: 0;
  transform: translate3d(-100%, 0, 0) skew(-30deg);
  transition: transform 0.5s cubic-bezier(0.5, 0.1, 0.15, 0.86);
}
.btn-border::after {
  display: none;
}
.btn-border .ico {
  border-color: #ff0000;
}
.btn-border:hover {
  transition: 0.3s ease;
  color: #fff;
}
.btn-border:hover::before {
  transform: translate3d(0, 0, 0) skew(-30deg);
}
.btn-border:hover .ico {
  border-color: #fff;
  transition-delay: 0.2s;
}
.btn-border-white {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease 0.2s;
  overflow: hidden;
}
.btn-border-white::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  right: -20px;
  z-index: -1;
  bottom: -2px;
  background: #fff;
  border-radius: 0;
  transform: translate3d(-100%, 0, 0) skew(-30deg);
  transition: transform 0.5s cubic-bezier(0.5, 0.1, 0.15, 0.86);
}
.btn-border-white::after {
  display: none;
}
.btn-border-white:hover {
  transition: 0.3s ease;
  color: #ff0000;
  box-shadow: none;
}
.btn-border-white:hover::before {
  transform: translate3d(0, 0, 0) skew(-30deg);
}
.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ff0000;
  transition: 0.3s ease 0.2s;
  overflow: hidden;
}
.btn-white::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -20px;
  right: -20px;
  z-index: -1;
  bottom: -2px;
  background: #fff;
  border-radius: 0;
  transform: translate3d(0, 0, 0) skew(-30deg);
  transition: transform 0.5s cubic-bezier(0.5, 0.1, 0.15, 0.86);
}
.btn-white::after {
  display: none;
}
.btn-white:hover {
  transition: 0.3s ease;
  color: #fff;
  box-shadow: none;
}
.btn-white:hover::before {
  transform: translate3d(100%, 0, 0) skew(-30deg);
}
.tab-nav {
  list-style: none;
}
.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 26px;
  margin-bottom: 32px;
  line-height: 1.4;
}
.table th {
  text-align: left;
  font-weight: 700;
  padding: 16px 10px 16px 0;
  border-top: 1px solid #000;
  vertical-align: top;
}
.table td {
  padding: 16px 10px 16px 0;
  border-bottom: 1px solid #e1dfdd;
  vertical-align: top;
}
.table tr:first-of-type {
  border-top: 1px solid #e1dfdd;
}
.clear {
  clear: both;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: 0.2s ease;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-btn-mobile {
  display: none!important;
}
.header-scroll {
  background: #fff;
  border-bottom: 1px solid #f2f0ed;
}
.header-logo {
  position: relative;
}
.header-logo::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -20px;
  background: #fff;
}
.header-logo a,
.header-logo div {
  display: block;
  position: relative;
  text-decoration: none;
}
.logo-full {
  display: block;
}
.logo-mobile {
  display: none;
}
.header-callback {
  text-align: right;
}
.phone-link {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  white-space: nowrap;
}
.btn-callback {
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin-top: 6px;
}
.btn-callback .ico {
  margin-right: 8px;
}
.btn-callback:hover {
  text-decoration: underline;
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-main > li {
  padding: 0 14px;
}
.menu-main-item {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 36px 0 42px;
  white-space: pre;
  font-weight: 500;
  color: #000;
  transition: 0.3s ease;
}
.menu-main-item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 2px;
  background: #ff0000;
  left: 50%;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu-main-item.active {
  color: #ff0000;
}
.menu-main-item.active::before {
  width: 100%;
}
.menu-main-item:hover::before {
  width: 100%;
}
.menu-item-parent > a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 4px;
  width: 4px;
  height: 4px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-main-sub-item {
  transition: 0.2s ease-in;
  padding: 0 20px;
}
.menu-main-sub-item > a {
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #f2f0ed;
  transition: 0.2s ease-in;
}
.menu-main-sub-item:hover > a,
.menu-main-sub-item.active > a {
  color: #ff0000;
}
.menu-main-sub {
  list-style: none;
}

.hook_address {
	padding-left: 14px;
}
.contacts-regions-city{
  color: #000;
  text-decoration: none;
  display: block;
}
.custom-marker {
    margin-top: 66px;
    margin-left: 104px;
}
.custom-marker > div:first-child {
    display: none!important;
}
.gm-style .gm-style-iw {
    left: 0!important;
}
.gm-style-iw + div {
    display: none!important;
}
.city-map {
    display: flex;
}
.contacts-page .contacts-prewie-map {
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (min-width: 1200px) {
  .menu-main-sub-wrap {
    position: absolute;
    margin-top: -12px;
    margin-left: -22px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    white-space: nowrap;
  }
  .menu-main-sub {
    background: #fff;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.14);
    border-top: 2px solid #ff0000;
  }
  .menu-main-sub::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 22px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ff0000;
  }
  .menu-main-sub-item {
    transition: 0.2s ease-in;
    padding: 0 20px;
  }
  .menu-main-sub-item > a {
    display: block;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #f2f0ed;
    transition: 0.2s ease-in;
  }
  .menu-main-sub-item.active {
    background: #f2f0ed;
  }
  .menu-main-sub-item.active > a {
    border-bottom: 1px solid transparent;
  }
  .menu-item-parent:hover .menu-main-sub-wrap {
    opacity: 1;
    overflow: visible;
    height: auto;
  }
}
.btn-menu-main {
  display: block;
  height: 44px;
  width: 44px;
  position: relative;
}
.btn-menu-main span {
  position: absolute;
  top: 20px;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #ff0000;
  transition: 0.2s linear 0.1s;
}
.btn-menu-main::before,
.btn-menu-main:after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #ff0000;
  transition: 0.2s top linear 0.2s, 0.2s transform linear;
}
.btn-menu-main::before {
  top: 12px;
}
.btn-menu-main::after {
  top: 28px;
}
.header-download-wrap {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  left: 10px;
  width: 260px;
  margin-top: 16px;
}
.header-download {
  margin-top: 16px;
  padding: 20px 10px;
  display: flex;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
  position: relative;
}
.header-download::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 22px;
  border: 5px solid transparent;
  border-bottom: 5px solid #ff7600;
}
.header-download-item {
  display: block;
  padding: 0 10px;
}
.header-download-item img {
  border-radius: 2px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.14);
  transition: 0.2s ease-in;
}
.header-download-item:hover img {
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.14);
}
@media (min-width: 1200px) {
  .header-btn-download {
    cursor: pointer;
  }
  .header-btn-download:hover .header-download-wrap {
    opacity: 1;
    overflow: visible;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .header-download-wrap {
    display: none;
    opacity: 1;
    height: auto;
  }

}
.overlay {
  position: fixed;
  z-index: 18;
  left: 0;
  right: 0;
  top: 66px;
  bottom: 0;
  display: none;
  background: #000;
  opacity: 0.3;
  cursor: pointer;
}
.column-navigation {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding-top: 21px;
  margin: 20px 0 60px;
}
.column-navigation-list {
  list-style-type: none;
}
.column-navigation-list li {
  line-height: 19px;
  margin-bottom: 26px;
}
.column-navigation-list li:last-child {
  margin-bottom: 0;
}
.column-navigation-list li.active {
  margin-bottom: 21px;
}
.column-navigation-list li.active > a {
  position: relative;
  display: block;
}
.column-navigation-list li.active.show > a {
  color: #ff0000;
}
.column-navigation-list li.active.show > a::after {
  opacity: 1;
}
.column-navigation-list li.active > .column-navigation-dropdown {
  display: block;
}
.column-navigation-list a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.column-navigation-list a::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-color: #ff0000;
  width: 2px;
  height: 132%;
  opacity: 0;
  transition: opacity .3s;
}
.column-navigation-list a:hover {
  color: #ff0000;
}
.column-navigation-dropdown {
  display: none;
  list-style-type: disc;
  padding-left: 16px;
  margin: 21px 0 33px;
}
.column-navigation-dropdown .column-navigation-dropdown {
  border-left: 1px solid #000;
  list-style-type: none;
  padding: 10px 0 10px 16px;
  margin: 12px 0 18px;
}
.column-navigation-dropdown li {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 21px;
}
.column-navigation-dropdown li:last-child {
  margin-bottom: 0;
}
.column-navigation-dropdown a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.column-navigation-dropdown a:hover {
  color: #ff0000;
}
@media screen and (max-width: 1366px) {
  .column-navigation-list a::after {
    right: -20px;
  }
}
@media screen and (max-width: 1080px) {
  .column-navigation {
    border: none;
    padding: 0;
    margin-top: 0;
  }
}
.filter-form {
  margin: 20px 0 42px;
}
.filter-form-list {
  list-style-type: none;
}
.filter-form-list li {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.filter-form-list li.active > .filter-form-dropdown {
  display: block;
}
.filter-form-list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.filter-form-button {
  position: relative;
  border: none;
  font-size: 20px;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  padding-left: 23px;
  transition: color .3s;
}
.filter-form-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  width: 2px;
  height: 100%;
  transition: background-color 0.3s;
}
.filter-form-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transition: border-color 0.3s;
}
.filter-form-button:hover {
  color: #ff0000;
}
.filter-form-button:hover::before {
  background-color: #000;
}
.filter-form-button:hover::after {
  border-color: #ff0000;
}
.filter-form-button.active::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.filter-form-dropdown {
  display: none;
  margin: 30px 0 10px;
}
.filter-form-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 27px;
}
.filter-form-item:last-child {
  margin-bottom: 0;
}
.filter-form-item .jq-checkbox {
  top: 2px;
  margin-right: 9px;
}
.filter-form-item label {
  font-size: 16px;
  line-height: 16px;
  user-select: none;
}
.filter-form-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.filter-form-accept {
  border: 1px solid #ff0000;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  width: 113px;
  height: 43px;
}
.filter-form-reset {
  border: none;
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
  width: 113px;
  height: 43px;
}
.filter-slider-values {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  user-select: none;
  color: #777;
  margin-bottom: 20px;
}
.filter-slider-input {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 20px;
  color: #444;
  text-align: center;
  max-width: 80px;
  height: 43px;
}
.filter-slider-dimension {
  text-transform: lowercase;
  margin: 0;
}
.filter-slider-range {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 2px;
}
.filter-slider-range .ui-slider-range {
  position: absolute;
  background-color: #ff0000;
  height: 2px;
  margin-bottom: 8px;
  z-index: 1;
}
.filter-slider-range .ui-slider-handle {
  position: absolute;
  top: -2px;
  border: 4px solid transparent;
  border-bottom: 7px solid #ff0000;
  cursor: pointer;
  z-index: 2;
}
.filter-slider-range .ui-slider-handle:nth-child(2) {
  transform: translateX(-47%);
}
.filter-slider-range .ui-slider-handle:last-child {
  transform: translateX(-53%);
}
.column-banner {
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
  border-radius: 3px;
  padding-top: 29px;
  margin-top: 42px;
  overflow: hidden;
}
.column-banner-caption {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 0 29px;
}
.column-banner-image {
  position: relative;
  font-size: 0;
}
.column-banner-image img {
  width: 100%;
}
.column-banner-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  cursor: pointer;
  width: 178px;
}
.column-banner-button span {
  position: relative;
  padding-right: 11px;
}
.column-banner-button span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 1080px) {
  .column-banner {
    margin-top: 21px;
  }
}
@media screen and (max-width: 769px) {
  .column-banner {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .filter-scroll {
    overflow-y: scroll;
    height: calc(100vh - 24px - 103px - 415px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .filter-scroll {
    height: calc(100vh - 24px - 103px);
  }
}
.filter-show {
  display: none;
}
@media screen and (max-width: 1080px) {
  .filter-show {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0;
    transform: translateX(100%);
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .filter-show::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-7px, -50%) rotate(-135deg);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 11px;
    height: 11px;
  }
}
.filter-show.active::before {
  transform: translate(-3px, -50%) rotate(45deg);
}
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 21;
}
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.page {
  position: relative;
  flex-grow: 1;
}
.block-indent {
  padding-left: 30px;
}
.title-line {
  padding-left: 30px;
  position: relative;
  font-weight: 300;
}
.title-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background: #ff0000;
}
.ico-phone-red {
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png);
}
.ico-download {
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -10px 0;
}
.ico-next {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-top: 2px solid;
  margin-top: -2px;
  transform: rotate(135deg);
}
.ico-back {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-top: 2px solid;
  margin-top: -2px;
  transform: rotate(-45deg);
}
.ico-zoom {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -131px 0;
}
.ico-waves {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 30px;
  background: url(/local/templates/dweb/images/waves.png);
}
.banner-main {
  position: relative;
}
.banner-main img {
  display: block;
  min-width: 100%;
}
.banner-main .banner-back {
  position: relative;
}
.banner-main .banner-back .front img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner-main .back-mobile {
  display: none;
}
.banner-main .title-line {
  font-size: 78px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner-main .right {
  padding-left: calc(33.333% + 30px);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-main .right::before {
  content: '';
  position: absolute;
  left: 33.333%;
  top: 0;
  bottom: 0;
  right: -20px;
  background: rgba(255, 255, 255, 0.9);
}
.banner-main .right * {
  position: relative;
}
.banner-center {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.banner-bottom {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
}
.mouse {
  display: inline-block;
  margin-bottom: 50px;
  animation: upDown 1s linear infinite;
  animation-direction: alternate;
}
.info-line-item {
  padding-left: 26px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-line-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 2px;
  background: #ff0000;
}
.col-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.col-3 > div {
  width: 33.3333%;
  padding: 0 20px;
}
.col-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.col-2 > div {
  width: 50%;
  padding: 0 20px;
}
.col-2 .block-line {
  padding-left: 20px;
  height: 100%;
}
.block-left {
  margin-bottom: 90px;
}
.block-left.block-orange {
  color: #fff;
}
.block-left.block-orange .h1,
.block-left.block-orange h1 {
  color: #fff;
}
.block-left.block-orange .container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.block-left.block-orange .container::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  right: 20px;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
}
.block-left.block-orange .container > * {
  position: relative;
}
.block-right {
  margin-bottom: 90px;
}
.block-right.block-orange {
  color: #fff;
}
.block-right.block-orange .container {
  position: relative;
}
.block-right.block-orange .container::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  right: -20px;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
}
.block-right.block-orange .container .text {
  position: relative;
}
.catalog-brand-wrap {
  display: flex;
  flex-wrap: wrap;
}
.catalog-brand-wrap .text {
  width: 400px;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  position: relative;
  margin-right: 14px;
}
.catalog-brand-wrap .text::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: -20px;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
}
.catalog-video {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
}
.catalog-video > div {
  flex-grow: 1;
  flex-basis: 0;
}
.catalog-video-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 270px;
  text-decoration: none;
  padding: 0 4px;
}

.catalog-video-item .back {
  position: absolute;
  /*z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;*/
}
.catalog-video-item .logo {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  min-height: 70px;
  line-height: 70px;
}
.catalog-video-item .logo img {
  vertical-align: middle;
  max-height: 70px;
}
.catalog-video-item .btn {
  position: relative;
  z-index: 1;
}
.block-flex-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}
.block-flex-line > * {
  margin-bottom: 16px;
}
.block-flex-line > *:not(:last-child) {
  margin-right: 36px;
}
.block-flex-line > * h1 {
  margin-bottom: 16px;
}
.section-text-gray {
  margin-top: 90px;
  position: relative;
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 250px, #f2f0ed 250px, #f2f0ed 100%);
  background-image: -o-linear-gradient(top, transparent 0%, transparent 250px, #f2f0ed 250px, #f2f0ed 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 250px, #f2f0ed 250px, #f2f0ed 100%);
  padding-bottom: 10px;
}
.section-text-gray .back-text-gray {
  position: absolute;
  left: 60%;
}
.back-text-gray {
  color: #f2f0ed;
  font-size: 354px;
  line-height: 260px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
}
.back-text-gray-small {
  color: #f2f0ed;
  font-size: 194px;
  line-height: 136px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
}
.back-text-white {
  color: #fff;
  font-size: 250px;
  line-height: 174px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
}
.catalog-grid-item {
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 20px;
  transition: 0.0s ease-in;
}
.catalog-grid-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  transition: 0.0s ease-in;
  background: #ff0000;
}
.catalog-grid-item .img-mobile {
  display: none;
}
.catalog-grid-item .info {
  position: relative;
  padding: 0 36px;
}
.catalog-grid-item .img {
  position: absolute;
}
.catalog-grid-item .link-more {
  margin-top: 30px;
}
.catalog-grid > div:nth-child(4) .catalog-grid-item .info .link-more,
.catalog-grid > div:nth-child(5) .catalog-grid-item .info .link-more {
  margin-top: 10px;
}
.catalog-grid-item .title-line {
  display: inline;
  color: #000;
  font-size: 36px;
  line-height: 1.2;
  padding-left: 0;
  border-bottom: 1px solid transparent;
  transition: 0.0s ease-in;
}
.catalog-grid-item .title-line::before {
  margin-left: -36px;
}
.catalog-grid-item:hover {
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.14);
}
.catalog-grid-item:hover::after {
  opacity: 1;
}
.catalog-grid-item:hover .title-line {
  border-color: inherit;
}
.catalog-grid-item:hover .link-more {
  text-decoration: underline;
}
.catalog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 30px -10px 90px;
}
.catalog-grid img {
  max-width: none;
}
.catalog-grid > div {
  padding: 0 10px;
  margin-bottom: 20px;
}
.catalog-grid > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1 / 3;
  height: 660px;
}
.catalog-grid > div:nth-child(1) .catalog-grid-item {
  padding-top: 470px;
}
.catalog-grid > div:nth-child(1) .catalog-grid-item .img {
  top: 0;
  left: 0;
  right: 0;
}
.catalog-grid > div:nth-child(1) .catalog-grid-item img {
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.catalog-grid > div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  grid-row: 1;
  height: 320px;
}
.catalog-grid > div:nth-child(2) .catalog-grid-item {
  padding-right: 430px;
}
.catalog-grid > div:nth-child(2) .catalog-grid-item .img {
  top: 0;
  bottom: 0;
  right: 0;
}
.catalog-grid > div:nth-child(2) .catalog-grid-item img {
  height: 100%;
}
.catalog-grid > div:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  grid-row: 2;
  height: 320px;
}
.catalog-grid > div:nth-child(3) .catalog-grid-item {
  padding-left: 400px;
}
.catalog-grid > div:nth-child(3) .catalog-grid-item .img {
  top: 0;
  bottom: 0;
  left: 0;
}
.catalog-grid > div:nth-child(3) .catalog-grid-item img {
  height: 100%;
}
.catalog-grid > div:nth-child(3) .catalog-grid-item .title-line::before {
  display: none;
}
.catalog-grid > div:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  grid-column: 4;
  grid-row: 1 / 3;
  height: 320px;
}
.catalog-grid > div:nth-child(4) .catalog-grid-item {
  padding-top: 190px;
}
.catalog-grid > div:nth-child(4) .catalog-grid-item .img {
  top: 0;
  left: 0;
  right: 0;
}
.catalog-grid > div:nth-child(4) .catalog-grid-item img {
  position: relative;
  left: 50%;
  height: 185px;
  transform: translate3d(-50%, 0, 0);
}
.catalog-grid > div:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  grid-column: 4;
  grid-row: 1 / 3;
  height: 320px;
}
.catalog-grid > div:nth-child(5) .catalog-grid-item {
  padding-top: 255px;
  margin-top: 340px;
}
.catalog-grid > div:nth-child(5) .catalog-grid-item .img {
  top: 0;
  left: 0;
  right: 0;
}
.catalog-grid > div:nth-child(5) .catalog-grid-item img {
  position: relative;
  left: 50%;
  height: 185px;
  transform: translate3d(-50%, 0, 0);
}
.catalog-grid > div:nth-child(5) .catalog-grid-item .info{
  top: -40px;
}
.link-more {
  font-size: 15px;
  letter-spacing: 1px;
  color: #ff0000;
}
.link-more::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(135deg);
}
.block-claim .container {
  padding-right: 880px;
  position: relative;
}
.block-claim .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.block-claim p {
  margin-bottom: 26px;
}
.block-claim .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-claim .img img {
  display: block;
  position: relative;
  margin-top: -49px;
  max-width: none;
}
.block-claim .text {
  padding: 20px 60px;
  color: #fff;
  height: 329px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  overflow: hidden;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
}
.block-claim .text > * {
  position: relative;
  z-index: 1;
}
.section-about {
  position: relative;
  background-image: -webkit-linear-gradient(top, #f2f0ed 0%, #f2f0ed 100px, #ffffff 100px, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f2f0ed 0%, #f2f0ed 100px, #ffffff 100px, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f2f0ed 0%, #f2f0ed 100px, #ffffff 100px, #ffffff 100%);
}
.section-about .back-text {
  position: absolute;
  top: 0;
  right: 74%;
  color: #fff;
  font-size: 194px;
  line-height: 141px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
}
.section-about .container {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.section-about .info {
  position: relative;
  width: 47%;
  padding-top: 200px;
  padding-bottom: 40px;
  flex-shrink: 0;
  min-height: 720px;
}
.section-about .img-right {
  position: relative;
}
.section-about .img-right img {
  max-width: none;
  display: block;
}
.slider-arrow {
  display: flex;
}
.btn-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.btn-arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: -4px;
  margin-left: -4px;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(135deg);
}
.btn-arrow:hover:before {
  border-color: #ff0000;
}
.btn-arrow.btn-arrow-prev:before {
  transform: rotate(-45deg);
}
.counter-slide-val {
  font-weight: 300;
  width: 60px;
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.counter-slide-current {
  font-size: 42px;
}
.section-gray {
  background: #f2f0ed;
}
.block-simple {
  padding-top: 90px;
  padding-bottom: 90px;
}
.block-line {
  padding-left: 40px;
  position: relative;
}
.block-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 2px;
  background: #ff0000;
}
.block-line > *:last-child {
  margin-bottom: 0;
}
.block-advantagers {
  margin-bottom: 0!important;
}
.block-advantagers .container {
  padding-right: 250px;
}
.block-advantagers .container::before {
  right: 150px!important;
}
.block-advantagers .h1 {
  padding-left: 30px;
}
.advantagers-list {
  margin: 40px -40px 0;
}
.advantagers-list > div {
  padding: 0 40px;
}
.advantagers-list > div:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ico-plus {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.ico-plus::before {
  content: '';
  position: absolute;
  top: 4px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.ico-plus::after {
  content: '';
  position: absolute;
  left: 4px;
  width: 2px;
  height: 10px;
  background: #fff;
}
.advantagers-item {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 300;
  padding: 20px 30px;
  background: url(/local/templates/dweb/images/waves.png) 10px 6px no-repeat;
  position: relative;
}
.advantagers-item .ico-plus {
  position: absolute;
  left: 0;
  top: 40px;
}
.form-field {
  display: block;
  width: 100%;
  max-width: 600px;
  background: none;
  border: 0;
  border-bottom: 1px solid #ffdacc;
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 15px;
  height: 40px;
  color: #ffdacc;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-field::-webkit-input-placeholder {
  color: #ffdacc;
}
.form-field::-moz-placeholder {
  color: #ffdacc;
  opacity: 1;
}
.form-field:-moz-placeholder {
  color: #ffdacc;
  opacity: 1;
}
.form-field:-ms-input-placeholder {
  color: #ffdacc;
}
.form-field:focus {
  outline: none!important;
  border-color: #fff;
  color: #fff;
}
.form-field:focus::-webkit-input-placeholder {
  color: #fff;
}
.form-field:focus::-moz-placeholder {
  color: #fff;
}
.form-field:focus:-moz-placeholder {
  color: #fff;
}
.form-field:focus:-ms-input-placeholder {
  color: #fff;
}
.form-field.error {
  border-color: #ff0000;
}
textarea.form-field {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-family: 'Roboto';
}
.inputselect {
    opacity: 0;
    position: absolute;
}
.custom-select {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.custom-select-selected {
    position: relative;
    font-size: 15px;
    height: 40px;
    color: #ffdacc;
    border-bottom: 1px solid #ffdacc;
    cursor: pointer;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
}
.custom-select-selected::first-letter {
    text-transform: uppercase;
}
.custom-select-selected:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}

.custom-select-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #f5f5f5;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
.custom-select-items span {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    color: #111;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-select-items span:hover {
    color: #ff0000;
}
.custom-select-items-open {
    margin: 0;
    pointer-events: auto;
    opacity: 1;
}
.checkbox {
  color: #fff;
}
.checkbox a {
  color: #fff;
}
.checkbox input {
  display: none;
}
.checkbox label {
  display: block;
  margin: 0;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.checkbox label::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  width: 20px;
  height: 19px;
  border: 1px solid #fff;
}
.checkbox label::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 6px;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 0;
}
.checkbox label a {
  color: #fff;
}
.checkbox label:hover::after {
  opacity: 0.5;
}
.checkbox input:checked + label::after {
  opacity: 1;
}
.agree {
  font-size: 14px;
  color: #ffdacc;
  margin-bottom: 20px;
}
.agree a {
  color: #ffdacc;
}
.form {
  overflow: hidden;
}
.form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.form-col .form-item {
  width: 50%;
  padding: 0 16px;
}
.form-col .form-item:last-child {
  width: 100%;
}
.form-content {
  margin-top: 40px;
}
.form-content .container {
  padding-right: 736px;
  position: relative;
}
.form-content .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 26px;
}
.form-content p {
  margin-bottom: 26px;
}
.form-content .img {
  position: absolute;
  right: -150px;
  top: 0;
  bottom: 0;
}
.form-content .img img {
  display: block;
  position: relative;
  max-width: none;
}
.form-content .text {
  padding: 20px 60px;
  color: #fff;
  height: 386px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
}
.form-support {
  margin-top: 60px;
}
.form-support .img {
  right: -150px;
}
.form-support .img img {
  margin-top: -60px;
}
.file-upload {
  position: relative;
  padding-left: 22px;
  margin-bottom: 30px;
  margin-top: 20px;
  cursor: pointer;
}
.file-upload::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 15px;
  background: url(/local/templates/dweb/images/file-upload.png);
}
input[type="file" i] {
    cursor: pointer;
}
.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-title {
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
.file-upload-del {
  display: none;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  cursor: pointer;
}
.file-upload-del::before,
.file-upload-del::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  width: 10px;
  background: #fff;
  left: 0;
  top: 8px;
}
.file-upload-del::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.file-upload-del::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.file-upload-del.visible {
  display: inline-block;
}
input[type=checkbox],
select[name=sorting] {
  display: none;
}
.jq-checkbox {
  position: relative;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
  cursor: pointer;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  transition: border-color 0.3s;
}
.jq-checkbox.checked {
  border-color: #ff0000;
}
.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
}
.jq-checkbox__div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s;
}
.jq-checkbox__div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/local/templates/dweb/images/ico-sprite-main.png');
  background-repeat: no-repeat;
  background-position-x: -53px;
  width: 8px;
  height: 6px;
}
.pagination {
  margin-top: 40px;
}
.pagination-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e1dfdd;
  color: #444;
  list-style-type: none;
  padding-bottom: 21px;
  margin: 0 auto;
}
.pagination li {
  position: relative;
  min-width: 20px;
  margin: 0 6px;
}
.pagination li:hover a {
  font-weight: 700;
}
.pagination li:hover a::after {
  opacity: 1;
}
.pagination li.active {
  color: #ff0000;
}
.pagination li.active a::after,
.pagination li.active span::after {
  background-color: #ff0000;
  opacity: 1;
}
.pagination li:first-child,
.pagination li:last-child {
  min-width: 50px;
}
.pagination a,
.pagination span {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.pagination a::after,
.pagination span::after {
  content: '';
  pointer-events: none;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: opacity .3s;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination-list {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .pagination-list li {
    max-width: 15px;
  }
  .pagination-list li span::after {
    bottom: -13px;
  }
}
.breadcrumbs-list {
  font-size: 0;
  font-weight: 300;
  color: #ff0000;
  list-style: none;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-list li {
  position: relative;
  font-size: 14px;
  vertical-align: baseline;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.breadcrumbs-list li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0dfdd;
}
.breadcrumbs-list li:first-child {
  padding-left: 0;
}
.breadcrumbs-list li:last-child {
  padding-right: 0;
}
.breadcrumbs-list li:last-child::after {
  display: none;
}
.breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.breadcrumbs-list a:hover {
  text-decoration: underline;
}
.breadcrumbs-list span {
  color: #99928a;
}
.page-inner .header {
  border-bottom: 1px solid #f2f0ed;
  background: #fff;
}
.page-inner h1 {
  margin-bottom: 36px;
}
.page-inner .h1 {
  font-size: 36px;
}
.title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-block > * {
  margin-bottom: 16px!important;
}
.title-block > *:first-child {
  margin-right: 48px;
}
.inner-wrap {
  padding-top: 95px;
}
.inner-top {
  margin: 0 auto;
}
.inner-top .container {
  position: relative;
  padding-top: 44px;
  padding-bottom: 20px;
}
.inner-content {
  padding-bottom: 80px;
}
.inner-content .container::after {
  content: '';
  display: block;
  clear: both;
}
.catalog-inner {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
.catalog-inner .catalog-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-inner::before {
  content: '';
  position: absolute;
  top: 150px;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: #f2f0ed;
}
.catalog-inner .back-text-gray {
  position: absolute;
  left: 46%;
  margin-top: -80px;
}
.arrow-red {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 12px;
  height: 7px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -97px 0;
  transition: 0.2s ease-in;
}
.date {
  width: 60px;
  flex-shrink: 0;
  text-align: center;
  color: #444;
  line-height: 1.3;
}
.date .day {
  font-size: 22px;
}
.blog-item {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  line-height: 1.4;
}
.blog-item .img {
  height: 224px;
  background-position: center;
  background-size: cover;
  margin-right: 70px;
  margin-bottom: 24px;
}
.blog-item .info {
  display: flex;
}
.blog-item .description {
  padding: 0 30px 22px;
}
.blog-item .title-line {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-left: -30px;
  transition: 0.2s linear;
}
.blog-item .text {
  font-size: 16px;
  color: #444;
  margin-bottom: 14px;
  max-height: 76px;
  overflow: hidden;
}
.blog-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 60px;
  right: 0;
  top: 60px;
  background: #f2f0ed;
  transition: 0.3s ease-out;
}
.blog-item:hover .title-line {
  color: #ff0000;
}
.blog-item:hover::before {
  box-shadow: 0 5px 18px rgba(255, 0, 0, 0.14), 0 2px 0 #ff0000;
}
.blog-item:hover .arrow-red {
  display: inline-block;
  font-size: 0;
  width: 32px;
  height: 7px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -77px 0;
}
.blog-simple-item {
  display: flex;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 22px;
}
.blog-simple-item .description {
  padding: 0 30px 22px;
}
.blog-simple-item .title-line {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-left: -30px;
  transition: 0.2s linear;
}
.blog-simple-item .text {
  font-size: 16px;
  color: #444;
  margin-bottom: 14px;
}
.blog-simple-item .date {
  width: 45px;
  text-align: left;
}
.blog-simple-item:hover .title-line {
  color: #ff0000;
}
.blog-simple-item:hover .arrow-red {
  display: inline-block;
  font-size: 0;
  width: 32px;
  height: 7px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -77px 0;
}
.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.blog-wrap > div {
  width: 25%;
  padding: 0 16px 30px;
}
.blog-wrap > div:first-child {
  width: 50%;
}
.blog-wrap > div:first-child .blog-item .text {
  display: none;
}
.blog-wrap > div:first-child .blog-item .img {
  height: 380px;
}
.blog-wrap > div:first-child .blog-item .title-line {
  font-size: 22px;
  padding-right: 20px;
  display: inline;
}
.blog-wrap > div:first-child .blog-item .title-line::before {
  bottom: auto;
  height: 28px;
}
.blog-wrap > div:first-child .blog-item::before {
  top: 64%;
}
.filtr-list {
  display: flex;
  flex-wrap: wrap;
}
.filtr-item {
  display: block;
  padding: 14px 20px 12px;
  text-decoration: none;
  font-size: 17px;
  color: #444;
  transition: color 0.2s linear;
  position: relative;
}
.filtr-item:not(:first-child):not(.active)::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background: #f2f0ed;
  height: 14px;
}
.filtr-item.active {
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 3px;
}
.filtr-item.active + .filtr-item::before {
  display: none;
}
.filtr-item:hover {
  color: #ff0000;
}
.right-top-block {
  position: relative;
  z-index: 2;
  float: right;
  width: 820px;
  margin: -44px -200px 20px 40px;
  height: 650px;
  background-position: center;
  background-size: cover;
}
.right-top-block .date {
  background: #fff;
  padding: 30px 0;
  border-right: 2px solid #ff0000;
  margin-top: 80px;
}
.right-top-block .gallery-2-item {
  margin-top: 40px;
}
.right-top-gallery {
  width: 890px;
}
.page-right-aside .container {
  position: relative;
}
.page-right-aside .content {
  width: calc(100% - 410px);
  padding-right: 70px;
}
.page-right-aside .right-top-block {
  height: 520px;
}
.bottom-content {
  margin-top: 40px;
  clear: both;
}
.right-aside {
  width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 34px;
}
.right-aside::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -30px;
  top: 0;
  bottom: -80px;
  right: -20px;
  background: #f2f0ed;
}
.right-aside .btn {
  padding: 14px 20px;
}
.right-aside .title-block {
  margin-bottom: 20px;
}
.right-aside .title-block > *:first-child {
  margin-right: 24px;
}
.right-aside .fix {
  position: fixed;
  top: 120px;
}
.right-aside .fix-end {
  position: absolute;
  top: auto;
  bottom: 0;
}
.quote-block {
  position: relative;
  padding: 8px 40px 12px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
}
.quote {
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
}
.quote::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 17px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -109px 0;
}
.quote::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #ff0000;
}
.quote-left {
  left: 0;
}
.quote-left::after {
  top: 28px;
  bottom: 0;
}
.quote-right {
  right: 0;
}
.quote-right::before {
  bottom: 0;
  transform: scale(-1, -1);
}
.quote-right::after {
  top: 0;
  bottom: 28px;
}
.float-gallery {
  width: 620px;
  max-width: 100%;
}
.gallery-3-item {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-3-item .img-item {
  width: 50%;
  padding: 0 10px;
  height: 223px;
}
.gallery-3-item .img-item:nth-child(1) {
  height: 466px;
  float: left;
}
.gallery-3-item .img-item:nth-child(2) {
  float: right;
  margin-bottom: 20px;
}
.gallery-3-item .img-item:nth-child(3) {
  float: right;
}
.gallery-3-item .img {
  display: block;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.gallery-3-item .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.gallery-3-item .btn-arrow-next {
  left: 60px;
}
.gallery-slide {
  position: relative;
}
.gallery-2-item {
  width: 700px;
  max-width: none;
}
.gallery-2-item .img {
  display: block;
  width: 400px;
  background-position: center;
  background-size: cover;
}
.gallery-2-item .img:nth-child(1) {
  height: 610px;
}
.gallery-2-item .img:nth-child(2) {
  height: 300px;
  position: absolute;
  top: 110px;
  right: 0;
}
.gallery-2-item .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.gallery-2-item .btn-arrow-next {
  left: 60px;
}
.block-file {
  margin: 34px 0;
  padding: 34px 0 16px;
  border-top: 1px solid #e1dfdd;
  border-bottom: 1px solid #e1dfdd;
  clear: both;
}
.block-file .h5 {
  margin-bottom: 24px;
}
.file-name {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.file-info {
  font-size: 16px;
  color: #444;
}
.file-item {
  position: relative;
  display: flex;
  text-decoration: none;
  margin-bottom: 24px;
}
.file-item .ico {
  width: 52px;
  flex-shrink: 0;
  margin-top: 6px;
}
.file-item:hover .file-name {
  text-decoration: underline;
}
.block-file-gray {
  margin: 60px 0;
  padding: 34px 40px 40px;
  background: #f2f0ed;
  max-width: 1040px;
}
.block-file-gray .file-name {
  font-size: 16px;
}
.block-file-gray .h3 {
  margin-bottom: 30px;
}
.through-one-item {
  display: block;
  text-decoration: none;
}
.through-one-item .img {
  background-position: center;
  background-size: cover;
  height: 480px;
  margin-bottom: 24px;
  transition: 0.2s ease-out;
}
.through-one-item .info {
  height: 122px;
}
.through-one-item .title {
  margin-bottom: 16px;
  color: #444;
  transition: 0.2s linear;
  line-height: 1.4;
  overflow: hidden;
  max-height: 64px;
}
.through-one-item:hover .img {
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.14), inset 0 -2px 0 #ff0000;
}
.through-one-item:hover .title {
  color: #ff0000;
}
.through-one-item:hover .link {
  text-decoration: underline;
}
.link {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.link .ico {
  margin-left: 8px;
}
.through-one-wrap {
  margin: 0 -50px;
}
.through-one-wrap > div {
  padding: 0 50px 20px;
}
.through-one-wrap > div:nth-child(even) .through-one-item .img {
  height: 320px;
}
.through-one-wrap > div:nth-child(5n) .through-one-item {
  margin-top: -158px;
}
.inner-objects {
  padding-bottom: 0!important;
  position: relative;
}
.inner-objects .container {
  position: relative;
}
.inner-objects .back-text-gray-small {
  position: absolute;
  z-index: -1;
  bottom: -22px;
  left: 49.5%;
}
.inner-objects .rectangle-01 {
  position: absolute;
  z-index: -1;
  top: -78px;
  left: 55%;
  right: -20px;
  height: 236px;
  background: #f2f0ed;
}
.inner-objects .rectangle-02 {
  position: absolute;
  z-index: -1;
  top: 240px;
  left: -20px;
  right: 86%;
  height: 590px;
  background: #f2f0ed;
}
.inner-objects .text {
  margin-bottom: 80px;
}
.block-gray {
  background: #f2f0ed;
  padding-top: 100px;
  padding-bottom: 100px;
}
.block-gray p:last-child {
  margin-bottom: 0;
}
.gallery-line-wrap {
  margin-top: -64px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 170px, #f2f0ed 170px, #f2f0ed 100%);
  background-image: -o-linear-gradient(top, transparent 0%, transparent 170px, #f2f0ed 170px, #f2f0ed 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 170px, #f2f0ed 170px, #f2f0ed 100%);
}
.gallery-line {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}
.gallery-line .slick-list {
  margin: 0 -10px;
}
.gallery-line .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
}
.gallery-line .btn-arrow-next {
  left: 60px;
}
.gallery-line .slick-slide {
  padding: 0 10px;
}
.gallery-line-item {
  display: block;
  padding-bottom: 74%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.gallery-line-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: -o-linear-gradient(right, #ff0000 0%, #ff8000 100%);
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
  opacity: 0;
  transition: 0.3s ease-out;
}
.gallery-line-item .ico-zoom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.gallery-line-item:hover::before {
  opacity: 0.4;
}
.gallery-line-item:hover .ico-zoom {
  opacity: 1;
}
.slick-dots {
  list-style: none;
  text-align: center;
  height: 10px;
  margin: 0 -7px;
}
.slick-dots span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 7px;
  border-radius: 50%;
  background: #000;
  transition: 0.2s ease;
}
.slick-dots li {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.slick-dots li:hover:not(.slick-active) {
  color: #ff4000;
}
.slick-dots li:hover:not(.slick-active) span {
  background: #ff4000;
}
.slick-dots .slick-active {
  color: #ff4000;
}
.slick-dots .slick-active span {
  background: none;
  width: 10px;
  height: 10px;
  border: 3px solid #ff4000;
}
.slider-simple img {
  width: 100%;
}
.slider-simple .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
}
.block-bottom-gray {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 250px, #f2f0ec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 250px, #f2f0ec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 250px, #f2f0ec 100%);
}
.block-bottom-gray .back-text {
  position: absolute;
  bottom: -64px;
  left: 32%;
  letter-spacing: 4px;
}
.block-bottom-gray .rectangle-03 {
  position: absolute;
  z-index: -1;
  top: -70px;
  left: 0;
  right: -20px;
  height: 230px;
  background: #f2f0ec;
}
.block-bottom-gray .container-small {
  position: relative;
  z-index: 1;
}
.slider-license .counter-slide-val {
  width: auto;
  margin-right: 30px;
}
.block-slider-right {
  display: flex;
  padding-bottom: 110px;
}
.block-slider-right .slider-block {
  width: 640px;
  padding: 30px 10px 0 110px;
  flex-shrink: 0;
  position: relative;
}
.block-space-between {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.block-space-between > div:not(:last-child) {
  margin-right: 6px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.gallery-line-3-item {
  margin: 24px -10px 0;
}
.gallery-line-3-item .slick-slide {
  padding: 0 10px 20px;
}
.gallery-line-3-item .img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 145%;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease-out;
}
.gallery-line-3-item .img:hover {
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.14);
}
.gallery-line-3-item .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  margin-top: -40px;
  background: none;
}
.gallery-line-3-item .btn-arrow-prev {
  left: -28px;
}
.gallery-line-3-item .btn-arrow-next {
  right: -28px;
}
.block-line-ico-item {
  position: relative;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 2px solid #ff0000;
}
.block-line-ico-item .ico {
  position: absolute;
  left: 16px;
  top: -16px;
}
.block-line-ico-item > *:last-child {
  margin-bottom: 0;
}
.block-city {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.block-city .container-small {
  position: relative;
}
.block-city .info {
  width: 440px;
}
.block-city .img-back {
  position: absolute;
  left: 470px;
  bottom: -44px;
  max-width: none;
}

.block-align-center {
  align-items: center;
}
.block-slider-left-out {
  position: relative;
}
.block-slider-left-out .info {
  width: 46%;
}
.block-slider-left-out .slider-block {
  width: 54%;
  padding-right: 50px;
  position: relative;
}
.block-slider-left-out .counter-slide-val {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -30px;
  margin: 0;
}
.block-slider-left-out .container-small {
  position: relative;
  padding-bottom: 100px;
  padding-top: 30px;
}
.block-slider-left-out .back-text {
  position: absolute;
  bottom: 0;
  left: -200px;
  font-size: 165px;
  line-height: 120px;
}
.slider-5-item {
  width: 1220px;
  float: right;
}
.slider-5-item .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.slider-5-item .btn-arrow-prev {
  right: 60px;
}
.slider-5-item-slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  margin: 0 -6px -12px;
}
.slider-5-item-slide .img {
  display: block;
  background-position: center;
  background-size: cover;
  height: 100%;
  transition: 0.3s ease;
}
.slider-5-item-slide .img:hover {
  opacity: 0.8;
}
.slider-5-item-slide > div {
  padding: 0 6px 12px;
  height: 300px;
}
.slider-5-item-slide > div:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-column: 1;
  grid-row: 1;
}
.slider-5-item-slide > div:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 1;
  grid-row: 2;
}
.slider-5-item-slide > div:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-column: 2;
  grid-row: 1 / 3;
  height: 600px;
}
.slider-5-item-slide > div:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-column: 3;
  grid-row: 1;
}
.slider-5-item-slide > div:nth-child(5) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-column: 3;
  grid-row: 2;
}
.square-info {
  padding-top: 80px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.square-info::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 132px;
  height: 132px;
  border: 2px solid #ff0000;
}
.square-info .large {
  font-size: 80px;
  line-height: 0.8;
  margin-left: -4px;
}
.square-info .medium {
  font-size: 60px;
  margin-bottom: 6px;
  font-weight: 700;
}
.blcok-about-advantagers {
  padding-bottom: 90px;
}
.blcok-about-advantagers .square-info {
  position: absolute;
  top: 210px;
  margin-left: -100px;
}
.blcok-about-advantagers .slider-block {
  padding-left: 80px;
  position: relative;
}
.blcok-about-advantagers .info {
  padding-right: 40px;
  padding-bottom: 20px;
}
.blcok-about-advantagers .block-indent > *:last-child {
  margin-bottom: 0;
}
.block-about-vacancies .cols {
  display: flex;
}
.block-about-vacancies .img-right {
  width: 580px;
  padding-left: 40px;
  flex-shrink: 0;
  margin-top: -30px;
}
.block-about-vacancies .img-right img {
  display: block;
  max-width: none;
}
.block-about-vacancies .container-small {
  position: relative;
}
.block-about-vacancies .back-text {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: -10%;
  font-size: 254px;
  line-height: 180px;
}
.vacancies-list {
  margin: 20px 0;
}
.vacancies-item {
  display: block;
  border-top: 1px solid #f2f0ed;
  padding-top: 34px;
  padding-bottom: 40px;
  text-decoration: none;
  color: #444;
}
.vacancies-item p {
  margin-bottom: 24px;
}
.vacancies-item:hover .link-more {
  text-decoration: underline;
}
.catalog-page {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1620px;
  margin: 92px auto 0;
  padding: 0 20px 0 280px;
}
.catalog-page-filter {
  position: absolute;
  top: 38px;
  left: 20px;
  background-color: #fff;
  width: 260px;
  padding-right: 30px;
}
.catalog-page-filter.fixed {
  position: fixed;
}
.catalog-page-filter .title {
  font-size: 24px;
  line-height: 28px;
  color: #191e1f;
  margin-bottom: 20px;
}
.catalog-page-content {
  flex: 1 1;
  width: 100%;
  max-width: 1320px;
  transition: min-height 0.3s;
}
.catalog-page-wrapper {
  position: relative;
  padding: 40px 0 40px 60px;
}
.catalog-page-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f0ed;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.catalog-page-wrapper .back-text {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(10%, 35%);
  font-size: 194px;
  font-weight: 700;
  line-height: 141px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .catalog-page {
    margin-top: 74px;
  }
}
@media screen and (max-width: 1366px) {
  .catalog-page {
    padding-left: 240px;
  }
  .catalog-page-wrapper {
    padding: 25px 0 25px 30px;
  }
  .catalog-page-filter {
    max-width: 220px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .catalog-page {
    padding: 0 15px 0 0;
  }
  .catalog-page-wrapper {
    padding: 25px 0 25px 15px;
  }
  .catalog-page-wrapper .back-text {
    display: none;
  }
  .catalog-page-filter {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    max-width: 260px;
    padding: 9px 20px 15px;
    height: 100%;
    z-index: 21;
    transition: transform .3s;
  }
  .catalog-page-filter .title.border {
    border-bottom: 1px solid #e5e5e5;
    max-width: 183px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .catalog-page-filter.active {
    transform: translateX(0);
  }
}
.sorting-item {
  border-top: 1px solid #e1dfdd;
  padding-top: 21px;
  margin: 40px 0;
}
.sorting-item-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -15px -15px;
}
.sorting-item-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 15px 15px;
}
.sorting-item-caption {
  color: #444;
  margin: 0 30px 0 0;
}
.sorting-item-button {
  position: relative;
  border: none;
  font-size: 16px;
  color: #191e1f;
  background-color: transparent;
  cursor: pointer;
  padding: 0 23px 0 5px;
  margin-right: 20px;
  transition: color .3s;
}
.sorting-item-button:last-child {
  margin-right: 0;
}
.sorting-item-button::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -25px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 2px;
  transition: background-color 0.3s;
}
.sorting-item-button:hover::before {
  background-color: #ff0000;
}
.sorting-item-button.popular {
  margin-right: 30px;
}
.sorting-item-button.popular:last-child {
  margin-right: 0;
}
.sorting-item-button.popular::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transition: border-color 0.3s;
}
.sorting-item-button.price::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url('/local/templates/dweb/images/ico-sprite-main.png');
  background-repeat: no-repeat;
  -ms-background-position-x: -69px;
  background-position-x: -69px;
  width: 8px;
  height: 11px;
}
.sorting-item-button.price.min::after {
  transform: translateY(-50%) rotate(180deg);
}
.sorting-item-button.popular::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transition: border-color 0.3s;
}
.sorting-item-button.active {
  color: #ff0000;
}
.sorting-item-button.active::before {
  background-color: #ff0000;
}
.sorting-item-button.active::after {
  border-color: #ff0000;
  -ms-background-position-x: -61px;
  background-position-x: -61px;
}
.sorting-item-chek {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 30px;
}
.sorting-item-chek:last-child {
  margin-right: 0;
}
.sorting-item-chek label {
  font-size: 16px;
  user-select: none;
  cursor: pointer;
  margin-left: 10px;
}
@media screen and (max-width: 1366px) {
  .sorting-item {
    padding-top: 15px;
    margin: 30px 0;
  }
  .sorting-item-caption {
    font-size: 16px;
  }
  .sorting-item-button {
    font-size: 16px;
  }
  .sorting-item-button::before {
    top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .sorting-item-wrapper {
    margin: 0;
  }
  .sorting-item-container {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 15px;
  }
  .sorting-item-wrapper {
      display: flex;
      align-items: flex-start;
  }
  .sorting-item-caption {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sorting-item-button {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .sorting-item-button::before {
    display: none;
  }
  .sorting-item-button:last-child {
    margin-bottom: 0;
  }
  .sorting-item-chek {
    margin-bottom: 10px;
  }
  .sorting-item-chek label {
    font-size: 16px;
  }
  .sorting-item-chek:last-child {
    margin-bottom: 0;
  }
}
.item-catalog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  list-style: none;
  margin: -10px;
}
.item-catalog-unit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 240px;
  max-width: 300px;
  margin: 10px;
}
.item-catalog-unit a {
    display: block;
    height: 100%;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    background-color: #fff;
    min-height: 421px;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.item-catalog-unit--section a {
  min-height: 320px;
}
.item-catalog-unit:hover a {
  border-color: #ff0000;
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.14);
}
.item-catalog-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 280px;
  margin: 20px 20px 18px;
  overflow: hidden;
}
.item-catalog-unit.bg-content .item-catalog-image {
  -webkit-background-size: contain;
  background-size: contain;
}
.item-catalog-unit--section .item-catalog-image {
  height: 212px;
  margin: 0 0 30px;
}
.item-catalog-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  min-height: 100%;
}
.item-catalog-information {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 28px;
}
.item-catalog-caption {
  position: relative;
  flex: 1 1 100%;
  text-decoration: none;
  color: #191e1f;
  padding: 0 30px;
  margin-bottom: 18px;
  transition: color .3s;
}
.item-catalog-caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  width: 2px;
  height: 100%;
  transition: background-color 0.3s;
}
.item-catalog-caption:hover {
  color: #ff0000;
}
.item-catalog-caption:hover::before {
  background-color: #000;
}

.item-catalog-caption:last-child {
  margin-bottom: 0;
}
.item-catalog-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  width: 100%;
  padding: 0 30px;
  margin: -5px 0;
}
.item-catalog-price {
  line-height: 1;
  margin: 5px 15px 5px 0;
}
.item-catalog-price span {
  font-size: 24px;
}
.item-catalog-more {
  position: relative;
  font-size: 13px;
  text-decoration: none;
  padding-right: 14px;
  margin: 5px 0;
}
.item-catalog-more::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 1400px) {
  .item-catalog-unit {
    flex-basis: 230px;
  }
}
@media screen and (max-width: 1366px) {
  .item-catalog-unit {
    flex-basis: 33.3333%;
    flex-grow: 0;
    max-width: none;
    margin: 0;
    padding: 0 8px 16px;
    background: none;
  }
  .item-catalog-unit a{
      background: #fff;
  }
  .item-catalog-information {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .item-catalog-image {
    margin-bottom: 15px;
  }
  .item-catalog-unit {
    flex-basis: 50%;
  }
  .item-catalog-unit a {
    min-height: inherit;
  }
  .item-catalog-caption,
  .item-catalog-bottom {
    padding: 0 16px;
  }
}
@media screen and (max-width: 380px) {
  .item-catalog-unit {
    flex-basis: 100%;
  }
}
.information-catalog {
  margin: 100px 0 100px 60px;
}
.information-catalog-caption {
  position: relative;
  font-size: 36px;
  line-height: 43px;
  color: #1a1e22;
  padding-left: 30px;
  margin-bottom: 30px;
}
.information-catalog-caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  width: 2px;
  height: 100%;
}
.information-catalog-content {
  margin-left: 30px;
  color: #333;
}
.information-catalog-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .information-catalog {
    margin: 80px 0 80px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .information-catalog {
    margin: 40px 0 60px 30px;
  }
  .information-catalog-caption {
    font-size: 28px;
    line-height: 34px;
    padding-left: 21px;
    margin-bottom: 21px;
  }
  .information-catalog-content {
    font-size: 14px;
    margin-left: 21px;
  }
}
@media screen and (max-width: 768px) {
  .information-catalog {
    margin: 30px 0 45px 15px;
  }
  .information-catalog-content {
    margin-left: 0;
  }
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.footer {
  position: relative;
  z-index: 2;
  padding-top: 36px;
  background: url(/local/templates/dweb/images/footer-back.jpg);
  background-size: cover;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.footer-logo {
  padding-top: 20px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.footer-menu {
  list-style: none;
  padding-left: 22px;
  position: relative;
}
.footer-menu::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #ff0000;
}
.footer-menu a {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 0;
}
.footer-menu a.active,
.footer-menu a:hover {
  text-decoration: underline;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  font-size: 14px;
  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;
}
.dw-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dw-link img {
  margin-left: 10px;
}
.phone-white {
  display: block;
  font-size: 26px;
  text-decoration: none;
  margin-bottom: 30px;
}
.phone-white i {
  margin-right: 10px;
}
.mail-white {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.mail-white i {
  margin-right: 10px;
}
.ico-phone-gray {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -18px 0;
}
.ico-mail-gray {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  background: url(/local/templates/dweb/images/ico-sprite-main.png) -36px 0;
}
.soc .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.soc-list {
  display: flex;
  justify-content: center;
}
.soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
}
.soc-item:not(:last-child) {
  margin-right: 6px;
}
.soc-item:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.ico-fb {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(/local/templates/dweb/images/ico-soc.png) 0 0;
}
.ico-inst {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/dweb/images/ico-soc.png) -10px 0;
}
.ico-vk {
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(/local/templates/dweb/images/ico-soc.png) -30px 0;
}
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translate3d(0, -14px, 0);
    transform: translate3d(0, -14px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes upDown {
  from {
    -webkit-transform: translate3d(0, -14px, 0);
    transform: translate3d(0, -14px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeLTR {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeLTR {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 1140px) {
  .banner-main.animate-load .front img {
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  .banner-main.animate-scroll .front img {
    opacity: 1;
  }
  .banner-main.animate-scroll .front img:nth-child(1) {
    transition-delay: 0.35s;
  }
  .banner-main.animate-scroll .front img:nth-child(2) {
    transition-delay: 0.7s;
  }
  .banner-main.animate-scroll .front img:nth-child(3) {
    transition-delay: 1.05s;
  }
  .banner-main.animate-scroll .front img:nth-child(4) {
    transition-delay: 1.4s;
  }
  .banner-main.animate-scroll .front img:nth-child(5) {
    transition-delay: 1.75s;
  }
  .banner-main.animate-scroll .front img:nth-child(6) {
    transition-delay: 2.1s;
  }
  .banner-main.animate-scroll .front img:nth-child(7) {
    transition-delay: 2.45s;
  }
  .banner-main.animate-scroll .front img:nth-child(8) {
    transition-delay: 2.70s;
  }
  .banner-main.animate-scroll .front img:nth-child(9) {
    transition-delay: 2.95s;
  }
  .animate .animate-diagonal,
  .animate-load .animate-diagonal {
    overflow: hidden;
  }
  .animate .animate-diagonal::after,
  .animate-load .animate-diagonal::after {
    content: '';
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 200%;
    width: 200%;
    transform: translate3d(-50%, -50%, 0);
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    transition: 0s cubic-bezier(0.5, 0.1, 0.15, 0.86) 0s;
  }
  .animate .animate-text,
  .animate-load .animate-text {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    transition: 0.9s ease;
  }
  .animate-scroll .animate-diagonal::after {
    transform: translate3d(100%, 100%, 0);
  }
  .animate-scroll .animate-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .block-left.animate-scroll .catalog-video > div:nth-child(2) .animate-diagonal::after {
    transition-delay: 1.1s;
  }
  .block-advantagers.animate .advantagers-item {
    opacity: 0;
  }
  .block-advantagers.animate-scroll .advantagers-item {
    animation: fadeLTR 1.2s cubic-bezier(0.5, 0.1, 0.15, 0.86) forwards;
  }
  .block-advantagers.animate-scroll .advantagers-list > div:nth-child(1) .advantagers-item {
    animation-delay: 0.4s;
  }
  .block-advantagers.animate-scroll .advantagers-list > div:nth-child(2) .advantagers-item {
    animation-delay: 0.6s;
  }
  .block-advantagers.animate-scroll .advantagers-list > div:nth-child(3) .advantagers-item {
    animation-delay: 0.8s;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none!important;
}
.slick-arrow.slick-hidden {
  display: none;
}
.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%);
  }
}
@media (min-width: 1640px) {
  .header-logo::before {
    left: calc((100vw - 1580px)/-2);
  }
  .banner-main .right::before {
    right: calc((100vw - 1580px)/-2);
  }
  .block-left.block-orange .container::before {
    left: calc((100vw - 1580px)/-2);
  }
  .block-right.block-orange .container::before {
    right: calc((100vw - 1580px)/-2);
  }
  .block-claim .img::before {
    content: '';
    position: absolute;
    left: 50%;
    right: calc((100vw - 1580px)/-2);
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, #afadae 0%, #c2c2c3 100%);
    background: -o-linear-gradient(top, #afadae 0%, #c2c2c3 100%);
    background: linear-gradient(to bottom, #afadae 0%, #c2c2c3 100%);
  }
  .catalog-brand-wrap .text::before {
    left: calc((100vw - 1580px)/-2);
  }
  .section-about .container::before {
    left: calc((100vw - 1580px)/-2);
  }
  .catalog-inner::before {
    left: calc((100vw - 1580px)/-2);
    right: calc((100vw - 1580px)/-2);
  }
  .inner-objects .rectangle-01 {
    right: calc((100vw - 1580px)/-2);
  }
  .inner-objects .rectangle-02 {
    left: calc((100vw - 1580px)/-2);
  }
}
@media (min-width: 1500px) {
  .block-bottom-gray .rectangle-03 {
    right: calc((100vw - 1440px)/-2);
  }
}
@media (max-width: 1840px) {
  .section-about .back-text {
    left: 0;
  }
  .slider-5-item {
    width: 900px;
  }
}
@media (max-width: 1660px) {

  .header-logo::before {
    right: 0;
  }
  .menu-main > li {
    padding: 0 10px;
  }
  .menu-main-item {
    font-size: 18px;
  }
  .banner-main .title-line {
    font-size: 66px;
  }
  .banner-main .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mouse {
    margin-bottom: 30px;
  }
  .catalog-video-item {
    height: 240px;
  }
  .catalog-grid-item .title-line {
    font-size: 32px;
  }
  .block-claim .title {
    font-size: 34px;
  }
  .block-advantagers .container {
    padding-right: 170px;
  }
  .advantagers-list {
    margin: 0 -20px;
  }
  .advantagers-list > div {
    padding: 0 20px;
  }
  .advantagers-item {
    padding-right: 0;
  }
  .blog-wrap {
    margin: 0 -10px;
  }
  .blog-wrap > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-wrap > div:first-child .blog-item .title-line {
    font-size: 17px;
  }
  .blog-item {
    min-height: auto;
  }
  .blog-item::before {
    left: 46px;
  }
  .blog-item .img {
    margin-right: 50px;
    margin-bottom: 16px;
  }
  .blog-item .title-line {
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: -18px;
    padding-left: 18px;
  }
  .blog-item .description {
    padding: 0 18px 20px;
  }
  .blog-item .date {
    width: 46px;
    font-size: 14px;
  }
  .blog-item .date .day {
    font-size: 20px;
  }
  .through-one-item .img {
    height: 420px;
    margin-bottom: 10px;
  }
  .through-one-item .info {
    height: 100px;
  }
  .through-one-wrap {
    margin: 0 -20px;
  }
  .through-one-wrap > div {
    padding: 0 20px 20px;
  }
  .through-one-wrap > div:nth-child(even) .through-one-item .img {
    height: 270px;
  }
  .through-one-wrap > div:nth-child(5n) .through-one-item {
    margin-top: -148px;
  }
}
@media (max-width: 1500px) {
  .block-claim .img {
    left: 556px;
  }
  .block-claim .container {
    padding-right: calc(100% - 590px);
  }
  .header .btn .ico {
    display: none;
  }
  .header .btn {
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 10px;
  }
}
@media (max-width: 1400px) {


  .phone-link {
      font-size: 15px;
  }
  .menu-main > li {
    padding: 0 8px;
  }
  .header-logo {
      padding-right: 0;
      width: 66px;
  }
  .menu-main-item {
    padding: 30px 0;
  }
  .banner-main .title-line {
    font-size: 54px;
    margin-bottom: 12px;
  }
  .banner-main .h3 {
    font-size: 23px;
  }
  .banner-center {
    top: -60px;
  }
  .info-line-item {
    padding-left: 16px;
  }
  .text-large {
    font-size: 16px;
  }
  .mouse {
    margin-bottom: 0;
  }
  .mouse img {
    transform: scale(0.7);
  }
  .catalog-brand-wrap .text {
    width: 300px;
    font-size: 20px;
  }
  .block-left {
    margin-bottom: 60px;
  }
  .section-text-gray {
    margin-top: 60px;
  }
  h1,
  .h1 {
    font-size: 36px!important;
  }
  .phone-white {
    font-size: 18px;
  }
  .footer-menu {
    padding-left: 14px;
  }
  .catalog-grid {
    margin-top: 14px;
    margin-bottom: 60px;
  }
  .catalog-grid > div:nth-child(2),
  .catalog-grid > div:nth-child(3) {
    height: 240px;
  }
  .catalog-grid > div:nth-child(1) {
    height: 500px;
  }
  .catalog-grid > div:nth-child(4) {
    height: 240px;
  }
  .catalog-grid > div:nth-child(5) {
    height: 240px;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item {
    padding-top: 370px;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item {
    padding-top: 155px;
  }
  .catalog-grid > div:nth-child(5) .catalog-grid-item {
    padding-top: 190px;
    margin-top: 260px;
  }
  .catalog-grid > div:nth-child(1) img {
    width: 284px;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item .info {
    top: -20px;
  }
  .catalog-grid > div:nth-child(4) img  {
    height: 150px!important;
  }
  .catalog-grid > div:nth-child(5) img  {
    height: 150px!important;
  }
  .catalog-grid > div:nth-child(2) .catalog-grid-item {
    padding-right: 330px;
  }
  .catalog-grid > div:nth-child(3) .catalog-grid-item {
    padding-left: 300px;
  }
  .catalog-grid-item .title-line {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .catalog-grid-item .title-line::before {
    margin-left: -20px;
  }
  .catalog-grid-item .info {
    padding: 0 20px;
  }
  .block-left.block-orange .container {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .advantagers-item {
    font-size: 17px;
  }
  .block-simple {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .inner-wrap {
    padding-top: 72px;
  }
  .inner-top .container {
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .breadcrumbs-list {
    margin-bottom: 10px;
  }
  .title-block > *:first-child {
    margin-right: 30px;
  }
  .page-inner h1 {
    margin-bottom: 18px;
  }
  h1,
  .h1 {
    font-size: 32px!important;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  .filtr-item {
    padding: 8px 14px;
  }
  .right-top-block {
    width: 550px;
    max-width: 42%;
    margin-right: -20px;
    margin-top: -26px;
    height: 480px;
  }
  .gallery-2-item {
    width: 100%;
  }
  .gallery-2-item .img {
    width: 60%;
  }
  .gallery-2-item .img:nth-child(1) {
    height: 440px;
  }
  .gallery-2-item .img:nth-child(2) {
    top: 50px;
    height: 270px;
  }
  .block-file-gray {
    margin: 30px 0;
    padding: 24px;
  }
  .form-content .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .form-content .text {
    padding: 20px;
  }
  .form-school .container {
    padding-right: 460px;
  }
  .form-school .text {
    height: 300px;
  }
  .form-school .img {
    right: -230px;
  }
  .form-school .img img {
    height: 300px;
  }
  .form-support .container {
    padding-right: 460px;
  }
  .form-support .text {
    height: 300px;
  }
  .form-support .img {
    right: -230px;
  }
  .form-support .img img {
    margin-top: -47px;
    height: 347px;
  }
  .form-field,
  .custom-select-selected {
    padding: 8px 0;
    margin-bottom: 14px;
    height: 34px;
  }
  .agree {
    margin-top: 8px;
  }
  .float-gallery {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .page-right-aside .content {
    padding-right: 30px;
  }
  .bottom-content {
    margin-top: 20px;
  }
  .block-bottom-gray {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .block-slider-right {
    padding-bottom: 60px;
  }
  .block-city {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .block-city .img-back {
    left: 330px;
  }
  .block-slider-right .slider-block {
    width: 590px;
    padding: 22px 30px 0 50px;
    margin-left: 16px;
  }
  .slider-5-item {
    width: 700px;
  }
  .slider-5-item-slide > div {
    height: 250px;
  }
  .slider-5-item-slide > div:nth-child(3) {
    height: 500px;
  }
  .block-slider-left-out .counter-slide-val {
    right: -14px;
  }
  .blcok-about-advantagers .square-info {
    top: 100px;
    margin-left: -80px;
  }
}
@media (max-width: 1250px) {
  .header-logo {
    padding: 8px 20px 8px 0;
    width: 90px;
  }
  .header-nav {
    position: fixed;
    left: -250px;
    top: 71px;
    bottom: 0;
    overflow: auto;
    width: 250px;
    background: #fff;
    padding: 20px 14px;
    display: block!important;
    transition: 0.3s ease-out;
    border-top: 1px solid #f2f0ed;
  }
  .menu-main {
    display: block;
  }
  .menu-main-item {
    padding: 10px 0;
    font-size: 18px;
  }
  .menu-main-item::before {
    display: none;
  }
  .menu-main-sub-wrap {
    display: none;
  }
  .header-btn-mobile {
    display: flex!important;
    margin: 0 20%;
  }
  .menu-main-open {
    overflow: hidden!important;
  }
  .menu-main-open .header {
    background: #fff;
    border-bottom: 1px solid #f2f0ed;
  }
  .menu-main-open .btn-menu-main::before,
  .menu-main-open .btn-menu-main::after {
    top: 20px;
    transition: 0.2s top linear, 0.2s transform linear 0.2s;
  }
  .menu-main-open .btn-menu-main::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(45deg);
  }
  .menu-main-open .btn-menu-main::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(-45deg);
  }
  .menu-main-open .btn-menu-main span {
    opacity: 0;
  }
  .menu-main-open .overlay {
    display: block;
  }
  .menu-main-open .header-nav {
    left: 0;
  }
  .banner-main .title-line {
    font-size: 42px;
    padding-left: 16px;
  }
  .banner-main .h3 {
    font-size: 18px;
  }
  .block-left {
    margin-bottom: 20px;
  }
  .section-text-gray {
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 160px, #f2f0ed 160px, #f2f0ed 100%);
    background-image: -o-linear-gradient(top, transparent 0%, transparent 160px, #f2f0ed 160px, #f2f0ed 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 160px, #f2f0ed 160px, #f2f0ed 100%);
    margin-top: 30px;
  }
  .section-text-gray .back-text {
    display: none;
  }
  .catalog-grid {
    margin: 14px -6px 40px;
  }
  .catalog-grid > div {
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .catalog-grid > div:nth-child(1){
    height: 432px;
  }
  .catalog-grid > div:nth-child(4) {
    height: 210px;
  }
  .catalog-grid > div:nth-child(5) {
    height: 210px;
  }
  .catalog-grid > div:nth-child(1) img {
    width: 248px;
  }
  .catalog-grid > div:nth-child(4) img {
    height: 125px!important;
  }
  .catalog-grid > div:nth-child(5) img {
    height: 125px!important;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item {
    padding-top: 350px;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item {
    padding-top: 130px;
  }
  .catalog-grid > div:nth-child(5) .catalog-grid-item {
    padding-top: 180px;
    margin-top: 222px;
  }
  .catalog-grid > div:nth-child(2),
  .catalog-grid > div:nth-child(3) {
    height: 210px;
  }
  .catalog-grid > div:nth-child(2) .catalog-grid-item {
    padding-right: 48%;
  }
  .catalog-grid > div:nth-child(2) .catalog-grid-item .img {
    width: 48%;
  }
  .catalog-grid > div:nth-child(3) .catalog-grid-item {
    padding-left: 46%;
  }
  .catalog-grid > div:nth-child(3) .catalog-grid-item .img {
    width: 46%;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item .info {
    top: -10px;
  }
  .catalog-grid > div:nth-child(3) .catalog-grid-item img {
    float: right;
  }
  .catalog-grid-item {
    padding-top: 40px;
  }
  .catalog-grid-item .link-more {
    margin-top: 16px;
  }
  .catalog-inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .catalog-inner .back-text-gray {
    display: none;
  }
  .block-claim {
    margin-bottom: 40px;
  }
  .block-claim .title {
    font-size: 27px;
    line-height: 1;
  }
  .block-claim .text {
    height: 266px;
    padding: 20px 60px 20px 30px;
  }
  .block-claim .img {
    left: 440px;
  }
  .block-claim .img img {
    margin-top: -40px;
    height: 306px;
  }
  .block-claim .container {
    padding-right: calc(100% - 480px);
  }
  .block-claim br {
    display: none;
  }
  .catalog-video-item .logo img {
    transform: scale(0.8);
  }
  .footer-logo {
    display: none;
  }
  .phone-white {
    font-size: 16px;
    margin-bottom: 20px;
  }
  h1,
  .h1 {
    font-size: 30px!important;
  }
  h2,
  .h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  p + .h2 {
    margin-top: 16px;
  }
  h3,
  .h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  h4,
  .h4 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  h5,
  .h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h6,
  .h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .counter-slider {
    width: 40px;
    margin-right: 10px;
  }
  .counter-slide-current {
    font-size: 30px;
  }
  .block-advantagers .container {
    padding-right: 20px;
  }
  .block-advantagers .container::before {
    right: 0!important;
  }
  .blog-wrap > div {
    width: 33.333%;
  }
  .blog-wrap > div:first-child {
    width: 66.6666%;
  }
  .inner-content {
    padding-bottom: 30px;
  }
  .gallery-line-wrap {
    padding-bottom: 40px;
  }
  .block-gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .through-one-item .img {
    height: 320px;
  }
  .through-one-wrap > div:nth-child(even) .through-one-item .img {
    height: 170px;
  }
  .title-line,
  .block-indent {
    padding-left: 20px;
  }
  .block-city .info {
    width: 310px;
  }
  .blog-simple-list {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-simple-item {
    width: 50%;
    margin-bottom: 14px;
  }
  .blog-simple-item:last-child {
    margin-bottom: 0;
  }
  .blog-simple-item .title-line {
    margin-bottom: 10px;
    margin-left: -20px;
  }
  .blog-simple-item .description {
    padding: 0 20px;
  }
  .blog-simple-item .date {
    width: 40px;
  }
  .blog-simple-item .text {
    margin-bottom: 4px;
  }
  .right-aside {
    width: 100%;
    position: relative;
    padding-top: 20px!important;
  }
  .right-aside .title-block {
    margin-bottom: 6px;
  }
  .page-right-aside .content {
    width: 100%;
    padding-right: 0;
  }
  .page-right-aside .right-top-block {
    height: 400px;
  }
  .right-aside .fix {
    position: relative!important;
  }
  .block-city {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-city .img-back {
    bottom: -80px;
  }
  .block-bottom-gray .back-text-white {
    font-size: 150px;
  }
  .section-about .info {
    padding-top: 160px;
  }
}
@media (max-width: 1100px) {
  .blcok-about-advantagers {
    padding-bottom: 30px;
  }
  .block-about-vacancies .img-right {
    display: none;
  }
  .block-about-vacancies .back-text {
    display: none;
  }
  .vacancies-list {
    margin-top: 0;
  }
  .vacancies-item {
    padding-top: 20px;
    padding-bottom: 22px;
  }
  .block-slider-right {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .block-slider-right .slider-block {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 16px;
  }
  .block-bottom-gray {
    padding-top: 20px;
  }
  .block-bottom-gray .rectangle-03 {
    top: 0;
    height: 48%;
  }
  .gallery-line-3-item {
    margin-top: 10px;
  }
  .block-line-ico-item {
    padding-left: 18px;
    padding-right: 18px;
  }
  .block-slider-left-out {
    display: flex;
    flex-direction: column;
  }
  .block-slider-left-out .slider-block {
    width: 100%;
    padding-right: 60px;
    order: 1;
  }
  .block-slider-left-out .counter-slide-val {
    right: 2px;
  }
  .block-slider-left-out .info {
    width: 100%;
  }
  .block-slider-left-out .container-small {
    padding-bottom: 24px;
  }
  .block-slider-left-out .back-text {
    display: none;
  }
  .slider-5-item {
    width: 100%;
  }
}
@media (max-width: 967px) {
  .catalog-grid > div:nth-child(5) .catalog-grid-item .info {
    top: -60px;
  }
}
@media (max-width: 950px) {
  .header-btn-mobile {
    margin: 0 12%;
  }
  .banner-main .banner-back {
    max-width: 950px;
  }
  .banner-main::after {
    content: '';
    display: block;
    clear: both;
  }
  .banner-main .right {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .banner-main .right::before {
    left: -20px;
  }
  .banner-main .title-line {
    font-size: 34px;
    margin-bottom: 8px;
  }
  .banner-main .h3 {
    font-size: 16px;
  }
  .banner-main .back-mobile {
    display: block;
    min-width: 740px;
  }
  .banner-main .back,
  .banner-main .front {
    display: none;
  }
  .banner-main .mouse {
    display: none;
  }
  .banner-main .text-large {
    font-size: 14px;
  }
  .banner-main .banner-center {
    top: -14px;
  }
  .catalog-brand-wrap.container {
    padding: 0!important;
  }
  .catalog-brand-wrap .text {
    width: 100%;
    padding-left: 20px;
  }
  .catalog-brand-wrap .text::before {
    right: -20px;
  }
  .catalog-brand-wrap br {
    display: none;
  }
  .catalog-video-item {
    /*height: 180px;*/
  }
  .catalog-video-item .btn {
    margin-right: 0;
    margin-left: 0;
  }
  .catalog-video-item .logo {
    margin-bottom: 12px;
    height: 50px;
    line-height: 50px;
  }
  .catalog-video-item .logo img {
    max-height: 100%;
  }
  .block-left {
    margin-bottom: 20px;
  }
  .footer-menu {
    display: none;
  }
  .footer-logo {
    display: block;
    padding-top: 0;
  }
  .col-3 {
    margin: 0 -10px;
  }
  .col-3 > div {
    padding: 0 10px;
  }
  .section-about {
    background-image: -webkit-linear-gradient(top, #f2f0ed 0%, #f2f0ed 60px, #ffffff 60px, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f2f0ed 0%, #f2f0ed 60px, #ffffff 60px, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f2f0ed 0%, #f2f0ed 60px, #ffffff 60px, #ffffff 100%);
  }
  .section-about .back-text {
    font-size: 100px;
    line-height: 74px;
  }
  .section-about .img-right {
    display: none;
  }
  .section-about .info {
    width: 100%;
    padding-top: 86px;
    padding-bottom: 30px;
    min-height: auto;
  }
  .blog-item .img {
    height: 180px;
  }
  .blog-wrap > div {
    width: 50%;
  }
  .blog-wrap > div:first-child {
    width: 100%;
  }
  .blog-wrap > div:first-child .blog-item .img {
    height: 300px;
  }
  .right-top-block {
    height: 380px;
  }
  .gallery-2-item .img:nth-child(1) {
    height: 360px;
  }
  .gallery-2-item .img:nth-child(2) {
    top: 40px;
    height: 200px;
  }
  .form-support,
  .form-school {
    margin-top: 20px;
  }
  .form-support .img,
  .form-school .img {
    display: none;
  }
  .form-support .container,
  .form-school .container {
    padding-right: 20px;
  }
  .form-support .text,
  .form-school .text {
    height: 100%;
  }
  .through-one-item .title {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 15px;
    max-height: 52px;
  }
  h1,
  .h1 {
    font-size: 26px!important;
  }
  .block-file {
    margin: 20px 0;
    padding: 20px 0 10px;
  }
  .file-name {
    font-size: 16px;
  }
  .file-item {
    margin-bottom: 14px;
  }
  .float-right {
    margin-left: 32px;
  }
  .float-left {
    margin-right: 32px;
  }
  .ol {
    padding-right: 26px;
    margin-bottom: 0;
  }
  .ol li {
    left: 26px;
    padding-bottom: 16px;
  }
  .ol li::before {
    margin-left: -26px;
    padding-left: 4px;
  }
  .quote-block {
    font-size: 16px;
  }
  .table {
    font-size: 14px;
  }
  .block-line-ico-list.col-3 > div {
    width: 100%;
  }
  .block-line-ico-list.col-3 > div:not(:last-child) {
    margin-bottom: 24px;
  }
  .block-line-ico-item .ico {
    position: absolute;
    left: 16px;
    top: -10px;
  }
  .blcok-about-advantagers .col-2 > div {
    width: 100%;
  }
  .blcok-about-advantagers .slider-block {
    padding-left: 66px;
  }
  .blcok-about-advantagers .square-info {
    top: 50px;
    margin-left: -50px;
  }
  .square-info {
    padding-top: 60px;
    padding-left: 9px;
  }
  .square-info::before {
    width: 90px;
    height: 90px;
  }
  .square-info .large {
    font-size: 60px;
  }
  .square-info .medium {
    font-size: 40px;
  }
  .slider-5-item-slide > div {
    height: 200px;
  }
  .slider-5-item-slide > div:nth-child(3) {
    height: 400px;
  }
  .block-simple {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-line {
    padding-left: 20px;
  }
  .block-claim {
    margin-bottom: 20px;
  }
  .block-claim .img {
    display: none;
  }
  .block-claim .container {
    padding-right: 0;
  }
  .block-claim .text {
    height: auto;
    padding: 20px;
  }
  .block-claim p {
    margin-bottom: 16px;
  }
  .catalog-grid-item .title-line {
    font-size: 19px;
  }
  .link-more {
    font-size: 12px;
    letter-spacing: 0;
  }
  .catalog-grid {
    margin-bottom: 20px;
  }
  .catalog-grid > div:nth-child(1) {
    height: 376px;
  }
  .catalog-grid > div:nth-child(4),
  .catalog-grid > div:nth-child(5) {
    height: 180px;
  }
  .catalog-grid > div:nth-child(1) img{
    width: 214px;
  }
  .catalog-grid > div:nth-child(4) img,
  .catalog-grid > div:nth-child(5) img {
    height: 95px!important;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item {
    padding-top: 260px;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item .info {
    top: 0;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item {
    padding-top: 120px;
  }
  .catalog-grid > div:nth-child(5) .catalog-grid-item {
    padding-top: 160px;
    margin-top: 192px;
  }
  .catalog-grid > div:nth-child(2),
  .catalog-grid > div:nth-child(3) {
    height: 180px;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item .info{
    top: -20px;
  }
  .catalog-grid > div:nth-child(5) .catalog-grid-item .info{
    top: -40px;
  }
}
@media (max-width: 820px) {
  .catalog-grid > div:nth-child(5) .catalog-grid-item .info {
    top: -60px;
  }
}
@media (max-width: 740px) {
  .header-btn-mobile {
    margin: 0;
  }
  .banner-main .title-line {
    font-size: 30px;
  }
  .btn {
    padding: 12px;
  }
  .btn .ico {
    margin-left: 2px;
  }
  .copy {
    font-size: 12px;
  }
  .section-about .slider-simple-item {
    height: 300px;
  }
  .inner-top .container {
    display: flex;
    flex-direction: column;
  }
  .right-top-block {
    float: none;
    margin: 0 0 20px;
    order: 1;
    min-height: 100%;
    width: 100%;
    max-width: none;
  }
  .right-top-block:not(.right-top-gallery) {
    height: 300px;
  }
  .right-top-block.right-top-gallery {
    height: 360px;
  }
  .right-top-block .gallery-2-item {
    margin-top: 0;
  }
  .container,
  .container-small {
    padding-left: 12px!important;
    padding-right: 12px!important;
  }
  .gallery-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gallery-line-wrap {
    padding-bottom: 20px;
  }
  .cols-block-line > div {
    width: 100%;
    margin-bottom: 14px;
  }
  .cols-block-line p {
    margin-bottom: 12px;
  }
  .block-file-gray .col-3 {
    margin-bottom: 10px;
  }
  .block-file-gray .col-3 > div {
    width: 100%;
  }
  .block-file-gray .h3 {
    margin-bottom: 16px;
  }
  .file-dscription {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .file-item .ico {
    margin-top: 0;
  }
  .through-one-wrap > div {
    width: 50%;
  }
  .through-one-wrap > div:nth-child(n) .through-one-item {
    margin-top: 0;
  }
  .through-one-wrap > div:nth-child(n) .through-one-item .img {
    height: 200px;
  }
  .through-one-item .info {
    height: 100%;
    margin-bottom: 24px;
  }
  .through-one-item .title {
    max-height: 100%;
  }
  .blog-simple-item {
    width: 100%;
  }
  .blog-simple-item .description {
    padding-right: 0;
  }
  .page-right-aside .right-top-block {
    height: 320px;
  }
  .float-right,
  .float-left {
    float: none;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .block-file .col-2 > div {
    width: 100%;
  }
  .bottom-content {
    margin-top: 0;
  }
  .gallery-3-item .img-item {
    height: 160px;
  }
  .gallery-3-item .img-item:nth-child(1) {
    height: 340px;
  }
  .block-city .img-back {
    left: 200px;
    width: 900px;
    bottom: 0;
  }
  .block-bottom-gray {
    padding-bottom: 36px;
  }
  .block-bottom-gray .back-text-white {
    font-size: 80px;
  }
  .slider-5-item-slide > div {
    height: 160px;
  }
  .slider-5-item-slide > div:nth-child(3) {
    height: 320px;
  }
  .block-slider-left-out .counter-slide-val {
    display: none;
  }
  .block-slider-left-out .slider-block {
    padding-right: 20px;
  }
  .slider-5-item-slide {
    margin: 0 -2px -4px;
  }
  .slider-5-item-slide > div {
    padding: 0 2px 4px;
  }
  .block-left.block-orange .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .block-advantagers .h1 {
    margin-bottom: 10px;
  }
  .advantagers-list > div {
    width: 100%;
  }
  .advantagers-list br {
    display: none;
  }
  .advantagers-item .ico-plus {
    top: 30px;
  }
  .block-flex-line {
    margin-bottom: 0;
  }
  .block-flex-line > * {
    margin-bottom: 10px;
  }

}
@media (max-width: 700px) {
  .catalog-grid > div:nth-child(5) .catalog-grid-item .info {
    top: -40px;
  }
  .section-text-gray {
    background: #f2f0ed;
    margin-top: 0;
    padding-top: 24px;
  }
  .banner-main + .block-left {
    margin-bottom: 0;
  }
  .catalog-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-grid br {
    display: none;
  }
  .catalog-grid > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1;
  }
  .catalog-grid > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 2;
  }
  .catalog-grid > div:nth-child(2) .catalog-grid-item .img {
    text-align: right;
  }
  .catalog-grid > div:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 3;
  }
  .catalog-grid > div:nth-child(3) .catalog-grid-item img {
    float: none;
  }
  .catalog-grid > div:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 4;
    grid-column: 2;
    grid-row: 1;
  }
  .catalog-grid > div:nth-child(2),
  .catalog-grid > div:nth-child(3),
  .catalog-grid > div:nth-child(5) {
    height: 160px;
  }
  .catalog-grid > div:nth-child(2) .catalog-grid-item,
  .catalog-grid > div:nth-child(3) .catalog-grid-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .catalog-grid > div:nth-child(5) .catalog-grid-item {
    padding-top: 80px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    margin-top: 0px;
  }
  .catalog-grid > div:nth-child(1),
  .catalog-grid > div:nth-child(4) {
    height: auto;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item,
  .catalog-grid > div:nth-child(4) .catalog-grid-item {
    padding-top: 80%;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item .img {
    top: -32%;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item .img {
    top: -32%;
    height: 100%;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item img {
    width: 170px;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item img {
    height: 100%!important;
    padding-top: 110px;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item .info {
    height: 72px;
  }
  .catalog-grid > div:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 3;
    margin-top: 172px;
  }
  .catalog-grid > div:nth-child(5) .catalog-grid-item img {
    float: none;
    width: 160px;
    margin-left: 25%;
    height: 160px!important;
  }

  .catalog-grid > div:nth-child(4) .catalog-grid-item .info {
    height: 72px;
    top: 0;
  }
  .catalog-inner {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .catalog-inner::before {
    top: 60px;
  }
  .inner-content {
    padding-bottom: 20px;
  }
  .header .btn {
    font-size: 11px;
    padding: 10px;
  }
  .header-download-item {
    padding: 0 4px;
  }
  .header-download-wrap {
    width: 200px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    margin-top: 0;
  }
  .header-download {
    padding: 10px 6px;
  }
  .header-download::before {
    display: none;
  }
  .city-map {
      display: block;
  }
  .block-city .contacts-prewie-map {
    height: 280px;
    margin-top: 14px;
  }
}
@media (max-width: 560px) {
  .header .btn-callback {
    display: none;
  }
  .header .phone-link {
    font-size: 0;
    padding: 10px;
  }
  .header .phone-link::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/local/templates/dweb/images/ico-sprite-main.png) -254px 0;
  }
  .banner-main .back-mobile {
    min-width: 660px;
  }
  .copy {
    padding: 10px 0;
    flex-direction: column;
    text-align: center;
  }
  .dw-link {
    margin-top: 14px;
  }
  .footer-logo {
    display: none;
  }
  .section-about .slider-simple-item {
    height: 240px;
  }
  .blog-wrap > div:nth-child(n) {
    width: 100%;
    padding-bottom: 18px;
  }
  .blog-wrap > div:nth-child(n) .blog-item .img {
    height: 200px;
  }
  .blog-wrap > div:nth-child(n) .blog-item .title-line {
    font-size: 16px;
  }
  .blog-wrap > div:nth-child(n) .blog-item::before {
    top: 60px;
  }
  .filtr-item {
    font-size: 14px;
    padding: 6px;
  }
  .filtr-item::before {
    display: none;
  }
  h1,
  .h1 {
    font-size: 24px!important;
  }
  body {
    font-size: 14px;
  }
  .banner-main .text-large {
    font-size: 12px;
  }
  .banner-main .text-large br {
    display: none;
  }
  .catalog-brand-wrap .text {
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
  }
  .catalog-video-item {
    /*height: 150px;*/
  }
  .catalog-video-item .btn {
    width: 120px;
    padding: 8px;
    font-size: 11px;
  }
  h6, .h6 {
      font-size: 16px;
  }
   .block-slider-left-out .container-small {
      padding-top: 0;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item img {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}
@media (max-width: 460px) {
  .right-top-block:not(.right-top-gallery) {
    height: 230px;
  }
  .catalog-grid > div:nth-child(4) .catalog-grid-item img {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .right-top-block .date {
    margin-top: 40px;
  }
  .right-top-block.right-top-gallery {
    height: 240px;
  }
  .gallery-2-item .img:nth-child(1) {
    height: 240px;
  }
  .gallery-2-item .img:nth-child(2) {
    top: 30px;
    height: 120px;
  }
  .btn-arrow {
    width: 44px;
    height: 44px;
  }
  .gallery-2-item .btn-arrow-next,
  .gallery-3-item .btn-arrow-next,
  .gallery-line .btn-arrow-next {
    left: 44px;
  }
  .slider-5-item .btn-arrow-prev {
    right: 44px;
  }
  .block-file-gray {
    margin: 16px 0;
    padding: 14px;
  }
  .form-col .form-item {
    width: 100%;
  }
  .through-one-wrap > div:nth-child(n) .through-one-item .img {
    height: 130px;
  }
  .gallery-3-item {
    margin: 0 -4px;
  }
  .gallery-3-item .img-item {
    height: 120px;
    padding: 0 4px;
  }
  .gallery-3-item .img-item:nth-child(1) {
    height: 248px;
  }
  .gallery-3-item .img-item:nth-child(2) {
    margin-bottom: 8px;
  }
  .table {
    display: block;
    overflow: auto;
    font-size: 13px;
  }
  .table td {
    padding: 10px 10px 10px 0;
  }
  .blcok-about-advantagers .slider-block {
    padding-left: 20px;
  }
  .blcok-about-advantagers .square-info {
    position: relative;
    top: 0;
    padding-top: 18px;
    margin-left: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .blcok-about-advantagers .square-info::before {
    width: 50px;
    height: 50px;
  }
  .blcok-about-advantagers .square-info > div {
    margin-right: 6px;
  }
  .blcok-about-advantagers .square-info .medium,
  .blcok-about-advantagers .square-info .small {
    font-size: 20px;
  }
  .blcok-about-advantagers .square-info .large {
    font-size: 50px;
  }
  .slider-5-item-slide {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .slider-5-item-slide > div:nth-child(n) {
    height: 150px;
  }
  .slider-5-item-slide > div:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1;
    grid-row: 1;
  }
  .slider-5-item-slide > div:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2;
    grid-row: 1;
  }
  .slider-5-item-slide > div:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1 / 3;
    grid-row: 2;
  }
  .slider-5-item-slide > div:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1;
    grid-row: 3;
  }
  .slider-5-item-slide > div:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 2;
    grid-row: 3;
  }
  .section-about {
    background: none;
  }
  .section-about .back-text {
    display: none;
  }
  .section-about .info {
    padding-top: 22px;
  }
  .banner-main .back-mobile {
    min-width: 530px;
  }
  .banner-main .h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner-main .btn {
    padding: 8px 12px;
  }
  .banner-main .title-line {
    font-size: 23px;
    margin-bottom: 4px;
    padding-left: 8px;
  }
  .banner-main .right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner-main .right .col-3 > div {
    width: 100%;
  }
  .banner-main .right .col-3 > div:not(:last-child) {
    margin-bottom: 4px;
  }
  .banner-main .text-large {
    font-size: 14px;
  }
  .banner-main .banner-bottom {
    position: relative;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item .img,
  .catalog-grid > div:nth-child(4) .catalog-grid-item .img {
    top: -28%;
  }
  .catalog-grid > div:nth-child(3) .catalog-grid-item img {
    float: right;
  }
  .header .btn {
    padding: 6px;
    width: 68px;
  }
  .header .btn .ico {
    display: none;
  }
  .header-download-wrap {
    width: 150px;
  }


}
@media (max-width: 390px) {
  .banner-main .back-mobile {
    min-width: 490px;
  }
  .banner-main .h3 {
    font-size: 13px;
  }
  .footer-top {
    display: block;
    text-align: center;
  }
  .footer-top .soc {
    margin-top: 20px;
  }
  .blog-wrap > div:nth-child(n) .blog-item .img {
    height: 150px;
  }
  .through-one-wrap > div {
    width: 100%;
  }
  .block-city .img-back {
    left: 174px;
    width: 770px;
    bottom: 24px;
  }
  .title-line,
  .block-indent {
    padding-left: 12px;
  }
  .back-text-white {
    display: none;
  }
  .slider-5-item-slide > div:nth-child(n) {
    height: 120px;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item,
  .catalog-grid > div:nth-child(4) .catalog-grid-item {
    padding-top: 140px;
  }
  .catalog-grid > div:nth-child(1) .catalog-grid-item .img,
  .catalog-grid > div:nth-child(4) .catalog-grid-item .img {
    top: -60px;
  }
  .catalog-grid-item {
    padding-bottom: 10px;
  }
  .catalog-grid-item .title-line {
    font-size: 17px;
  }
  .catalog-grid-item .title-line::before {
    margin-left: -10px;
  }
  .catalog-grid-item .info {
    padding: 0 10px;
  }
  .catalog-grid-item .link-more {
    font-size: 11px;
    margin-top: 12px;
  }
  .catalog-grid-item .link-more::after {
    margin-left: 2px;
  }
}
@media (max-width: 340px) {
  .banner-main .back-mobile {
    min-width: 430px;
  }
  .banner-main .title-line {
    font-size: 20px;
  }
  .banner-main .banner-center {
    top: -30px;
  }
  .banner-main .h3 {
    font-size: 11px;
  }
}
.item-detail-prewie {
  position: relative;
  margin-bottom: 40px;
}
.item-detail-prewie:last-child {
  margin-bottom: 0;
}
.item-detail-gallery {
  max-width: 637px;
  margin-right: 43px;
}
.item-detail-information {
  float: right;
  width: 56%;
  padding-left: 43px;
}
.item-detail-description {
  color: #444;
  line-height: 22px;
  margin-bottom: 40px;
}
.item-detail-description p {
  margin-bottom: 21px;
}
.item-detail-description p:last-child {
  margin-bottom: 0;
}
.item-detail-description ul {
  list-style-type: none;
  margin: 21px 0;
}
.item-detail-description ul:first-child {
  margin-top: 0;
}
.item-detail-description ul:last-child {
  margin-bottom: 0;
}
.item-detail-description ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
.item-detail-description ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #cdcac7;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.item-detail-description ul li::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5.5px;
  border-left: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  width: 5px;
  height: 3px;
  transform: rotate(-45deg);
}
.item-detail-description ul li:last-child {
  margin-bottom: 0;
}
.item-detail-description table {
  margin: 30px 0;
}
.item-detail-price {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 32px;
}
.item-detail-price:last-child {
  margin-bottom: 0;
}
.item-detail-price .num {
  font-size: 30px;
  font-weight: bold;
  margin-left: 5px;
}
.item-detail-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.item-detail-button::before {
  z-index: -1;
}
.item-detail-button span {
  position: relative;
  padding-right: 11px;
}
.item-detail-button span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 1366px) {
  .item-detail-description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .item-detail-description p,
  .item-detail-description ul {
    margin: 15px 0;
  }
  .item-detail-description table {
    margin: 21px 0;
  }
  .item-detail-price {
    font-size: 16px;
  }
  .item-detail-price .num {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .item-detail-information {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.item-gallery {
  float: left;
  width: 44%;
  max-width: 577px;
  margin-bottom: 10px;
}
.item-gallery-plist {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 0;
  width: 120px;
  margin: 0 -10px;
  overflow: hidden;
  z-index: 2;
}
.item-gallery-arrow {
  position: absolute;
  left: 10px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  width: 100px;
  height: 26px;
  padding: 0;
  opacity: .5;
  z-index: 1;
  transition: opacity .3s;
}
.item-gallery-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 11px;
  height: 11px;
}
.item-gallery-arrow:hover {
  opacity: 1;
}
.item-gallery-arrow.prev {
  top: 5px;
}
.item-gallery-arrow.prev::after {
  transform: translate(-50%, -3px) rotate(135deg);
}
.item-gallery-arrow.next {
  bottom: 5px;
}
.item-gallery-arrow.next::after {
  transform: translate(-50%, -7px) rotate(-45deg);
}
.item-gallery-arrow.slick-disabled {
  opacity: 0 !important;
}
.item-gallery-pitem {
  border: none !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  cursor: pointer;
  margin: 0 10px;
}
.item-gallery-pitem.slick-current .item-gallery-pimage::before,
.item-gallery-pitem.slick-current .item-gallery-pimage::after {
  opacity: 1;
}
.item-gallery-pimage {
  position: relative;
  background-color: #fff;
  height: 115px;
  transition: box-shadow 0.3s;
}
.item-gallery-pimage::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff0000;
  width: 2px;
  height: 100%;
  opacity: 0;
  transition: opacity .3s;
  z-index: 1;
}
.item-gallery-pimage::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  border: 4px solid transparent;
  border-left: 4px solid #ff0000;
  opacity: 0;
  transition: opacity .3s;
}
.item-gallery-pimage:hover {
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.14);
}
.item-gallery-pimage:hover::before {
  opacity: 1;
}
.item-gallery-pimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.item-gallery-mlist {
  font-size: 0;
  padding-left: 110px;
}
.item-gallery-mitem {
  background-color: #fff;
  max-width: 460px;
}
.item-gallery-mitem a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 490px;
}
.item-gallery-mitem img {
  max-height: 100%;
}
@media screen and (max-width: 1366px) {
  .item-gallery-mitem a {
    height: 365px;
  }
}
@media screen and (max-width: 1080px) {
  .item-gallery-plist {
    position: relative;
    top: initial;
    left: 5px;
    width: calc(100% + 10px);
    margin-top: 5px;
  }
  .item-gallery-arrow {
    top: 5px;
    bottom: initial;
    left: 5px;
    width: 30px;
    height: 100px;
  }
  .item-gallery-arrow.prev::after {
    transform: translate(-3px, -50%) rotate(45deg);
  }
  .item-gallery-arrow.next {
    left: initial;
    right: 5px;
  }
  .item-gallery-arrow.next::after {
    transform: translate(-7px, -50%) rotate(-135deg);
  }
  .item-gallery-arrow:hover {
    opacity: .5;
  }
  .item-gallery-pitem {
    margin: 0 5px;
  }
  .item-gallery-pitem.slick-current .item-gallery-pimage {
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.14);
  }
  .item-gallery-pimage {
    height: 100px;
  }
  .item-gallery-pimage::before {
    width: 100%;
    height: 2px;
  }
  .item-gallery-pimage::after {
    top: 0;
    right: 50%;
    transform: translate(50%, -100%);
    border: 4px solid transparent;
    border-bottom: 4px solid #ff0000;
  }
  .item-gallery-pimage img {
    max-width: auto;
    max-height: 100%;
  }
  .item-gallery-pimage:hover {
    box-shadow: none;
  }
  .item-gallery-pimage:hover::before {
    opacity: 0;
  }
  .item-gallery-mlist {
    padding-left: 0;
  }
  .item-gallery-mitem {
    max-width: 100%;
  }
  .item-gallery-mitem a {
    height: 300px;
  }
  .item-detail-prewie {
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 768px) {
  .item-gallery {
    float: none;
    width: 100%;
    margin: 0 auto 16px;
  }
  .item-gallery-plist {
    display: none;
  }
  .item-gallery-mlist {
    position: relative;
  }
  .item-gallery-arrow {
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
  }
  .item-gallery-arrow.prev {
    top: 0;
  }
  .item-gallery-arrow.prev::after {
    transform: translate(-3px, -50%) rotate(45deg);
  }
  .item-gallery-arrow.next {
    right: 0;
    bottom: initial;
  }
  .item-gallery-arrow.next::after {
    transform: translate(-7px, -50%) rotate(-135deg);
  }
}


@media screen and (max-width: 450px) {
    .item-gallery-mitem a {
      height: 220px;
    }
}


.item-accordion {
  margin-bottom: 60px;
}
.item-accordion:last-child {
  margin-bottom: 40px;
}
.item-accordion-navigation {
  font-size: 0;
  list-style-type: none;
  background-color: #e1dfdd;
  margin-bottom: 27px;
}
.item-accordion-point {
  display: inline-block;
  margin-right: 30px;
}
.item-accordion-point:last-child {
  margin-right: 0;
}
.item-accordion-button {
  border: none;
  border-top: 2px solid #000;
  font-size: 18px;
  background-color: transparent;
  cursor: pointer;
  height: 63px;
  padding: 0 20px;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.item-accordion-button:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.item-accordion-button.active {
  border-color: #ff0000;
  color: #ff0000 !important;
  background-color: #fff;
  cursor: default;
}
.item-accordion-list {
  position: relative;
}
.item-accordion-tab {
  display: none;
}
.item-accordion-tab.active {
  display: block;
}
.item-accordion-caption {
  font-size: 30px;
  line-height: 1;
  color: #1a1e22;
  margin: 50px 0 30px !important;
}
.item-accordion-caption:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 1366px) {
  .item-accordion-button {
    font-size: 16px;
    height: 46px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .item-accordion-navigation {
    background-color: transparent;
  }
  .item-accordion-point {
    display: block;
    margin: 0;
  }
  .item-accordion-point:last-child .item-accordion-button {
    border-bottom: 2px solid #000;
  }
  .item-accordion-button {
    width: 100%;
  }
  .item-accordion-button:hover {
    border-color: #000;
  }
  .item-accordion-button.active {
    border-color: #000;
    background-color: transparent;
  }
}
.item-table {
  border-top: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
}
.item-table:first-child {
  margin-top: 0;
}
.item-table:last-child {
  margin-bottom: 0;
}
.item-table-scroll {
  overflow: auto;
  margin-bottom: 21px;
}
.item-table-scroll:last-child {
  margin-bottom: 0;
}
.item-table thead {
  position: relative;
  font-weight: bold;
  text-align: left;
}
.item-table th,
.item-table td {
  border-bottom: 1px solid #e1dfdd;
  height: 54px;
  padding: 9px;
}
.item-table th:first-child,
.item-table td:first-child {
  padding-left: 0;
}
.item-table th:last-child,
.item-table td:last-child {
  padding-right: 0;
}
.item-table.fixed-head {
  position: relative;
  border: none;
  margin-top: 75px;
}
.item-table.fixed-head thead {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  display: table;
  border-top: 1px solid #000;
  background-color: #f2f0ed;
  width: 100%;
}
.item-table.fixed-head th,
.item-table.fixed-head td {
  max-width: 60px;
  width: 60px;
  box-sizing: unset;
}
.item-table.fixed-head th:first-child,
.item-table.fixed-head td:first-child {
  width: auto;
}
@media screen and (max-width: 1080px) {
  .item-table {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .item-table.fixed-head tbody {
    display: block;
    height: 300px;
    overflow: auto;
  }
  .item-table.fixed-head th,
  .item-table.fixed-head td {
    min-width: 40px;
  }
  .item-table.fixed-head th:first-child,
  .item-table.fixed-head td:first-child {
    min-width: 150px;
  }
}
.item-accessory {
  overflow: hidden;
}
.item-accessory-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #000;
  margin: -20px;
}
.item-accessory-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1 1 450px;
  background-color: #fff;
  max-width: 610px;
  padding: 30px 20px 35px;
  margin: 20px;
}
.item-accessory-image {
  flex: 1 1;
  text-align: center;
  max-width: 140px;
  margin-right: 20px;
}
.item-accessory-information {
  flex: 2 1;
}
.item-accessory-caption {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.item-accessory-code {
  line-height: 1;
  margin-bottom: 21px;
}
.item-accessory-description {
  color: #444;
}
.item-accessory-description p {
  line-height: 22px;
}
.item-accessory-description p:last-child {
  margin: 0;
}
@media screen and (max-width: 1366px) {
  .item-accessory-list {
    margin: -10px;
  }
  .item-accessory-item {
    flex-basis: 385px;
    max-width: 100%;
    padding: 21px 15px 24px;
    margin: 10px;
  }
  .item-accessory-information {
    flex: 3 1;
  }
  .item-accessory-caption {
    font-size: 18px;
    line-height: 22px;
  }
  .item-accessory-code {
    margin-bottom: 18px;
  }
  .item-accessory-description {
    font-size: 14px;
  }
  .item-accessory-description p {
    line-height: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .item-accessory-item {
    max-width: 100%;
    padding: 15px 15px 24px;
  }
}
@media screen and (max-width: 768px) {
  .item-accessory-item {
    flex-direction: column;
  }
  .item-accessory-image {
    margin: 0 auto 15px;
  }
}
.item-download-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -15px;
}
.item-download-item {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 15px;
}
.item-download-item a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-left: 53px;
}
.item-download-item a:hover .item-download-caption {
  text-decoration: underline;
}
.item-download-item a:hover .item-download-ico::before {
  /*opacity: 1;*/
}
.item-download-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.item-download-ico::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/local/templates/dweb/images/pdf-shadow.png');
  width: 72px;
  height: 69px;
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}
.item-download-caption {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #ff0000;
  margin-bottom: 6px;
}
.item-download-size {
  font-size: 14px;
  color: #444;
}
@media screen and (max-width: 1080px) {
  .item-download-list {
    display: block;
  }
  .item-download-item {
    max-width: 100%;
  }
  .item-download-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 769px) {
  .item-download-caption {
    font-size: 14px;
    line-height: 18px;
  }
}
.item-similar:last-child {
  margin-bottom: 40px;
}
.item-similar-header {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e1dfdd;
  margin-bottom: 30px;
}
.item-similar-title {
  border-top: 1px solid #ff0000;
  padding-top: 27px;
  margin: 0;
}
.item-similar-control {
  display: flex;
  font-size: 0;
}
.item-similar-button {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 60px;
  margin-top: 27px;
}
.item-similar-button::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -28px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 2px;
  transition: background-color 0.3s;
}
.item-similar-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 11px;
  height: 11px;
  transition: border-color 0.3s;
}
.item-similar-button:hover::after {
  border-color: #ff0000;
}
.item-similar-button:hover::before {
  background-color: #ff0000;
}
.item-similar-button.prev::after {
  transform: translate(-3px, -50%) rotate(45deg);
}
.item-similar-button.next::after {
  transform: translate(-7px, -50%) rotate(-135deg);
}
.item-similar-button.slick-disabled::after {
  border-color: #e1dfdd;
}
.item-similar-button.slick-disabled:hover::after {
  border-color: #e1dfdd;
}
.item-similar-button.slick-disabled:hover::before {
  background-color: #000;
}
.item-similar-slider {
  width: 100%;
  max-width: 1280px;
  margin: -10px;
}
.item-similar-slider .item-catalog-unit {
  max-width: 100%;
}
.item-similar-slider img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .item-similar-title {
    padding-top: 12px;
  }
  .item-similar-button {
    width: 45px;
    margin-top: 12px;
  }
  .item-similar-button::before {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .item-similar-slider {
    margin: 0;
  }
  .item-similar .item-catalog-unit {
    margin: 0;
  }
}
.not-found {
  padding: 92px 0 60px;
}
.not-found-background {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/local/templates/dweb/images/404-bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100%;
}
.not-found-wrapper {
  position: relative;
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
}
.not-found-message {
  position: relative;
  text-align: center;
  margin: 98px auto 0;
  z-index: 1;
}
.not-found-image {
  display: block;
  max-width: 100%;
  margin: 0 auto 32px;
}
.ico-arrow {
  position: relative;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
}
.brand {
  margin: 40px 0 60px;
}
.brand:last-child {
  margin-bottom: 0;
}
.brand-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.brand-description {
  max-width: 1040px;
  margin-right: 20px;
}
.brand-description:last-child {
  margin-right: 0;
}
.brand-description p {
  line-height: 22px;
}
.brand-description p:last-child {
  margin-bottom: 0;
}
.brand-logo {
  font-size: 0;
  max-width: 160px;
  min-width: 120px;
}
@media screen and (max-width: 1080px) {
  .brand-wrapper {
    flex-direction: column;
  }
  .brand-description {
    margin: 0 0 30px;
  }
  .brand-description:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand {
    margin: 20px 0 40px;
  }
  .brand-description {
    font-size: 14px;
  }
  .brand-description p {
    line-height: 20px;
  }
}
.contacts-page {
  margin-top: 74px;
}
.contacts-prewie {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.contacts-prewie:last-child {
  margin-bottom: 0;
}

.block-city .contacts-prewie-map {
    flex-grow: 1;
}
.contacts-prewie-wrapper {
  pointer-events: none;
  position: relative;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.contacts-prewie-content {
  pointer-events: auto;
  position: relative;
  width: 50%;
  max-width: 780px;
  padding: 82px 20px 145px 0;
  z-index: 2;
}
.contacts-prewie-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(245, 239, 226, 0.8);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.contacts-prewie-title {
  font-size: 42px;
  line-height: 50px;
  color: #191e1f;
  max-width: 590px;
  margin-bottom: 60px;
}
.contacts-prewie-information {
  border-left: 2px solid #ff0000;
  padding-left: 26px;
  margin-bottom: 89px;
}
.contacts-prewie-information a {
  text-decoration: none;
  color: inherit;
}
.contacts-prewie-information a:hover {
  text-decoration: underline;
}
.contacts-prewie-street,
.contacts-prewie-phone,
.contacts-prewie-mail {
  position: relative;
  line-height: 1;
  padding-left: 21px;
  margin-bottom: 20px;
}
.contacts-prewie-street:last-child,
.contacts-prewie-phone:last-child,
.contacts-prewie-mail:last-child {
  margin-bottom: 0;
}
.contacts-prewie-street::before,
.contacts-prewie-phone::before,
.contacts-prewie-mail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('/images/ico-sprite-main.png');
  background-repeat: no-repeat;
}
.contacts-prewie-street::before {
  background-position-x: -150px;
  width: 9px;
  height: 10px;
}
.contacts-prewie-phone {
  font-size: 20px;
  font-weight: bold;
}
.contacts-prewie-phone::before {
  width: 10px;
  height: 10px;
}
.contacts-prewie-mail::before {
  top: 9px;
  background-position-x: -158px;
  width: 9px;
  height: 8px;
}
.contacts-prewie .back-text {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(35%);
  font-size: 194px;
  font-weight: 700;
  line-height: 141px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 1366px) {

  .contacts-prewie-content {
    padding: 45px 20px 45px 0;
  }
  .contacts-prewie-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .contacts-prewie-information {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1080px) {

  .contacts-prewie-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 30px 0 45px;
    margin-bottom: 350px;
  }
  .contacts-prewie-content:before {
    right: 50%;
    transform: translateX(50%);
  }
  .contacts-prewie-title {
    font-size: 30px;
    line-height: 38px;
    max-width: 100%;
    margin-bottom: 27px;
  }
  .contacts-prewie-information {
    order: 2;
    flex: 1 1;
    padding-left: 15px;
  }
  .contacts-prewie-street,
  .contacts-prewie-phone,
  .contacts-prewie-mail {
    margin-bottom: 12px;
  }
  .contacts-prewie-phone {
    font-size: 16px;
  }
  .contacts-prewie .back-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contacts-prewie-wrapper {
    padding: 0 15px;
  }
  .contacts-prewie-content {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .contacts-prewie-information {
    order: 0;
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .contacts-prewie-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 21px;
  }
  .contacts-prewie-street,
  .contacts-prewie-phone,
  .contacts-prewie-mail {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
.contacts-form {
  border-left: 2px solid #ff0000;
  max-width: 680px;
  padding-left: 26px;
}
.contacts-form-title {
  font-size: 28px;
  line-height: 1;
  width: 100%;
  margin-bottom: 38px;
}
.contacts-form-wrap {
  display: flex;
  width: 100%;
}
.contacts-form-input,
.contacts-form-textarea {
  border: none;
  border-bottom: 2px solid #000;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
  width: 100%;
}
.contacts-form-input::-webkit-input-placeholder,
.contacts-form-textarea::-webkit-input-placeholder {
  color: #000;
}
.contacts-form-input::-moz-placeholder,
.contacts-form-textarea::-moz-placeholder {
  color: #000;
}
.contacts-form-input:-moz-placeholder,
.contacts-form-textarea:-moz-placeholder {
  color: #000;
}
.contacts-form-input:-ms-input-placeholder,
.contacts-form-textarea:-ms-input-placeholder {
  color: #000;
}
.contacts-form-input {
  flex: 1 1;
  height: 40px;
  margin-bottom: 25px;
}
.contacts-form-input:first-child {
  margin-right: 30px;
}
.contacts-form-textarea {
  width: 100%;
  height: 40px;
  resize: none;
  padding-top: 12px;
  margin-bottom: 20px;
}
.contacts-form-message {
  font-size: 12px;
  color: #555;
  width: 100%;
}
.contacts-form-message a {
  color: inherit;
}
.contacts-form-message a:hover {
  text-decoration: none;
}
.contacts-form-button {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.contacts-form-button span {
  position: relative;
  padding-right: 11px;
}
.contacts-form-button span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 1080px) {
  .contacts-form {
    flex: 1 1;
    padding-left: 15px;
    margin-right: 25px;
  }
  .contacts-form-title {
    margin-bottom: 21px;
  }
  .contacts-form-input,
  .contacts-form-textarea {
    font-size: 12px;
  }
  .contacts-form-input {
    height: 35px;
    margin-bottom: 15px;
  }
  .contacts-form-input:first-child {
    margin-right: 20px;
  }
  .contacts-form-textarea {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contacts-form {
    border: none;
    padding: 0;
    margin-right: 0;
  }
  .contacts-form-wrap {
    flex-direction: column;
  }
  .contacts-form-input:first-child {
    margin-right: 0;
  }
}

.contacts-regions {
 /* background-image: url(/local/templates/dweb/images/map.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 200px;
  padding-bottom: 400px;*/
}
.contacts-regions-map {
    position: relative;
    left: 0;
    right: 0;
    height: 420px!important;
}
.contacts-regions-map > div,
.contacts-regions-map .gm-style {
    height: 100%!important;
}

.contacts-regions-wrapper {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.contacts-regions-title {
  border-left: 2px solid #ff0000;
  font-size: 28px;
  padding-left: 28px;
  margin-bottom: 40px;
}
.contacts-regions-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.contacts-regions-item {
  width: 33%;
  padding-left: 30px;
  margin-bottom: 77px;
}
.contacts-regions-city,
.contacts-regions-phone,
.contacts-regions-mail {
  position: relative;
  padding-left: 21px;
  line-height: 22px;
  margin-bottom: 18px;
}
.contacts-regions-city::before,
.contacts-regions-phone::before,
.contacts-regions-mail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('/images/ico-sprite-main.png');
  background-repeat: no-repeat;
}
.contacts-regions-city a,
.contacts-regions-phone a,
.contacts-regions-mail a {
  text-decoration: none;
  color: inherit;
}
.contacts-regions-city a:hover,
.contacts-regions-phone a:hover,
.contacts-regions-mail a:hover {
  text-decoration: underline;
}
.contacts-regions-city:last-child,
.contacts-regions-phone:last-child,
.contacts-regions-mail:last-child {
  margin-bottom: 0;
}
.contacts-regions-city {
  font-weight: bold;
}
p.contacts-regions-city{
 cursor: pointer;
}
.contacts-regions-city::before {
  background-position-x: -150px;
  width: 9px;
  height: 10px;
}
.contacts-regions-phone::before {
  width: 10px;
  height: 10px;
}
.contacts-regions-mail::before {
  top: 13px;
  background-position-x: -158px;
  width: 9px;
  height: 8px;
}
@media screen and (max-width: 1366px) {
  .contacts-regions {
    background-size: 100%;
    background-position-y: bottom;
  }
  .contacts-regions-item {
    margin-bottom: 50px;
  }
  .contacts-regions-city,
  .contacts-regions-phone,
  .contacts-regions-mail {
    margin-bottom: 9px;
  }
  .contacts-prewie {
    margin-bottom: 40px;
  }
  .menu-item-parent > a::after {
    margin-left: 6px;
}
}
@media screen and (max-width: 1080px) {

  .contacts-regions-title {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .contacts-regions-item {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .contacts-regions-city,
  .contacts-regions-phone,
  .contacts-regions-mail {
    line-height: 18px;
  }
}
@media screen and (max-width: 900px) {
  .contacts-regions {
    padding-bottom: 300px;
  }
  .contacts-regions-item {
    flex: 1 1 245px;
  }
}
@media screen and (max-width: 768px) {
  .contacts-regions {
    background-image: none;
    padding-bottom: 0;
  }
  .contacts-regions-wrapper {
    padding: 20px 15px;
  }
  .contacts-regions .contacts-regions-map {
     height: 320px!important;
  }
  .contacts-regions-title {
    border: none;
    font-size: 24px;
    line-height: 26px;
    padding: 0;
  }
  .contacts-regions-list {
    margin: 0 -10px;
  }
  .contacts-regions-item {
    font-size: 16px;
    padding: 0;
    margin: 0 10px 24px;
  }
}
.contacts-countrys {
  display: flex;
  align-items: center;
  background-color: #f2f0ed;
  min-height: 353px;
  padding: 40px 0;
}
.contacts-countrys-wrapper {
  display: flex;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.contacts-countrys-item {
  flex: 1 1 450px;
  padding-right: 27px;
}
.contacts-countrys-item:first-child {
  margin-bottom: 30px;
}
.contacts-countrys-item:not(:first-child) {
  border-left: 2px solid #ff0000;
  padding-left: 27px;
}
.contacts-countrys-title {
  font-size: 36px;
  line-height: 43px;
  max-width: 400px;
  padding-left: 38px;
  margin: 0;
}
.contacts-countrys-caption {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
}
.contacts-countrys-city,
.contacts-countrys-phone,
.contacts-countrys-mail {
  position: relative;
  line-height: 22px;
  padding-left: 21px;
  margin-bottom: 18px;
}
.contacts-countrys-city::before,
.contacts-countrys-phone::before,
.contacts-countrys-mail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('/images/ico-sprite-main.png');
  background-repeat: no-repeat;
}
.contacts-countrys-city a,
.contacts-countrys-phone a,
.contacts-countrys-mail a {
  text-decoration: none;
  color: inherit;
}
.contacts-countrys-city a:hover,
.contacts-countrys-phone a:hover,
.contacts-countrys-mail a:hover {
  text-decoration: underline;
}
.contacts-countrys-city:last-child,
.contacts-countrys-phone:last-child,
.contacts-countrys-mail:last-child {
  margin-bottom: 0;
}
.contacts-countrys-city::before {
  background-position-x: -150px;
  width: 9px;
  height: 10px;
}
.contacts-countrys-phone::before {
  width: 10px;
  height: 10px;
}
.contacts-countrys-mail::before {
  top: 9px;
  background-position-x: -158px;
  width: 9px;
  height: 8px;
}
@media screen and (max-width: 1366px) {
  .contacts-countrys-item:not(:first-child) {
    padding: 0 20px;
  }
  .contacts-countrys-title {
    font-size: 30px;
    line-height: 36px;
  }
  .contacts-countrys-caption {
    margin-bottom: 24px;
  }
  .contacts-countrys-city,
  .contacts-countrys-phone,
  .contacts-countrys-mail {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .contacts-countrys-mail::before {
    top: 12px;
  }
}
@media screen and (max-width: 1080px) {
  .contacts-countrys {
    min-height: 310px;
  }
  .contacts-countrys-wrapper {
    flex-wrap: wrap;
  }
  .contacts-countrys-item {
    flex-basis: 300px;
  }
  .contacts-countrys-item:first-child {
    flex: 1 1 100%;
  }
  .contacts-countrys-item:nth-child(2) {
    border: none;
    padding-left: 0;
  }
  .contacts-countrys-title {
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .contacts-countrys {
    padding: 30px 0 45px;
  }
  .contacts-countrys-item:not(:first-child) {
    border: none;
    padding: 0;
    margin-bottom: 21px;
  }
  .contacts-countrys-caption {
    margin-bottom: 18px;
  }
}
.docs-page {
  padding: 40px 0 100px;
  margin-top: 92px;
}
.docs-page-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.docs-page-content {
  flex: 1 1;
  max-width: 1260px;
}
.docs-page-column {
  min-width: 230px;
  max-width: 230px;
  margin-left: 20px;
}
.docs-page .column-banner {
  margin: 0;
}
.docs-page-description {
  color: #444;
  margin-bottom: 40px;
}
.docs-page-description p {
  line-height: 22px;
}
.docs-page-description p:last-child {
  margin-bottom: 0;
}
.docs-page-caption {
  font-size: 28px;
  line-height: 32px;
  color: #1a1e22;
  margin-bottom: 40px;
}
.docs-page .item-download-list {
  border-bottom: 1px solid #e1dfdd;
  padding-bottom: 25px;
  margin: 0 -15px 40px;
}
.docs-page .item-download-list:last-child {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.docs-page .item-download-item {
  flex: 1 1 330px;
}
.docs-page-return {
  position: relative;
  display: inline-block;
  border: 1px solid #ff0000;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  color: inherit;
  height: 43px;
  padding: 0 21px 0 31px;
  margin-top: 30px;
  transition: color .3s;
}
.docs-page-return::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transition: border-color 0.3s;
}
.docs-page-return::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: linear-gradient(to left, #ff0000 0%, #ff8000 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}
.docs-page-return:hover {
  border-color: transparent;
  color: #fff;
}
.docs-page-return:hover::before {
  border-color: #fff;
}
.docs-page-return:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .docs-page .column-banner {
    display: block;
  }
  .docs-page-caption {
    margin-bottom: 30px;
  }
  .docs-page .item-download-list {
    display: flex;
    padding-bottom: 15px;
    margin: 0 -10px 24px;
  }
  .docs-page .item-download-item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .docs-page-description {
    margin-bottom: 30px;
  }
  .docs-page-caption {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 650px) {
  .docs-page {
    padding: 30px 0 45px;
    margin-top: 71px;
  }
  .docs-page-wrapper {
    flex-direction: column;
  }
  .docs-page-column {
    margin: 30px 0 0;
  }
}
.item-download-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: -15px;
}
.item-download-item {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 15px;
}
.item-download-item a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-left: 53px;
}
.item-download-item a:hover .item-download-caption {
  text-decoration: underline;
}
.item-download-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.item-download-ico::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/local/templates/dweb/images/pdf-shadow.png');
  width: 72px;
  height: 69px;
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
}
.item-download-caption {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #ff0000;
  margin-bottom: 6px;
}
.item-download-size {
  font-size: 14px;
  color: #444;
}
@media screen and (max-width: 1080px) {
  .item-download-list {
    display: block;
  }
  .item-download-item {
    max-width: 100%;
  }
  .item-download-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 769px) {
  .item-download-caption {
    font-size: 14px;
    line-height: 18px;
  }
}
.faq-page {
  padding: 40px 0 100px;
  margin-top: 92px;
}
.faq-page-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto 54px;
  padding: 0 20px;
}
.faq-page-content {
  flex: 1 1;
  max-width: 1260px;
}
.faq-page-column {
  min-width: 230px;
  max-width: 230px;
  margin-left: 20px;
}
.faq-page .column-banner {
  margin: 0;
}
.faq-page-list {
  list-style-type: none;
  margin-top: 42px;
}
.faq-page-item {
  margin-top: 30px;
}
.faq-page-item:first-child {
  margin-top: 0;
}
.faq-page-question {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-page-question::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-1px);
  background-color: #e1dfdd;
  width: calc(100% - 22px);
  height: 1px;
  z-index: -1;
}
.faq-page-question.active .faq-page-button::before {
  opacity: 0;
}
.faq-page-question.active .faq-page-button::after {
  opacity: 1;
}
.faq-page-question.active .faq-page-arrow {
  bottom: -2px;
  transform: rotate(135deg);
}
.faq-page-button {
  position: relative;
  border: none;
  font-size: 22px;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  padding: 0 10px 0 51px;
  transition: color .3s;
}
.faq-page-button::before,
.faq-page-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('/local/templates/dweb/images/ico-sprite-main.png');
  width: 30px;
  height: 30px;
  transition: opacity .3s;
}
.faq-page-button::before {
  background-position-x: -167px;
  z-index: 1;
}
.faq-page-button::after {
  background-position-x: -197px;
  opacity: 0;
  z-index: 2;
}
.faq-page-button:hover {
  color: #ff0000;
}
.faq-page-arrow {
  position: relative;
  bottom: 3px;
  border: none;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: transparent;
  cursor: pointer;
  width: 8px;
  min-width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}
.faq-page-answer {
  position: relative;
  display: none;
  color: #444;
  padding-left: 39px;
  margin: 23px 0 0 13px;
}
.faq-page-answer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/local/templates/dweb/images/answer-border.png');
  width: 4px;
  height: 100%;
}
.faq-page-answer p {
  line-height: 22px;
}
.faq-page-answer p:last-child {
  margin-bottom: 0;
}
.faq-page .form-support {
  padding-top: 49px;
  margin: 0;
}
.faq-page .form-support .img img {
  margin-top: -49px;
}
@media screen and (max-width: 1400px) {
  .faq-page {
    margin-top: 74px;
  }
}
@media screen and (max-width: 1366px) {
  .faq-page {
    padding: 30px 0 45px;
  }
  .faq-page-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .faq-page-wrapper {
    margin-bottom: 40px;
  }
  .faq-page-column {
    display: none;
  }
  .faq-page-list {
    margin-top: 30px;
  }
  .faq-page-question.active .faq-page-arrow {
    bottom: -1px;
  }
  .faq-page-button {
    font-size: 16px;
  }
  .faq-page-arrow {
    bottom: 2px;
    border-width: 1px;
    width: 6px;
    min-width: 6px;
    height: 6px;
  }
  .faq-page-answer {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page {
    padding-bottom: 21px;
  }
  .faq-page-wrapper {
    padding: 0 15px;
  }
  .faq-page-question::before {
    display: none;
  }
  .faq-page-button {
    padding: 0 15px 0 0;
  }
  .faq-page-button::before,
  .faq-page-button::after {
    display: none;
  }
  .faq-page-button:hover {
    color: inherit;
  }
}
.job-page {
  font-weight: 300;
  background-image: url('/local/templates/dweb/images/job-bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: calc(100vh - 246px - 92px);
  padding: 40px 0 100px;
  margin-top: 92px;
}
.job-page-wrapper {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.job-page-list {
  list-style-type: none;
  max-width: 74%;
  margin-top: 45px;
}
.job-page-item {
  margin-top: 40px;
}
.job-page-item:first-child {
  margin-top: 0;
}
.job-page-prewie {
  border-top: 1px solid #f2f0ed;
  border-bottom: 1px solid #f2f0ed;
  padding: 40px 0;
}
.job-page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.job-page-caption {
  border-left: 2px solid #ff0000;
  font-size: 28px;
  line-height: 32px;
  padding-left: 29px;
  margin-bottom: 0;
}
.job-page-button {
  position: relative;
  border: none;
  font-size: 16px;
  white-space: nowrap;
  color: #ff0000;
  background-color: transparent;
  cursor: pointer;
}
.job-page-button::before {
  content: 'Развернуть';
}
.job-page-button::after {
  content: '';
  display: inline-block;
  border-left: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  vertical-align: middle;
  margin: 0 0 4px 10px;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg);
}
.job-page-button.active::before {
  content: 'Свернуть';
}
.job-page-button.active::after {
  margin-bottom: 0;
  transform: rotate(135deg);
}
.job-page-short {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  padding-left: 32px;
}
.job-page-short p {
  line-height: 25px;
  margin-bottom: 9px;
}
.job-page-short p:last-child {
  margin-bottom: 0;
}
.job-page-dropdown {
  /*display: none;*/
  margin-top: 30px;
}
.job-page-wrap {
  display: flex;
}
.job-page-column {
  max-width: 300px;
  min-width: 300px;
}
.job-page-description {
  color: #444;
  margin-right: 20px;
}
.job-page-description p {
  line-height: 25px;
}
.job-page-description ul {
  line-height: 1.3;
  list-style-type: none;
  margin: 16px 0;
}
.job-page-description ul:first-child {
  margin-top: 0;
}
.job-page-description ul:last-child {
  margin-bottom: 0;
}
.job-page-description ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
.job-page-description ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cdcac7;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.job-page-description ul li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5.5px;
  border-left: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  width: 5px;
  height: 3px;
  transform: rotate(-45deg);
}
.job-page-description ul li:last-child {
  margin-bottom: 0;
}
.job-page-map {
  width: 100%;
  height: 200px;
  margin-top: 35px;
}
@media screen and (max-width: 1800px) {
    .job-page-list {
        max-width: 66%;
    }
}
@media screen and (max-width: 1400px) {
  .job-page {
    background-image: none;
    min-height: calc(100vh - 246px - 74px);
    margin-top: 74px;
  }
  .job-page-list {
      max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .job-page {
    margin-top: 74px;
  }
  .job-page-list {
    margin-top: 30px;
  }
  .job-page-item {
    margin-top: 25px;
  }
  .job-page-prewie {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1080px) {
  .job-page {
    padding: 30px 0 45px;
  }
  .job-page-title {
    margin-bottom: 15px;
  }
  .job-page-caption {
    font-size: 24px;
    line-height: 28px;
    padding-left: 20px;
  }
  .job-page-button {
    font-size: 14px;
  }
  .job-page-short {
    font-size: 14px;
    padding-left: 20px;
  }
  .job-page-short p {
    line-height: 20px;
  }
  .job-page-description {
    font-size: 14px;
  }
  .job-page-column {
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .job-page {
    min-height: calc(100vh - 202px - 74px);
  }
  .job-page-wrapper {
    padding: 0 15px;
  }
  .job-page-prewie {
    padding: 15px 0;
  }
  .job-page-caption {
    font-size: 20px;
    line-height: 24px;
    padding-left: 14px;
    margin-right: 15px;
  }
  .job-page-button {
    font-size: 12px;
  }
  .job-page-short {
    font-weight: 500;
    padding-left: 0;
  }
  .job-page-dropdown {
    margin-top: 15px;
  }
  .job-page-wrap {
    flex-direction: column;
  }
  .job-page-content {
    margin-bottom: 25px;
  }
  .job-page-content:last-child {
    margin-bottom: 0;
  }
  .job-page-description {
    margin-right: 0;
  }
  .job-page-map {
    margin-top: 25px;
  }
  .job-page-column {
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .job-page {
    min-height: calc(100vh - 208px - 74px);
  }
}
@media screen and (max-width: 390px) {
  .job-page {
    min-height: calc(100vh - 281px - 74px);
  }
}
.job-contact {
  color: #444;
  background-color: #f2f0ed;
  width: 100%;
  padding: 28px 30px 30px;
  margin-bottom: 21px;
}
.job-contact:last-child {
  margin-bottom: 0;
}
.job-contact-caption {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 25px;
}
.job-contact-content {
  margin-bottom: 31px;
}
.job-contact-content:last-child {
  margin-bottom: 0;
}
.job-contact-content p {
  line-height: 25px;
}
.job-contact-content p:last-child {
  margin-bottom: 0;
}
.job-contact-button {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 178px;
}
.job-contact-button::before,
.job-contact-button::after {
  z-index: 0;
}
.job-contact-button span {
  position: relative;
  padding-right: 11px;
  z-index: 1;
}
.job-contact-button span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 1080px) {
  .job-contact {
    padding: 20px 25px;
  }
  .job-contact-caption {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .job-contact-content {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .job-contact {
    margin-bottom: 10px;
  }
}
.vacancy-bg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .vacancy-bg {
    display: none;
  }
}
.vacancy-description {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
  margin-bottom: 60px;
}
.vacancy-description:last-child {
  margin-bottom: 0;
}
.vacancy-list {
  list-style-type: none;
  padding: 0;
}
.vacancy-list__dropdown {
  display: none;
  list-style-type: none;
  padding: 0;
  padding-left: 28px;
  margin-top: 20px;
}
.vacancy-list__dropdown .vacancy-list__button {
  text-transform: inherit;
}
.vacancy-list__dropdown .vacancy-list__dropdown {
  margin-top: 10px;
  margin-bottom: 20px;
}
.vacancy-list__dropdown .vacancy-list__item {
  margin-bottom: 10px;
}
.vacancy-list__item {
  margin-bottom: 20px;
}
.vacancy-list__item:last-child {
  margin-bottom: 0;
}
.vacancy-list__item.active > .vacancy-list__button span::before {
  display: none;
}
.vacancy-list__button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}
.vacancy-list__button span {
  position: relative;
  display: inline-block;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  width: 18px;
  height: 19px;
  margin-right: 10px;
}
.vacancy-list__button span::before,
.vacancy-list__button span::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #d1d1d1;
  width: 11px;
  height: 11px;
}
.vacancy-list__button span::before {
  top: 3px;
  left: 8px;
  width: 1px;
}
.vacancy-list__button span::after {
  top: 8px;
  left: 3px;
  height: 1px;
}
@media screen and (max-width: 1024px) {
  .vacancy-list__button {
    font-size: 16px;
  }
}
ul.check-list {
  line-height: 1.3;
  list-style-type: none;
  margin: 16px 0;
}
ul.check-list:first-child {
  margin-top: 0;
}
ul.check-list:last-child {
  margin-bottom: 0;
}
ul.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
}
ul.check-list li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #cdcac7;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
ul.check-list li::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5.5px;
  border-left: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  width: 5px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul.check-list li:last-child {
  margin-bottom: 0;
}
.modal .form-content {
  margin: 0;
}
.modal .container {
  display: flex;
  align-items: flex-end;
  width: 100vw;
  max-width: 1110px;
  padding: 0 25px;
}
.modal .img {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}
.modal .img img {
  margin: 0;
}
.modal .text {
  width: 100%;
  height: auto;
  min-height: 382px;
}
.modal .title {
  position: relative;
  font-size: 28px;
}
.modal .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-image: url('/local/templates/dweb/images/ico-sprite-main.png');
  background-position-x: -227px;
  background-color: transparent;
  cursor: pointer;
  width: 27px;
  height: 27px;
  padding: 0;
}
.modal-vacancies {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
}
.modal-vacancies .img {
  left: 41px;
}
.modal-vacancies .text {
  min-height: 426px;
}
.modal-vacancies .form-content .text {
  padding: 20px 60px;
}
@media screen and (max-width: 900px) {
  .modal .container {
    padding: 0 15px;
  }
  .modal .close {
    top: -3px;
    transform: translateY(-100%);
  }
  .modal .title {
    position: static;
  }
  .modal .img {
    display: none;
  }
  .modal .text {
    position: relative;
    padding: 20px;
    overflow: visible;
  }
  .modal .form-col {
    margin: 0;
  }
  .modal .form-item {
    width: 100%;
    padding: 0;
  }
  .modal .form-content .text {
    padding: 20px;
    min-height: auto;
  }
  .form-field {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    margin-top: 74px;
  }
}
.custom-select-wrap {
    display: inline-block;
    width: 100%;
    user-select: none;
}

/* End */
/* /local/templates/dweb/fonts/fonts.css?15411673581314 */
/* /local/templates/dweb/components/bitrix/form.result.new/training/style.css?17782429033223 */
/* /local/templates/dweb/components/bitrix/form.result.new/modal/style.css?15411673585353 */
/* /local/templates/dweb/template_styles.css?1565709779186540 */
