body {width: 100%;}
.section-padding {
    padding: 80px 0;
}
.icon {
    display: inline-block;
    margin-right: .5rem;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.overlay.dark {
    background: rgba(0, 0, 0, 0.4);
}
.list-arrows {
    padding-left: 20px;
}
.list-arrows li {
	position: relative;
	padding-left: 28px;
	padding-bottom: 14px;
 }
.list-arrows li::before {
	display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 6px;
	background-image: url(../images/redBulet.png);
	background-repeat: no-repeat;
}
.empty {
    border-color: #f50707;
    box-shadow: 0 0 0 0.2rem rgba(245, 7, 7, 0.25);
}
.main {
    padding-bottom: 50px;
}
header {
    padding: .8rem 0;
}
.header-top {
    font-size: .8rem;
    color: #a4a4a4;
    margin-bottom: .5rem;
}
.header-top a {
    color: #a4a4a4;
}
.header-top-left div:first-child {margin-right: 1rem;}
.panel-search form {
    position: relative;
    height: 33px;
    width: 220px;
}
.panel-search .form-control {
    font-size: .8rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.panel-search .btn-search {
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 15px;
    right: .5rem;
    top: .5rem;
    border: 0;
}
.header-top-right .panel-user i {
    margin-left: 1rem;
}

.section-offer {
    max-width: 100%;
    height: calc(100vh - 108px);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.section-offer .container {
    position: relative;
    height: 100%;
    z-index: 3;
}
.section-offer .row {
    height: 100%;
}
.section-offer .offer-title {
    font-size: 3.7rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.section-offer .offer-description {
    font-size: 2.3rem;
    line-height: 1.2;
    margin-bottom: 5rem;
}
.section-offer .btn {
    font-size: 1.9rem;
    text-transform: uppercase;
    width: 50%;
    min-width: 240px;
    padding: 1.6rem;
}


.item-services  {
    text-align: center;
    margin-bottom: 3rem;
}
.item-services .for_images {
    height: 70px;
}
.item-services h3 {
    font-size: 1.1rem;
}
.item-services-text {
    color: #a4a4a4;
    line-height: 1.3;
}

.section-skills {
    height: 100vh;
    max-height: 700px;
    color: #fff;
    background-size: cover;
    position: relative;
    font-size: 1.1rem;
}
.section-skills .container {
    position: relative;
    height: 100%;
    z-index: 3;
}
.section-skills h2 {
    font-size: 3rem;
}
.section-skills ul {
    list-style-type: none;
    margin-top: 3rem;
}
.section-skills ul li {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-right: 6rem;
    margin-bottom: 20px;
}
.section-skills ul li:last-child {
    margin-right: 0;
}
.section-skills ul li:before {
    display: inline-block;
    content: '';
    background: url(../images/check.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -2px;
}

.section-catalog .item {
    border: 1px solid #d0cece;
    padding: 4rem 1rem 2rem;
    border-radius: .2rem;
}
.section-catalog .item-photo {
    text-align: center;
    margin-bottom: 2rem;
}
.section-catalog .item-photo img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.section-catalog .item h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.section-catalog .item-text {
    color: #a4a4a4;
    font-size: .9rem;
    line-height: 1.2;
}
.section-catalog .item-price {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 1.5rem 0;
}

.section-garanty .garanty-img, .section-who .who-img {
    background-size: cover;
    max-height: 700px;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}
.section-garanty .garanty-img {
    background-image: url(../images/gay.jpg);
}
.section-who .who-img {
    background-image: url(../images/redCar.jpg);
}
.section-garanty .garanty-text, .section-who .who-text {
    padding: 100px;
    height: 100%;
}

.section-news .time, .section-news p {
    color: #a4a4a4;
}
.section-news .time i {margin-right: 5px;}
.section-news p {font-size: .9rem;}
.section-news .news-content {
    padding: 20px 0 0 20px;
}
.section-news .news-name, .News .news-name {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
    min-height: 30px;
}
.section-news .news-name:before, .News .news-name:before {
    display: block;
    content: '';
    width: 3px;
    height: 30px;
    background: #7c7c7c;
    position: absolute;
    left: 0;
    top: 3px;
}
.section-news .news-name:hover:before, .News .news-name:hover:before {
    background: #ff7373;
}

.contacts-content {
    padding: 0 100px;
}

.footer {
    background-color: #191919;
    color: #a4a4a4;
    padding: 3rem 0;
    font-size: .9rem;
}
.footer a {
    color: #a4a4a4;
}
.footer img {
    margin-bottom: 1rem;
}

.article h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.article .header {
    padding: 0.75rem 1rem;
    margin-bottom: 3px;
    background-color: #f6f6f6;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.article img {
	margin-bottom: 50px;
}
.article-form {
    background: url(../images/familyGuys.jpg) center;
    background-size: cover;
    position: relative;
    margin: 50px 0 100px;
    padding: 10% 20%;
    color: #fff;
    text-align: center;
}
.article-form-content {
    position: relative;
    z-index: 3;
}

.list-services h5 {padding-bottom: 10px;}
.list-services .works-gray {
	display: block;
	background-color: #f6f6f6;
	position: relative;
    padding: 14px 10px 14px 34px;
	margin-top: 10px;
}
.list-services .works-gray:hover {
	color: #ffffff;
	background-color: #ff7373;
}
.list-services .works-gray span {
	position: absolute;
    top: 14px;
    left: 15px;
    font-weight: bold;
}
.sidebar .sidebar-block {
    margin-bottom: 20px;
}
.sidebar .works-grayt {
	text-align: center;
    padding: 14px;
}

.sidebar .works-grayt:hover {
	background-color: #f34d4d;
}
.sidebar .schedule .week{
	display: flex;
	height: 51px;
	width: 100%;
	padding-top: 13px;
	margin-top: 10px;
	border-bottom: 1px solid #555555;
	justify-content: space-between;
}
.sidebar .left-form {
    padding: 20px;
}

.news-gray {
	display: flex;
	background-color: #f6f6f6;
	font-size: 14px;
    align-items: center;
    padding: .8rem .6rem;
    margin-bottom: 5px;
    line-height: 1.3;
}
.news-gray:hover {
    background: #ff7373;
    color: #fff;
}
.news-gray img {
    margin: 0;
    margin-right: .6rem;
    border-radius: 50%;
}
.news-gray span {color: #999; margin-bottom: 8px;}
.news-gray:hover span {color: #fff;}
.news-gray p {margin-bottom: 0;}


.menu-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #444;
    z-index: 100;
}
.menu-bottom a {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.4;
    display: block;
    text-align: center;
    background: #686767;
    border-right: 1px solid #4d4c4c;
    border-left: 1px solid #818080;
}
.menu-bottom div[class*="col"]:first-child a {border-left: 0;}
.menu-bottom div[class*="col"]:last-child a {border-right: 0;}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
/*  display: none;*/
  position: fixed;
  top: 56px;
  right: 0;
  width: 0px;
  bottom: 0;
  z-index: 1000;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fff;
}
  .rd-mobilemenu.active {
    width: 240px; }

.rd-mobilemenu_ul {
    height: 100vh;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    border-bottom: 1px solid #eee;
}
.rd-mobilemenu_ul li:first-child a {border-top: 0;}
.rd-mobilemenu_ul li:last-child a {border-bottom: 0;}
.rd-mobilemenu_ul a.active, .rd-mobilemenu_ul a:focus, .rd-mobilemenu_ul a:hover {
    color: #f52626;
    text-decoration: none;
    outline: none;
}

.passport {
	font-size: 14px;
}
.passport-image {
    margin-bottom: 20px;
	width: 100%;
}
.passport-image img {
    border-radius: 50%;
}
.passport p {color: #999999;}
.passport .passport-info  {
    max-width: 60%;
    text-align: left;
    line-height: 1.2;
}
.passport .passport-btn {margin-top: 20px;}

/*
.photoGallery .page-link {
    margin-left: 3px;
    color: #444;
    background-color: #e8e3e3;
    width: 114px;
    height: 49px;
    text-align: center;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
	margin-right: 9px;
}
.photoGallery .page-link:hover {
	background: #ff7373;
    color: #fff;
}
.photoGallery .page-navigation {margin-top: 41px;}
.photoGallery h1 {font-size: 36px;}
*/
.photo-gallery {
    margin-left: -8px;
    margin-right: -8px;
}
.photo-gallery .album-block {
    padding: 8px;
    position: relative;
}
.photo-gallery .album-block a {
    display: block;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
.photo-gallery .album-block a:hover {
    background: rgba(0, 0, 0, .3);
    cursor: pointer;
}
.photoGallery .album-block .album-block-image:hover:before {
	display: inline-block;
}
.photoGallery .album-block .album-block-image:hover:after {
	display: inline-block;
}
.photoGallery .album-block .album-block-image:before {
    display: none;
    content: url(../images/search-whit.png);
	top: 42%;
    right: 45%;
    position: absolute;

}
.photoGallery .album-block .album-block-image:after {
    display: none;
    content: url(../images/+.png);
	position: absolute;
    top: 46%;
    right: 50%;

}

.filter input[type="checkbox"],
.filter input[type="radio"] {
    display:none;            
}
.filter input[type="checkbox"] + label, 
.filter input[type="radio"] + label {
  cursor: pointer;
}
.filter input[type="checkbox"] + label::before,
.filter input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 21px;
    width: 21px;
    margin: 0 5px 0 0;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.filter input[type="checkbox"] + label::before {
    background-position: 0 0;    
}
.filter input[type="radio"] + label::before {
    background-position: 0px -45px;
}
.filter input[type="checkbox"]:checked + label::before {
    background-position: 0 -22px;
}
.filter input[type="radio"]:checked + label::before {
    background-position: 0 -66px;
}
.filter input[type="checkbox"]:disabled + label::before {
    background-position: -152px -260px;
}
.filter input[type="checkbox"]:checked:disabled + label::before {
    background-position: -171px -260px;
}
.filter input[type="radio"]:disabled + label::before {
    background-position: -144px -279px;
}
.filter input[type="radio"]:checked:disabled + label::before {
    background-position: -162px -279px;
}

.catalog p {font-size: 14px; margin: 0;}
.catalog .column form  {
	display: flex;
	padding: 10px;
	border-bottom: solid 1px #f6f6f6;
    justify-content: space-between;
    align-items: center;
}
.catalog .column-title {
	display: flex;
    height: 80px;
    background-color: #f6f6f6;
    align-items: center;
    font-size: .9rem;
    justify-content: space-between;
    padding: 10px;
}
.catalog .column .column-photo {flex-basis: 56px;}
.catalog .column .column-product {flex-basis: 60%;}
.catalog .column .column-input {flex-basis: 35px; height: 21px;}
.catalog .column .column-basket {flex-basis: 40px;}
.catalog .column .column-input input {
    padding: 0 0.75rem;
    line-height: 27px;
    border-radius: 3px;
}
.catalog .column .column-basket input {
	background: url(../images/whit-basket.png) center no-repeat;
    width: 40px;
    background-color: #f52626;
    line-height: 27px;
    border-radius: 3px;
    border: 0;
    text-align: center;
}
.catalog .column .column-product .price {
    display: none;
    font-size: 1.1rem;
    font-weight: 700;
}
.catalog .column .article-column {color: #999;}
.catalog .sidebar .reset-filter {padding-left: 16px;}
.catalog .sidebar .reset-filter a {color: #5a7bb9; font-size: 14px;}