/*

RedWD.ru
New version of template
style.css

*/

@font-face {
  font-family: 'Kharkiv Tone';
  src: url('../fonts/KharkivTone.ttf') format('truetype');
}

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

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

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerThin.eot');
    src: local('Muller Thin'), local('MullerThin'),
        url('../fonts/MullerThin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerThin.woff2') format('woff2'),
        url('../fonts/MullerThin.woff') format('woff'),
        url('../fonts/MullerThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerMedium.eot');
    src: local('Muller Medium'), local('MullerMedium'),
        url('../fonts/MullerMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerMedium.woff2') format('woff2'),
        url('../fonts/MullerMedium.woff') format('woff'),
        url('../fonts/MullerMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.row {
	max-width: 1440px;
	margin: 0 auto;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
}

h3 {
	font-family: 'Kharkiv Tone';
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: auto;
	letter-spacing: 0.02em;
	color: #000000;
	text-transform: uppercase;
}

#common-home {
	max-width: 1440px;
	margin: 0 auto;
}

/* Header */

header {
	max-width: 1440px;
	margin: 0 auto;
}

header > .row {
	padding: 0 15px;
}

header > .row > .container {
	padding: 0;
	width: 100%;
}

header > .row > .container > .row {
	margin-left: 0;
	margin-right: 0;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1D1D1D;
}

header #logo {
	padding-left: 100px;
	margin: 0;
	min-width: 51px;
	min-height: 51px;
}

header .no-home #logo {
	padding-left: 1px;
}

.navbar-nav>li {
	height: 100px;
}

.navbar-nav>li>a {
	color: white;
 	font-size: 16px;
 	font-family: Muller;
 	font-weight: 500;
 	text-transform: capitalize;
 	word-wrap: break-word;
 	line-height: 70px;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #555555;
}

.phone {
	color: white;
 	font-size: 24px;
 	font-family: Muller;
 	font-weight: 700;
 	text-transform: capitalize;
 	word-wrap: break-word;
}

header > .row > .container > .row.no-home {
	background: #FFFFFF;
}



header > .container > .row.no-home #logo {
	padding-left: 10px;
	margin: 0;
}

.no-home .navbar-nav > li > a {
	color: #000000;
}

.no-home .navbar-nav > li > a:hover {
	color: #ffffff;
}

.no-home #search {
	position: relative;
	min-width: 314px;
	margin-bottom: 0;
}

.no-home #search .input-lg {
	height: 44px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 60px;
	background: var(--text-light-gray, #ECECEC);
	width: 100%;
}

