/*глобальное*/
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

@font-face{
	font-family: Arial;
	src: url(../fonts/ArialRegular.otf) format('opentype');
	src: local("Arial"),
		url(../fonts/ArialRegular.eot?#iefix) format('embedded-opentype'), 
		url(../fonts/ArialRegular.woff) format('woff'),
		url(../fonts/ArialRegular.ttf) format('truetype'),
		url(../fonts/ArialRegular.svg#Arial) format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Proxima Nova Family*/
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
	url('../fonts/ProximaNova-Regular.woff') format('woff'),
	url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
	url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
	url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.woff') format('woff'),
	url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
	url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
	url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/*//Proxima Nova Family*/
html, body{
	height: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
}
body{
	font-family: 'Fira Sans', sans-serif;
	color: #0d0d0d;
	background-color: #fff;
}
/*------------------------------------------------------------теги*/
img{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
p {
    margin: 0;
}
table tr td{
	font-size: 1rem;
}
ul, ol {
    margin: 0;
    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; /* Запрещаем изменять размер */
}
.mod-bottom-form__item-input input.form-control::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
.mod-bottom-form__item-input input.form-control::-moz-placeholder {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
.mod-bottom-form__item-textarea textarea::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
.mod-bottom-form__item-textarea textarea::-moz-placeholder {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
a{
	outline: none;
	color: #000;
}
a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: pointer;  /* устанавливаем курсор в виде стрелки */
}
/*------------------------------------------------------------------классы*/
.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;
	}
}
.bold-text{
	font-weight: 700!important;
}
.readmore-button{
    position: relative;
    padding-bottom: 1rem;
}
.readmore-button .btn{
    position: relative;
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    color: #000;
    background-color: rgb(254, 233, 0);
    border: rgb(254, 233, 0) 2px solid;
    border-radius: 10px;
    padding: 8px 22px;
}
.readmore-block{
    display: none;
    position: relative;
}
.inline > *{
	display: inline-block !important;
}
.tags{
	list-style: none !important;
	margin-bottom: .1rem !important;
	margin-left: 1% !important;
}
.tags li{
	margin: 0 !important;
}
div.icons{
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	float: right;
}
#clear {
    clear: both;
}
input#filter-search{
	min-width: 20rem;
	margin-bottom: 1rem;
}
.btn-border-yellow{
	position: relative;
	font-size: 12px!important;
	line-height: 1!important;
	font-weight: 500!important;
	text-transform: none!important;
	text-align: center;
	color: #000!important;
	border: rgb(254, 233, 0) 2px solid!important;
	border-radius: 5px!important;
	padding: 9px 14px 8px!important;
}
/*редактор JCE*/
.my-content-area{
	font-size: 14px;
	line-height: 1rem;
	background-color: #fff !important;
}
.my-content-area table tr td{
	font-size: 14px;
	line-height: 1rem;
}
/*переопределения бутстрапа*/
.row-fluid [class*="span"]{
	min-height: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    -webkit-border-image: none;
         -o-border-image: none;
            border-image: none;
    border-style: solid none;
    border-width: .1rem 0;
    margin: 1rem 0;
}
dt.article-info-term, 
dd.published span.icon-calendar{
	display: none;
}
ol.breadcrumb,
ul.breadcrumb{
	margin: 0;
}
ol.breadcrumb li a,
ol.breadcrumb li span.divider{

}
ol.breadcrumb li a:hover{

}
ol.breadcrumb li span.divider{

}
cite {
    background: #eaeaea;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-style: italic;
}
/*подробнее*/
hr.system-pagebreak{
	width: 100%;
	clear: both;
}
/*нумерация при разрыве страницы*/
div.pager{
	clear: both;
}
/*глобальные блоки*/
header, nav, section, footer{

}
header,
footer{
	position: relative;
	clear: both;
}
/*глобальные контейнеры*/
.container-fluid{
	position: relative;
	height: auto;
}
/*конец глобальный контейнер*/
/*глобальные строковые контейнеры*/
.header-row, 
.toper-row, 
.medium-row, 
.sub-medium-row, 
.sub-footer-row, 
.footer-row{
	position: relative;
	height: auto;
}
/*конец глобальные строковые контейнеры*/
/*--------------------------------------------------шапка*/
.header{
    background-color: #fff;
}
.header-container{
	position: relative;
}
.header-row{
	position: relative;
}
.header-row > .header-cell{
	position: relative;
	text-align: center;
}
.first-screen-container{
    clear: both;
    margin-top: 145px;
}
.home-first-screen{
    /*margin-top: 145px;*/
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.header{
		-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
		box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
	}
	.first-screen-container{
		margin-top: 180px;
	}
}
/*//iPad portrait*/
/*--------------------------------------------------//шапка*/
/*-------------------------------------------------------середина*/
.medium-row{
	position: relative;
}
.medium-row > div{

}
.content-container{
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
/*ячейка контентной части*/
.medium-row .content-cell{
	position: relative;
}
/*конец ячейка контентной части*/
/*страницы и блоги сайта*/
.item-page, 
.blog, 
.blog-featured, 
.category-list, 
.pg-category-view{
	position: relative;
	height: auto;
	padding-top: 100px;
}
.item-page img, 
.item-page > div > table{
	max-width: 100%;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.item-page,
	.blog,
	.blog-featured,
	.category-list,
	.pg-category-view{
		padding-top: 50px;
	}
}
/*//iPad portrait*/
/*//страницы и блоги сайта*/
/*------------------------------------------------------заголвки страниц*/
.page-header{
	position: relative;
	border: none;
	padding-bottom: 52px;
}
.page-header h1{
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.category-list .content-category > h1{
	
}
.page-header h2{
}
.page-header h3{
}
/*----------------------------------------------------------//заголвки страниц*/
/*----------------------------------------------------------контент*/
.article-body{
	position: relative;
	height: auto;
	padding-bottom: 50px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.article-body p,
.article-body ul{
	margin-bottom: 1.2rem;
}
.article-body a:not(.btn){
	
}
.article-body a:hover:not(.btn), 
.article-body a:focus:not(.btn){
	
}
.category-desc{

}
/*-----------------------------------------------------Page Главная страница*/
.home-content-section{
    position: relative;
}
/*------------------------------------------------//Page Главная страница*/
/*--------------------------------------------------Page Переезды*/
.pereezdy-item-page{
	position: relative;
}
.vid-pereezdy-title{
	line-height: 1;
	font-weight: 500;
	padding-top: 66px;
	text-transform: uppercase;
}
.vid-pereezdy__item-list{
	position: relative;
	padding-top: 59px;
	padding-bottom: 85px;
}
.vid-pereezdy__item{
	position: relative;
}
.vid-pereezdy__item a{
	cursor: pointer;
}
.vid-pereezdy__item img{
	position: relative;
	width: 100%;
	z-index: 1;
}
.pereezdy-item-page .vid-pereezdy__item-title{
	position: absolute;
	z-index: 2;
	bottom: 1em;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	color: #fff;
	margin-bottom: 0;
}
/*----------------------------------------------------//Page Переезды*/
/*-------------------------------------------------------Page Контакты*/
.contakts-item-page{
	position: relative;
}
.contakts-item-page .page-header{
	padding-bottom: 70px;
}
.contakts-item-page .article-body{
	padding-bottom: 0;
}
.contakts-block{
	position: relative;
	padding-bottom: 85px;
}
.contakts-block__mapa-item{
	position: relative;
	width: 95%;
	margin: 0 auto 0 0;
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3);
	        box-shadow: 0 0 14px 0 rgba(0, 0, 0, .3);
}
.contakts-block__adres-item{
	position: relative;
	width: 95%;
	margin: 0 0 0 auto;
}
.contakts-block__adres-item .fas{
	position: relative;
	font-size: 22px;
	line-height: 1;
	color: #d30000;
}
.contakts-block__adres-item .fas.fa-phone{
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.contakts-block__adres-item p{
	margin: 0;
}
.contakts-block__title{
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #0d0d0d;
}
.contakts-block__text{
	font-size: 24px;
	line-height: 1.2;
	color: #0d0d0d;
}
.rekvizit-section{
	position: relative;
	margin: 0;
	padding: 97px 0 130px;
	background-color: #f6f6f6;
}
.rekvizit-block{
	position: relative;
}
.rekvizit-block__title{
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
.rekvizit-block__office-item{
	position: relative;
	width: 95%;
	margin: 0 auto 0 0;
}
.rekvizit-block__office-item .rekvizit-block__title{
	padding-bottom: 31px;
}
.rekvizit-block__rekvizit-item{
	position: relative;
	width: 95%;
	margin: 0 0 0 auto;
}
.rekvizit-block__rekvizit-item .rekvizit-block__title{
	padding-bottom: 46px;
}
.rekvizit-block__rekvizit-item p{
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}
.rekvizit-block__rekvizit-item p span{
	font-weight: 700;
	text-transform: uppercase;
}
.rekvizit-block__rekvizit-item-link{
	position: relative;
}
.rekvizit-block__rekvizit-item-link a{
	position: relative;
}
.rekvizit-block__rekvizit-item-link img{
	position: relative;
	margin-right: 16px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.rekvizit-block__rekvizit-item-link a:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.rekvizit-block__rekvizit-item-link span{
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration: underline;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.contakts-block__mapa-item,
	.contakts-block__adres-item,
	.rekvizit-block__office-item,
	.rekvizit-block__rekvizit-item{
		width: 100%;
	}
	.contakts-block__mapa-item,
	.rekvizit-block__office-item{
		margin-bottom: 60px;
	}
	.contakts-block{
		padding-bottom: 60px;
	}
	.rekvizit-section{
		padding: 60px 0;
	}
}
/*//iPad portrait*/
/*--------------------------------------------------------//Page Контакты*/
/*----------------------------------------------------------//контент*/
/*--------------------------------------------стили блога по умолчанию*/
.blog{
	
}
.blog .items-row{
	position: relative;
	height: auto;
}
.blog .items-row .item{
	position: relative;
	height: auto;
}
.blog .items-row .item .page-header{
	border: none;
}
.blog .items-row .item .page-header [itemprop="name"]{
	background-color: transparent;
}
.blog .items-row .item .page-header h2{
	background-color: transparent;
}
.blog .items-row .item .item-image{
	position: relative;
	height: auto;
}
.blog .items-row .item .pull-left.item-image{
	width: 30%;
	margin: 0 1% .5rem 0;
}
.blog .items-row .item .pull-right.item-image{
	width: 30%;
	margin: 0 0 .5rem 1%;
}
.blog .items-row .item .pull-none.item-image{
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.blog .items-row .item .item-image img{
	width: 100%;
}
.blog .items-row .item p{
	
}
.blog .items-row .item .readmore {
    clear: both;
    float: left;
	background: #ccc;
	border-radius: 4px;
}
/*---------------------------------------------------//стили блога по умолчанию*/
/*----------------------------------------------------------//середина*/
/*--------------------------------------------------------Модули и блоки*/
.block-title{
	position: relative;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
/*---------------------------------------------------------Accordions*/
.my-accordion{
	position: relative;
	font-family: Arial, sans-serif;
}
.my-accordion .card-header button{
	text-decoration: none!important;
}
.my-accordion .card-header button .fa-angle-double-down{
	color: #fee900;
	text-shadow: 0 0 3px #000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.my-accordion .card-header button[aria-expanded="true"] .fa-angle-double-down{
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
/*-------------------------------------------------------//Accordions*/
/*---------------------------------------------------------Modules Логотип*/
.mod-logo{
	position: relative;
}
.footer-left .mod-logo{
	padding-top: 30px;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-logo{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-logo{
		/*width: 40%;*/
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*iPhone 5 portrait*/
@media only screen and (max-width : 320px) and (orientation:portrait){
	.mod-logo{
		/*width: 25%;*/
	}
}
/*//iPhone 5 portrait*/
@media (min-width: 1200px) {
	.header-cell-logo{
		text-align: left!important;
	}
	.mod-logo{

	}
	.mod-logo img{
		position: relative;
		width: 100%;
		max-width: 120%;
	}
}
/*--------------------------------------------------------//Modules Логотип*/
/*------------------------------Module Телефоны с Кнопкой в Шапке + Телефоны с Адресом в Подвале*/
.mod-phone{
	position: relative;
}
.mod-phone__button{
	position: relative;
}
.mod-phone__icon-link .fa-whatsapp{
	font-size: 140%;
	color: #00e676;
}
.mod-phone__icon-link .fa-viber{
	color: #665cac;
}
.mod-phone__button .btn.btn-yellow{
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	color: #000!important;
	background-color: rgb(254, 233, 0)!important;
	border-radius: 5px;
	padding: 12px 15px!important;
}
.mod-phone_phone-time{
	position: relative;
}
.mod-phone__phone{
    position: relative;
    margin-bottom: 6px;
}
.mod-phone__phone img{
	position: relative;
	padding-right: 12px;
}
.mod-phone__phone a{
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
	white-space: nowrap;
    color: #000;
}
.mod-phone__time{
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
    color: #7f7f7f;
}
.mod-phone_adres-block{
	position: relative;
	padding-top: 11px;
}
.mod-phone_adres,
.mod-phone_email{
	font-size: 14px;
	line-height: 1;
	color: #000;
}
.mod-phone_adres{
	padding-bottom: 10px;
}
.mod-phone_adres-block a{
	outline: none;
	text-decoration: none;
	color: #000;
}
.mod-phone_adres-block .fas,
.mod-phone_adres-block .far{
	position: relative;
	margin-right: 12px;
}
/*iPad landscape*/
@media only screen and (max-width : 1024px) and (orientation: landscape){
	.mod-phone__phone a{
		font-size: 1.6vw;
	}
}
/*//iPad landscape*/
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-phone.header-phone .mod-phone__phone a{
		font-size: 5vw;
	}
	.footer-phone .mod-phone_phone-time{
		padding-bottom: 20px;
	}
	.footer-phone .mod-phone_adres-block{
		padding-bottom: 40px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-phone.header-phone{
		width: 100%!important;
	}
	.mod-phone__button{
		padding-right: 0;
	}
	.mod-phone__button .btn.btn-yellow{
		font-size: 4vw;
		padding: 6px 15px!important;
	}
	.header-phone .mod-phone_phone-time .mod-phone__phone{
		margin-bottom: 0;
	}
	.header-phone .mod-phone_phone-time .mod-phone__phone > span{
		display: none;
	}
	.mod-phone.header-phone .mod-phone__phone a{
		font-size: 135%;
	}
	.header-phone .mod-phone_phone-time .mod-phone__phone:nth-last-of-type(2){
		display: none!important;
	}
	.header-phone .mod-phone_phone-time .mod-phone__time{
		display: none;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*iPhone 5 landscape*/
@media only screen and (max-width : 480px) and (orientation: landscape){
}
/*//iPhone 5 landscape*/
/*iPhone 5 portrait*/
@media only screen and (max-width : 320px) and (orientation:portrait){
	.mod-phone.header-phone .mod-phone__phone a{
		font-size: 120%;
	}
}
/*//iPhone 5 portrait*/
/*-----------------------------//Module Телефоны с Кнопкой в Шапке + Телефоны с Адресом в Подвале*/
/*----------------------------------------------Module Слайдер на Главной*/
.slider-section{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.mod-slider .carousel .carousel-indicators li{
    width: 38px;
    height: 2px;
    border-radius: 0;
    border-bottom-width: 39px;
    opacity: 1;
    margin-left: 6px;
    margin-right: 6px;
}
.mod-slider .carousel .carousel-indicators li.active{
    background-color: #fee900;
}
.carousel-caption{
    right: auto;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.carousel-caption__title{
    position: relative;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 15%;
}
.carousel-caption__subtitle{
    position: relative;
    padding-left: 15%;
}
.carousel-caption__text-block{
    position: relative;
    width: auto;
    min-height: 45%;
    margin-top: 25px;
    padding-left: 15%;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 15px;
}
.carousel-caption__text-block::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: #fee900 1px solid;
    border-right: #fee900 1px solid;
}
.carousel-caption__text-block::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 100%;
    border-bottom: #fee900 1px solid;
}
.carousel-caption__text-block p{
    position: relative;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    text-align: left;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.usluga .mod-slider .view{
		display: none;
	}
	.usluga .mod-slider{
		background-color: #f7f7f5;
		padding: 30px 0;
	}
	.usluga .mod-slider .carousel-caption{
		position: relative;
	}
}
/*//iPad portrait*/
/*----------------------------------------------//Module Слайдер на Главной*/
/*----------------------------------------------Modules Презентация*/
.presentation-section{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #fee900;
}
.mod-presentation{
	position: relative;
	padding: 25px 0 80px;
}
.mod-presentation__item-list{
	position: relative;
}
.mod-presentation__item{
	position: relative;
	padding-top: 55px;
}
.mod-presentation__image{
	position: relative;
}
.mod-presentation__content{
	position: relative;
	padding-left: 25px;
}
.mod-presentation__item-title{
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	padding-bottom: 15px;
}
.mod-presentation__item-text{
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
	color: #0d0d0d;
}
/*---------------------------------------------//Modules Презентация*/
/*---------------------------------------------------Module НАШИ УСЛУГИ in Home*/
.mod-ourservice{
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
}
.mod-ourservice__title{
	position: relative;
	padding-bottom: 50px;
}
.mod-ourservice__item-list{
	display: grid;
	position: relative;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	grid-template-columns: calc(25% - 17px) 25% calc(50% - 17px);
	grid-gap: 17px;
}
.mod-ourservice__item{
	position: relative;
	background-color: #0b51c5;
	overflow: hidden;
}
.mod-ourservice__item a::before{
    content: '';
    display: block;
    position: absolute;
	z-index: 2;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(70% - 30px);
    border-top: #fee900 1px solid;
    border-left: #fee900 1px solid;
	cursor: pointer;
}
.mod-ourservice__item a::after{
    content: '';
    display: block;
    position: absolute;
	z-index: 2;
    right: 15px;
    bottom: 15px;
    width: calc(60% - 30px);
    height: calc(100% - 30px);
    border-right: #fee900 1px solid;
    border-bottom: #fee900 1px solid;
	cursor: pointer;
}
.mod-ourservice__item a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 3;
}
.mod-ourservice__item img{
	position: relative;
	min-height: 100%;
	z-index: 1;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.mod-ourservice__item-content{
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 30px;
    color: #fff;
	background-color: transparent;
}
.mod-ourservice__item-content img{
    position: relative;
}
.mod-ourservice__item-content p{
    position: relative;
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px;
    margin-bottom: -.2em;
}
.mod-ourservice__item-content p:hover{
	text-decoration: underline;
}
.mod-ourservice__item_klining{
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 1;
	grid-column-end: 3;
}
.mod-ourservice__item_gruzchiki{
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 3;
	grid-column-end: 4;
}
.mod-ourservice__item_gruzchiki a::before{
    height: calc(80% - 30px);
}
.mod-ourservice__item_gruzchiki a::after{
    width: calc(45% - 30px);
}
.mod-ourservice__item_vyvoz-musora{
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 2;
}
.mod-ourservice__item_vyvoz-musora a::after{
    width: calc(30% - 30px);
}
.mod-ourservice__item_muzh-na-chas{
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 2;
	grid-column-end: 3;
}
.mod-ourservice__item_muzh-na-chas a::after{
    width: calc(30% - 30px);
}
.mod-ourservice__item_pereezdy{
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 3;
}
.mod-ourservice__item_raznorabochie{
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 3;
	grid-column-end: 4;
}
.mod-ourservice__item_demontazh{
	grid-row-start: 4;
	grid-row-end: 5;
	grid-column-start: 1;
	grid-column-end: 3;
}
.mod-ourservice__item_arenda-spectehniki{
	grid-row-start: 4;
	grid-row-end: 5;
	grid-column-start: 3;
	grid-column-end: 4;
}
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-ourservice__item-list{
		grid-template-rows: auto auto auto auto auto auto auto auto;
	}
	.mod-ourservice__item a > img{
		min-height: auto;
		min-width: 100%;
	}
	.mod-ourservice__item_klining{
		grid-row-start: 1;
		grid-row-end: 2;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_gruzchiki{
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_vyvoz-musora{
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_muzh-na-chas{
		grid-row-start: 4;
		grid-row-end: 5;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_pereezdy{
		grid-row-start: 5;
		grid-row-end: 6;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_raznorabochie{
		grid-row-start: 6;
		grid-row-end: 7;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_demontazh{
		grid-row-start: 7;
		grid-row-end: 8;
		grid-column-start: 1;
		grid-column-end: 4;
	}
	.mod-ourservice__item_arenda-spectehniki{
		grid-row-start: 8;
		grid-row-end: 9;
		grid-column-start: 1;
		grid-column-end: 4;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*------------------------------------------------//Module НАШИ УСЛУГИ in Home*/
/*-----------------------------------------Module УСЛУГИ ПО ВЫВОЗУ И УБОРКе МУСОРА in Page Вывоз мусора*/
.mod-service-vyvoz-musora{
	position: relative;
	padding-top: 90px;
	padding-bottom: 0;
}
.mod-service-vyvoz-musora__title{
	position: relative;
	padding-bottom: 89px;
}
.mod-service-vyvoz-musora__item-list{
	position: relative;
}
.mod-service-vyvoz-musora__item-list > div[class*="col"]{
	position: relative;
	padding-bottom: 30px;
}
.mod-service-vyvoz-musora__item{
	position: relative;
	width: 90%;
	margin: 0 auto;
	background-color: rgb(244, 244, 244);
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.28);
	        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.28);
	padding: 42px 15px 60px 35px;
}
.mod-service-vyvoz-musora__item-title{
	position: relative;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
	padding-bottom: 40px;
}
.mod-service-vyvoz-musora__item-price{
	position: relative;
	font-weight: 500;
	line-height: 1.2;
	color: #d30000;
}
.mod-service-vyvoz-musora__item-text{
	font-size: 12px;
	line-height: 1.1;
	color: #000;
	padding-top: 48px;
}
@media (min-width: 1200px) {
	.mod-service-vyvoz-musora__item-list{
		margin-left: -5%;
		margin-right: -5%;
	}
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-service-vyvoz-musora{
		padding-top: 40px;
	}
	.mod-service-vyvoz-musora__title{
		padding-bottom: 30px;
	}
}
/*//iPad portrait*/
/*-------------------------------------//Module УСЛУГИ ПО ВЫВОЗУ И УБОРКе МУСОРА in Page Вывоз мусора*/
/*--------------------------------------------------Module СХЕМА РАБОТЫ С НАШЕЙ КОМПАНИЕЙ*/
.mod-shemawork{
	position: relative;
	padding-top: 160px;
	padding-bottom: 123px;
}
.mod-shemawork__title{
	position: relative;
	padding-bottom: 87px;
}
.mod-shemawork__item-list{
	position: relative;
}
.mod-shemawork__item-list > div[class*="col"]::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -30px;
	background: url(/images/shemawork-line.png) repeat-x;
}
.mod-shemawork__item-list > div[class*="col"]:first-child::before{
	width: 90%;
	left: 10%;
}
.mod-shemawork__item-list > div[class*="col"]:last-child::before{
	width: 15%;
}
.mod-shemawork__item-list > div[class*="col"]::after{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 11px;
	left: 10%;
	bottom: -35px;
	background: url(/images/shemawork-elipse.png) no-repeat;
}
.mod-shemawork__item-list > div[class*="col"]:last-child::after{
	left: 15%;
}
.mod-shemawork__item{
	position: relative;
}
.mod-shemawork__item-number{
	font-family: 'ProximaNova-Bold';
	font-size: 68px;
	line-height: 1;
	color: #fee900;
	margin-top: -0.1em;
	margin-right: 15px;
}
.mod-shemawork__item-text{
	font-size: 12px;
	line-height: 1.1;
	font-weight: 300;
	text-align: left;
	color: #000;
}
.mod-shemawork__item-text strong{
	font-weight: 500;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-shemawork{
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.mod-shemawork__title{
		padding-bottom: 40px;
	}
}
/*//iPad portrait*/
/*iPhone 6/7/8 Plus landscape*/
@media only screen and (max-width : 740px) and (orientation: landscape){
	.mod-shemawork__item-list > div[class*="col"]::before,
	.mod-shemawork__item-list > div[class*="col"]::after{
		display: none!important;
	}
}
/*//iPhone 6/7/8 Plus landscape*/
/*iPhone 6/7/8 Plus portrait*/
@media only screen and (max-width : 480px) and (orientation:portrait){
	.mod-shemawork__item-list > div[class*="col"]::before,
	.mod-shemawork__item-list > div[class*="col"]::after{
		display: none!important;
	}
}
/*//iPhone 6/7/8 Plus portrait*/
/*-------------------------------------------------//Module СХЕМА РАБОТЫ С НАШЕЙ КОМПАНИЕЙ*/
/*---------------------------------------------------------Module БЛАГОДАРНОСТИ*/
.blagodar-section{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #f7f7f5;
}
.mod-blagodar{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.mod-blagodar__title{
	position: relative;
	padding-bottom: 68px;
}
.mod-blagodar__item-list{
	position: relative;
}
.mod-blagodar__item{
	position: relative;
	padding-bottom: 30px;
}
.mod-blagodar__button-block{
	position: relative;
	padding-top: 38px;
}
.mod-blagodar__button-block a{
	position: relative;
	text-decoration: underline;
}
/*--------------------------------------------------------//Module БЛАГОДАРНОСТИ*/
/*-------------------------------------------------------Module Отзывы*/
.mod-otzivs{
	position: relative;
	padding-top: 0;
	padding-bottom: 60px;
}
.mod-otzivs__title{
	position: relative;
	padding-bottom: 68px;
}
.mod-otzivs__wrapper{
	position: relative;
}
.mod-otzivs .blog-otzivs__item{
	position: relative;
	background-color: #fee900;
	margin-bottom: 63px;
	padding: 12px 26px;
}
.mod-otzivs .blog-otzivs__item .quote-right{
	display: block;
	position: absolute;
	z-index: 2;
	top: -20px;
	right: 18px;
	left: auto;
}
.mod-otzivs .blog-otzivs__item-introtext{
	position: relative;
	text-align: center;
	padding: 57px 14px 30px;
}
.mod-otzivs .blog-otzivs__item-introtext p{
	font-size: 16px;
	font-style: italic;
	color: #000;
}
.mod-otzivs .blog-otzivs__item-title{
	position: relative;
	padding-right: 6px;
	border-right: #000 2px solid;
}
.mod-otzivs .blog-otzivs__item-date{
	position: relative;
	padding-left: 9px;
}
.mod-otzivs__button-block{
	position: relative;
}
.mod-otzivs__button-block .btn.btn-yellow {
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	color: #000 !important;
	background-color: rgb(254, 233, 0) !important;
	border-radius: 5px;
	padding: 12px 25px !important;
}
/*------------------------------------------------------//Module Отзывы*/
/*------------------------------------------Module Блок с формой Над Подвалом*/
.mod-bottom-form{
	position: relative;
	background-color: #fee900;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18),0 -3px 30px 0 rgba(0,0,0,.15);
	        box-shadow: 0 5px 15px 0 rgba(0,0,0,.18),0 -3px 30px 0 rgba(0,0,0,.15);
	margin-bottom: 20px;
}
.mod-bottom-form__picture-item{
	position: relative;
	background-color: #ccc;
}
.home-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture.jpg) no-repeat center top;
	background-size: cover;
}
.vyvoz-musora-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-usluga.jpg) no-repeat center top;
	background-size: cover;
}
.gruzchiki-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-gruzchiki.jpg) no-repeat center top;
	background-size: cover;
}
.demontazh-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-demontazh.jpg) no-repeat center top;
	background-size: cover;
}
.raznorabochie-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-raznorabochie.jpg) no-repeat center top;
	background-size: cover;
}
.pereezdy-footer-bottom-form .mod-bottom-form__picture-item,
.kvartirnyj-pereezd-footer-bottom-form .mod-bottom-form__picture-item,
.ofisnyj-pereezd-footer-bottom-form .mod-bottom-form__picture-item,
.dachnyj-pereezd-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-pereezdy.jpg) no-repeat center top;
	background-size: cover;
}
.master-na-chas-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-muzh.jpg) no-repeat center top;
	background-size: cover;
}
.uborka-i-klining-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-klining.jpg) no-repeat center top;
	background-size: cover;
}
.takelazhnye-raboty-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-takelazhniy-raboty.jpg) no-repeat center top;
	background-size: cover;
}
.zakaz-avto-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-zakaz-avto.jpg) no-repeat center top;
	background-size: cover;
}
.arenda-spetstekhniki-footer-bottom-form .mod-bottom-form__picture-item{
	background: url(/images/bottom-form-picture-spectehnika.jpg) no-repeat center top;
	background-size: cover;
}
.mod-bottom-form__form-block{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 58px;
}
.home-footer-bottom-form .mod-bottom-form__form-block{
	padding-top: 195px;
	padding-bottom: 218px;
}
.usluga .mod-bottom-form__form-block{
	padding-top: 75px;
	padding-bottom: 80px;
}
.mod-bottom-form__content{
	position: relative;
	padding-bottom: 77px;
}
.mod-bottom-form__title{
	position: relative;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
.mod-bottom-form__item-input .form-control{
	position: relative;
	background-color: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: transparent;
	border-bottom-color: #000;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	padding-left: 0;
}
.mod-bottom-form__item-textarea .form-control{
	position: relative;
	background-color: transparent;
	border-radius: 10px;
	border: #000 1px solid;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
.mod-bottom-form__item-conf{
	position: relative;
	padding-top: 50px;
	padding-bottom: 52px;
}
.bottom-form-other .mod-bottom-form__item-conf{
	padding-bottom: 0;
}
.mod-bottom-form__item-conf .custom-control-input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.mod-bottom-form__item-conf .custom-control-label{
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	z-index: 1;
	cursor: pointer;
}
.mod-bottom-form__item-conf .custom-control-label::before {
	position: absolute;
	width: 17px;
	height: 17px;
	background-color: transparent !important;
	border: #000 2px solid !important;
	border-radius: 50%;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.mod-bottom-form__item-conf .custom-control-input:checked + .custom-control-label::before{
	background-color: #000!important;
}
.mod-bottom-form__item-conf .custom-control-input:checked + .custom-control-label::after{
	background-image: none!important;
}
.mod-bottom-form__item-conf .custom-control-label a{
	text-decoration: underline;
}
.mod-bottom-form__item-button{
	position: relative;
}
.mod-bottom-form__item-button .btn-submit{
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	border-radius: 10px;
	border: #000 5px solid;
	padding: 23px 32px 21px;
}
.bottom-form-other .mod-bottom-form__item-button{
	padding-top: 48px;
}
.bottom-form-other .mod-bottom-form__item-button .btn-submit{
	padding: 23px 73px 22px 68px;
}
/*iPad portrait*/
@media only screen and (max-width : 768px) and (orientation:portrait){
	.mod-bottom-form__form-block{
		padding-left: 0;
	}
	.home-footer-bottom-form .mod-bottom-form__form-block{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.mod-bottom-form__content{
		padding-bottom: 40px;
	}
	.mod-bottom-form__title{
		font-size: 8vw;
	}
	.mod-bottom-form__item-conf .custom-control-label{
		white-space: normal;
	}
}
/*//iPad 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{

}
.footer-container{
	position: relative;
	background: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#fff));
	background: -webkit-linear-gradient(bottom, #f6f6f6, #fff);
	background: -o-linear-gradient(bottom, #f6f6f6, #fff);
	background: linear-gradient(to top, #f6f6f6, #fff);
	padding-top: 60px;
	padding-bottom: 75px;
}
.footer-row{
	position: relative;
}
.copy-text{
	font-family: 'ProximaNova-Regular';
}
.copy-text{
	font-size: 14px;
}
.created-text{
	position: relative;
	font-family: 'ProximaNova-Bold';
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	padding: 12px 15px 10px;
}
.support-text{
	font-size: 70%;
	line-height: 1;
}
.support-text a{
	
}
/*доп подвала*/
.sub-footer-container{
	border-top: #fee900 1px solid;
	background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#f6f6f6));
	background: -webkit-linear-gradient(bottom, #f1f1f1, #f6f6f6);
	background: -o-linear-gradient(bottom, #f1f1f1, #f6f6f6);
	background: linear-gradient(to top, #f1f1f1, #f6f6f6);
}
.sub-footer-row{
	position: relative;
}
/*//доп подвала*/
/*---------------------------------------------------------//подвал*/
/*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{
	background-color: #fee900;
	padding-top: 2rem;
}
.modal .modal-dialog .modal-content .close{
	position: absolute;
	right: 2%;
	top: .5rem;
}
/*//Модали*/
/*плагин Соцкнопок*/
/*
div.jllikeproSharesContayner{
	
}
div.socbutton{
	
}
div.jllikeproSharesContayner a.like{
	
}
div.jllikeproSharesContayner a.like:hover{
	border: #000000 .1rem solid;
	background-color: #3a5795 !important;
	opacity: .5 !important;
}
*/
/*//плагин Соцкнопок*/
/*убирает копирайт Хроно*/
/*
.chrono_credits{
	display: block;
	position:relative !important;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
*/
/*//убирает копирайт Хроно*/
/*убирает копирайт JoomShoping*/
/*
span#mxcpr{
	display: block;
	position:relative !important;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
*/
/*//убирает копирайт JoomShoping*/
