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

html, body{
	height: 100%;
	padding: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	color: #686868;
}
/*------------------------------------------------------------теги*/
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}
h1, .h1{
	font-size: 48px;
}
h2, .h2{
	font-size: 36px;
}
h3, .h3{
	font-size: 24px;
}
h4, .h4{
	font-size: 20px;
}
h5, .h5{
	font-size: 14px;
}
@media only screen and (max-width: 1366px) {
	h1, .h1 {
		font-size: 2.5rem;
	}
	h2, .h2 {
		font-size: 2rem;
	}
	h3, .h3 {
		font-size: 1.75rem;
	}
	h4, .h4 {
		font-size: 1.5rem;
	}
	h5, .h5 {
		font-size: 1.25rem;
	}
	h6, .h6 {
		font-size: 1rem;
	}
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1rem;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1rem;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
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: #000;
}
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;
}
/*подробнее*/
hr.system-pagebreak{
	width: 100%;
	clear: both;
}
/*//подробнее*/
/*------------------------------------------------------------//теги*/
/*------------------------------------------------------------------классы*/
.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;}
/* 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;
}
.grid{
	display: grid;
}
/*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*/
.btn{
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}
.btn-sanrise-black{
	height: 50px;
	color: #fff;
	background-color: #1E1E1E;
	border-radius: 0;
	border: #1E1E1E 1px solid;
	padding: .375rem .75rem;
}
.btn-sanrise-black:hover,
.btn-sanrise-black:focus{
	color: #1E1E1E;
	background-color: #fff;
}
.btn-sanrise-white{
	height: 50px;
	color: #1E1E1E;
	background-color: #fff;
	border-radius: 0;
	border: #fff 1px solid;
	padding: .375rem .75rem;
}
.btn-sanrise-white:hover,
.btn-sanrise-white:focus{
	color: #fff;
	background-color: #1E1E1E;
	border: #1E1E1E 1px solid;
}
.btn-sanrise-blue{
	height: 50px;
	color: #fff;
	background-color: #5378A7;
	border-radius: 0;
	border: 1px solid #5378A7;
	padding: .375rem .75rem;
}
.btn-sanrise-blue:hover,
.btn-sanrise-blue:focus{
	color: #5378A7;
	background-color: #fff;
}
.btn-sanrise-yello{
	height: 50px;
	color: #1E1E1E;
	background-color: #FED166;
	border-radius: 0;
	border: 1px solid #FED166;
	padding: .375rem .75rem;
}
.btn-sanrise-yello:hover,
.btn-sanrise-yello:focus{
	color: #1E1E1E;
	background-color: #fff;
}
.btn-sanrise-border{
	height: 40px;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #FED166;
	/*padding: .375rem .75rem;*/
}
.btn-sanrise-border:hover,
.btn-sanrise-border:focus{
	color: #1E1E1E;
	background-color: #FED166;
}
.marker-title{
	display: inline-flex;
	align-items: center;
	position: relative;
	font-family: 'Jost', sans-serif;
	font-size: 22px;
	line-height: 1;
	color: #1E1E1E;
	padding-left: 36px;
	margin-bottom: 29px;
}
.marker-title::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 14px;
	height: 10px;
	background: url(/images/faq_marker.png) no-repeat center center;
	background-size: cover;
}
/*------------------------------------------------------------------//классы*/
/*--------------------------------------------------------------редактор JCE*/
.my-content-area{
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.1;
	background-color: #efefef !important;
}
.my-content-area table tr td{
	font-size: 14px;
	line-height: 1.1;
}
/*--------------------------------------------------------------//редактор JCE*/
/*глобальные блоки*/
header,
footer{
	position: relative;
	clear: both;
}
.header{
	z-index: 9;
}
/*глобальные контейнеры*/
.container-fluid{
	position: relative;
}
/*конец глобальный контейнер*/
/*--------------------------------------------------шапка*/
.header{
	padding-top: 28px;
}
.header-container{
	position: relative;
	padding-bottom: 22px;
}
.header-row{
	position: relative;
}
.header-row > .header-cell{
	position: relative;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.header{
		padding-top: 10px;
	}
	.header-container{
		padding-bottom: 10px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.header{
		padding-top: 10px;
	}
	.header-container{
		padding-bottom: 10px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.header{
		padding-top: 10px;
	}
	.header-container{
		padding-bottom: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------//шапка*/
/*-------------------------------------------------------середина*/
/*----------------------------------------------страницы и блоги сайта*/
.item-page, 
.blog, 
.blog-featured, 
.category-list, 
.pg-category-view{
	position: relative;
}
.item-page,
.blog,
.blog-featured{
	min-height: 50vh;
}
/*-----------------------------------------------//страницы и блоги сайта*/
.breadcrumbs-container{
	position: relative;
}
/*---------------------------------------------------Bloks in Top of Pages*/
.page-top{
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.page-top-wrap{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
/*---------------------------------------------------//Bloks in Top of Pages*/
/*------------------------------------------------------заголвки страниц*/
.page-header{
	position: relative;
	border: none;
}
.anons-block{
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #1E1E1E;
}
/*----------------------------------------------------------//заголвки страниц*/
/*----------------------------------------------------------контент*/
.article-body{
	position: relative;
}
/*----------------------------------------------------------//контент*/
/*---------------------------------------------------------------------------------Page Главная страница*/
.home-item-page{
	position: relative;
	background-color: #F9F9F9;
	padding-top: 86px;
	padding-bottom: 106px;
}
.home-item-page .page-header{
	padding-bottom: 33px;
}
.home-item-page .page-header h1{
	font-size: 64px;
	line-height: 0.9;
	color: #1E1E1E;
}
.home-item-page .page-subheader{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.37;
	color: #1E1E1E;
}
.home-item-page .article-body{
	line-height: 1.86;
	color: #494949;
}
.home-list{
	position: relative;
	margin-bottom: 50px;
}
.home-list__item{
	position: relative;
	text-align: left;
}
.home-list__item-title{
	font-family: 'Jost', sans-serif;
	font-size: 36px;
	line-height: 52px;
	color: #F7CB63;
	margin-bottom: 13px;
}
.home-list__item-text{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.67;
	text-transform: uppercase;
	color: #1E1E1E;
	margin-bottom: 0;
}
.home-button{
	position: relative;
	width: 260px;
	height: 50px;
}
.home-item-page__item-image{
	position: relative;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.home-item-page{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.home-item-page .page-header h1{
		font-size: 44px;
	}
}
/*//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{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.home-item-page .page-header h1{
		font-size: 44px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------------------//Page Главная страница*/
/*-------------------------------------------------------------------------------Page Контакты*/
.kontakts-item-page{
	padding-bottom: 90px;
}
.kontakts-item-page__page-top{
	min-height: 310px;
	padding-top: 31px;
	margin-bottom: 74px;
}
.kontakts-item-page__page-top .breadcrumb{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.kontakts-item-page__page-top .breadcrumb a{
	color: #F5F5F5;
}
.kontakts-item-page__page-top .page-header{
	padding-top: 50px;
	padding-bottom: 15px;
}
.kontakts{
	position: relative;
}
.kontakts > div[class*="col-"]{
	margin-bottom: 30px;
}
.kontakts__item{
	position: relative;
	min-height: 140px;
	text-align: left;
	box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
}
.kontakts__item-title{
	position: relative;
	width: 110px;
	height: 35px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	background: url(/images/kontakts-item-title.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 24px;
}
.kontakts__item-text{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: #1E1E1E;
	padding-left: 15px;
}
.kontakts__item-text a{
	color: #1E1E1E !important;
}
.kontakts__item_adres .kontakts__item-title{
	margin-bottom: 18px;
}
.kontakts__item_adres .kontakts__item-text{
	font-size: 16px;
}
/*iPad Pro portrait*/
@media only screen and (max-width : 1024px) and (orientation:portrait) and (hover: none){
	.kontakts__item-text{
		font-size: 16px;
	}
	.kontakts__item_adres .kontakts__item-text{
		font-size: 14px;
	}
}
/*//iPad Pro portrait*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.kontakts-item-page {
		padding-bottom: 40px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.kontakts-item-page {
		padding-bottom: 40px;
	}
	.kontakts__item-text{
		font-size: 20px;
	}
	.kontakts__item_adres .kontakts__item-text{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.kontakts-item-page {
		padding-bottom: 40px;
	}
	.kontakts__item-text{
		font-size: 20px;
	}
	.kontakts__item_adres .kontakts__item-text{
		font-size: 16px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*------------------------------------------------------------------------------//Page Контакты*/
/*----------------------------------------------------------------------------Page Of Product*/
.produkt-item-page{
	position: relative;
}
.produkt__full-image{
	position: relative;
	border: 10px solid #FFF;
	-webkit-filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.15));
}
.produkt__colors{
	position: relative;
	margin-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.produkt__colors-title{
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #1E1E1E;
	padding-bottom: 22px;
}
.produkt__colors-body{
	position: relative;
}
.produkt__colors-navigation > div{
	position: absolute;
	z-index: 1;
	top: calc(50% + 10px);
	width: 25px;
	font-size: 22px;
	color: #1E1E1E;
	cursor: pointer;
}
.produkt__colors-navigation > div:hover{
	color: #FED166;
}
.produkt__colors-navigation .owl-prev{
	left: 0;
}
.produkt__colors-navigation .owl-next{
	right: 0;
}
.produkt__colors-navigation > div .bi{

}
.produkt__page-header{
	position: relative;
	padding-bottom: 29px;
}
.produkt__page-header h1{
	display: flex;
	position: relative;
	justify-content: start;
	align-items: start;
	font-size: 36px;
	line-height: 1;
	color: #1E1E1E;
	padding-left: 32px;
}
.produkt__page-header h1::before{
	content: "";
	display: block;
	position: absolute;
	flex-shrink: 0;
	z-index: 1;
	left: 0;
	top: 0.4em;
	width: 14px;
	height: 10px;
	background: url(/images/faq_marker.png) no-repeat center center;
	background-size: cover;
}
.produkt__intro{
	position: relative;
	line-height: 1.7;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 33px;
}
.produkt__intro p{
	margin-bottom: 0;
}
.produkt__preimushchestva{
	position: relative;
	padding-top: 41px;
}
.produkt__preimushchestvo-icon {
	position: relative;
	max-height: 20px;
	margin-bottom: 15px;
}
.produkt__preimushchestvo-text{
	font-family: 'Jost', sans-serif;
	font-size: 16px;
	line-height: 1.12;
	color: #1E1E1E;
}
.produkt__price{
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	margin-top: 29px;
	padding: 20px 25px;
}
.produkt__price-title{
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #000;
}
.produkt__price-value{
	font-size: 18px;
	line-height: 1.1;
	text-transform: lowercase;
	color: #686868;
}
.produkt__price-value span{
	font-weight: 400;
	font-size: 38px;
	line-height: 0.53;
	text-transform: uppercase;
	color: #5378A7;
}
.produkt__price-value > span span{
	font-weight: 700;
}
.produkt__tabs{
	position: relative;
	min-height: 450px;
	padding-top: 37px;
	padding-bottom: 100px;
}
.produkt__tabs .nav-tabs{
	border: none !important;
	background-color: #F9F9F9;
}
.produkt__tabs .nav-tabs .nav-item{
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 0 !important;
}
.produkt__tabs .nav-tabs .nav-link{
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #9A9A9A;
	border-top: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	background-color: transparent !important;
	padding-top: 12px;
	padding-bottom: 12px;
}
.produkt__tabs .nav-tabs .nav-item:last-child .nav-link{
	border-right: none !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
	color: #1E1E1E !important;
	background-color: transparent !important;
}
.produkt__tabs .nav-tabs .nav-link svg{
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.nav-tabs .nav-item.show .nav-link svg path,
.nav-tabs .nav-link.active svg path{
	fill: #5378A7 !important;
}
.produkt__tabs .nav-tabs .nav-link span{
	white-space: nowrap;
	padding-left: 20px;
}
.produkt__tabs .tab-content{
	padding: 67px 30px 0 60px;
}
.produkt-kharakteristika{
	position: relative;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.08);;
	margin-right: 40px;
	margin-bottom: 15px;
}
.produkt-kharakteristika__name{
	display: inline-block;
	position: relative;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.47;
	color: #686868;
	margin-bottom: -0.25em;
	padding-right: 5px;
}
.produkt-kharakteristika_value{
	display: inline-block;
	position: relative;
	background-color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.47;
	color: #000;
	margin-bottom: -0.25em;
	padding-left: 5px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.produkt__page-header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.produkt__page-header h1{
		font-size: 26px;
		padding-left: 25px;
	}
	.produkt__preimushchestva{
		padding-top: 20px;
	}
	.produkt__preimushchestvo{
		margin-bottom: 15px;
	}
	.produkt__preimushchestvo-icon{
		margin-bottom: 5px;
	}
	.produkt__price{
		margin-top: 10px;
	}
	.produkt__tabs {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.produkt__tabs .nav-tabs .nav-item{
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	.produkt__tabs .nav-tabs .nav-item .nav-link{
		border-right: none !important;
	}
	.produkt__tabs .tab-content {
		padding: 30px 0 0 0;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.produkt__page-header{
		padding-bottom: 15px;
	}
	.produkt__page-header h1{
		font-size: 26px;
		padding-left: 25px;
	}
	.produkt__colors{
		width: 60%;
		margin: 30px auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.produkt__preimushchestva{
		padding-top: 20px;
	}
	.produkt__preimushchestvo{
		margin-bottom: 15px;
	}
	.produkt__preimushchestvo-icon{
		margin-bottom: 5px;
	}
	.produkt__price{
		margin-top: 10px;
	}
	.produkt__tabs {
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.produkt__tabs .nav-tabs .nav-item{
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	.produkt__tabs .nav-tabs .nav-item .nav-link{
		border-right: none !important;
	}
	.produkt__tabs .tab-content {
		padding: 30px 0 0 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*---------------------------------------------------------------------------//Page Of Product*/
/*----------------------------------------------------------------------------------Blogs*/
.blog{
	position: relative;
}
.blog__page-top{

}
.blog__page-header{
	position: relative;
	text-align: left;
	padding-bottom: 50px;
}
.blog__dopolnitelniy-kontent{
	position: relative;
	padding-bottom: 30px;
}
.blog__item{
	position: relative;
	padding-bottom: 40px;
}
.blog__item-body{
	position: relative;
}
.blog__item-top{
	position: relative;
}
.blog__item-top .item-image{
	display: block;
	position: relative;
	overflow: hidden;
	height: 271px;
	margin-bottom: 31px;
}
.blog__item-top .item-image img{
	max-width: none;
	min-width: 100%;
	min-height: 100%;
}
.blog__item-body .article-info{
	margin-bottom: 0;
}
.blog__item-body .article-info .published{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.31;
	color: #717171;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.blog__item-title{
	position: relative;
	text-align: left;
	padding-bottom: 20px;
}
.blog__item-title p{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	color: #1E1E1E;
}
.blog__item-bottom{
	position: relative;
}
.blog__item-intro{
	position: relative;
	font-size: 13px;
	line-height: 1.54;
	color: #1E1E1E;
	padding-bottom: 25px;
}
.blog__item-body .readmore{
	width: 120px;
}
.blog__item-body .readmore .btn-sanrise-border{
	font-size: 12px;
	color: #1E1E1E;
	margin: 0;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.blog__item-top .item-image{
		height: auto;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog__item-top .item-image img{
		max-width: 100%;
	}
	.blog__item-title p{
		font-size: 18px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.blog__item-top .item-image{
		height: auto;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.blog__item-top .item-image img{
		max-width: 100%;
	}
	.blog__item-title p{
		font-size: 18px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------------Blog of Products*/
.blogprodukt .blog__page-top{
	min-height: 310px;
	padding-top: 31px;
	margin-bottom: 74px;
}
.blogprodukt .blog__page-top .breadcrumb{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blogprodukt .blog__page-top .breadcrumb a{
	color: #F5F5F5;
}
.blogprodukt .blog__page-top .page-header{
	padding-top: 50px;
	padding-bottom: 15px;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.blogprodukt .blog__page-top{
		margin-bottom: 0;
	}
}
/*//iPad portrait*/
/*-------------------------------------------------------------------Blog of Products - SubCategory*/
.blogprodukt-children{
	position: relative;
}
.blogprodukt-children__list > div[class*="col-"]{
	padding-bottom: 40px;
}
.blogprodukt-children__item{
	position: relative;
	min-height: 380px;
}
.blogprodukt-children__item-wrap{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto, cover;
}
.blogprodukt-children__item-cena{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 20px;
	width: 128px;
	height: 48px;
	background: url(/images/blogprodukt_cena-bg.png) no-repeat center;
	background-size: cover;
}
.blogprodukt-children__item-cena span{
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
	color: #1E1E1E;
}
.blogprodukt-children__item-cena span strong{
	font-weight: 700;
	font-size: 20px;
	color: #1E1E1E;
}
.blogprodukt-children__item-body{
	position: relative;
	z-index: 1;
	padding-left: 27px;
	padding-right: 27px;
}
.blogprodukt-children__item-skidka{
	position: absolute;
	z-index: 1;
	left: -8px;
	top: 10px;
	width: 90px;
	height: 62px;
	background: url(/images/blogprodukt_skidka-bg.png) no-repeat center;
	background-size: cover;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.blogprodukt-children__item:hover .blogprodukt-children__item-skidka{
	margin-top: -30px;
}
.blogprodukt-children__item-skidka span{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	-webkit-transform: rotate(-4.26deg);
	-ms-transform: rotate(-4.26deg);
	transform: rotate(-4.26deg);
	margin-bottom: 0.5em;
}
.blogprodukt-children__item-title{
	line-height: 0.78;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding-bottom: 29px;
}
.blogprodukt-children__item:hover .blogprodukt-children__item-title{
	margin-top: -25%;
}
.blogprodukt-children__item-anons{
	position: relative;
	font-weight: 500;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.blogprodukt-children__item:hover .blogprodukt-children__item-anons{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.blogprodukt-children__item-preimushchestva{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background-color: #5378A7;
	padding: 35px 15px 29px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	transform-origin: 50% 100%;
	transform: scaleY(0);
}
.blogprodukt-children__item:hover .blogprodukt-children__item-preimushchestva{
	transform: scaleY(1);
}
.blogprodukt-children__preimushchestvo-icon{
	position: relative;
	max-height: 20px;
	margin-bottom: 15px;
}
.blogprodukt-children__preimushchestvo-text{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.12;
}
/*-------------------------------------------------------------------//Blog of Products - SubCategory*/
/*--------------------------------------------------------------------Blog of Products - Products List*/
.blogprodukt__products-list{
	position: relative;
	padding-top: 112px;
}
.products-list__item{
	position: relative;
	padding-bottom: 85px;
}
.product-item{
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
}
.product-item::before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: -23px;
	top: -20px;
	width: 120px;
	height: 120px;
	background-color: #FED166;
}
.product-item::after{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	right: -14px;
	bottom: -14px;
	width: 67px;
	height: 67px;
	background-color: #FED166;
}
.product-item__content{
	position: relative;
	padding-top: 48px;
	padding-bottom: 41px;
}
.even .product-item__content{
	padding-right: 15px;
	padding-left: 20px;
}
.odd .product-item__content{
	padding-left: 35px;
	padding-right: 0;
}
.product-item__title{
	font-weight: 400;
	line-height: 0.8;
	color: #1E1E1E;
	padding-bottom: 15px;
}
.product-item__content .category-name{
	font-size: 18px;
	line-height: 1.2;
	color: #1E1E1E;
	margin-bottom: 19px;
}
.product-item__intro{
	position: relative;
	padding-bottom: 14px;
}
.product-item__readmore{
	position: relative;
}
.product-item__readmore-button{
	width: 200px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.blogprodukt__products-list{
		padding-top: 50px;
	}
	.products-list__item{
		padding-bottom: 50px;
	}
	.product-item__content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.even .product-item__content{
		padding-right: 15px;
		padding-left: 15px;
	}
	.odd .product-item__content{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.blogprodukt__products-list{
		padding-top: 50px;
	}
	.products-list__item{
		padding-bottom: 50px;
	}
	.product-item__content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.even .product-item__content{
		padding-right: 15px;
		padding-left: 15px;
	}
	.odd .product-item__content{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------//Blog of Products - Products List*/
/*------------------------------------------------------------------------//Blog of Products*/
/*----------------------------------------------------------------------------------//Blogs*/
/*----------------------------------------------------------//середина*/
/*-----------------------------------------------------------середины*/
.sub-medium-container{
	position: relative;
}
/*----------------------------------------------------------доп середины*/
/*--------------------------------------------------------Модули и блоки*/
.block-title{
	position: relative;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
/*---------------------------------------------------------------Block Slider in Home Page*/
.home-slider{
	position: relative;
}
.home-slider .carousel-item__wrap > img{
	position: relative;
	width: 100%;
}
.carousel-item__mask{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -o-linear-gradient(359.76deg, rgba(0, 0, 0, 0.8) -2.18%, rgba(0, 0, 0, 0) 99.82%);
	background: linear-gradient(90.24deg, rgba(0, 0, 0, 0.8) -2.18%, rgba(0, 0, 0, 0) 99.82%);
}
.carousel-item__content{
	position: absolute;
	z-index: 1;
	top: 0;
}
.carousel-item__label{
	position: relative;
	height: 46px;
	min-width: 67px;
	background: url(/images/carousel-item-label_back.png) no-repeat center center;
	background-size: cover;
	-webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.06));
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.06));
	margin-bottom: 13px;
}
.carousel-item__label span{
	position: relative;
	top: -0.3em;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
	-webkit-transform: rotate(-4.26deg);
	-ms-transform: rotate(-4.26deg);
	transform: rotate(-4.26deg);
}
.carousel-item__title{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: .91;
	padding-bottom: 32px;
}
.carousel-item__text{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 43px;
}
.carousel-item__link{
	position: relative;
	width: 150px;
}
#introCarousel .carousel-indicators{
	position: relative;
	top: -80px;
	margin-left: 0;
	margin-right: 0;
}
#introCarousel .carousel-indicators::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
}
#introCarousel .carousel-indicators li{
	position: relative;
	width: 6px;
	height: 6px;
	margin-left: 0;
	margin-right: 60px;
}
#introCarousel .carousel-indicators li:last-child{
	margin-right: 0;
}
#introCarousel .carousel-indicators li.active:after{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: -7px;
	top: -7px;
	background-color: transparent;
	border: 1px solid #D3B38C;
	border-radius: 50%;
}
.home-slider-moby{
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 15vh 30px 30px;
}
.home-slider-moby__content{
	position: relative;
	background-color: rgba(0,0,0,0.3);
	padding: 15px;
}
/*iPhone 6/7/8 landscape*/
@media only screen and (max-width : 667px) and (orientation: landscape){
}
/*//iPhone 6/7/8 landscape*/
/*iPhone 6/7/8 portrait*/
@media only screen and (max-width : 375px) and (orientation:portrait){
	.home-slider-moby{
		font-size: 90%;
		padding: 15vh 15px 30px;
	}
}
/*//iPhone 6/7/8 portrait*/
/*----------------------------------------------------------//Block Slider in Home Page*/
/*-----------------------------------------------------------Module Логотип в Шапке*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-logo-header{
		padding-bottom: 5px;
	}
}
/*//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{
		padding-bottom: 5px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------------//Module Логотип в Шапке*/
/*----------------------------------------------------------Module FoRoom в Шапке*/
.mod-header-foroom{
	position: relative;
}
/*---------------------------------------------------------//Module FoRoom в Шапке*/
/*------------------------------------------------------Module Телефон и время в Шапке*/
.mod-phonetime-header{
	position: relative;
}
.mod-phonetime-header__phone{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #5378A7;
}
.mod-phonetime-header__phone a{
	text-decoration: none !important;
	outline: none !important;
	color: #5378A7;
}
.mod-phonetime-header__time{
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #9A9A9A;
	margin-left: 20px;
}
/*iPad landscape*/
@media only screen and (max-width : 1024px) and (orientation: landscape) and (hover: none){
}
/*//iPad landscape*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-phonetime-header__phone{
		font-size: 16px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-phonetime-header{
		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-phonetime-header{
		width: 100%;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*iPhone 6/7/8 landscape*/
@media only screen and (max-width : 667px) and (orientation: landscape){
	.mod-phonetime-header__phone{
		font-size: 16px;
	}
	.mod-phonetime-header__time{
		font-size: 12px;
	}
}
/*//iPhone 6/7/8 landscape*/
/*iPhone 6/7/8 portrait*/
@media only screen and (max-width : 375px) and (orientation:portrait){
	.mod-phonetime-header__phone{
		font-size: 16px;
	}
	.mod-phonetime-header__time{
		font-size: 12px;
	}
}
/*//iPhone 6/7/8 portrait*/
/*------------------------------------------------//Module Телефон и время в Шапке*/
/*-----------------------------------------------------------------------Module Преимущества под Слайдером*/
.preimushestva-wrap{
	position: relative;
	background-color: #F9F9F9;
	padding-top: 42px;
	padding-bottom: 48px;
	margin-top: -40px;
}
.preimushestva__item{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.12;
	color: #1E1E1E;
}
.preimushestva__item img{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 13px;
}
/*iPad Pro landscape*/
@media only screen and (max-width : 1366px) and (orientation: landscape){
	.preimushestva-wrap{
		margin-top: 0;
	}
}
/*//iPad Pro landscape*/
/*iPad Pro portrait*/
@media only screen and (max-width : 1024px) and (orientation:portrait){
	.preimushestva-wrap{
		margin-top: 0;
	}
}
/*//iPad Pro portrait*/
/*--------------------------------------------------------------------//Module Преимущества под Слайдером*/
/*-----------------------------------------------------------------------Module Блок - Презентация Категорий*/
.mod-present-block{
	position: relative;
	padding-top: 78px;
	padding-bottom: 124px;
}
.mod-present-block__list{
	grid-template-rows: 240px 240px 240px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.mod-present-block__item{
	position: relative;
  min-height: 240px;
	text-align: left;
	padding: 29px 27px 22px;
}
.mod-present-block__item_1{
	grid-column: 1 / span 5;
	grid-row-start: 1;
	grid-row-end: 2;
}
.mod-present-block__item_2{
	grid-column: 6 / span 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.mod-present-block__item_3{
	grid-column: 10 / span 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.mod-present-block__item_4{
	grid-column: 1 / span 5;
	grid-row-start: 2;
	grid-row-end: 3;
}
.mod-present-block__item_5{
	grid-column: 10 / span 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.mod-present-block__item_6{
	grid-column: 1 / span 3;
	grid-row-start: 3;
	grid-row-end: 4;
}
.mod-present-block__item_7{
	grid-column: 4 / span 5;
	grid-row-start: 3;
	grid-row-end: 4;
}
.mod-present-block__item_8{
	grid-column: 9 / span 4;
	grid-row-start: 3;
	grid-row-end: 4;
	background-color: #5378A7;
}
.mod-present-block__item > img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.mod-present-block__item.mod-present-block__item_8 > img{
	left: auto;
	right: 0;
	top: auto;
	bottom: 19px;
	width: auto;
	height: auto;
	align-self: center;
}
.mod-present-block__item-body{
	position: relative;
}
.mod-present-block__item-title{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
	padding-bottom: 16px;
}
.mod-present-block__item-text{
	font-weight: 500;
	font-size: 13px;
	line-height: 1.31;
	padding-bottom: 26px;
}
.mod-present-block__item-link{
	width: 120px;
	font-size: 12px;
}
.mod-present-block__item-cena{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 40px;
	min-width: 107px;
	font-size: 14px;
	line-height: 1.43;
	text-transform: lowercase;
	color: #fff;
	background-color: #5378A7;
	padding: 5px;
    /*padding: 10px 19px;*/
}
.mod-present-block__item-cena strong{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase;
}
.mod-present-block__item-cena strong span{
	font-weight: 400;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-present-block__list{
		grid-template-rows: 240px 240px 240px 240px;
	}
	.mod-present-block__item_1{
		grid-column: 1 / span 6;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.mod-present-block__item_2{
		grid-column: 7 / span 6;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.mod-present-block__item_3{
		grid-column: 1 / span 6;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.mod-present-block__item_4{
		grid-column: 7 / span 6;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.mod-present-block__item_5{
		grid-column: 1 / span 6;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.mod-present-block__item_6{
		grid-column: 7 / span 6;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.mod-present-block__item_7{
		grid-column: 1 / span 6;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.mod-present-block__item_8{
		grid-column: 7 / span 6;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.mod-present-block__item-text{
		display:none;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-present-block{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.mod-present-block__list{
		grid-template-rows: 240px 240px 240px 240px 240px 240px 240px 240px;
	}
	.mod-present-block__item_1{
		grid-column: 1 / span 12;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.mod-present-block__item_2{
		grid-column: 1 / span 12;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.mod-present-block__item_3{
		grid-column: 1 / span 12;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.mod-present-block__item_4{
		grid-column: 1 / span 12;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.mod-present-block__item_5{
		grid-column: 1 / span 12;
		grid-row-start: 5;
		grid-row-end: 6;
	}
	.mod-present-block__item_6{
		grid-column: 1 / span 12;
		grid-row-start: 6;
		grid-row-end: 7;
	}
	.mod-present-block__item_7{
		grid-column: 1 / span 12;
		grid-row-start: 7;
		grid-row-end: 8;
	}
	.mod-present-block__item_8{
		grid-column: 1 / span 12;
		grid-row-start: 8;
		grid-row-end: 9;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-present-block{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.mod-present-block__list{
		grid-template-rows: 240px 240px 240px 240px 240px 240px 240px 240px;
	}
	.mod-present-block__item_1{
		grid-column: 1 / span 12;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.mod-present-block__item_2{
		grid-column: 1 / span 12;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.mod-present-block__item_3{
		grid-column: 1 / span 12;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.mod-present-block__item_4{
		grid-column: 1 / span 12;
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.mod-present-block__item_5{
		grid-column: 1 / span 12;
		grid-row-start: 5;
		grid-row-end: 6;
	}
	.mod-present-block__item_6{
		grid-column: 1 / span 12;
		grid-row-start: 6;
		grid-row-end: 7;
	}
	.mod-present-block__item_7{
		grid-column: 1 / span 12;
		grid-row-start: 7;
		grid-row-end: 8;
	}
	.mod-present-block__item_8{
		grid-column: 1 / span 12;
		grid-row-start: 8;
		grid-row-end: 9;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------//Module Блок - Презентация Категорий*/
/*--------------------------------------------------------------------------Module Baner Сделать  расчет*/
.mod-raschetbaner{
	position: relative;
	padding-top: 77px;
	padding-bottom: 68px;
}
.mod-raschetbaner__body{
	position: relative;
	min-height: 170px;
	-webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	background: url(/images/mod-raschetbaner_bg.jpg) no-repeat center;
	background-size: cover;
	padding-left: 35px;
	padding-right: 200px;
}
.mod-raschetbaner__title{
	font-family: 'Jost', sans-serif;
	font-size: 48px;
	line-height: 0.87;
	text-align: left;
	color: #1E1E1E;
	margin-right: 30px;
}
.mod-raschetbaner__text{
	font-size: 16px;
	line-height: 1.37;
	color: #1E1E1E;
	margin-right: 30px;
}
.mod-raschetbaner__button{
	position: relative;
	width: 120px;
	height: 40px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #FED166;
	border-radius: 0;
	padding: 5px;
}
.mod-raschetbaner__image{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-raschetbaner__body{
		background: none;
		text-align: center;
		padding: 30px 15px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-raschetbaner__body{
		background: none;
		text-align: center;
		padding: 30px 15px;
	}
	.mod-raschetbaner__title{
		font-size: 36px;
		text-align: center;
		margin-right: 0;
	}
	.mod-raschetbaner__text{
		font-size: 14px;
		margin-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-raschetbaner__body{
		background: none;
		text-align: center;
		padding: 30px 15px;
	}
	.mod-raschetbaner__title{
		font-size: 36px;
		text-align: center;
		margin-right: 0;
	}
	.mod-raschetbaner__text{
		font-size: 14px;
		margin-right: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------------------------//Module Baner Сделать  расчет*/
/*--------------------------------------------------------Module Блок с Формой «Бесплатная консультация»*/
.konsult-form-wrap{
	position: relative;
	min-height: 352px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FED166), to(rgba(255,255,255,0))), url(/images/konsult-form-wrap_back.jpg);
	background: -o-linear-gradient(left, #FED166 50%, rgba(255,255,255,0) 100%), url(/images/konsult-form-wrap_back.jpg);
	background: linear-gradient(90deg, #FED166 50%, rgba(255,255,255,0) 100%), url(/images/konsult-form-wrap_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 center, 100% 0;
	background-size: auto, contain;
}
.mod-konsult-form{
	position: relative;
	padding-top: 61px;
	padding-bottom: 44px;
}
.mod-konsult-form__title{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: .87;
	color: #1E1E1E;
	padding-bottom: 26px;
}
.mod-konsult-form__text{
	font-size: 16px;
	line-height: 1.37;
	color: #1E1E1E
}
.mod-konsult-form__forma .md-form input{
	border-bottom-color: #fff !important;
	border-bottom-width: 2px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.mod-konsult-form__forma .md-form label{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.mod-konsult-form__private{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}
.mod-konsult-form__submit-button{
	width: 170px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.konsult-form-wrap{
		background: none;
		background-color: #FED166;
	}
	.mod-konsult-form{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.mod-konsult-form__title{
		font-size: 30px;
	}
	.mod-konsult-form__text{
		font-size: 14px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.konsult-form-wrap{
		background: none;
		background-color: #FED166;
	}
	.mod-konsult-form{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.mod-konsult-form__title{
		font-size: 30px;
	}
	.mod-konsult-form__text{
		font-size: 14px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------//Module Блок с Формой «Бесплатная консультация»*/
/*----------------------------------------------------------------------Module Новости*/
.mod-news{
	position: relative;
	padding-top: 141px;
	padding-bottom: 60px;
}
.mod-news__title{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: .91;
	color: #1E1E1E;
}
.mod-news__all-link{
	position: relative;
	width: 170px;
}
.mod-news__list{
	position: relative;
	padding-top: 85px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-news{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.mod-news__list{
		padding-top: 40px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-news{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.mod-news__list{
		padding-top: 40px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*iPhone 6/7/8 landscape*/
@media only screen and (max-width : 667px) and (orientation: landscape){
	.mod-news__title{
		font-size: 40px;
	}
}
/*//iPhone 6/7/8 landscape*/
/*iPhone 6/7/8 portrait*/
@media only screen and (max-width : 375px) and (orientation:portrait){
	.mod-news__title{
		font-size: 40px;
	}
}
/*//iPhone 6/7/8 portrait*/
/*--------------------------------------------------------------------//Module Новости*/
/*--------------------------------------------------------------Block Примеры работ in Catalog*/
.raboty{
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}
.raboty__header{
	position: relative;
	padding-bottom: 58px;
}
.raboty__title{
	position: relative;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: .91;
	color: #1E1E1E;
	padding-bottom: 20px;
}
.raboty__subtitle{
	font-size: 18px;
	line-height: 1.22;
	color: #1E1E1E;
}
.raboty__item{
	position: relative;
	width: 100%;
	height: 100%;
}
.raboty__item-title{
	position: absolute;
	z-index: 1;
	left: 30px;
	bottom: 40px;
	font-family: 'Jost', sans-serif;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding-right: 30px;
}
.raboty__navigation > div{
	position: relative;
	font-size: 22px;
	color: #1E1E1E;
	cursor: pointer;
	margin-left: 30px;
}
.raboty__navigation > div:hover{
	color: #FED166;
}
.raboty .owl-dots{
	margin-top: 51px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.raboty{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.raboty__title{
		font-size: 30px;
	}
	.raboty__subtitle{
		font-size: 14px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.raboty{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.raboty__title{
		font-size: 30px;
	}
	.raboty__subtitle{
		font-size: 14px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------//Block Примеры работ in Catalog*/
/*---------------------------------------------------------Mdule Блок "Расчитайте стоимость" в товарах*/
.mod-konstruktor{
	position: relative;
	padding-top: 22px;
	padding-bottom: 17px;
	margin-top: 36px;
}
.mod-konstruktor__title{
	font-family: 'Jost', sans-serif;
	font-size: 36px;
	line-height: 1;
	white-space: nowrap;
	color: #000;
}
.mod-konstruktor__text{
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	color: #686868;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-konstruktor__title{
		white-space: normal;
	}
	.mod-konstruktor__text{
		white-space: normal;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-konstruktor__title{
		white-space: normal;
	}
	.mod-konstruktor__text{
		white-space: normal;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------------//Mdule Блок "Расчитайте стоимость" в товарах*/
/*---------------------------------------------------------Module Консультация - Замер*/
.produkt-konsultzamer-container{
	padding-top: 120px;
}
.mod-konsultzamer{
	position: relative;
	padding-bottom: 120px;
}
.mod-konsultzamer__item{
	position: relative;
	min-height: 360px;
	-webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 32px 30px 32px;
}
.mod-konsultzamer__item_left{
	background-image: url(/images/kosultzamer_bg_left.jpg);
	color: #1E1E1E;
}
.mod-konsultzamer__item_right{
	background-image: url(/images/kosultzamer_bg_right.jpg);
	color: #FFF;
}
.mod-konsultzamer__item-top{
	position: relative;
	margin-bottom: 15px;
}
.mod-konsultzamer__item-title{
	font-family: 'Jost', sans-serif;
	font-size: 48px;
	line-height: 0.87;
	padding-bottom: 28px;
}
.mod-konsultzamer__item-text{
	font-size: 16px;
	line-height: 1.37;
}
.mod-konsultzamer__item-bottom{
	position: relative;
}
.mod-konsultzamer__item-phone{
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.75;
}
.mod-konsultzamer__item_left .mod-konsultzamer__item-phone,
.mod-konsultzamer__item_left .mod-konsultzamer__item-phone a{
	text-decoration: none !important;
	outline: none !important;
	color: #5378A7 !important;
}
.mod-konsultzamer__item_right .mod-konsultzamer__item-phone,
.mod-konsultzamer__item_right .mod-konsultzamer__item-phone a{
	text-decoration: none !important;
	outline: none !important;
	color: #FFF !important;
}
.mod-konsultzamer__item-bottom button{
	position: relative;
	width: 200px;
	height: 50px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 0 !important;
	padding: 5px;
	margin: 37px 0 0;
}
.mod-konsultzamer__item_left .mod-konsultzamer__item-bottom button{
	background-color: #5378A7;
	color: #fff;
}
.mod-konsultzamer__item_right .mod-konsultzamer__item-bottom button{
	background-color: #FED166;
	color: #1E1E1E;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.produkt-konsultzamer-container{
		padding-top: 60px;
	}
	.mod-konsultzamer{
		padding-bottom: 50px;
	}
	.mod-konsultzamer__item{
		min-height: auto;
	}
	.mod-konsultzamer__item_left{
		background: none;
		background-color: #FED166;
	}
	.mod-konsultzamer__item_right{
		background: none;
		background-color: #5378A7;
	}
	.mod-konsultzamer__item-title{
		font-size: 30px;
	}
	.mod-konsultzamer__item-text{
		font-size: 14px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.produkt-konsultzamer-container{
		padding-top: 60px;
	}
	.mod-konsultzamer{
		padding-bottom: 50px;
	}
	.mod-konsultzamer__item{
		min-height: auto;
	}
	.mod-konsultzamer__item_left{
		background: none;
		background-color: #FED166;
	}
	.mod-konsultzamer__item_right{
		background: none;
		background-color: #5378A7;
	}
	.mod-konsultzamer__item-title{
		font-size: 30px;
	}
	.mod-konsultzamer__item-text{
		font-size: 14px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*------------------------------------------------------//Module Консультация - Замер*/
/*------------------------------------------------------Module Вопросы и ответы*/
.mod-faq{
	position: relative;
	padding-bottom: 100px;
}
.mod-faq__title{
	font-family: 'Jost', sans-serif;
	font-size: 64px;
	line-height: 0.91;
	color: #1E1E1E;
	padding-bottom: 50px;
}
.mod-faq .accordion .card{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.mod-faq .accordion > .card > .card-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: none !important;
	padding-left: 40px;
}
.mod-faq .accordion > .card > .card-header::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 14px;
	height: 10px;
	background: url(/images/faq_marker.png) no-repeat center center;
	background-size: cover;
}
.mod-faq .accordion > .card > .card-header .btn{
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	border-radius: 0;
	padding: 0;
}
.mod-faq .accordion > .card > .card-header .bi-caret-right-fill{
	position: relative;
	font-size: 20px;
	color: #5378A7;
	transition: all 0.4s linear;
	transform-origin: 50% 50%;
}
.mod-faq .accordion > .card > .card-header .btn[aria-expanded="true"] + .bi-caret-right-fill{
	color: #FED166;
	transform: rotate(90deg);
}
.mod-faq .accordion > .card .card-body{
	width: 85%;
	font-size: 14px;
	line-height: 1.7;
	color: #686868;
	margin-left: 50px;
}
.mod-faq .accordion > .card .card-body p{
	margin-bottom: 0;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-faq{
		padding-bottom: 50px;
	}
	.mod-faq__title{
		font-size: 34px;
		padding-bottom: 20px;
	}
	.mod-faq .accordion > .card > .card-header .btn{
		font-size: 16px;
	}
	.mod-faq .accordion > .card .card-body{
		width: 100%;
		font-size: 13px;
		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){
	.mod-faq{
		padding-bottom: 50px;
	}
	.mod-faq__title{
		font-size: 34px;
		padding-bottom: 20px;
	}
	.mod-faq .accordion > .card > .card-header .btn{
		font-size: 16px;
	}
	.mod-faq .accordion > .card .card-body{
		width: 100%;
		font-size: 13px;
		margin-left: 0;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------//Module Вопросы и ответы*/
/*----------------------------------------------------------Module Популярная продукция*/
.mod-popular{
	position: relative;
}
.mod-popular__header{
	position: relative;
	padding-bottom: 96px;
}
.mod-popular__title{
	font-family: 'Jost', sans-serif;
	font-size: 64px;
	line-height: 0.91;
	color: #1E1E1E;
}
.popular{

}
.mod-popular__navigation > div{
	position: relative;
	font-size: 22px;
	color: #1E1E1E;
	cursor: pointer;
	margin-left: 30px;
}
.mod-popular__navigation > div:hover{
	color: #FED166;
}
.popular .owl-item{
	padding-bottom: 180px;
}
.popular .owl-theme .owl-dots{

}
.popular__item{
	position: relative;
}
.popular__item-body{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 27px;
	width: calc(100% - 54px);
	min-height: 95%;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
	padding: 30px;
	margin-bottom: -25%;
}
.popular__item-cena{
	display: block;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 0;
	width: 128px;
	height: 48px;
	background: url(/images/blogprodukt_cena-bg.png) no-repeat center;
	background-size: cover;
}
.popular__item-cena span{
	font-size: 16px;
	line-height: 1.25;
	text-transform: lowercase;
	color: #1E1E1E;
}
.popular__item-cena span strong{
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}
.popular__item-title{
	font-size: 36px;
	line-height: 0.89;
	color: #1E1E1E;
	padding-bottom: 25px;
}
.popular__item-text p{
	margin-bottom: 0;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-popular__header{
		padding-bottom: 40px;
	}
	.popular__item-body{
		min-height: 65%;
		margin-bottom: -15%;
	}
	.popular__item-title{

	}
	.popular__item-text{

	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-popular__title{
		font-size: 22px;
	}
	.popular .owl-item{
		padding-bottom: 90px;
	}
	.popular__item-body{
		position: relative;
		min-height: auto;
		left: 0;
		width: 100%;
		padding: 30px 15px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-popular__title{
		font-size: 22px;
	}
	.popular .owl-item{
		padding-bottom: 90px;
	}
	.popular__item-body{
		position: relative;
		min-height: auto;
		left: 0;
		width: 100%;
		padding: 30px 15px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*--------------------------------------------------------//Module Популярная продукция*/
/*------------------------------------------------------Module Наши клиенты - В Футере*/
.footer-klienty-container{
	position: relative;
	padding-top: 106px;
	padding-bottom: 98px;
}
.mod-footer-klienty{
	position: relative;
}
.mod-footer-klienty__title{
	position: relative;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: .91;
	color: #1E1E1E;
}
.mod-footer-klienty__subtitle{
	position: relative;
}
.mod-footer-klienty__subtitle-number{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: .55;
	color: #FED166;
}
.mod-footer-klienty__subtitle-text{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #1E1E1E;
	margin-left: 12px;
}
.mod-footer-klienty__body{
	position: relative;
	margin-top: 79px;
}
.mod-footer-klienty__item{
	position: relative;
	height: 222px;
	background-color: #F9F9F9;
	padding: 15px 20px 0;
}
.mod-footer-klienty__item img{
	display: block;
	position: relative;
	width: auto !important;
	max-width: 100%;
	max-height: calc(100% - 15px);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin-bottom: 15px;
}
.mod-footer-klienty__item:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.mod-footer-klienty .owl-carousel .owl-nav button.owl-prev,
.mod-footer-klienty .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	z-index: 1;
	width: 189px;
	height: 111px;
	font-size: 2.5rem;
	color: #FED166;
	background-color: #F9F9F9;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mod-footer-klienty .owl-carousel .owl-nav button.owl-prev:hover,
.mod-footer-klienty .owl-carousel .owl-nav button.owl-next:hover{
	color: #fff;
	background-color: #FED166;
}
.mod-footer-klienty .owl-carousel .owl-nav button.owl-prev{
	top: 0;
	left: 0;
}
.mod-footer-klienty .owl-carousel .owl-nav button.owl-next{
	bottom: 0;
	right: 0;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-footer-klienty .owl-carousel .owl-nav button.owl-prev,
	.mod-footer-klienty .owl-carousel .owl-nav button.owl-next{
		width: 30%;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.footer-klienty-container{
		padding-top: 50px;
		padding-bottom: 40px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.footer-klienty-container{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.mod-footer-klienty__title{
		font-size: 40px;
	}
	.mod-footer-klienty__body{
		margin-top: 30px;
	}
	.mod-footer-klienty .owl-carousel .owl-nav button.owl-prev,
	.mod-footer-klienty .owl-carousel .owl-nav button.owl-next{
		width: 20%;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*----------------------------------------------------//Module Наши клиенты - В Футере*/
/*-------------------------------------------------Module Cхема работы - В Футере*/
.footer-shema-wrap{
	position: relative;
	min-height: 760px;
	background: -o-linear-gradient(358.33deg, rgba(0, 0, 0, 0.7) -0.72%, rgba(0, 0, 0, 0) 99.73%), url(/images/footer-shema-wrap_back.jpg);
	background: linear-gradient(91.67deg, rgba(0, 0, 0, 0.7) -0.72%, rgba(0, 0, 0, 0) 99.73%), url(/images/footer-shema-wrap_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.footer-shema-container{
	position: relative;
	padding-top: 75px;
	padding-bottom: 53px;
}
.mod-footer-shema{
	position: relative;
}
.mod-footer-shema__title{
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: .91;
}
.mod-footer-shema__list{
	position: relative;
	margin-top: 73px;
}
.mod-footer-shema__list > div[class*="col-"]{
	margin-bottom: 30px;
}
.mod-footer-shema__item{
	position: unset;
	background-color: #FED166;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 27px;
	padding-bottom: 27px;
}
.mod-footer-shema__item::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
	width: 10px;
	height: 74px;
	background-image: url(/images/mod-footer-shema/mod-footer-shema_item-after.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mod-footer-shema__list > div:last-child .mod-footer-shema__item::after{
	visibility: hidden;
	opacity: 0;
}
.mod-footer-shema__item-top{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: .56;
	color: #fff;
}
.mod-footer-shema__item-top img{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.mod-footer-shema__item-title{
	position: relative;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 2.42;
	color: #1E1E1E;
	margin-bottom: 0;
}
.mod-footer-shema__item-body{
	position: relative;
	padding-bottom: 17px;
}
.mod-footer-shema__item-body p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.43;
	color: #1E1E1E;
	margin-bottom: 0;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-footer-shema__item-title{
		line-height: 1.2;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.footer-shema-container{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.mod-footer-shema__list{
		margin-top: 30px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.footer-shema-container{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.mod-footer-shema__title{
		font-size: 40px;
	}
	.mod-footer-shema__list{
		margin-top: 30px;
	}
	.mod-footer-shema__item::after{
		display: none !important;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-----------------------------------------------------//Module Cхема работы - В Футере*/
/*--------------------------------------------------Module Контакты - В Футере*/
.footer-kontakts-wrap{
	position: relative;
	color: #fff;
	background-color: #5378A7;
}
.footer-kontakts-container{
	position: relative;
	padding-top: 60px;
	padding-bottom: 70px;
}
.footer-kontakts-row{
	position: relative;
}
.mod-footer-kontakts{
	position: relative;
}
.mod-footer-kontakts__title{
	font-family: 'Jost', sans-serif;
	font-size: 64px;
	line-height: 0.91;
	color: #FFF;
}
.mod-footer-kontakts__item{
	position: relative;
	color: #FED166;
}
.mod-footer-kontakts__item .fas::before,
.mod-footer-kontakts__item .fab::before,
.mod-footer-kontakts__item .far::before{
	line-height: 23px;
}
.mod-footer-kontakts__item-body{
	position: relative;
	color: #fff;
	margin-left: 20px;
}
.mod-footer-kontakts__item-body p{
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0;
}
.mod-footer-kontakts__item-body a{
	color: #fff !important;
	text-decoration: none !important;
	outline: none !important;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	.mod-footer-kontakts__title{
		padding-bottom: 20px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.footer-kontakts-container{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.mod-footer-kontakts__title{
		font-size: 40px;
		padding-bottom: 20px;
	}
	.mod-footer-kontakts__item{
		padding-bottom: 15px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.footer-kontakts-container{
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.mod-footer-kontakts__title{
		font-size: 40px;
		padding-bottom: 20px;
	}
	.mod-footer-kontakts__item{
		padding-bottom: 15px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------//Module Контакты - В Футере*/
/*---------------------------------------------------Module Логотип в Подвале*/
.mod-logo-footer{
	position: relative;
	margin-bottom: 42px;
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-logo-footer{
		margin-bottom: 20px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-logo-footer{
		margin-bottom: 20px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*----------------------------------------------------//Module Логотип в Подвале*/
/*--------------------------------------------------Карта проезда*/
#map{
    width: 100%;
    height: 100%;
	padding-bottom: 30px;
}
#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;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait) and (hover: none){
	#map{
		min-height: 310px;
	}
}
/*//iPad portrait*/
/*--------------------------------------------------//Карта проезда*/
/*-------------------------------------------------------//Модули и блоки*/
/*--------------------------------------------------------подвал*/
.footer{
}
.sub-footer-container{
	position: relative;
	padding-top: 74px;
	padding-bottom: 74px;
}
.sub-footer-row{
	position: relative;
}
.support-text{
	font-size: 75%;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0;
}
.copy-text{
	
}
.support-text{
	
}
.support-text a{
	
}
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.sub-footer-container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.sub-footer-container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*---------------------------------------------------------//подвал*/
/*To top*/
/*
.top-button{
	display: none;
	position: fixed;
	left: 2%;
	bottom: 40px;
	padding: 1rem;
	background-color: #ccc;
	border: #000 1px solid;
	opacity: .6;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.top-button:hover{
	opacity: 1;
}
*/
/*//To top*/
/*Модали*/
.modal{
	
}
.modal .modal-dialog{
	
}
.modal .modal-dialog .modal-content{

}
.modal .modal-dialog .modal-content .close{

}
/*//Модали*/