.no-home #search .input-group-btn button {
	width: 70px;
	height: 34px;
	flex-shrink: 0;
	border-radius: 49px;
	background: var(--main, #B71212);
	position: absolute;
	top: 4px;
	right: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.acc-buttons {
	display: flex;
	justify-content: space-between;
}

.navbar {
	margin-bottom: 0;
	border: none;
}

/* Breadcrumbs */

.breadcrumb {
	margin: 20px 0;
	padding: 0;
	border: none;
	background-color: transparent;
	border-radius: none;
}

.breadcrumb > li {
	text-shadow: none;
	padding: 0;
	position: relative;
	white-space: nowrap;
	margin-right: 8px;
}

.breadcrumb > li:after {
	content: "/";
	display: block;
	position: absolute;
	top: 0px;
	right: -30px;
	width: 26px;
	height: 26px;
	border-right: none;
	border-bottom: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.breadcrumb > li:last-child:after {
	display: none;
}

.breadcrumb > li a {
	font-family: 'Muller';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color: #707070;
}

/* Filter */

.prostofilter.panel-default {
	border: none;
	border-color: transparent;
	box-shadow: none;
}

.prostofilter.panel-default > .panel-heading {
	color: #232323;
	background-color: transparent;
	border: none;
	font-family: 'Muller';
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.prostofilter.panel>.list-group a.list-group-item, 
.prostofilter.panel>.panel-collapse > .list-group a.list-group-item {
	color: #888888;
	padding: 15px 25px;
	border-radius: 50px;
	font-family: 'Muller';
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	text-align: left;
	border-width: 1px;
	border-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	text-shadow:none;
}

.prostofilter .list-group a.active, 
.prostofilter .list-group a.active:hover, 
.prostofilter .list-group a:hover {
	color: #232323;
	background: transparent;
	border-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	text-shadow:none;
}

.panel>.list-group div.list-group-item, 
.panel>.panel-collapse>.list-group div.list-group-item {
	border: none;
}

.prostofilter .list-group-item {
	margin: 0;
}

.prostofilter.panel>.list-group a.list-group-item:after {
	content: "";
	border: 1px solid #ECECEC;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0;
    margin-top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 14px;
    height: 14px;
    float: right;
}

.slider .slider-handle {
	background-color: #B71212;
	background-image: linear-gradient(to bottom, #B71212 0%, #B71212 100%);
}

.panel-footer {
	background: none;
	border: none;
	display: flex;
}

.reset {
	color: #B71212;
	display: flex;
	padding: 15px 39px;
	justify-content: center;
	align-items: flex-start;
}



/* Hero */

.hero {
  	background-image: url("../../../../../image/catalog/hero.jpg");
  	background-size: cover;
  	height: 625px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  	padding-left: 104px;
}

h2.red {
	font-family: 'Kharkiv Tone';
	font-size: 96px;
	font-weight: 400;
	line-height: 97px;
	letter-spacing: -2px;
	text-align: left;
	color: #B20202;
}

.hero p {
	font-family: 'Muller';
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	width: 50%;
}

h2.red > span {
	color: #ffffff;
}

.readmore {
	color: #ffffff;
	font-size: 24px;
	padding: 24px 48px;
	border-radius: 69px;
	background: linear-gradient(93.2deg, #C11313 -4.8%, #730A0A 97.8%);
	margin-top: 50px;
	border: none;
	display: block;
}

.readmore > a {
	color: #ffffff;
}

.readmore:hover {
	color: #ffffff;
	background: linear-gradient(93.2deg, #730A0A -4.8%, #C11313 97.8%);
}

.readmore:hover > a {
	color: #cccccc;
}

/* Slider on Home Page */

.slideshow {
  	background-size: cover;
  	height: 625px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.slideshow.swiper-viewport {
	border: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}

.slideshow > .swiper-container {
	border: 0;
	padding: 0;
	height: 100%;
	min-width: 100%;
}

.slideshow > .swiper-container > .swiper-slide {
	border: 0;
	padding: 0;
	min-width: 100%;
	display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
}

.swiper-slide > div { 
	padding-left: 104px;
}

.slideshow > .swiper-container > .swiper-slide img.img-responsive {
	border: 0;
	padding: 0;
	object-fit: cover;
    width: 100%;
    height: 100%;
	min-width: 100%;
}

.swiper-pagination {
	display: none;
}

/* Achievements on Home Page */

.mod-achievements {
	position: relative;
	z-index: 100;
	padding-bottom: 50px;
	max-width: 1240px;
	margin: 0 auto;
}

.achievements > .row {
	margin: 50px auto;
	height: 343px;
	background: #F2F2F2;
	border-radius: 50px;
}

.achievements-layout {
	text-align: center;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
  	align-content: center;
}

.achievements-layout .big {
	font-family: 'Muller';
	font-style: normal;
	font-weight: bold;
	font-size: 96px;
	line-height: 150%;
	color: #000000;
}

.achievements-layout .small {
	font-family: 'Muller';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	min-height: 72px;
	text-align: center;
	color: #000000;
}

/* Services on Home Page */

.mod-services {
	margin: 50px 100px 50px 100px;
}

.mod-services .container {
	max-width: 100%;
	padding: 0;
}

.mod-services h3 {
	padding-bottom: 65px;
}

.services-layout {
	text-align: left;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
  	align-content: center;
	width: 33.333%;
	border-radius: 40px;
	flex-basis: auto;
	/*/ flex: 1 1 auto; /*/ 
  	/*/margin: 0 10px;/*/
}

.services-layout > div {
	text-align: left;
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
  	align-content: center;
	box-sizing: border-box;
	height: 287px;
	/*/max-width: 380px;/*/
	background: #B71212;
	border-radius: 40px;
	flex-basis: auto;
	/*/ flex: 1 1 auto; /*/ 
  	/*/margin: 0 10px;/*/
  	padding: 30px 32px;
}

.services-layout .big {
	height: 62px;
	display: flex;
	vertical-align: middle;
	margin-top: 10px;
	font-family: 'Muller';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 131%;
	color: #FFFFFF;
	align-items: center;
}


.services-layout .small {
	color: white;
 	font-size: 18px;
 	font-family: 'Muller';
 	font-style: normal;
 	font-weight: 100;
 	line-height: 23.58px;
 	word-wrap: break-word;
 	margin-top: 15px;
}

.center-inside {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  	align-content: center;
}

.btn-outline {
	color: #C11313;
	font-size: 24px;
	font-family: Muller;
	font-weight: 500;
	word-wrap: break-word;
	padding: 24px 48px;
	border-radius: 69px; 
	border: 1px #C11313 solid; 
	justify-content: center; 
	align-items: center;
	background: #ffffff;
	margin-top: 40px;
}

.btn-outline > a {
	color: #C11313;
	font-size: 24px;
	font-family: Muller;
	font-weight: 500;
	word-wrap: break-word;
}

.btn-outline:hover {
	background: #C11313;
}

.btn-outline:hover > a {
	color: #ffffff;
}


/* Callback on Home Page */

.mod-callback {
	margin: 100px 100px 50px 100px;
}

.mod-callback .container {
	max-width: 100%;
	padding: 0;
}

.mod-callback p {
	font-family: 'Muller';
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(0, 0, 0, 0.70);
}

.left-block {
	min-height: 100%; 
	margin-top: 100px;
}

.callback-left {
	width: 100%; 
	height: 100%; 
	display: flex;
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: center; 
}

.callback {
	width: 100%; 
	height: 100%; 
	padding-left: 70px; 
	padding-right: 70px; 
	padding-top: 64px; 
	padding-bottom: 64px; 
	background: #F2F2F2; 
	border-radius: 40px; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 10px; 
	display: inline-flex;
}

.small-title {
	color: rgba(0, 0, 0, 0.70);
	font-size: 36px;
	font-family: Muller;
	font-weight: 500;
	line-height: 47.16px;
	word-wrap: break-word;
}

.mod-callback .fcallback {
	color: #ffffff;
	font-size: 24px;
	padding: 24px 48px;
	border-radius: 69px;
	background: linear-gradient(93.2deg, #C11313 -4.8%, #730A0A 97.8%);
	margin-top: 24px;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
}

.mod-callback .fcallback:hover {
	color: #ffffff;
	background: linear-gradient(93.2deg, #730A0A -4.8%, #C11313 97.8%);
}

.callback input {
	width: 100%; 
	height: 100%; 
	padding-left: 48px; 
	padding-right: 48px; 
	padding-top: 24px; 
	padding-bottom: 24px; 
	border-radius: 69px; 
	border: 1px #A5A5A5 solid; 
	justify-content: flex-start; 
	align-items: center; 
	gap: 10px; 
	display: inline-flex;
	background: #F2F2F2;
	margin-top: 24px;
}

.callback input::placeholder {
	color: #333333;
	font-size: 24px;
	font-family: Muller;
	font-weight: 500;
	text-transform: capitalize;
	word-wrap: break-word;
}

.callback input:focus {
	color: #333333;
	font-size: 24px;
	border: 1px #A5A5A5 solid !important; 
}

.callback input:focus::placeholder  {
	color: #333333 !important;
	font-size: 24px;
	font-family: Muller;
	font-weight: 500;
	text-transform: capitalize;
	word-wrap: break-word;
	line-height: inherit;
}


/* Partners on Home Page */

.carousel.swiper-viewport {
	margin: 50px auto;
	max-width: 1210px;
	background-color: transparent !important;
	border: none !important;
	border-radius: none !important;
	box-shadow: none !important;
	position: relative;
	overflow: hidden;
}

.carousel.swiper-viewport > .swiper-container {
	width: 100%;
}

.carousel.swiper-viewport .swiper-slide {
	width: 295px !important; 
	height: 100%; 
	background: #F2F2F2; 
	border-radius: 20px;
	margin-right: 20px;
}

.carousel.swiper-viewport .swiper-slide > img {
	width: 160px;
	height: 99px;
	margin: 32px 67px;
}

/* Contacts on Home Page */

.contacts h3 {
	padding-top: 130px;
	padding-bottom: 50px;
}

#information-contact h3 {
	padding-top: 130px;
	padding-bottom: 50px;
}

#information-contact .map {
	padding-bottom: 60px;
}

.mod-contacts {
	margin: 100px 100px 50px 100px;
	overflow: visible;
}

.mod-contacts h3 {
	margin-bottom: 64px;
}

.mod-contacts .container {
	max-width: 100%;
	padding: 0;
}

.contacts-layout {
	padding-left: 100px;
	overflow: visible;
	/* background: url(../image/contact_points.png) -35px center no-repeat; */
}

.contacts-layout:before {
	content: "";
	display: block;
	position: absolute;
	border: 3px solid #2C2C2C;
	width: 3px;
	height: calc(100% - 150px);
	top: 40px;
	left: 42px;
}

.contacts-layout > div {
	margin-bottom: 51px;
	overflow: visible;
}

.contacts-layout > div:before {
	content: "";
	display: block;
	position: absolute;
	top: 130px;
	left: -30px;
	width: 150px;
	height: 150px;
	background: url(../image/contact_point.png) center center no-repeat;
	background-size: contain;
	overflow: visible;
	z-index: 99;
}

.contacts-layout > div:first-child:before {
	top: -40px;
	left: -30px;
}

.contacts-layout > div:last-child:before {
	bottom: 30px;
	top: auto;
	left: -30px;
}

.contacts-layout .small {
	color: rgba(0, 0, 0, 0.64);
	font-size: 24px;
	font-family: Muller;
	font-weight: 400;
	line-height: 40.44px;
	word-wrap: break-word;
	margin-bottom: 16px;
}

.contacts-layout .big {
	color: black;
 	font-size: 40px;
 	font-family: Muller;
 	font-weight: 500;
 	word-wrap: break-word;
 	line-height: 48px;
}

.contacts-layout .big a {
	color: #000000;
}

/* Categories on Catalog Home Page */

.sc-main.showcase {
	margin: 100px 100px 50px 100px;
}

.sc-main .sc-items-row {
	margin-bottom: 30px;
}

.sc-main .sc-grid .item-container, .sc-main .subitem-wrapper .item-container {
	width: 383px;
	height: 187px;
	flex-shrink: 0;
	border-radius: 24px;
	background: var(--2-bg, #F2F2F2);
}

.showcase .item-wrapper, .showcase .item-wrapper:after, .showcase a {

}

.sc-main .item-image a {
	background: transparent;
}

.showcase .img-left .item-image {
	background: transparent !important;
	min-width: 155px !important;
	height: 100%;
}

.showcase .item-wrapper {
	border: 0 !important;
	background: transparent;
	margin: 0;
	height: 100% !important;
	display: flex;
}

.showcase .item-wrapper:hover {
	box-shadow: none !important;
}

.showcase .info-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.showcase .item-info a {
	color: #000;
	font-family: 'Muller';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 131%; 
}

.showcase .info-wrapper:hover .item-info > a {
	color: #B71212 !important;
}

/* Sale on Catalog Home Page */

#proscroller {
	margin: 100px 30px 50px 100px;
	display: flex;
	position: relative;
	overflow: hidden;
}


#proscroller .title-block {
	min-width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#proscroller .title-block p {
	color: rgba(0, 0, 0, 0.70);
	font-family: 'Muller';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 131%; /* 31.44px */
}

#proscroller .swiper-container-wrapper {
	flex-shrink: 1;
	width: 60%;
}

#proscroller .swiper-container-wrapper .swiper-container {
	margin: 0 90px 0 0;
}

#proscroller .swiper-pager {
	width: 60% !important;
	display: flex;
}

#proscroller .swiper-pager .swiper-button-prev { 
	display: none;
}

#proscroller .swiper-pager .swiper-button-next {
	width: 68px;
	height: 68px;
}

#proscroller .swiper-pager .swiper-button-next:before {
	width: 68px;
	height: 68px;
	content: url('../image/button-next.svg');
}

