/*глобальное*/
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

@font-face {
    font-family: 'Mulish';
    src: url('/templates/dimone-mdb/fonts/Mulish-Regular.eot');
    src: local('Mulish Regular'), local('Mulish-Regular'),
        url('/templates/dimone-mdb/fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('/templates/dimone-mdb/fonts/Mulish-Regular.woff2') format('woff2'),
        url('/templates/dimone-mdb/fonts/Mulish-Regular.woff') format('woff'),
        url('/templates/dimone-mdb/fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

html, body{
	height: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
}
body{
	font-family: 'Mulish', sans-serif;
	background-color: #fff;
	color: #373A36;
	overflow-x: hidden;
}
body.home-body{
	/*height: 100vh;*/
	/*overflow: hidden;*/
}
/*------------------------------------------------------------теги*/
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
}
h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 29px 0 24px;
}
h3 {
	font-size: 24px;
	line-height: 40px;
	margin: 29px 0 19px;
}
p {

}
table tr td{
	font-size: 1rem;
}
ul, ol {
	list-style-position: inside;
	margin-top: 0;
	margin-bottom: 1rem;
    padding: 0;
}
ul.menu{
	margin: 0;
}
ul.menu li a:hover,
ul.menu li a:focus{
	outline: none;
	background-color: transparent;
}
form{
	margin: 0;
}
textarea {
	resize: none; /* Запрещаем изменять размер */
}
input::-webkit-input-placeholder {

}
input::-moz-placeholder {

}
textarea::-webkit-input-placeholder {

}
textarea::-moz-placeholder {

}
a{
	outline: none;
	color: #373A36;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
a:hover {
	text-decoration: none;
	color: #6B7D43 !important;
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: pointer;  /* устанавливаем курсор в виде стрелки */
}
a.mfc-link{
	cursor: zoom-in;
}
cite {
    background: #eaeaea;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-style: italic;
}
input,
textarea,
button,
select {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	text-transform: none !important;
	outline: none;
	margin: 0;
}
/*подробнее*/
hr.system-pagebreak{
	width: 100%;
	clear: both;
}
/*//подробнее*/
/*------------------------------------------------------------//теги*/
/*------------------------------------------------------------------классы*/
@media (min-width: 1280px) {
	.container {
		max-width: 1250px;
	}
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}
@media only screen and (min-width : 768px) {
	.w-md-75{
		width: 75%!important;
	}
	.w-md-80{
		width: 80%!important;
	}
	.w-md-90{
		width: 90%!important;
	}
	.w-md-100{
		width: 100%!important;
	}
}
@media only screen and (min-width : 992px) {
	.w-lg-75{
		width: 75%!important;
	}
	.w-lg-80{
		width: 80%!important;
	}
	.w-lg-90{
		width: 90%!important;
	}
	.w-lg-100{
		width: 100%!important;
	}
}
@media only screen and (min-width : 1200px) {
	.w-xl-75{
		width: 75%!important;
	}
	.w-xl-80{
		width: 80%!important;
	}
	.w-xl-90{
		width: 90%!important;
	}
	.w-xl-100{
		width: 100%!important;
	}
}
.tt-up {text-transform: uppercase;}
.tt-no {text-transform: none;}
.font-size-1{
	font-size: 1rem;
}
/* Opacity */
.op-0-0 {opacity: 0;}
.op-0-1 {opacity: 0.1;}
.op-0-2 {opacity: 0.2;}
.op-0-3 {opacity: 0.3;}
.op-0-4 {opacity: 0.4;}
.op-0-5 {opacity: 0.5;}
.op-0-6 {opacity: 0.6;}
.op-0-7 {opacity: 0.7;}
.op-0-8 {opacity: 0.8;}
.op-0-9 {opacity: 0.9;}
.op-1-0 {opacity: 1;}
/* //Opacity */
.breadcrumb{
	background-color: transparent;
}
.btn{
	text-transform: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.btn-cep {
	color: #fff;
	background-color: #6b7d43 !important;
}
.btn-cep:hover {
	color: #fff !important;
	background-color: #60703d !important;
}
.cep-color{
	background-color: #6b7d43 !important;
}
.cep-text{
	color: #6b7d43 !important;
}
.pagination.pg-cep .page-item.active .page-link {
	color: #fff !important;
	background-color: #6b7d43;
}
/*Of BS4 Template*/
.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}
.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.autocomplete-suggestion.active,
.autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/*Of BS4 Template*/
#toggle-button{
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid;
	border-color: #707c48;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#toggle-button:hover{
	border-color: #ff0000;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,.21) !important;
	box-shadow: 0 0 13px rgba(0,0,0,.21) !important;
}
#toggle-block{
	display: none;
	position: relative;
}
body.modal-open .fixed-top{
	z-index: 1072;
}
.scroll-point{
	position: relative;
	height: 1px;
	opacity: 0;
}
/*------------------------------------------------------------------//классы*/
/*----------------------------------------------------------------Animation*/
@-webkit-keyframes change-size {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes change-size {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*---------------------------------------------------------------//Animation*/
/*--------------------------------------------------------------редактор JCE*/
.my-content-area{
	font-size: 14px;
	line-height: 1.1;
	background-color: #e6e6e6 !important;
}
.my-content-area table tr td{
	font-size: 14px;
	line-height: 1.1;
}
/*--------------------------------------------------------------//редактор JCE*/
/*-------------------------------------------------------глобальные блоки*/
header,
footer{
	position: relative;
	clear: both;
}
.header{
	-webkit-box-shadow: rgba(1, 1, 1, 0.08) 3px 3px 9px;
	box-shadow: rgba(1, 1, 1, 0.08) 3px 3px 9px;
	padding: 10px 0 0px;
}
.header__right-area{
	position: relative;
	gap: 20px;
}
header + *,
.navigation-moby + *{
	margin-top: 0px;
}
/*--------------------------------------------------------//глобальные блоки*/
.container-fluid{
	position: relative;
}
/*конец глобальный контейнер*/
/*--------------------------------------------------шапка*/
.header-container{
	position: relative;
}
.header-row{
	position: relative;
}
.header-row > .header-cell{
	position: relative;
}
/*--------------------------------------------------//шапка*/
/*-------------------------------------------------------середина*/
.content-container{
	position: relative;
	/*min-height: 80vh;*/
	/*padding-top: 30px;*/
}
/*----------------------------------------------страницы и блоги сайта*/
.item-page,
.blog,
.blog-featured,
.category-list,
.pg-category-view{
	position: relative;
}
/*-----------------------------------------------//страницы и блоги сайта*/
/*------------------------------------------------------заголвки страниц*/
.page-header{
	position: relative;
	border: none;
	text-align: center;
	padding: 23px 0 25px;
}
.page-header h1{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 0;
}
/*----------------------------------------------------------//заголвки страниц*/
/*----------------------------------------------------------контент*/
.article-body{
	position: relative;
	padding-top: 40px;
}
/*-----------------------------------------------------------------Page Главная*/
.home-item-page .top-video-moby{
	margin-top: -40px;
}
.home-item-page .top-video-moby + .scroll-point{
	top: -80px;
}
.home-item-page__content-container{
	margin-top: 60px;
}
.home-item-page__page-header{
	padding-top: 0;
	padding-bottom: 13px;
	margin: 0 auto;
}
.home-item-page__page-header h1{
	color: #373A36;
    font-weight: 700;
    font-size: 50px;
    line-height: 86px;
    text-align: center;
    text-transform: none;
}
.article-body.home-article-body{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #373A36;
}
.bold{
	font-weight: 700;
}
.left_foto img{
	max-height: 310px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.home-item-page__page-header{
		padding-top: 0px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.home-item-page__page-header{
		padding-top: 20px;
	}
	header + *, .navigation-moby + * {
    margin-top: 44px;
}
.center-header .header-row {
    padding: 0 15px;
    gap: 10px;
    margin: 0;
}
}
/*//iPhone 6/7/8 Plus portrait*/
/*----------------------------------------------------------------//Page Главная*/
/*------------------------------------------------------------------Page Контакты*/
.kontakty-item-page{
	position: relative;
}
.kontakty-item-page .nav-tabs{
	border: none !important;
	margin-bottom: 50px;
}
.kontakty-item-page .nav-tabs .nav-item{
	min-width: 195px;
	overflow: visible;
	margin-bottom: 0;
}
.kontakty-item-page .nav-tabs .nav-link{
	width: 100%;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #373A36;
	border: none !important;
	border-radius: 3px;
	padding: 15px 50px 18px;
}
.kontakty-item-page .nav-tabs .nav-link:hover{
	color: #6B7D43;
	box-shadow: none;
	border: none !important;
}
.kontakty-item-page .nav-tabs .nav-item.show .nav-link,
.kontakty-item-page .nav-tabs .nav-link.active{
	color: #6B7D43;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	border: none !important;
}
.kontakty-item-page__content{
	position: relative;
	text-align: left;
	margin-bottom: 70px;
}
.kontakty-item-page__content-title{
	font-family: 'Mulish', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #373A36;
	margin-bottom: 30px;
}
.kontakty__item{
	position: relative;
}
.kontakty__title{
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #707C48;
	margin-bottom: 7px;
}
.kontakty__text{
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #373A36;
	margin-bottom: 5px;
}
.kontakty__small{
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #9E9E9E;
}
.kontakty-item-page__map{
	position: relative;
	min-height: 400px;
}
/*----------------------------------------------------------------//Page Контакты*/
/*-----------------------------------------------------------------Pages Услуги*/
.uslugi-item-page{
	position: relative;
}
.shevron-page-item-page .zag {
	font-size: 30px;
	padding: 40px 0;
	margin-bottom: 0;
}
.shevron-list{
	position: relative;
	padding: 0 190px;
}
.shevron-list__item{
	height: 250px;
	text-align: center;
	margin-bottom: 40px;
}
.shevron-list__item img{
	max-width: 85%;
	max-height: 90%;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	max-height: 90%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin: 0 auto;
}
.shevron-list__item:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*iPad Pro landscape*/
@media only screen and (max-width : 1366px) and (orientation: landscape){
	.shevron-list{
		padding: 0;
	}
}
/*//iPad Pro landscape*/
/*iPad Pro portrait*/
@media only screen and (max-width : 1024px) and (orientation:portrait){
	.shevron-list{
		padding: 0;
	}
}
/*//iPad Pro portrait*/
/*--------------------------------------------------------------//Pages Услуги*/
/*--------------------------------------------------------------Pages Промостраницы*/
.promo-item-page{
	position: relative;
	margin-top: -40px;
}
.top-video{
	position: relative;
	max-height: calc(100vh - 79px);
	overflow: hidden;
	/*margin-bottom: -6px;*/
}
.top-video.top-video-moby{
	max-height: none;
}
.top-video video{
	position: relative;
	height: 100%;
	max-height: 100%;
}
.top-video .top-video-wrapper{
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.14) 100%);
	background-size: cover;
}
.top-video.top-video-moby .top-video-wrapper{
	position: relative;
	height: auto;
}
.top-video .text {
	position: absolute;
	z-index: 1;
	top: 69px;
	bottom: 76px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.top-video .wrap{
	width: auto;
	text-align: left;
}
.wrap__title{
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin: 100px auto 0;
	white-space: pre-line;
	max-width: 972px;
}
.wrap__subtitle{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 auto 30px auto;
	max-width: 669px;
}
@media only screen and (max-height : 800px) and (orientation: landscape){
	.wrap__title{
		font-size: 36px;
	}
	.wrap__subtitle{
		margin: 15px auto 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.wrap__title{
		font-size: 24px;
	}
	.top-video .wrap {
		margin: 0;
	}
}
@media only screen and (max-width: 768px) {
	.wrap__title{
		font-size: 16px;
		line-height: 1;
	}
	.wrap__subtitle{
		font-size: 12px;
		line-height: 18px ;
	}
}
.top-video .text span {
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 45px;
}
.top-video .text .small{
	display: block;
	width: 574px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: none;
	margin-bottom: 0;
}
.top-video .promo-shevron{
	position: relative;
	margin-top: 83px;
	margin-bottom: 80px;
}
.promo-img{
	position: relative;
	margin: 83px auto 83px auto;
	cursor: pointer;
	display: inline-block;
}
.promo-scroll{
	position: absolute;
	width: 4px;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	top:7px;
	animation: mouse 1s infinite;
	animation-timing-function: linear;
}
@keyframes mouse{
	0% {
		top: 18px;
	}
	50% {
		top: 7px;
	}
	100% {
		top: 18px;
	}
}
@media only screen and (max-height : 800px) and (orientation: landscape){
	.promo-img{
		margin: 40px auto 40px auto;
	}
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.top-video .text {
		height: 100%;
		top: 0;
		bottom: 0;
	}
	.wrap__title {
		font-size: 20px;
		margin: 140px auto 0;
	}
	.wrap__subtitle{
		margin: 30px auto;
	}
	.promo-img{
		margin: 0 auto 20px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.top-video .text {
		height: 100%;
		top: 0;
		bottom: 0;
	}
	.wrap__title {
		font-size: 20px;
		margin: 140px auto 0;
	}
	.wrap__subtitle{
		margin: 30px auto;
	}
	.promo-img{
		margin: 0 auto 20px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------------//Pages Промостраницы*/
/*----------------------------------------------------------//контент*/
/*--------------------------------------------стили блога по умолчанию*/
/*--------------------------------------------//стили блога по умолчанию*/
/*----------------------------------------------------------//середина*/
/*-----------------------------------------------------------середины*/
.sub-medium-container{
	position: relative;
}
/*----------------------------------------------------------доп середины*/
/*--------------------------------------------------------Модули и блоки*/
.block-title{
	position: relative;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
/*----------------------------------------------------------Block Слайдер на Главной*/
.home-item-page__slider{
	position: relative;
	font-family: 'Mulish', sans-serif;
	height: calc(100vh - 145px);
	background: #F4F4F4;
}
.main-slider__carousel > .container{
	max-width: 1450px;
	flex-direction: column-reverse;
    align-items: flex-start !important;
}
.main-slider__carousel .carousel-inner{
	max-width: 1600px;
}

.main-slider__indicators{
	position: relative;
	flex-direction: row !important;
	gap: 10px;
	margin-bottom: 0;
	margin-top: -65px;
	margin-left: 50px !important;
}
.main-slider__carousel .main-slider__indicators li{
	width: 73px;
	height: 5px;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	background-color: #888888;
	border-radius: 0 !important;
	opacity: 1;
	padding: 0 1px;
	margin: 3px 0;
}
.main-slider__carousel .main-slider__indicators li.active{
	border-left: none !important;
	background-color: #6B7D43;
}
.main-slider__carousel .carousel-inner{
	z-index: 1;
	/*margin-top: -50px;*/
}
.main-slider__item{
	min-height: calc(100vh - 145px);
	padding: 0 50px;
	justify-content: flex-start!important;
	gap: 60px;
}
.main-slider__item.tg_item{
	gap: 30px;
}
.main-slider__item-title{
	position: relative;
	z-index: 6;
	max-width: 100%;
    font-weight: 500;
    font-size: 90px;
    color: #373A36;
    line-height: 90px;
    letter-spacing: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-5vw, 0);
	-ms-transform: translate(-5vw, 0);
	transform: translate(-5vw, 0);
	-webkit-transition: all 1.6s;
	-o-transition: all 1.6s;
	transition: all 1.6s;
	margin-bottom: 0px;
	margin-top: 65px;
	font-family: 'Mulish', sans-serif;
}
.main-slider__item.tg_item .main-slider__item-title{
	margin-top: 55px;
}
.main-slider__item-title .ban_1{
    color: #6B7D43;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 98px;
    text-transform: uppercase;
}
.main-slider__item-title .ban_2{
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    color: #6B7D43;
    font-family: 'Mulish', sans-serif;
}
.main-slider__item-title .ban_wb{
	font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0%;
    color: #A73AFD;
    display: block;
}
.main-slider__item-btn{
	position: relative;
	width: 241px;
	height: 60px;
	text-decoration: none;
	background-color: #707c48;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	border-radius: 3px;
	outline: none !important;
	z-index: 7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate(-4vw, 0);
	-ms-transform: translate(-4vw, 0);
	transform: translate(-4vw, 0);
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
}
.main-slider__item-btn.tg_slide{
	background-color: #5592F0;
	width: 260px;
}
.main-slider__item-btn.tg_slide img{
	display: none;
}
.main-slider__item-btn img{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main-slider__item-btn:hover{
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	background-color: #586138;
}
.main-slider__item-btn.tg_slide:hover{
	background-color: #5592F0;
}
.main-slider__item-btn:hover img{
	-webkit-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	transform: translate(5px, 0);
}
.main-slider__item-btn span{
	position: relative;
    font-weight: 400;
    font-size: 19px;
    line-height: 60px;
	color: #fff;
	margin-right: 20px;
}
.main-slider__item-btn.tg_slide span:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background: url(/templates/dimone-mdb/img/tg_fon.svg) no-repeat;
	margin-right: 5px;
	background-size: contain;
}
.main-slider__item-image{
	position: absolute;
	/*top: 85px;*/
	left: -100%;
	width: 0;
	height: 100%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.main-slider__item-image img{
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 42%;
	max-width: none;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	visibility: hidden;
}
.main-slider__item:last-child .main-slider__item-image img{
	max-height: 400px;
}
.main-slider__item:nth-child(2) .main-slider__item-image img{
	left: 48%;
}
.main-slider__item.active .main-slider__item-title,
.main-slider__item.active .main-slider__item-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-slider__item.active .main-slider__item-image{
	left: 20%;
	width: calc(80% + ((100vw - 550px) / 2 - 100px));
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-slider__item.active .main-slider__item-image img{
	opacity: 1;
	visibility: visible;
}
.main-slider__carousel-control{
	position: absolute;
	right: 0;
	top: -40px;
	height: calc(100% + 80px);
	width: 30vw;
	z-index: 0;
}
.main-slider__carousel-control a{
	position: relative;
	background-color: #f0f0f0;
	width: 100%;
	height: calc(50% - 1px);
	opacity: 1 !important;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding-right: 37px;
}
.main-slider__carousel-control a:hover{
	background-color: #dfdfdf;
}
.main-slider__carousel-control a.carousel-control-prev{
	margin-top: 1px;
	padding-top: 40px;
}
.main-slider__carousel-control a.carousel-control-next{
	margin-bottom: 1px;
	padding-bottom: 40px;
}
@media (min-width: 1920px) {
	.main-slider__carousel > .container{
		max-width: 1500px;
		margin-top: 10px;
	}
	.main-slider__item{
		min-height: calc(100vh - 200px);
	}
	.main-slider__item-image{
		height: calc(100% - 1px);
	}
	.main-slider__item-image img{
		left: 43%;
		height: 100%;
	}
	.main-slider__carousel-control{
		top: -40px;
		height: calc(100% + 80px);
		width: 25vw;
	}
}
@media (min-width: 2000px) {
    .main-slider__item-image img{
		left: 35%;
		height: 100%;
	}
}
/*---------------------------------------------------------//Block Слайдер на Главной*/
/*------------------------------------------------------------Block Виртуальный 3D тур in Home Page*/
.tour-body{
	position: relative;
	min-height: 579px;
	background: url(/images/3d-tour_45.png) no-repeat center center;
	background-size: cover;
	padding: 56px;
}
.tour-body__card{
	position: relative;
	background: url(/images/3d-tour_46.png) no-repeat center center;
	background-size: cover;
}
.tour-body__title{
	font-weight: 700;
	font-size: 24px;
	line-height: 3;
	margin-bottom: 22px;
}
.tour-body__link{
	position: relative;
	margin-bottom: 41px;
}
.tour-body__btn-tour{
	width: 233px;
	height: 47px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #f00;
}
/*---------------------------------------------------------------//Block Виртуальный 3D тур in Home Page*/
/*------------------------------------------------------------------------Block Бизнес-модель in Home Page*/
.model{
  	display:none;
	padding-top: 100px;
}
.model-body{
	position:relative
}
.model-body .model-main{
	width:100%
}
.model-body .model-main.active{
	opacity:.5
}
.model-body .cep-2{
	position:absolute;
	bottom:28%;
	left:29%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.model-body .cep-3{
	position:absolute;
	bottom:18%;
	left:39%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.model-body .cep-1{
	position:absolute;
	bottom:38%;
	left:19%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.model-body .cep-box1{
	position:absolute;
	bottom:55%;
	left:38%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.model-body .cep-box2{
	position:absolute;
	bottom:42%;
	left:51%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.model-body .cep-box3{
	position:absolute;
	bottom:29%;
	left:64%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.model-body .cep-screen{
	position:absolute;
	top:13%;
	left:69%;
	cursor:pointer;
	-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;
	animation:pulsate-fwd .5s ease-in-out infinite both
}
.modal-mask.active{
	position:fixed;
	width:calc(100% + 30px);
	height:100%;
	background:#fff;
	top:0;
	left:-15px;
	opacity:.3
}
.model-body{
	margin-bottom:85px
}
.model-body__card{
	padding:57px 21px;
	background:#fff;
	-webkit-box-shadow:0 2px 20px rgba(0,0,0,.25);
	box-shadow:0 2px 20px rgba(0,0,0,.25);
	position:absolute;
	top:-10%;
	left:30%;
	max-width:480px;
	visibility:hidden;
	opacity:0
}
.model-body__card.left::before{
	content:'';
	position:absolute;
	left:unset;
	bottom:18%;
	right:-19%;
	-webkit-clip-path:polygon(100% 75%,0 0,100% 0);
	clip-path:polygon(100% 75%,0 0,100% 0);
	background:#fff;
	width:94px;
	height:57px;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.model-body__card.active{
	visibility:visible;
	opacity:1
}
.model-body__card::before{
	content:'';
	position:absolute;
	bottom:20%;
	left:-18%;
	-webkit-clip-path:polygon(100% 75%,0 0,100% 0);
	clip-path:polygon(100% 75%,0 0,100% 0);
	background:#fff;
	width:94px;
	height:57px
}
.model-body__card .modal-close{
	position:absolute;
	width:12px;
	height:12px;
	top:14px;
	right:11px
}
.model-body__card .modal-close img{
	width:100%!important
}
.model-body__card hr{
	margin-bottom:25px
}
.model-body__card article h2{
	font-style:normal;
	font-weight:700;
	font-size:24px;
	line-height:33px;
	color:#343228;
	display:block;
	margin-bottom:22px
}
.model-body__card article p{
	font-style:normal;
	font-weight:400;
	font-size:13px;
	line-height:23px;
	color:#343228
}
.model-body #cep-2-modal{
	top:0;
	left:40%
}
.model-body #cep-3-modal{
	top:-1%;
	left:-11%
}
.model-body #box-1-modal{
	top:3%;
	left:50%
}
.model-body #box-1-modal::before{
	bottom:51%;
	left:-18%
}
.model-body #box-2-modal{
	top:-5%;
	left:1%
}
.model-body #box-2-modal::before{
	bottom:32%;
	right:-16%;
	-webkit-transform:rotate(164deg);
	-ms-transform:rotate(164deg);
	transform:rotate(164deg)
}
.model-body #box-3-modal{
	top:5%;
	left:14%
}
.model-body #box-3-modal::before{
	bottom:31%;
	right:-17%;
	-webkit-transform:rotate(170deg);
	-ms-transform:rotate(170deg);
	transform:rotate(170deg)
}
.model-body #screen-modal{
	top:16%;
	left:18%
}
.model-body #screen-modal::before{
	bottom:90%;
	right:-18%;
	-webkit-transform:scaleX(-1);
	-ms-transform:scaleX(-1);
	transform:scaleX(-1)
}
.model-body__card-img{
	margin-bottom:60px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.model-body .model-main {
		width: 120%;
		max-width: none;
		-webkit-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	.model-body #cep-1-modal,
	.model-body #cep-2-modal,
	.model-body #cep-3-modal,
	.model-body #box-1-modal,
	.model-body #box-2-modal,
	.model-body #box-3-modal,
	.model-body #screen-modal{
		top: -65px;
		left: 50%;
		right: unset;
		bottom: unset;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		z-index: 12;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.model-body .model-main {
		width: 120%;
		max-width: none;
		-webkit-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		transform: translateX(-10%);
	}
	.model-body #cep-1-modal,
	.model-body #cep-2-modal,
	.model-body #cep-3-modal,
	.model-body #box-1-modal,
	.model-body #box-2-modal,
	.model-body #box-3-modal,
	.model-body #screen-modal{
		top: -65px;
		left: 50%;
		right: unset;
		bottom: unset;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		z-index: 12;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
@-webkit-keyframes pulsate-fwd{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes pulsate-fwd{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
/*--------------------------------------------------------------------------//Block Бизнес-модель in Home Page*/
/*------------------------------------------------------------------------------------------Block СМИ о нас*/
.press{
	position: relative;
	margin-top: 80px;
}
.press__title{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 40px;
}
.smi-slider__item{
	position: relative;
}
.smi-slider__item-image{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.smi-slider__item-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #343228;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	margin-bottom: 20px;
}
.smi-slider__item-text{
	position: relative;
	min-height: 100px;
	padding-bottom: 10px;
}
.smi-slider__item-text p{
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	color: #343228;
}
.smi-slider__item-link{
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #343228;
	outline: none !important;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	margin-bottom: 20px;
}
.smi-slider .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0 60px;
}
.smi-slider .owl-nav button{
	position: relative;
	outline: none !important;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	height: 40px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
    outline:none;
}
.smi-slider .owl-prev .icon-prev{
	background: url(/images/icon-prev.svg) center no-repeat;
	background-size: cover;
	width: 49px;
	height: 5px;
	display: block;
	-webkit-transition: linear .1s;
	-o-transition: linear .1s;
	transition: linear .1s;
}
.smi-slider .owl-next .icon-next{
	background: url(/images/icon-next.svg) center no-repeat;
	background-size: cover;
	width: 49px;
	height: 5px;
	display: block;
	-webkit-transition: linear .1s;
	-o-transition: linear .1s;
	transition: linear .1s;
}
/*-----------------------------------------------------------------------------------------//Block СМИ о нас*/
/*-------------------------------------------------------------Block of Form "Сделайте заказ онлайн" in Pages Услуги*/
.order-form{
	position: relative;
	padding: 50px 190px;
}
.order-form__title{
	font-size: 48px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.order-form__subtitle{
	font-size: 18px;
	margin-bottom: 40px;
}
.order-form__forma{
	display: block;
	position: relative;
	background-color: #e7e7e6;
	padding: 30px 110px;
	border-radius: 3px;
}
.order-form form .input-group{
	border-radius: 3px;
	padding: 10px;
}
.order-form form input[type="text"]{
	width: 100%;
	border: 0;
	height: 30px;
	min-height: 42px;
	text-indent: 10px;
	margin: 5px 0 15px;
}
.order-form form textarea{
	width: 100%;
	border: 0;
	resize: none;
	height: 135px;
	text-indent: 10px;
	margin: 5px 0 17px;
}
.order-form form .mark-required{
	font-weight: bold;
	color: red;
	margin-right: 5px;
}
.order-form form input[type="file"] {
	cursor: pointer;
	margin: 5px 0;
}
.order-form form .snoska {
	font-size: 12px;
	color: #737373;
}
.order-form .order-agree {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.02em;
}
.order-form form .submit {
	text-align: right;
	width: 100%;
}
.order-form form .submit input.submit-btn {
	border: 0;
	cursor: pointer;
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	border-radius: 3px;
	background-color: #ff0000;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 12px 32px;
}
.order-form form .submit input.submit-btn:hover {
	background-color: #c90000;
}
/*iPad Pro landscape*/
@media only screen and (max-width : 1366px) and (orientation: landscape){
	.order-form{
		padding: 50px 0;
	}
}
/*//iPad Pro landscape*/
/*iPad Pro portrait*/
@media only screen and (max-width : 1024px) and (orientation:portrait){
	.order-form{
		padding: 50px 0;
	}
}
/*//iPad Pro portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.order-form__title{
		font-size: 36px;
	}
	.order-form__forma{
		padding: 30px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.order-form__title{
		font-size: 36px;
	}
	.order-form__forma{
		padding: 30px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------------//Block of Form "Сделайте заказ онлайн" in Pages Услуги*/
/*-----------------------------------------------------------Module Логотип в Шапке*/
.mod-logo-header{
	position: relative;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-logo-header{
		max-width: 106px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-logo-header{
		max-width: 106px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*---------------------------------------------------------//Module Логотип в Шапке*/
/*---------------------------------------------------------Module Поиск по магазину*/
.mod-search-shop{
	position: relative;
	font-family: 'Mulish', sans-serif;
}
.mod-search-shop__desktop-block{
	position: relative;
	width: 440px;
}
.mod-search-shop__moby-block{
	display: none;
	position: fixed;
	top: 110px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	padding: 5px;
}
.mod-shop-search .inputbox{
	height: 50px;
	box-shadow: none !important;
	border: 1px solid #D9D9D9;
	font-size: 14px;
	color: #888888;
}
.mod-shop-search .inputbox::-webkit-input-placeholder {
	font-size: 14px;
	color: #888888;
	opacity: 1;
}
.mod-shop-search .inputbox::-moz-placeholder {
	font-size: 14px;
	color: #888888;
	opacity: 1;
}
.mod-search-shop__desktop-block .input-group{
	position: relative;
}
.mod-shop-search .input-group-text{
	color: #fff;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 26%;
    right: 10px;
    display: block;
    background: url(/templates/dimone-mdb/img/lupa.svg) no-repeat;
}
.mod-shop-search .input-group-text:hover{
	background: url(/templates/dimone-mdb/img/lupa_h.svg) no-repeat;
}
.mod-search-shop__search-toggle{
	position: relative;
	cursor: pointer;
	margin: 0 10px;
}
.mod-search-shop__desktop-block .input-group>.form-control:not(:last-child){
	border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
/*-------------------------------------------------------//Module Поиск по магазину*/
.user-icons-area{
	position: relative;
	/*margin-left: 29px;*/
	margin-left: 0;
	gap: 20px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.user-icons-area{
		margin-left: 0;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.user-icons-area{
		margin-left: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------Module Корзина Ajax*/
.mod-cart{
	position: relative;
	margin: 0;
    padding: 12px 10px;
    border: 1px solid #6B7D43;
    border-radius: 5px;
}
.mod-cart .mycart_mini_txt a {
	display: block;
	position: relative;
	width: 28px;
	height: 24px;
	font-size: 20px;
	text-align: center;
	text-decoration: none!important;
	outline: none !important;
}
.mod-cart .mycart_mini_txt a::before {
	content: '';
	background: url(/templates/dimone-mdb/img/cart.svg) no-repeat center;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.mod-cart .mycart_mini_txt a:hover {
	background: none!important;
}
.mod-cart .mycart_mini_txt a:hover::before {
	background-image: url(/templates/dimone-mdb/img/cart_h.svg);
	/*-webkit-animation: change-size .4s linear;
	animation: change-size .4s linear;*/
}
.mod-cart:hover{
	background: #6B7D43;
}
.mod-cart .mycart_mini_txt a:hover .sr-only{
	background: #fff;
	color: #6B7D43;
}
/*---------------------------------------------------------------------//Module Корзина Ajax*/
/*------------------------------------------------------------------------Module Избранное Ajax*/
.mod-wishlist{
	position: relative;
	margin: 0 13px;
}
.mod-wishlist .mycart_mini_txt a {
	display: block;
	position: relative;
	width: 24px;
	height: 22px;
	font-size: 20px;
	text-align: center;
	text-decoration: none!important;
	outline: none !important;
}
.mod-wishlist .mycart_mini_txt a::before {
	content: '';
	background: url(/images/star-2.svg) no-repeat center;
  	background-size: contain;
	width: 24px;
	height: 22px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.mod-wishlist .mycart_mini_txt a:hover {
	background: none!important;
}
.mod-wishlist .mycart_mini_txt a:hover::before {
	background-image: url(/images/star-active-2.svg);
	-webkit-animation: change-size .4s linear;
	animation: change-size .4s linear;
}
/*-----------------------------------------------------------------------//Module Избранное Ajax*/
/*-------------------------------------------------------Module Иконка входа в Персональный раздел*/
.mod-profile{
	position: relative;
	margin: 0;
    padding: 10px;
    border: 1px solid #6B7D43;
    border-radius: 5px;
}
.mod-profile a{
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	font-size: 20px;
	text-align: center;
	text-decoration: none!important;
	outline: none !important;
}
.mod-profile a:hover{
	background: none!important;
}
.mod-profile a::before {
	content: '';
	background: url(/templates/dimone-mdb/img/cabinet.svg) no-repeat center;
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.mod-profile a:hover::before {
	background-image: url(/templates/dimone-mdb/img/cabinet_h.svg);
	/*-webkit-animation: change-size .4s linear;
	animation: change-size .4s linear;*/
}
.mod-profile:hover{
	background: #6B7D43;
}
/*-----------------------------------------------------//Module Иконка входа в Персональный раздел*/
/*--------------------------------------------------------Module Телефон в шапке*/
.mod-header-phone{
	position: relative;
	text-align: center;
}
.mod-header-phone__link{
	display: inline-block;
	position: relative;
	color: #707c48 !important;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none !important;
}
/*iPhone 5 landscape*/
@media only screen and (max-width : 568px) and (orientation: landscape){
	.mod-header-phone__link{
		font-size: 14px;
	}
}
/*//iPhone 5 landscape*/
/*iPhone 5 portrait*/
@media only screen and (max-width : 320px) and (orientation:portrait){
	.mod-header-phone__link{
		font-size: 14px;
	}
}
/*//iPhone 5 portrait*/
/*-------------------------------------------------------//Module Телефон в шапке*/
/*-------------------------------------------------------------------------Module Хлебные Крошки*/
.breadcrumb-list{
	font-size: 13px;
	color: #9b9c9a;
}
.breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: #9b9c9a;
}
.breadcrumb-list .breadcrumb-item:first-child + .breadcrumb-item::before {
	display: none;
}
.breadcrumb-list a{
	color: #9b9c9a;
}
/*--------------------------------------------------------------------//Module Хлебные Крошки*/
/*------------------------------------------------------------------Module Преимущества под Слайдером*/
.mod-preimushestva{
	position: relative;
	padding-top: 15px;
	box-shadow: 0px 6px 10px 0px #87878726;
}
.mod-preimushestva__item{
	position: relative;
	padding-bottom: 20px;
}
.mod-preimushestva__img{
	position: relative;
	margin-right: 10px;
}
.mod-preimushestva__title{
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
	color: #373A36;
}
.mod-preimushestva__text{
	position: relative;
	text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
	color: #4D4D4D;
	display: block;
	max-width: 200px;
}
.mod-preimushestva__link{
	display: block;
	position: relative;
	height: 1.55em;
	font-size: 12px;
	line-height: 15px;
	color: #6B7D43;
	border-bottom: #6B7D43 2px dotted;
	margin-top: 1px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-preimushestva__list > div[class*="col-"]{
		padding-left: 20px;
		margin-left: 0;
	}
	.mod-preimushestva__img{
		min-width: 45px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------//Module Преимущества под Слайдером*/
/*------------------------------------------------------------Module Популярные категории*/
.mod-bestcategory__list{
	position: relative;
	margin-bottom: 15px;
}
.mod-bestcategory__list .col-10{
	position: relative;
}
.mod-bestcategory__list .prev_link{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 260px;
    z-index: 99;
}
.mod-bestcategory__list .mod-bestcategory__item{
	background: #EDEDED;
	width: 607px;
    justify-content: center;
}
.mod-bestcategory__list-2 .mod-bestcategory__item{
	background: #EDEDED;
    justify-content: center;
	width: 294px;
	height: 265px;
}
.mod-bestcategory__list .mod-bestcategory__title{
	margin-top: 60px;
	color: #373A36;
    font-weight: 700;
    font-size: 28px;
    line-height: 86px;
    margin-left: 25px;
}
.mod-bestcategory__list .mod-bestcategory__link{
	width: 158px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	color: #373A36;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    border: 1px solid #6B7D43;
    position: relative;
    margin-left: 25px;
}
.mod-bestcategory__list .mod-bestcategory__img{
	max-width: 300px;
}
.mod-bestcategory__list .uniform_zima .mod-bestcategory__img img{
    max-height: 247px;
}
.mod-bestcategory__list .mod-bestcategory__link:after{
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	background: url(/images/best-category/arrow_best.svg) no-repeat;
	width: 32px;
	height: 10px;
}
.mod-bestcategory__list-2 .mod-bestcategory__link:after{
	display: none;
}
.mod-bestcategory__list-2 .mod-bestcategory__link{
	border: 0;
    text-align: left;
    margin-left: 25px;
    width: 50px;
    height: 20px;
}
.mod-bestcategory__list-2 .mod-bestcategory__title{
	line-height: 38px;
	margin-top: 20px;
    margin-left: 25px;
    text-align: left;
}
.mod-bestcategory__list-2 .mod-bestcategory__text{
	max-width: 123px;
}

.mod-bestcategory__list-2 .mod-bestcategory__img {
    max-width: 200px;
}
.mod-bestcategory__list-2 .bestcategory-ubor .mod-bestcategory__img{
	display: flex;
    align-items: end;
}
.mod-bestcategory__list-2 .bestcategory-amunic{
	flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
}
.mod-bestcategory__list-2 .bestcategory-obuv .mod-bestcategory__img{
	max-width: 165px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.mod-bestcategory__list-2 .bestcategory-obuv .mod-bestcategory__img img{
	margin-right: 30px;
}
.left_foto{
	float: right;
	margin-left: 10px;
}
.title_bestcategory{
    font-weight: 700;
    font-size: 50px;
    line-height: 86px;
    text-align: center;
	color: #373A36;
}
.mod-best-category{
	position: relative;
	margin-top: 100px;
}
.mod-best-category__title{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.mod-best-category__content{
	position: relative;
}
.mod-best-category__list{
	position: relative;
}
.mod-best-category__list > div[class *= "col-"]{
	margin-bottom: 30px;
}
.mod-best-category__item{
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 23px 40px;
}
.mod-best-category__item:hover{
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.mod-best-category__item-title{
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-top: 16px;
	margin-bottom: 0;
}
.mod-best-category__item:hover .mod-best-category__item-title{
	color: #6B7D43;
}
.mod-best-category__all{
	position: relative;
	margin-top: 54px;
}
.mod-best-category__all-link{
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
	color: #6B7D43;
}
/*----------------------------------------------------------//Module Популярные категории*/
/*--------------------------------------------------------------Module Популярные товары*/
.mod-popular{
	position: relative;
	margin-top: 85px;
}
.mod-popular__title{
    font-weight: 700;
    font-size: 50px;
    line-height: 86px;
    text-align: center;
    color: #373A36;
	margin-bottom: 13px;
}
.home-reviews{
	margin-top: 50px;
}
.mod-popular__list{
	position: relative;
}
.mod-popular .product-item__price-value{
	color: #6B7D43;
}
.mod-popular__arrows{
	position: absolute;
	z-index: 0;
	right: 0;
	/*width: 300px;*/
	width: 25vw;
	height: 100%;
	margin-top: -50px;
}
.mod-popular__arrows button{
	position: relative;
	width: 100%;
	height: calc(100% - 2px);
	border: none !important;
	outline: none !important;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	padding-right: 40px;
}
.mod-popular__arrows button:hover{
	background-color: #dfdfdf;
}
.mod-popular__arrows button.slick-prev{
	margin-bottom: 1px;
	padding-bottom: 40px;
}
.mod-popular__arrows button.slick-next{
	margin-top: 1px;
	padding-top: 40px;
}
/*------------------------------------------------------------//Module Популярные товары*/
/*------------------------------------------------------------------Module Товары из этой категории*/
.mod-same-category{
	position: relative;
	margin-top: 50px;
}
.mod-same-category__title{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 50px;
}
.mod-same-category__content{
	position: relative;
}
.mod-same-category .product-item__price-value{
	color: #6B7D43;
}
.mod-same-category .product-item__name-link{
	min-height: 3em;
}
/*---------------------------------------------------------------//Module Товары из этой категории*/
/*------------------------------------------------------------------Module Пример комплектов формы*/
.mod-primer-komplekt{
	position: relative;
	margin-top: 50px;
}
.mod-primer-komplekt__title{	
	color: #373A36;
    font-weight: 700;
    font-size: 50px;
    line-height: 86px;
    text-align: center;
	margin-bottom: 13px;
}
.mod-popular .list-product{
margin-top: 10px;
}
#carouselPopular .slick-prev {
    position: absolute;
    top: 35%;
    right: -27px;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 9999;
}
#carouselPopular .slick-next {
    position: absolute;
    top: 35%;
    left: -30px;
    border: 0;
    outline: 0;
    background: transparent;
}
.equipment{
	position: relative;
}
.equipment .flex-container .gallery .item .item__img_wrapper {
	width: 100%;
}
.equipment .equipment__slider {
	max-width: 940px;
}
.equipment .equipment__slider {
	max-width: 100%!important;
}
.equipment .container .equipment__item .flex-container .gallery {
	-webkit-box-flex: 3;
	-ms-flex: 3 0 510px;
	flex: 3 0 510px;
}
.equipment .grid-container .item:first-child {
	min-width: 208px;
	margin-bottom: 15px;
}

.equipment .grid-container .item:not(:first-child) .item__img_wrapper img{
	/*max-width: 120px;*/
	max-height: 160px;
}
.equipment .grid-container .item .item__img_wrapper img{
	border-radius: 5px;
}
.equipment__slider_m{
	display: none;
}
@media (max-width: 768px){
	.equipment__slider{
		display: none;
	}

	.equipment .equipment__slider_m {
	max-width: 100%;
	display: block;
}
.equipment .equipment__slider_m {
	max-width: 100%!important;
}
.equipment .equipment__slider_m .container .equipment__item .flex-container .gallery {
	-webkit-box-flex: 3;
	-ms-flex: 3 0 510px;
	flex: 3 0 510px;
}
.equipment .equipment__slider_m .grid-container .item:first-child {
	min-width: 137px;
}
.slider_m-block .item{
	min-width: 137px!important;
	width: 137px!important;
	height: 105px!important;
	min-height: 105px !important;
}
.equipment .equipment__slider_m .flex-container .gallery .item:first-child .item__img_wrapper {
    min-width: 137px;
}
	body .equipment .flex-container .front-image {
		margin-top: 5px;
		margin-left: 0;
	}
}
@media (max-width: 569px){
	body .equipment .flex-container .front-image {
		display: none;
	}
}
@media (max-width: 540px){
	.mod-primer-komplekt{
		margin-top: 31px;
	}
}
@media (max-width: 440px){
	body .equipment .grid-container .item:first-child {
		min-height: 320px;
	}
}
/*--------------------------------------------------------------//Module Пример комплектов формы*/
/*-----------------------------------------------------------Module Разработка фирменного стиля*/
.mod-3d-slider{
	position: relative;
	margin-top: 156px;
}
.mod-3d-slider__title{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #000;
}
.d3-slider-brands .d3-slider-brand {
	justify-content: center !important;
}
.prealoader-spin{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40px;
	height: 40px;
	background-image: url("/images/3d-slider/loading.gif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	display: block;
}
.spritespin.loading{
	z-index: -1!important;
}
.spritespin{
	z-index: 10;
}
.d3-control{
	outline: none !important;
}
body .d3-slider-section .d3-slider-inner .d3-control {
	width: 540px;
}
body .d3-slider-section .d3-slider-inner .d3__slider {
	width:  510px;
	height: 610px;
}
body .d3-slider-section .d3-slider-inner .d3-control {
	width: 600px;
}
body .d3-slider-section .d3-slider-inner .d3__slider {
	right: -20px;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d {
	height: 100%;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d .spritespin{
	top: 20px;
	background: #fff;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .button {
	left: 45px;
	bottom: 15px;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d .d3-support-block {
	bottom: 15px;
	left: 178px;
}
body .d3-slider-section .d3-slider-content .d3-slider-content-title {
	padding-bottom: 30px;
	margin-bottom: 40px;
}
body .d3-slider-section .d3-slider-content .d3-slider-content-description {
	padding-bottom: 30px;
}
body .d3-slider-section .d3-slider-content .link-company{
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #6B7D43;
	transition: .3s ease color;
}
body .d3-slider-section .d3-slider-content .link-company:hover{
	color: #EF0000;
	transition: .3s ease color;
}
body .d3-slider-section {
	margin-top: 0;
}
body .d3-slider-headline {
	margin-top: 130px;
	/* margin-bottom: 65px; */
	margin-bottom: 10px;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	letter-spacing: .05em;
	text-transform: capitalize;
	color: #000;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d .d3-support-block.d3-support-touch{
	display: none;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d{
	display: none;
}
body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide.swiper-slide-active .element-3d{
	display: flex;
}
@media (max-width: 1200px){
	body .d3-slider-section .d3-slider-content .d3-slider-content-title {
		max-width: 100%;
	}
	body .d3-slider-section .d3-slider-content .d3-slider-content-description {
		max-width: 100%;
	}
}
@media (max-width: 991px){
	body .d3-slider-section {
		flex-direction: column;
	}
	body .d3-slider-section .d3-slider-inner {
		flex: 1 0 100%;
		width: 100%;
	}
	body .d3-slider-section .d3-slider-tabs {
		flex: 1 0 auto;
		width: 100%;
		min-height: 540px;
	}
	body .d3-slider-section .d3-slider-content {

		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	body .d3-slider-section .d3-slider-inner .d3__slider{
		position: relative;
		margin-right: initial;
		transform: initial;
		right: initial;
	}
	body .d3-slider-section .d3-slider-inner .d3-control {
		height: 305px;
		padding-left: 40px;
	}
	body .d3-slider-section .d3-slider-content .d3-slider-content-title {
		max-width: 100%;
	}
	body .d3-slider-section .d3-slider-content .d3-slider-content-description {
		max-width: 100%;
	}
}
@media (max-width: 768px){
	body .d3-slider-brands {
		flex-wrap: wrap;
		height: auto;
	}
	body .d3-slider-brands .d3-slider-brand{
		margin: 20px auto;
	}
	body .d3-slider-section .d3-slider-inner .d3__slider {
		margin: auto;
	}
	body .d3-slider-section .d3-slider-inner .d3-control {
		height: 100px;
		width: 50%;
		position: relative;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	body .d3-slider-section .d3-slider-inner .d3-control.d3-next {
		float: right;
	}
	body .d3-slider-section .d3-slider-inner .d3-control .d3-prev{
		float: left;
	}
}
@media (max-width: 568px){
	body .d3-slider-section .d3-slider-tabs {
		min-height: 810px;
	}
	body .d3-slider-section .d3-slider-inner .d3__slider {
		margin: auto;
		width: 100%;
	}
	body .promoslider__item-content .col-5, body .promoslider__item-content .col-7{
		max-width: 100%!important;
		flex: 1 1 100%!important;
		margin-bottom: 20px!important;
	}
	body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d .d3-support-block{
		display: none;
	}
	body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .button{
		display: none!important;
	}
	body .d3-slider-section .d3-slider-inner .d3__slider .swiper-slide .element-3d .d3-support-block.d3-support-touch{
		display: flex;
		left: 50px;
	}
}

/*----------------------------------------------------------//Module Разработка фирменного стиля*/
/*---------------------------------------------------------Module Наши клиенты - Логотипы. Из категории "Клиенты"*/
.mod-klients-logos{
    position: relative;
    margin-top: 134px;
}
.mod-klients-logos__title{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.mod-klients-logos__list{
    position: relative;
}
.mod-klients-logos__item{
    position: relative;
    height: calc(100% - 30px);
    margin-top: 30px;
}
.mod-klients-logos__item-image{
    position: relative;
    max-width: 160px;
}
/*iPad landscape*/
@media only screen and (max-width : 1024px) and (orientation: landscape){
	.mod-klients-logos{
		margin-top: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.mod-klients-logos__item{
		height: calc(100% - 25px);
		margin-top: 25px;
	}
}
/*//iPad landscape*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-klients-logos{
		margin-top: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.mod-klients-logos__item{
		height: calc(100% - 25px);
		margin-top: 25px;
	}
}
/*//iPad portrait*/
/*-----------------------------------------------------------//Module Наши клиенты - Логотипы. Из категории "Клиенты"*/
/*----------------------------------------------------------------------Module Форма «Разработаем фирменный стиль...»*/
.home-form-wrap{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 450px;
	margin-top: 60px;
}
.front_forma{
	display: flex;
	align-items: center;
}
.promo-form-wrap{
	margin-top: 120px;
}
.mod-forma{
	position: relative;
	height: auto;
	min-height: 484px;
	padding-left: 0px;
	padding-right: 0px;
}
.front_blockform{
	width: 55%;
}
.front_forma .fon_forma{
	width: 550px;
	background: url(/images/fon_forma.png);
	background-repeat: no-repeat;
	height: 440px;
}
.ring-zakaz-form__title-block {
	position: relative;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 18px;
}
.ring-zakaz-form__title {
	display: block;
	position: relative;
	font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 26px;
    color: #373A36;
}
.ring-zakaz-form__form-block {
	position: relative;
	max-width: 100%;
	text-align: left;
}
form.ring-zakaz {
	position: relative;
}
.ring-zakaz__input-text {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	font-feature-settings: 'case' on;
	color: #FFF;
	margin-bottom: 34px;
}
.ring-zakaz__phone-input {
	position: relative;
	width: 400px;
	background-color: transparent;
	border: none;
	border: 1px solid #E3E3E3;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
	font-feature-settings: 'case' on;
	padding: 16px 22px;
	color: #888888;
	border-radius: 5px;
    height: 50px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.ring-zakaz__phone-input::-webkit-input-placeholder {
	font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
	font-feature-settings: 'case' on;
	color: #888888;
	opacity: 1;
}
.ring-zakaz__phone-input::-moz-placeholder {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'case' on;
	color: #DBDBDB;
	opacity: 1;
}
.ring-zakaz__button-submit{
	position: relative;
	min-width: 238px;
	height: 50px;
	background-color: #6B7D43;
	border: none;
	border-radius: 5px;
	outline: none !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 5px;
}
.ring-zakaz__button-submit:hover{
	background-color: #cf0000;
}
.ring-zakaz__button-submit span{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
	color: #FFFFFF;
}
form.ring-zakaz .custom-checkbox{
	margin-top: 16px;
	padding-left: 0;
}
form.ring-zakaz .custom-checkbox .custom-control-label{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
	color: #4D4D4D;
	cursor: pointer;
}
form.ring-zakaz .custom-checkbox .custom-control-label::before{
	background-color: transparent;
	border: 2px solid #FFF !important;
	border-radius: 3px;
	box-shadow: none !important;
}
form.ring-zakaz .custom-checkbox .custom-control-label::after{
	box-shadow: none !important;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-forma{
		padding: 15px;
	}
	.ring-zakaz-form__title-block {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.ring-zakaz-form__title {
		max-width: none;
		font-size: 28px;
	}
	.ring-zakaz-form__form-block{
		max-width: 100%;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-forma{
		padding: 15px;
	}
	.ring-zakaz-form__title-block {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.ring-zakaz-form__title {
		max-width: none;
		font-size: 28px;
	}
	.ring-zakaz-form__form-block{
		max-width: 100%;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------------------//Module Форма «Разработаем фирменный стиль...»*/
/*--------------------------------------------------------------------Module Как мы работаем*/
.kakrabota-wrapper{
	position: relative;
	background-color: #f6f6f6;
	padding: 50px;
}
.mod-kakrabota{
	position: relative;
}
.mod-kakrabota__title{
	font-family: 'Mulish', sans-serif;
	font-size: 48px;
	color: #373A36;
	padding-bottom: 30px
}
.mod-kakrabota__text{
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	color: #373A36;
	margin-bottom: 40px;
}
.mod-kakrabota__list{
	position: relative;
}
.mod-kakrabota__column{
	padding-bottom: 40px;
}
.mod-kakrabota__item{
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #373A36;
}
.mod-kakrabota__list_shevron .mod-kakrabota__item{
	text-transform: uppercase;
}
.mod-kakrabota__item img{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.mod-kakrabota__item p{
	padding-top: 15px;
	margin-bottom: 0;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.kakrabota-wrapper{
		padding: 25px 0;
	}
	.mod-kakrabota__title{
		font-size: 32px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.kakrabota-wrapper{
		padding: 25px 0;
	}
	.mod-kakrabota__title{
		font-size: 32px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------------------//Module Как мы работаем*/
/*-------------------------------------------------------------Module Рекомендуем - Избранные из категории "Клиенты"*/
.mod-klients-rekomenduem{
    position: relative;
    padding-top: 24px;
    margin-right: 50px;
}
.mod-klients-rekomenduem__title{
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .05em;
    color: #000;
    margin-bottom: 57px;
}
.mod-klients-rekomenduem__content{
    position: relative;
}
.mod-klients-rekomenduem__item{
    position: relative;
    padding-bottom: 20px;
}
.mod-klients-rekomenduem__item-image{
    display: block;
    position: relative;
    height: 130px;
    margin-bottom: 30px;
}
.mod-klients-rekomenduem__item-image img{
    margin: 0 auto;
    max-height: 100%;
}
.mod-klients-rekomenduem__item-title{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
}
.mod-klients-rekomenduem__item-text{
    position: relative;
    height: 3.8em;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    color: #AEAEAE;
    padding: 0 10px;
    margin-bottom: 20px;
}
.mod-klients-rekomenduem__item-site{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #6B7D43;
}
.mod-klients-rekomenduem__content .carousel-control-prev,
.mod-klients-rekomenduem__content .carousel-control-next{
    width: 17px;
    height: 28px;
    top: auto;
    bottom: 15%;
    opacity: 1;
}
.mod-klients-rekomenduem__content .carousel-control-prev{
    left: -30px;
}
.mod-klients-rekomenduem__content .carousel-control-next{
    right: -30px;
}
.mod-klients-rekomenduem__content .carousel-control-prev svg{
	width: 17px;
	height: 28px;
    stroke: #6B7D43;
}
.mod-klients-rekomenduem__content .carousel-control-next svg{
	width: 17px;
	height: 28px;
    stroke: #6B7D43;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
    .mod-klients-rekomenduem{
        margin-right: 0;
    }
	.mod-klients-rekomenduem__title{
		font-size: 32px;
	}
	.mod-klients-rekomenduem__content .carousel-control-prev{
		left: 0;
	}
	.mod-klients-rekomenduem__content .carousel-control-next{
		right: 0;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
    .mod-klients-rekomenduem{
        margin-right: 0;
    }
	.mod-klients-rekomenduem__title{
		font-size: 32px;
	}
	.mod-klients-rekomenduem__content .carousel-control-prev{
		left: 0;
	}
	.mod-klients-rekomenduem__content .carousel-control-next{
		right: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------------//Module Рекомендуем - Избранные из категории "Клиенты"*/
/*---------------------------------------------------Module Телефон, Контаты и Почта в Футере*/
.mod-kontakt-footer{
	position: relative;
}
.mod-kontakt-footer__item{
	position: relative;
	text-align: right;
	letter-spacing: .05em;
	margin-bottom: 25px;
}
.mod-kontakt-footer__item-title{
	color: rgba(0, 0, 0, .3);
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
}
.mod-kontakt-footer__phone{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
	margin-top: 10px;
	margin-bottom: 0;
}
.mod-kontakt-footer__phone a{
	text-decoration: none !important;
	color: #000;
}
.mod-kontakt-footer__time{
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	color: #000;
	margin-top: 8px;
	margin-bottom: 0;
}
.mod-kontakt-footer__email{
	font-weight: 500;
	color: #000;
}
.mod-kontakt-footer__email a{
font-family: 'Mulish', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 26px;
text-align: right;
text-decoration: underline;
color: #000;
}
.mod-kontakt-footer__adres{
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-kontakt-footer__item{
		text-align: left;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-kontakt-footer__item{
		text-align: left;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------//Module Телефон, Контаты и Почта в Футере*/
/*------------------------------------------------------------Module Соцсети в Футере*/
.mod-soc-footer{
	position: relative;
	margin-top: 12px;
}
.mod-soc-footer__list{
	position: relative;
	border-top: 1px solid #8D8D8D;
}
.mod-soc-footer__list a{
	position: relative;
	height: 100px;
	width: 100px;
	font-size: 4rem;
	line-height: 100px;
	text-align: center;
	color: #F9F9F9;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-shadow: 0 0 1px black, 0 0 1px black;
	-webkit-transform: rotateX(-30deg);
	transform: rotateX(-30deg);
	margin: 0 10px;
}
.mod-soc-footer__list a:first-child{
	margin-left: 0;
}
.mod-soc-footer__list a:last-child{
	margin-right: 0;
}
.mod-soc-footer__list a:hover{
	-webkit-transform: rotateX(-30deg) translateY(-20px);
	transform: rotateX(-30deg) translateY(-20px);
}
.mod-soc-footer__list a:hover.vk {
	color: #365899 !important;
	text-shadow: 0 0 0 #365899, 0 1px 2px #2f4d86, 0 2px 2px #294273, 0 3px 2px #223760, 0 4px 2px #1b2d4e, 0 5px 2px #15223b, 0 6px 2px #0e1728, 0 7px 2px #070c15, 0 8px 2px #010102, 0 9px 2px black, 0 10px 2px black;
}
.mod-soc-footer__list a:hover.instagram {
	color: #C32AA3 !important;
	text-shadow: 0 0 0 #C32AA3, 0 1px 2px #ae2591,0 2px 2px #992180, 0 3px 2px #841c6e, 0 4px 2px #6f185d, 0 5px 2px #5a134b, 0 6px 2px #450f3a, 0 7px 2px #300a28, 0 8px 2px #1b0617, 0 9px 2px #060105, 0 10px 2px black;
}
.mod-soc-footer__list a:hover.telegram {
	color: #1DA1F2 !important;
	text-shadow: 0 0 0 #1DA1F2, 0 1px 2px #0d95e8, 0 2px 2px #0c85d0, 0 3px 2px #0b76b8, 0 4px 2px #0967a0, 0 5px 2px #085788, 0 6px 2px #064870, 0 7px 2px #053857, 0 8px 2px #04293f, 0 9px 2px #021927, 0 10px 2px #010a0f;
}
.mod-soc-footer__list a:hover.youtube {
	color: #FF0000 !important;
	text-shadow: 0 0 0 #FF0000, 0 1px 2px #e60000, 0 2px 2px #cc0000, 0 3px 2px #b30000, 0 4px 2px #990000, 0 5px 2px maroon, 0 6px 2px #660000, 0 7px 2px #4d0000, 0 8px 2px #330000, 0 9px 2px #1a0000, 0 10px 2px black;
}
.mod-soc-footer__list a:hover.facebook {
	color: #365899 !important;
	text-shadow: 0 0 0 #365899, 0 1px 2px #2f4d86, 0 2px 2px #294273, 0 3px 2px #223760, 0 4px 2px #1b2d4e, 0 5px 2px #15223b, 0 6px 2px #0e1728, 0 7px 2px #070c15, 0 8px 2px #010102, 0 9px 2px black, 0 10px 2px black;
}
.mod-soc-footer__list a:hover.twitter {
	color: #1DA1F2 !important;
	text-shadow: 0 0 0 #1DA1F2, 0 1px 2px #0d95e8, 0 2px 2px #0c85d0, 0 3px 2px #0b76b8, 0 4px 2px #0967a0, 0 5px 2px #085788, 0 6px 2px #064870, 0 7px 2px #053857, 0 8px 2px #04293f, 0 9px 2px #021927, 0 10px 2px #010a0f;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-soc-footer__list a{
		width: 50px;
		height: 50px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-soc-footer__list a{
		width: 50px;
		height: 50px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------------//Module Соцсети в Футере*/
/*--------------------------------------------------Карта проезда*/
#map{
    width: 100%;
    height: 100%;
}
#map .ballon{
    position: relative;
    color: #000;
    background-color: #fff;
    border: #000 1px solid;
    border-radius: 5px;
    padding: 20px 10px 15px;
}
#map .ballon .close{
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 3px;
}
/*--------------------------------------------------//Карта проезда*/
/*-------------------------------------------------------//Модули и блоки*/
/*--------------------------------------------------------подвал*/
.footer{
	margin-top: 50px;
	background-color: #F9F9F9;
}
.footer-container{
	position: relative;
}
.footer-row{
	position: relative;
	margin-bottom: 22px;
}
.footer-left{
	position: relative;
}
.footer-right{
	position: relative;
	padding: 22px 15px 0px 15px;
	border-bottom: 1px solid #CDC7C7;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.footer{
		margin-top: 20px;
	}
	.footer-right{
		padding: 15px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.footer{
		margin-top: 50px;
	}
	.footer-right{
		padding: 15px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
.sub-footer-row{
	position: relative;
}
.sub-footer-container{
	position: relative;
}

.modal .modal-dialog .modal-content .close{
	position: absolute;
	right: 2%;
	top: .5rem;
}
/*//Модали*/


.su-carousel-slides .owl-dots .owl-dot{
  outline:none;
}

/* article new */

.article .h1 {
	font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #373A36;
    margin-top: 50px;
    margin-bottom: 15px;
}
.article__container {
	max-width: 800px;
	width: 100%;
	margin-bottom: 70px;
}
.article__head {
	padding-bottom: 50px;
	border-bottom: 1px solid #EFEFEF;

}
.article__tag {
	color: #EFEFEF;
    font-size: 12px;
    line-height: 15px;
    background: #707C48;
    border-radius: 30px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.article__info {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.article__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 121px;
	        flex: 0 0 121px;
}
.article__info-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 141px);
            flex: 0 0 calc(100% - 141px);
	margin-right: 20px;
}
.article__author-icon {
	width: 34px;
    height: 34px;
	margin-right: 10px;
}
.article__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.article__author-name p {
	font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #AEAEAE;
    margin-bottom: 5px;
}
.article__author-name span {
	font-size: 12px;
	line-height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #373A36;
}
.article__date {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #AEAEAE;
	padding-left: 19px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	background-image: url('/images/article-date.svg');
	background-position: left center;
	background-repeat: no-repeat;
}

.article .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.article .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
	background: #EFEFEF;
    border-radius: 30px;
	width: 35px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.article .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0;
	margin-right: 8px;
}
.article .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
	margin-right: 0;
}
.article .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
	background-image: url('/images/twitter.png')!important;
	background-size: 21px 16px!important;

}
.article .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
	background-image: url('/images/fb.png')!important;
	background-size: 9px 16px!important;

}
.article .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
	background-image: url('/images/vk.png')!important;
	background-size: 21px 12px!important;

}
.article .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	background-repeat: no-repeat;
    background-position: center;
	height: 24px;
}
.article__box {
	position: relative;
	padding-top: 50px;
}
.article__nav {
	position: absolute;
    left: calc(100% + 134px);
    width: 283px;
	top: 5px;
	max-height: 65vh;
    overflow: auto;
}
.article__nav.article__nav--fix {
	position: fixed;
    left: auto;
    width: 283px;
	z-index: 0;
	transform: translateX(628.5px);
    right: 51.5%;

}
.article__nav-list {
	list-style-type: none;
	margin: 0;

}
.article__nav li:first-child .article__sidelink-h2 {
	padding-top: 0;
}
.article__sidelink {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #EFEFEF;
}
.article__sidelink.article__sidelink-h2 {
	font-weight: 600;
    color: #373A36;

}
.article__sidelink.article__sidelink-h3 {
	color: #6C757D;
	padding-left: 46px;
}
.article__sidelink.article__sidelink-h3:hover {
	color: #AEAEAE!important;
}
.article__nav-title {
	display: none;
	font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #707C48;
    margin-bottom: 0;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    padding-right: 30px;
	cursor: pointer;
}

.article__nav-title::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #707C48;
	border-right: 2px solid #707C48;
	right: 0;
	-webkit-transform: rotate(45deg)translateY(50%);
	    -ms-transform: rotate(45deg)translateY(50%);
	        transform: rotate(45deg)translateY(50%);
	bottom: 50%;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.article__nav-title.article__nav-title--active::before {
	-webkit-transform: rotate(-135deg)translateY(15%);
	    -ms-transform: rotate(-135deg)translateY(15%);
	        transform: rotate(-135deg)translateY(15%);
	bottom: 0;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.article__bottom {
	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;
    margin-top: 50px;
}
.article__bottom a {
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #707C48;
}
.article__content a {
	font-weight: 600;
	font-size: 16px;
    line-height: 150%;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #707C48;
}
.article__bottom a:hover, .article__content a:hover {
	-webkit-text-decoration-line: none;
	        text-decoration-line: none;
}
.article__content p {
	font-size: 16px;
    line-height: 150%;
    color: #373A36;
	margin-bottom: 20px;
}

.article__content .img-box {
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #EFEFEF;
}
.article__content .img-box img {
	max-height: 415px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 5px;
}
.article__content .img-box span {
	font-size: 16px;
	line-height: 150%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #6C757D;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #EFEFEF;
	border-radius: 0 0 5px 5px;
	position: relative;
}
.article__content .img-box span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 20px;
	bottom: 100%;
	background-color: #EFEFEF;
	left: 0;
    z-index: -1;
}
.article__content h2 {
	font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 40px;
}
.article__content h3 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 40px;
}
.article__content ul {
	list-style-type: none;
	margin: 20px 0;
}
.article__content li {
	position: relative;
	padding-left: 37px;
	font-size: 16px;
	line-height: 150%;
	color: #373A36;
	margin-bottom: 10px;
}
.article__content li::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 11px;
	background-image: url('/images/li-marker.png');
	left: 0;
	top: 8px;
}
.article__content li:last-child {
	margin-bottom: 0;
}
.article__content blockquote {
	position: relative;
	margin-bottom: 30px;
	margin-top: 75px;
	background-color: #EFEFEF;
	border-radius: 5px;
	padding: 40px;
	padding-top: 50px;
	font-size: 16px;
	line-height: 150%;
	color: #373A36;
}
.article__content blockquote::before {
	position: absolute;
	content: '';
	width: 66px;
	height: 60px;
	background-image: url('/images/blockquote.png');
	left: 40px;
	top: -42px;
}
.article__content blockquote::after {
	position: absolute;
	content: '';
	width: 550px;
	height: 4px;
	right: 74px;
	top: -2px;
	background-color: #707C48;
	border-radius: 35px;
}
.article__content table {
	border-radius: 7px;
	width: 100%;
	margin: 0;
}
.article__content table td {
	font-weight: 400;
}
.article__content .table {
	margin: 40px 0;
	margin-bottom: 30px;
	padding-bottom: 10px;
	overflow-x: auto;
}
.article__content .table td, .article__content .table th {
	vertical-align: middle;
}
.article__content .table::-webkit-scrollbar {
	height: 6px;
	background-color: #EFEFEF;
	border-radius: 7px;
}
.article__content .table::-webkit-scrollbar-thumb {
	background-color: #707C48;
	border-radius: 7px;
}
.article__content td {
	background-color: #EFEFEF;
	border-right: 1px solid #9B9C9A;
	border-bottom: 1px solid #9B9C9A;
	padding: 25px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #373A36;
	min-width: 200px;
}
.article__content td:last-child {
	border-right: none;
}
.article__content td:first-child {
	border-bottom-color: #EFEFEF;
	background-color: #707C48;
	font-weight: 600;
	color: #EFEFEF;
}
.article__content tr:first-child td {
	border-right-color: #EFEFEF;
	background-color: #707C48;
	font-weight: 600;
	color: #EFEFEF;
}
.article__content tr:first-child td:first-child {
	border-top-left-radius: 7px;
}
.article__content tr:first-child td:last-child {
	border-top-right-radius: 7px;
}
.article__content tr:last-child td:first-child {
	border-bottom-left-radius: 7px;
}
.article__content tr:last-child td:last-child {
	border-bottom-right-radius: 7px;
}
.article__content tr:last-child td {
	border-bottom: none;
}
.article__content p:last-child, .article__content ol:last-child, .article__content ul:last-child {
	margin-bottom: 0;
}
.article__readmore .h2 {
	font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin-bottom: 50px;
}
.article__readmore {
	background-color: #fff;
    z-index: 1;
	margin-bottom: 70px;
}
.article__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin: 0 -15px;
}
.article__item {
	padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
	padding-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.article__item:hover .article__item-title{
	color: #707C48;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.article__item-img {
	border-radius: 5px;
    overflow: hidden;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 190px;
	        flex: 0 0 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.article__item-img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.article__item-info {
	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;
    margin: 25px 0;
}
.article__item-info .article__tag {
    margin: 0;
}
.article__item-title {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #373A36;
    margin-bottom: 15px;
	min-height: 48px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.article__item-desc {
	font-size: 16px;
	line-height: 150%;
	color: #373A36;
	margin-bottom: 0;
}
.blog h1 {
	letter-spacing: 0;
	font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #373A36;
	margin: 0;
}
.blog__container {
	margin-bottom: 70px;
}
.blog__box {
	margin-top: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.blog__box .article__items {
	margin-top: 30px;
	/*margin-right: 133px;*/
}
.tags {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 283px;
            flex: 0 0 283px;
}
.tags .h2 {
	font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.tags__list {
	margin-top: 35px;
	list-style-type: none;
	margin-bottom: 0;
}
.tags__item {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #7E7E7E;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	padding: 20px 15px;
	background-color: #fff;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	cursor: pointer;
}
.tags__item a {
	color: #7E7E7E;
}
.tags__item:last-child {
	margin-bottom: 0;
}
.tags__item--active {
	background-color: #707C48;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	border-color: #707C48;
	color: #EFEFEF;
	cursor: default;
}
.tags__item--active a {
	transition: .3s ease;
	color: #EFEFEF;
}
.tags__item:not(.tags__item--active):hover {
	color: #707C48;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	border-color: #707C48;
}
.tags__item:not(.tags__item--active):hover a {
	color: #707C48;
}
.blog__box .article__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	margin-bottom: 35px;
	position: relative;
}
.blog__box .article__item::before {
	position: absolute;
	content: '';
	background-color: #EFEFEF;
	height: 1px;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin: 0 auto;
    margin-top: 15px;
	flex: 0 0 100%;
    justify-content: center;
}
.pagination__item {
	font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #7E7E7E;
    padding: 7px 6px 8px 6px;
    background-color: #EFEFEF;
    border-radius: 5px;
    margin: 0 5px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	min-width: 28px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    align-items: center;
}
.pagination__item.pagination__item--etc{
	background-color: transparent;
}
.pagination__item:not(.pagination__item--active):hover {
	color: #707C48;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.pagination__item.pagination__item--active {
	background-color: #707C48;
	color: #EFEFEF;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.pagination__arrow {
	width: 33px;
	height: 33px;
	margin-right: 5px;
	position: relative;
}
.pagination__arrow.pagination__arrow--next {
	margin-left: 5px;
	margin-right: 0;
}
.pagination__arrow::before {
	background-image: url('/images/pagination-arr.svg');
	width: 100%;
	height: 100%;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.pagination__arrow.pagination__arrow--next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.all_comlect{
	border: 1px solid #6B7D43;
    display: block;
    width: 219px;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.all_comlect a{
	text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    color: #373A36;
}
.item__img-complect2-1 img, .item__img-complect1-1 img{
	height: 335px;
}
@media screen and (max-width : 1280px) {
	.article__nav {
		left: calc(100% + 90px);
		width: 220px;
	}
}
@media screen and (max-width : 1200px) {
	.article__container {
		max-width: inherit;
	}
	.article__nav {
		position: relative;
		left: auto;
		top: auto;
		width: 290px;
		margin-bottom: 50px;
		max-height: inherit;
		overflow: hidden;
	}
	.article__nav-title {
		display: block;
	}
	.article__nav-list {
		margin-top: 20px;
		display: none;
	}
	.blog__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.tags {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
	.tags__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.tags__item {
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.tags__item:last-child {
		margin-bottom: 10px;
	}
	.blog__box .article__items {
		margin-top: 30px;
		margin-right: -15px;
	}
	.tags .h2 {
		text-align: left;
	}
	.blog__box .article__item {
		padding-right: 15px;
	}
	.blog__box .article__item::before {
		left: 0;
		width: 100%;
	}
}
@media screen and (max-width : 991px) {
	.article .h1 {
		font-size: 30px;
		line-height: 40px;
		margin-top: 30px;
	}
	.article__head {
		padding-bottom: 20px;
	}
	.article__content blockquote::after {
		width: 440px;
		right: 50px;
	}
	.article__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article__item-title {
		min-height: inherit;
	}
	.article__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.article__item:last-child {
		padding-bottom: 0;
	}
	.blog__box .article__items {
		margin-top: 30px;
		margin-right: 0;
		margin-left: 0;
	}
	.blog__box .article__item {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width : 767px) {
	.article .h1 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 0;
	}
	.article__info-container {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin-right: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article__date {
		margin-left: 44px;
		margin-top: 10px;
	}
	.article__box {
		padding-top: 25px;
	}
	.blog__box {
		margin-top: 30px;
	}
	.article__nav {
		margin-bottom: 25px;
	}
	.article__nav-title {
		font-size: 18px;
	}
	.article__nav-title::before {
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg)translateY(44%);
		    -ms-transform: rotate(45deg)translateY(44%);
		        transform: rotate(45deg)translateY(44%);
	}
	.article__nav-title.article__nav-title--active::before {
		-webkit-transform: rotate(-135deg)translateY(58%);
		    -ms-transform: rotate(-135deg)translateY(58%);
		        transform: rotate(-135deg)translateY(58%);
	}

	.article__content .img-box {
		margin: 25px 0;
		padding-top: 15px;
	}
	.article__content .img-box img {
		max-height: 300px;
	}

	.article__content h2 {
		font-size: 20px;
	}
	.article__content h3 {
		font-size: 18px;
	}
	.article__content h3, .article__content h2 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.article__content blockquote::after {
		width: 50%;
	}
	.article__content blockquote {
		margin-bottom: 20px;
		margin-top: 40px;
		padding: 20px;
		padding-top: 30px;
	}
	.article__content blockquote::before {
		background-size: contain;
		background-repeat: no-repeat;
		width: 45px;
		height: 40px;
		left: 20px;
		top: -27px;
	}
	.article__content .table {
		margin-top: 25px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}

	.article__content td {
		padding: 15px 0;
		min-width: 150px;
	}
	.article__bottom {
		margin-top: 40px;
	}
	.article__container {
		margin-bottom: 50px;
	}
	.article__readmore .article__date {
		margin-left: 0;
		margin-top: 0;
	}
	.article__readmore .h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.article__item-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.article__item-info {
		margin: 20px 0;
	}
	.blog__box .article__date {
		margin-left: 0;
		margin-top: 0;
	}
	.tags .h2 {
		font-size: 20px;
	}
	.tags__list {
		margin-top: 30px;
	}
	.tags__item {
		padding: 8px;
	}
	.blog__box .article__items {
		margin-top: 20px;
	}
	.blog__box .article__item {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.article__readmore {
		margin-bottom: 50px;
	}
	.blog__container {
		margin-bottom: 50px;
	}
}
@media screen and (max-width : 575px) {
	.article__content p, .article__content a, .article__content li {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.article__content blockquote, .article__content td {
		font-size: 14px;
	}
	.article__content .img-box span {
		font-size: 14px;
		padding: 10px;
	}
	.article__sidelink {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 0;
	}
	.article__content blockquote::after {
		width: 160px;
		right: 20px;
	}
	.article__content li::before {
		width: 16px;
		height: 9px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.article__content li {
		padding-left: 30px;
	}
	.article__content li {
		margin-bottom: 5px;
	}
	.article__item-desc {
		font-size: 14px;
	}
	.pagination__item:not(.pagination__item--active) {
		display: none;
	}
}
/* article new end */

.modal-name{
	font-family: 'Mulish', sans-serif;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.model-body__card .model-body__card-title{
	font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #343228;
    display: block;
    margin-bottom: 22px;
}


.manufacturer_code {font-size: 12px;line-height: 15px;color: #A1A4A0;margin-bottom: 5px}
.product-item__wishlist-block>button{padding:unset}
.wished svg path{fill:#6B7D43;}

.total .text-muted
{
padding-top: 11px;
font-size: x-large;
}

#block_opt_price1
{
	font-size: large;
	font-weight: bold;
}



#block_opt_price1
{
	color: #6B7D43;
	display: none !important;
}


#block_opt_price2 {
	font-family: Mulish;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
	color: #6B7D43;
}
#block_opt_price2 span{
	font-family: Mulish;
   font-weight: 700;
   font-size: 14px;
   line-height: 24px;
}
.form-control
{
	width: unset !important;
}

.collapsing
{
	transition: none !important;
}

.bold{font-weight: bold;}

.politic ul{margin-left: 5px;}

.order-agree label a{text-decoration: underline;}

form.ring-zakaz .custom-checkbox .custom-control-label a{
	color: #4D4D4D;
	text-decoration: underline;
}

form.ring-zakaz .custom-checkbox .custom-control-label a:hover{
	color: #DDD!important;
	text-decoration: none;
}

.politic_text a{text-decoration: underline;}

#cookie_note{
    display: none;
    box-sizing: border-box !important;
    margin: 0 !important;
    width: auto;
    min-height: 10px !important;
    max-height: 250px !important;
    clear: both !important;
    padding: 20px 12px !important;
    position: fixed;
    max-width: 450px;
    bottom: 15px !important;
    opacity: 1;
    transform: translateY(0%);
    z-index: 99999;
    left: 15px;
    background-color: rgb(255, 255, 255);
    border: 3px solid #707c48!important;
    text-align: center;
    line-height: 1.3;
    box-shadow: 10px -7px 12px 0px rgb(103, 69, 135, 0.4);
    border-radius: 20px;
}
#cookie_note p{margin: 0;text-align: center;
    line-height: 1.3;color: black;}
    #cookie_note p a{text-decoration: underline;}
    #cookie_note p a:hover;{text-decoration: none;}
#cookie_note .btn-sm {display: block;margin: 0 auto;}
.cookie_accept{border: 1px solid #707c48;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-size: 14px!important;
    background-color: #707c48!important;
    box-sizing: border-box;
    box-shadow: 0 0 1em 1em rgba(103, 69, 135, 0);
    transition: all .5s ease-in-out;
    margin-top: 15px !important;
    padding: 10px 15px;
    text-transform: none;}
.category_description a{
	text-decoration: underline;
}
.product-item__top .prev_link{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 490px;
	z-index: 99;
}
.category_description ul{
	list-style: none;
   counter-reset: section;
   margin-left: 35px;
}
.category_description ul li{
	list-style-type: none;
	position: relative;
	margin-bottom: 5px;
}
.category_description ul li:before{
	content: "";
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(/templates/dimone-mdb/images/arr_list.svg);
    width: 24px;
    height: 14px;
    left: -35px;
    top: 30%;
}
.moduletablemod-bestcategory{
	margin-top: 59px;
}
.title_bestcategory{
	margin-bottom: 20px;
}
#carouselotzyvy .slick-prev {
    position: absolute;
    top: 35%;
    right: -27px;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 9999;
}
#carouselotzyvy .slick-next {
    position: absolute;
    top: 35%;
    left: -30px;
    border: 0;
    outline: 0;
    background: transparent;
}
#carouselotzyvy .slick-slide{
	margin: 0 20px;
}
.desk-none{
	display: none;
}
.equipment .flex-container .front-image video,.equipment .flex-container .front-image{
  outline: none!important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 576px){#cookie_note.show{display: block;}}
@media (max-width: 575px){#cookie_note.show{display: block;text-align: left;}#cookie_note{max-width: 95%;left: 10px;}}
@media (max-width: 768px) {
	.title_bestcategory{
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 26px;
	}
	.mod-bestcategory__list-2 .mod-bestcategory__title{
		font-size: 20px;
		line-height: 26px;
	}
	.front_forma .fon_forma{
		display: none;
	}
	.front_blockform {
    width: 100%;
}
.mod-bestcategory__list .mod-bestcategory__link{
	line-height: 34px;
}
.ring-zakaz__button-submit{
	min-width: 117px;
}
.staticform.ring-zakaz .col-lg-7{
    width: 57%;
}
.staticform.ring-zakaz .col-lg-5{
    width: 43%;
}
.mod-bestcategory__list{
	display: none;
}
.mod-bestcategory__list-2{
	display: flex;
	justify-content: center;
	gap: 5px;
}
.mod-bestcategory__list-2 .col-10{
	margin-left: 0;
	width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}
.mod-bestcategory__list-2 .mod-bestcategory__item{
	width: 100%!important;
	height: 216px;
}
.mod-bestcategory__list-2 .bestcategory-ubor .mod-bestcategory__img img{
	max-height: 157px!important;
}
.mod-bestcategory__list-2 .mod-bestcategory__img img{
	max-height: 157px!important;
}
.home-item-page__page-header h1{
	line-height: 46px;
	font-size: 36px;
}
.left_foto{
	display: none;
}
.mod-popular{
	margin-top: 60px;
}
#carouselPopular .slick-next{
	left: -20px;
}
#carouselPopular .slick-prev{
	right: -20px;
}
.ring-zakaz-form__title-block{
	margin-bottom: 0;
}
.main-slider__item.active .main-slider__item-image{
	left: 0;
	width: 189px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-slider__item-title{
	position: relative;
	z-index: 6;
	max-width: 100%;
    font-weight: 500;
    font-size: 28px;
    color: #373A36;
    line-height: 32px;
    letter-spacing: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-5vw, 0);
	-ms-transform: translate(-5vw, 0);
	transform: translate(-5vw, 0);
	-webkit-transition: all 1.6s;
	-o-transition: all 1.6s;
	transition: all 1.6s;
	margin-bottom: 0px;
	margin-top: 25px;
}
.main-slider__item-title .ban_1{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #6B7D43;
}
.main-slider__item-title .ban_2{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #6B7D43;
}
.main-slider__item-title .ban_wb{
	font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #A73AFD;
}
.main-slider__item-btn{
	position: relative;
	width: 142px;
	height: 50px;
	text-decoration: none;
	background-color: #707c48;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	border-radius: 3px;
	outline: none !important;
	z-index: 7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate(-4vw, 0);
	-ms-transform: translate(-4vw, 0);
	transform: translate(-4vw, 0);
	-webkit-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
	margin-top: 20px;
}
.main-slider__item-btn img{
	display: none;
}
.main-slider__item-btn span{
	margin-right: 0;
}
.home-item-page__slider{
	height: auto;
    max-height: 260px;
}
.main-slider__carousel > .container {
    max-width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start !important;
    position: relative;
    padding-right: 0;
}
.main-slider .carousel-indicators {
    z-index: 999 !important;
    position: absolute;
    margin-left: 0 !important;
    bottom: 10px;
    left: 15px;
    justify-content: start;
}
.main-slider__carousel .main-slider__indicators li{
	width: 40px;
}
.main-slider__item {
    min-height: 260px;
    padding: 0;
    justify-content: flex-start !important;
    gap: 0;
    flex-direction: row;
}
.main-slider__item.active .main-slider__item-image {
        right: 0;
        left: auto;
        top: 0;
        width: 189px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .main-slider__item-image img {
    position: absolute;
    z-index: 5;
    top: 130px;
    left: 50%;
    /* right: 0; */
    max-width: none;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
.mod-preimushestva__text{
	max-width: 273px;
}
.mod-bestcategory__list .mod-bestcategory__item{
	flex-direction: column;
    justify-content: flex-start;
}
.mod-bestcategory__list-2 .mod-bestcategory__img{
	max-height: 123px;
	max-width: 100%;
}
.mod-bestcategory__list-2 .bestcategory-ubor .mod-bestcategory__img{
	justify-content: end;
}
.mod-bestcategory__list-2 .bestcategory-amunic{
	gap:0;
}
.mod-bestcategory__list-2 .bestcategory-amunic .mod-bestcategory__img img{
	max-height: 90px;
	margin-top: 20px;
}
.mod-bestcategory__list .prev_link{
	height: 210px;
}
.mod-bestcategory__list-2 .bestcategory-trikotah .mod-bestcategory__img{
	justify-content: end;
    display: flex;
    align-items: end;
    max-height: 149px;
}
.mod-bestcategory__list-2 .bestcategory-trikotah .mod-bestcategory__img img{
	max-height: 170px;
}
.desk-none{
	display: block;
}
.mod-popular__title{
	font-size: 36px;
	line-height: 46px;
	max-width: 300px;
    margin: 0 auto;
}
#carouselotzyvy .slick-next {
        left: -20px;
    }
    #carouselotzyvy .slick-prev{
    	right: -20px;
    }
    .ring-zakaz-form__title{
    	font-size: 36px;
    	line-height: 46px;
    	text-align: center;
    	margin-bottom: 0;
    }
    .ring-zakaz-form__title-block{
    	margin-top: 0;
    }
    .ring-zakaz__phone-input{
    	width: 212px;
    }
    .staticform.ring-zakaz .col-lg-5 {
        width: 43%;
        text-align: right;
    }
    .mod-forma{
    	min-height: 230px;
    }
    .mod-primer-komplekt__title{
    	font-size: 36px;
    	line-height: 46px;
    }
    body .equipment .grid-container .item.mobile-none{
    	display: none;
    }
    .equipment .grid-container{
    	 grid-template-columns: repeat(3, 1fr)!important;
    	 margin-left: 7px;
    }
    body .equipment .grid-container .item:first-child {
        min-height: 219px;
    }

    .equipment .flex-container .gallery .item.item-first .item__img_wrapper img {
   min-height: 223px;
}

.equipment .container .equipment__item .flex-container .gallery{
	flex: 3 0 260px;
}
.equipment .equipment__slider_m .swiper-button-next{
   top: 20%;
   width: 20px;
   height: 40px;
}
.equipment .equipment__slider_m .swiper-button-next:after{
  background: url(/images/mod-primer-komplekt/nav_left_m.svg) no-repeat;
}

.equipment .equipment__slider_m .swiper-button-prev:after{
  background: url(/images/mod-primer-komplekt/nav_right_m.svg) no-repeat;
}

.item__img-complect2-1 img, .item__img-complect1-1 img {
    height: 223px;
}
.equipment .equipment__slider_m .swiper-button-prev{
	top: 20%;
	width: 20px;
    height: 40px;
}
.mod-preimushestva__img{
	margin-right: 15px;
}
.mod-preimushestva__list{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.home-form-wrap{
	min-height: 265px;
	margin-top: 59px;
}
.all_comlect{
	margin-top: 15px;
}
.home-reviews {
    margin-top: 59px;
}
.main-slider__item-2 .main-slider__item-image img{
	top: 137px;
}
}
@media (max-width: 991px) {
	.attribute-size > .row {
		display: block;
	}
}

@media (min-width: 401px) and (max-width: 768px) {
    .equipment .container .equipment__item .flex-container .gallery {
        flex: 3 0 250px;
    }
    .equipment .grid-container{
    	margin-left: 0px;
    	grid-gap: 10px;
    }
        .equipment .equipment__slider_m .grid-container .item:first-child {
        min-width: 137px;
        margin-bottom: 0;
        max-height: 250px;
    }
    .equipment .equipment__slider_m .flex-container .gallery .item:first-child .item__img_wrapper {
        min-width: 137px;
    }
        .equipment .flex-container .gallery .item.item-first .item__img_wrapper img {
        height: 260px;
    }
    .slider_m-block {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
        max-height: 249px;
        margin-right: 10px;
    }
    .equipment .equipment__slider_m .grid-container .item:first-child {
        margin-bottom: 0;
        max-height: 250px;
        min-width: 137px;
    }
    .equipment .grid-container .item:not(:first-child) .item__img_wrapper img {
    max-height: 160px;
}
.slider_m-block .item{
	        min-width: 150px !important;
        width: 150px !important;
}
    body .equipment .flex-container .front-image {
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 400px) {
	.main-slider__item-btn{
		width: 120px;
        height: 48px;
	}
	.main-slider__item-btn span{
		font-size: 16px;
        line-height: 50px;
	}
	.mod-preimushestva__list > div[class*="col-"]{
		padding-left: 10px;
        margin: 0 auto;
        padding-right: 10px;
	}
	.ring-zakaz__phone-input {
        width: 186px;
        padding: 16px 14px;
    }
    .slider_m-block .item{
	min-width: 137px!important;
	width: 137px!important;
	height: 105px!important;
	min-height: 105px !important;
}
    body .equipment .flex-container .front-image {
        margin-top: 5px;
        margin-left: 0;
    }
}
