.category-items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 40px 0px;
}
.category-item {
	outline: none;
	text-decoration: none;
	display: block;
	background-color: #fff;
	width: 300px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	font-family: 'Fira Sans';
	font-weight: 700;
	margin-bottom: 30px;
}
.category-item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.with-him-work-item {
	width: 45%;
}
.tabs {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.scrollUp {
	position:fixed;
	top:auto;
	bottom:10px;
	left:auto;
	right:10px;
	border-radius:5px;
	background-color:#ea2a2f;
	z-index:9999;
	opacity:0.5;
	cursor:pointer;
	padding:8px 20px 12px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}

.brands .clients-slider {
    margin-top: 70px;
}

.page .title {
	margin-bottom: 40px;
}

.want-form {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-top: 40px;
	padding: 0 60px 25px 60px;
	text-align: center;
	margin-bottom: 40px;
}
.want-form h3 {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	font-family: 'Fira Sans';
	margin-bottom: 25px;
}
.want-form form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.want-form form input {
	margin: 5px 5px;
	font-family: inherit;
	font-weight: 300;
	padding: 7px 10px;
	box-sizing: border-box;
	width: 280px;
	font-size: 18px;
	border: #a9a9a9 1px solid;
	outline: none;
}
.want-form form button {
	font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
    display: inline-block;
    background: #ea2a2f;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    padding: 6px 29px;
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin: 5px 5px;
    height: 36px;
    font-size: 18px;
}

#ttx {
    width: 100%;
    border-spacing: 0 8px;
    font-weight: 300;
}
#ttx tr td {
    border-bottom: 1px dashed #ccc;
    padding: 7px 0 0;
}  
#ttx tr td:first-of-type {
    text-align: left;
    width: 65%;
}
#ttx tr td:last-of-type {
    text-align: right;
}
#ttx td.sprtname {
    padding: 5px 0;
    border: none;
    text-align: left!important;
    font-weight: 600;
}
.other-content * {
	font-family: 'Fira Sans';
}
.other-content h3 {
	margin-bottom: 10px;
}
.other-content ul {
	color: #272727;
}
.bg-white {
	background-color: #fff;
}
.preview-carousel {
	margin: 20px 0px 0px;
	background-color: #fff;
	padding: 30px;
}

.icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}
.icons .icon {
	position: relative;
	width: 70px;
}
.icons .icon img {
	display: block;
	width: 100%;
	height: auto;
}
.icons .icon .icon-data {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	font-weight: 300;
	font-size: 12px;
	width: 200px;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 10px;
	z-index: 10;
}
.icons .icon .icon-data:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;;
    border-color: transparent transparent #fff transparent;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}
.icons .icon:hover > .icon-data {
	display: block;
}

@media (max-width: 768px) {
	.with-him-work-items {
		align-items: center;
	}
	.with-him-work-item {
		width: 90%;
	}
}

.products {
	display: flex;
	flex-wrap: wrap;
}
.products .swiper-slide {
	max-width: 290px;
	margin-bottom: 30px;
}

.contacts .number {
	background: url(img/wt.png) 0% 0% no-repeat;
	background-size: contain;
	padding-left: 36px;
	font-size: 26px;
}
.footer-contact .number {
	background: url(img/wt.png) 0% 0% no-repeat;
	background-size: contain;
	padding-left: 20px;
}

.form-callback {
	max-width: 400px;
}
.modals__title {
	text-align: center;
	position: relative;
	font-weight: 700;
	font-size: 28px;
	font-family: 'Fira Sans';
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
}
.modals__title:after {
    content: '';
    background: #ea2a2f;
    width: 230px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.form-callback form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form-callback form input[type='text'], .form-callback form input[type='tel'] {
    margin: 5px 5px;
    font-family: inherit;
    font-weight: 300;
    padding: 7px 10px;
    box-sizing: border-box;
    width: 280px;
    font-size: 18px;
    border: #a9a9a9 1px solid;
    outline: none;
}
.modals__checkbox {
	margin: 10px 0px 15px;
	display: flex;
	align-items: center;
}
.modals__checkbox a {
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
}
.form-callback form button {
	font-family: 'Fira Sans';
	font-weight: 500;
	width: 100%;
}
.callback-block h2 {
	font-family: 'Fira Sans';
	font-size: 24px;
}

.advice__form_checked {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.advice__form_checked input {
	width: 20px !important;
}
.advice__form_checked a {
	font-weight: 300;
	font-size: 12px;
}

.c-data {
	display: flex;
	margin-bottom: 30px;
}
.c-data-img {
	margin-right: 20px;
}
.c-data-img img {
	width: 100%;
	height: auto;
}
@media (max-width: 480px) {
	.c-data {
		flex-direction: column;
	}
	.c-data-img {
		width: 100%;
		height: auto;
		margin: 0px 0px 15px;
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}
.gallery .swiper-slide {
	max-width: 385px;
}

#cookie-notification {
    background: #34353D;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    z-index: 1000;
    color: #ffffff;
    padding: 5px 35px 0px 20px;
    box-sizing: border-box;
}
#cookie-notification p{
    text-align: center !important;}

.cookie-notification-text a {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    color: #8ad4ff;
}
.cookie-notification-text {
    font-size: 14px;
    line-height: 1.4;
}

#cookie-close-button {
    background: none;
    top: 0;
    right: 0;
    position: absolute;
    border: none;
    outline: none;
    float: right;
    margin-right: 10px;
    color: #fff;
    font-family: 'Arial';
}
.cookie-close {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    top: 0;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}

.f-wrap {
	display: flex;
	flex-direction: column;
}
.f-item {
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
}
.f-item img {
	margin-right: 20px;
}
.catalog {
	min-height: auto;
}
.c-data {
	align-items: flex-start;
}
.c-data img {
	margin-right: 20px;
	max-width: 100%;
	width: 100%;
}
.c-data-text p {
	font-family: inherit;
	line-height: 1.5;
	margin: 0px 0px 20px;
}