#proscroller .swiper-slide > div {
	padding-left: 0;
}

.product-thumb {
	border-radius: 20px;
	border: 2px solid #D9D9D9;
	background: var(--text-white, #FFF);
	padding: 24px 20px !important;
}

.product-thumb .image {
	border-radius: 20px;
	background: #D9D9D9;
}

.product-thumb .image a {
	opacity: 0.8;
}

.product-thumb .caption {
	padding: 0;
	min-height: 120px;
}

.name h4 {
	text-align: left;
}

.name h4 a {
	color: #000;
	font-family: 'Muller';
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.6px; /* 160% */
	text-transform: uppercase;
}

.product-thumb .price {
	text-align: left;
	color: var(--main, #B71212);
	font-family: 'Muller';
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.wishlist-button {
	position: absolute;
	top: 38px;
	right: 38px;
}

button.wishlist-button {
	background: transparent !important;
}

.wishlist-button:before {
	width: 32px;
	height: 32px;
	content: url('../image/heart.svg');
}

button.cart-button {
	width: 100% !important;
	display: flex;
	padding: 15px 39px;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 54px;
	background: var(--main, #B71212) !important;
}

.product-thumb .button-group button {
	background-color: transparent;
}

button.cart-button i {
	display: none;
}

button.cart-button span {
	color: #FFF;
	text-align: center;
	font-family: 'Muller';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
}

/* Category Page */


.product-category {
	margin-top: 50px;
}

.product-thumb .button-group {
	border: none;
	background: none;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	border-color: transparent;
	display: flex;
	padding: 15px 39px;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 54px;
	background: var(--main, #B71212) !important;
}

.product-thumb .caption {
	padding: 0;
	min-height: 120px;
}

.caption h4 a {
	color: #000;
	font-family: 'Muller';
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.6px;
	text-transform: uppercase;
}

.input-group-addon {
	font-family: 'Muller';
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0em;
	text-align: left;
	padding: 6px 12px;
	color: #555;
	background: none;
	border: none;
	border-radius: none;
}

/*/ SELECT - Start/*/

.select {
    display: block;
    max-width: 215px;
    width: 215px;
    position: relative;
}

.input-limit {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.input-limit label {
	min-width: 100px;
	margin-bottom: 0;
}

.new-select {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 30px;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: #12b223;
}

.new-select:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 14px;
    top: 14px;
    background: url('../image/CaretDown.svg') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

/*/ SELECT - End/*/

.d-flex {
	display: flex;
}

.d-flex-between {
	justify-content: space-between;
}

.d-flex > .col-md-6 {
	width: 50%;
}

.justify-content-end {
	align-self: flex-end;
}


/*/ PAGINATION - Start/*/

.pagination {
	min-width: auto;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	color: #B71212;
	cursor: default;
	background-color: #fff;
	border-color: #B71212;
}

.pagination>li>a, 
.pagination>li>span {
	padding: 6px 12px;
	margin-left: 0;
	line-height: 25px;
	color: #707070;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #888888;
	border-radius: 25px;
	min-width: 33px;
	width: 38px;
	margin-right: 7px;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span {
	min-width: 33px;
	width: 38px;
	display: block;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.pagination>li:last-child>a, 
.pagination>li:last-child>span {
	min-width: 33px;
	width: 38px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}


/*/ PAGINATION - End/*/


/* Product Page */

#product-product h3 {
	font-family: 'Muller';
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
}

#product-product ul.thumbnails {
	max-width: 554px;
}

#product-product .image-additional {
	max-width: 100%;
}

#product-product .thumbnails .image-additional {
	margin-left: 10px;
}

#product-product .thumbnails .image-additional:nth-child(2) {
	margin-left: 20px;
}

#product-product h1 {
	font-family: 'Muller';
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
}

#product-product .price {
	text-align: left;
	color: var(--main, #B71212);
	font-family: 'Muller';
	font-size: 40px;
	font-style: normal;
	line-height: 40px;
	font-weight: 700;
	line-height: normal;
}


/* Footer */

footer {
	padding-top: 50px;
}

footer > .container {
	width: 100%;
	max-width: 1210px;
	margin: 0 auto 0 auto;
	padding-bottom: 15px;
}

footer #logo a {
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Kharkiv Tone';
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	color: #B71212;
}

footer #logo a img {
	margin-right: 15px;
}

footer h4 {
	font-family: 'Muller';
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	margin-top: 25px;
}

footer p {
	font-family: 'Muller';
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
}

footer ul li {
	font-family: 'Muller';
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 20px;
}

footer ul li a {
	color: #ffffff;
}

footer ul li > a > img {
	margin-right: 10px;
}

footer ul li:last-child > a {
	letter-spacing: -1px;
}

footer ul li:last-child > a > img {
	float: left;
	padding-bottom: 20px;
}

.socials {
	display: flex;
	justify-content: flex-start;
}

.socials > li {
	width: 48px;
	height: 48px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 32px;
	padding-bottom: 0;
}

.socials > li:last-child {
	margin-right: 0;
}

.socials > li i {
	font-size: 16px;
	line-height: 16px;
}

.under-footer {
	padding-bottom: 20px;
}

.under-footer div:first-child {
	border-right: 1px solid #ffffff;
}

.under-footer div a {
	font-family: 'Muller';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
}


/*/ Blog Category Services Page /*/
/*/ START /*/

.category_services h1 {
	font-family: 'Kharkiv Tone';
	font-size: 80px;
	font-weight: 400;
	line-height: 91px;
	letter-spacing: 0.02em;
	text-align: left;
	color: #000000;
	padding-top: 80px;
}

.category_services .blog_item .summary {
	border: none;
	padding: 0 !important;
}

.category_services .blog_item .summary .blog_title a {
	font-family: Muller;
	font-size: 28px;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: none;
}

.category_services .blog_stats {
	border: none;
}

.category_services .blog_item .button_more {
	display: none;
}

.category_services .blog_item .summary .subtitle {
	font-family: 'Muller';
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
}

/*/ END /*/
/*/ Blog Category Services Page /*/

/*/ Blog Category Page /*/
/*/ START /*/

.page-blog-category .blog_grid_holder {
	display: grid;
	grid-template-columns: repeat(4, 25%);
}

.page-blog-category .blog_grid_holder.column-4 > div {
	width: 100%;
}

.page-blog-category .blog_grid_holder.column-4 > div:first-child {
	width: 100%;
	grid-column: span 2;
  	grid-row: span 2;
}

.page-blog-category .blog_item .summary .blog_title {
	min-height: auto;
}

.tags {
	display: flex;
	justify-content: space-between;
}

.tags > a {
	padding: 16px 24px 16px 24px;
	border-radius: 9px;
	background: #F2F2F2;
	color: #373737;
	font-family: Muller;
	font-size: 20px;
	font-weight: 700;
	line-height: 26.2px;
	text-align: left;
	margin-right: 16px;
}

.tags > a > img {
	margin-right: 8px;
}

.tags > a:first-child {
	padding: 16px 24px 16px 24px;
	border-radius: 9px;
	background: #B71212;
	color: #ffffff;
}

.tags > a:last-child {
	margin-right: 0;
}

@media (max-width: 575.98px) { 
	.page-blog-category .blog_grid_holder {
		display: block;
	}

	.page-blog-category .blog_grid_holder.column-4 > div {
		width: 50%;
	}

	.page-blog-category .blog_grid_holder.column-4 > div:first-child {
		width: 100%;
	}

	.tags > a > span {
		display: none;
	}

	h3 {
		line-height: auto;
	}
}

/*/ END /*/
/*/ Blog Category Page /*/

.callback-services {
	background: #282828;
}

.mod-callback.callback-services  {
	padding: 100px 100px 50px 100px;
	margin: 0 auto;
}

.callback-services h3.cb-title {
	color: #ffffff;
}

.callback-services .fcallback2 {
	color: #ffffff;
	font-size: 24px;
	padding: 24px 48px;
	border-radius: 69px;
	background: linear-gradient(93.2deg, #C11313 -4.8%, #730A0A 97.8%);
	margin-top: 24px;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
}

.block-map {
	margin-top: 150px;
	margin-bottom: 120px;
}

.block-map .contacts-layout > div.third-block:before {
	top: 320px;
	left: -30px;
}

/*/ Blog One Service Page /*/
/*/ START /*/

.phone > a {
	color: #ffffff;
}

.service_page #content {
	padding: 0;
}

.service_page h1 {
	font-family: 'Kharkiv Tone';
	font-size: 64px;
	font-weight: bold;
	line-height: 73px;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 140px;
	margin-top: 0;
}

.service_page h1 > span {
	color: #B71212;
}

.grayfon {
	background: #f2f2f2;
}

.service_page .blog_stats {
	margin: 0 !important;
	padding: 0 !important;
}

.related_blogs {
	margin-top: 150px;
}

.related_blogs h3 {
	max-width: 70%;
}

.related .blog_item a.readmore {
	font-family: 'Muller';
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: center;
	width: 100% !important;
	display: flex;
	padding: 15px 39px;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 54px;
	color: #ffffff;
	background: var(--main, #B71212) !important;
}


/*/ END /*/
/*/ Blog One Service Page /*/


/* MEDIA QUERIES */

/*/ Extra small devices (portrait phones, less than 576px) /*/
@media (max-width: 575.98px) { 

	body, #common-home {
		overflow-x: hidden;
	}

	h3 {
		font-size: 34px;
	} 

	.sc-main.showcase {
	    margin: 60px 20px 30px 20px;
	}

	.no-home #search {
	    min-width: 160px;
	}

	header > .row {
		padding: 0;
	}

	header #logo {
		padding-left: 10px;
		display: flex;
		align-items: center;
  		justify-content: center;
	}

	header #logo q {
		vertical-align: middle;
		margin: auto;
	}

	.phone {
		font-size: 15px;
	}

	#common-home > .row {
	    margin-right: -15px;
	    margin-left: -15px;
	}

	span#category {
		display: none !important;
	}

	.swiper-slide > div {
	    padding-left: 40px;
	    padding-right: 35px;
	}

	h2.red {
	    font-size: 46px;
	    line-height: 46px;
	}

	.hero p {
		width: 100%;
	}

	.hero {
	  	height: calc(100vh - 100px);
	}

	/* Slider on Home Page */

	.slideshow {
	  	height: calc(100vh - 100px);
	}

	.achievements > .row {
		margin: 30px auto;
		background: transparent;
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.achievements-layout {
		background: #F2F2F2;
		border-radius: 50px;
		margin: 15px 0;
		min-height: 300px;
	}

	.tags > a {
	    padding: 8px 12px 8px 12px;
	    line-height: auto;
	}

	.tags > a:first-child {
	    padding: 8px 12px 8px 12px;
	    line-height: 46px;
	}

	.breadcrumb > li {
	    white-space: normal;
	}
}

/*/ Small devices (landscape phones, less than 768px) /*/
@media (max-width: 767.98px) { ... }

/*/ Medium devices (tablets, less than 992px) /*/
@media (max-width: 991.98px) { 
	.container {
		width: 900px;
		max-width: 1140px;
	} 
}

/*/ Large devices (desktops, less than 1200px) /*/
@media (max-width: 1199.98px) { 
	.container {
		width: 100%;
		max-width: 1140px;
	} 
}

/*/ Extra large devices (large desktops, 1200px and up) /*/
@media (min-width: 1200px) { 
	.container {
		width: 100%;
		max-width: 1440px;
	}
}