/*!
Theme Name: selfservice

selfservice is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 */
:root {
	font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #535353;;
}
a, a:hover {
	color: inherit;
}
 ol { counter-reset: item; }
 ol li { display: block; }
 ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #343D82;
    font-weight: bold;
}
/*general*/

.selfservice-hero, .gully-sucker, .selfservice-advantages-wash, .selfservice-advantages, .carwash, 
.gs-services, .selfservice-process, .page-heading, .services-info, .services-details,
.services-sked, .carwash-info, .carwash-process, .advantages-wash, .cw-contacts, 
.cw-modes, .cw-accessories, .cw-feedback, .campaigns, .selfservice-about, .gallery,
.single-article__content, .page-contacts, .err-container  {
	font-size: .7em;
}
@media (min-width: 1200px) {
	.selfservice-hero, .gully-sucker, .selfservice-advantages-wash, .selfservice-advantages, .carwash, 
	.gs-services, .selfservice-process, .page-heading, .services-info, .services-details, 
	.services-sked, .carwash-info, .carwash-process, .advantages-wash, .cw-contacts, 
	.cw-modes, .cw-accessories, .cw-feedback, .campaigns, .selfservice-about, .gallery, 
	.single-article__content, .page-contacts, .err-container {
		font-size: 1em;
	}
}
.to-top {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 15px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: url(assets/img/arrow_up.svg) center no-repeat;
    opacity: .5;
    border-radius: 50px;
}
.to-top:hover {
	cursor: pointer;
	opacity: .9;
}

.selfserice-title {
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #343D82;
}
.selfserice-title--smaller {
	font-size: 2.25em;
}
.selfserice-title--small {
	font-size: 1.5em;
}
.selfserice-title--smallest {
	font-size: 1.5em;
}
.selfserice-title--darker {
	color: #0B1949;
}
.selfserice-title--white {
	color: #fff;
}
.selfserice-title--subtitle {
	font-size: 30px;
	text-transform: lowercase;
}
.page-heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 14em;
}
.page-heading img {
	top: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-heading:after {
	top: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(52, 61, 130, 0.5313) 0%, rgba(117, 130, 225, 0.4485) 100%);
}
.page-heading__title {
	position: relative;
	z-index: 3;
	font-weight: bold;
	font-size: 3.125em;
	text-transform: uppercase;
	color: #FFF;
}
.selfservice-pagination > * {
	margin: 0 4px;
}
.selfservice-pagination span, .selfservice-pagination a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #fff;	
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
}
.selfservice-pagination a {
	color: rgba(108, 108, 111, 0.64);
	border: 1px solid transparent;
}
.selfservice-pagination a:hover {
	color: #343D82;
	border-color: #343D82;
	text-decoration: none;
}
.selfservice-pagination span {
	font-weight: bold;
	color: #343D82;
	border: 1px solid #343D82;
}
.selfservice-pagination img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}
a.next:hover, a.prev:hover {
	border-color: transparent;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.prev.page-numbers {
	transform: rotate(-90deg);
	margin-right: 3.5em;
}
.next.page-numbers {
	transform: rotate(90deg);
	margin-left: 3.5em;
}
.single-article__content {
	padding: 3.75em 0 4.625em;
}
@media (min-width: 768px) {
	.single-article__content {
	    min-height: calc(100vh - 420px);
	}
}
.single-article__item {
	font-size: 1rem;
}
div.wpcf7 .ajax-loader {
		display: none;
	}
@media (min-width: 768px) {
	div.wpcf7 .ajax-loader {
		display: inline-block;
	}
}
/*slider*/
.owl-nav {
	position: absolute;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
}
.selfservice-hero .owl-nav button.owl-prev, .selfservice-hero .owl-nav button.owl-next, 
.selfservice-advantages .owl-nav button.owl-prev, .selfservice-advantages .owl-nav button.owl-next {
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 50px;
	background: rgba(250, 250, 250, .2);
    font-size: 36px;
    line-height: 38px;
    color: #C2C5DC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.selfservice-advantages .owl-nav button.owl-prev, .selfservice-advantages .owl-nav button.owl-next {
	background: rgba(255, 255, 255, .8);
}

.selfservice-advantages .owl-nav button.owl-prev {
	left: 0;
}
.selfservice-hero .owl-nav button.owl-next, .selfservice-advantages .owl-nav button.owl-next {
	left: auto;
	right: 0;
}
.selfservice-advantages .owl-nav button.owl-next {
	right: 0;
}
@media (min-width: 992px) {
	.selfservice-advantages .owl-nav button.owl-prev {
		left: -50px;
	}
	.selfservice-hero .owl-nav button.owl-next, .selfservice-advantages .owl-nav button.owl-next {
		right: 50px;
	}
	.selfservice-advantages .owl-nav button.owl-next {
	right: -50px;
}
}
.owl-nav button.owl-prev:hover, .owl-nav button.owl-next:hover {
	background: rgba(255, 255, 255, 1);
}
.owl-nav button.owl-prev:focus, .owl-nav button.owl-next:focus, .owl-nav button.owl-prev:active, 
.owl-nav button.owl-next:active {
	outline: none;
}

.selfservice-advantages .owl-stage {
	display: flex;
    padding-top: 13px;
    padding-bottom: 19px;
}
.selfservice-advantages .owl-item {
	display: flex;
	flex: 1 0 auto;
}

/*header*/
.header-info {
	display: flex;
    align-items: center;
    padding-top: 7px;
	padding-bottom: 9px;
}
.header-info:first-child {
	z-index: 1;
}
@media (max-width: 767px) {
	.header-info:last-child {
		position: absolute;
		top: 10px;
		right: 10px;
		width: auto;
		z-index: 2;
	}
}

.header-phone {
	font-size: 1em;
	color: #2B4B7A;
}
@media (min-width: 1200px) {
	.header-phone {
		font-size: 1.5em;
	}
}
.call-order {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
    min-width: 270px;
	max-width: 540px;
	padding: 15px;
    border-radius: 9px;
    border: 1px solid #FF9211;
	background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.call-order__title {
	text-transform: uppercase;
	font-weight: bold;
    color: #FF9211;
    text-decoration: underline;
    line-height: 2.5;

}
.call-order input {
	margin-bottom: 15px;
}
.call-order input[type=submit] {
	margin-top: 30px;
}
.close-btn {
	position: absolute;
	top: 10px;
    right: 10px;
    z-index: 2;
	height: 25px;
    width: 25px;
	border: 1px solid #FF9211;
    border-radius: 3px;
    color: #FF9211;
    text-align: center;  
}
.close-btn:hover {
	cursor: pointer;
}
/* main menu */
.self-header {
	background: #fff;
}
.self-header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}
@media (max-width: 767px) {
	.self-header.fixed .header-info:not(.header-info-order) {
		display: none;
	}
}
.main-menu {
	position: relative;
	z-index: 10;
	background-color: #343D82;
}
.self-header .menu-item-has-children {
	position: relative;
	padding-right: 20px;
	background: url(assets/img/arrow.png) right center no-repeat;
}

.self-header .sub-menu {
	display: none;
    list-style: none;
    padding: 15px;
}
@media (min-width: 992px) {
	.self-header .sub-menu {
	position: absolute;
    z-index: 5;
/* 	top: 61px;	 */
    top: 62px;
/*  min-width: 100%; */
	min-width: 235px;
    background-color: #fff;
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.5);
}
}
.main-footer .sub-menu {
	padding-left: 0;
/* 	opacity: .7; */
	margin: 5px 0;
}
.main-footer .sub-menu li {
	list-style: none;
}
.self-header .navbar-nav > li {
	display: inline-block;
    padding-top: 19px;
    padding-bottom: 19px;
}
.self-header .sub-menu a {
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
	
}
@media (min-width: 992px) {
	.self-header .sub-menu a {
		color: #535353;
	}
}
.self-header .sub-menu li:not(:last-child) {
/* 	margin-bottom: 10px; */
	margin-bottom: 15px;
}
.self-header .sub-menu a:hover, .self-header .sub-menu:hover {
	color: #343D82;
	text-decoration: none;
}

.menu-item-object-custom {
	cursor: pointer;
}
.navbar-nav {
	display: flex;
	width: 100%;
    justify-content: space-between;
}
.navbar {
	padding: 0;
	z-index: 10;
}

.menu-item a, .menu-item {
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
}
.self-header .menu-item a:hover {
	text-decoration: none;
}
.main-menu .menu-item {
	position: relative;
	width: fit-content;
}
.main-menu .menu-item:before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: -5px;
	right: calc(100% + 5px);
	height: 3px;
	background-color: #7582E1;
	transition: all ease .5s;
}
.main-menu .menu-item:hover:before{
	right: -5px;
}



.navbar-lang {
	margin: 0;
}
.wpm-language-switcher li {
	display: inline-block;
}
.wpm-language-switcher li:first-child {
    margin-right: 15px;
}
.wpm-language-switcher a span, .wpm-language-switcher li.active span {
	font-size: 1.125em;
	text-transform: uppercase;
	color: rgba(108, 108, 111, 0.64);
}
.wpm-language-switcher li.active span {
	color: #2B4B7A;
}

.navbar-toggler-menu {
	color: #fff;
}
.navbar-toggler-icon {
	position: relative;
	display: inline-block;
    height: 17px;
    margin: 5px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.navbar-toggler-icon:after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	background-color: #fff;
	top: calc(50% - 1px);
	left: 0;
	right: 0;
}

/*home page */
.selfservice-hero {
	position: relative;
}
.selfservice-hero.owl-carousel {
	z-index: 0;
}
.slide-contasiner {
	position: relative;
}
.slide-contasiner:after {
	top: 0;
	background: linear-gradient(180deg, rgba(29, 38, 103, 0.64) 0%, rgba(6, 6, 9, 0) 82.1%), linear-gradient(0deg, rgba(11, 25, 73, 0.34), rgba(11, 25, 73, 0.34));
}
.slide-contasiner img {
	width: 100%;
	height: 46.18em;
	object-fit: cover;
}
.self-hero__title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.625em;
	text-align: center;
	color: #FFF;
}
.self-hero__title h2 {
	font-size: 2em;
}
@media (min-width: 1200px) {
.self-hero__title {
     max-width: 960px; }
}
.gully-sucker {
	position: relative;
	padding: 3.75em 0 4.625em;	
	background-color: #fff;
}
@media (min-width: 1890px) {
	.gully-sucker {
    	background: url(assets/img/bg-right-edge.png) 90% top no-repeat, url(assets/img/bg-waves-right.png) right repeat-y;
    }
}
.gully-sucker:before {
    height: 19px;
    background: url(assets/img/bg-waves-right.png) right bottom no-repeat;
    bottom: auto;
    top: -19px;
}
@media (min-width: 1200px) {
	.gully-sucker:after {
		content: '';
	    display: block;
	    position: absolute;
	    top: -10px;
	    z-index: 2;
	    bottom: 0;
	    left: 0;
	    width: 500px;
	    background: url(assets/img/bg-tubes.png) no-repeat;
	    background-size: contain;
	}
}

.gully-sucker .selfserice-title {
	margin: -10px 0 1.125em 0;
}

.gully-sucker__text {
	margin-bottom: 2.187em;
	font-size: 1rem;
}
.gs-img-wrapper {
	z-index: 5;
}
.gully-sucker__img {
	max-height: 28.25em;
	width: 100%;
}
@media (min-width: 992px) {
	.gully-sucker__img {
		width: auto;
	}
}
.selfservice-advantages, .selfservice-advantages-wash, .gs-services, .selfservice-process {
	position: relative;
	padding: 6.125em 0 4.6875em;
	background: url(assets/img/bg-waves.png) right bottom;
}
.selfservice-advantages--page {
	background-image: url(assets/img/bg-waves-light.jpg)
}
.selfservice-advantages-wash {
	background: #EFF0F9;
}
.selfservice-advantages__slide-item {
	width: 100%;
	height: 100%;
/* 	padding: 39px 15px 60px; */
	padding: 40px 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.selfservice-advantages__slide-item img.selfservice-advantages__slide-img {
	display: inline-block;
	max-width: 158px;
	max-height: 115px;
}
.selfservice-advantages__slide-title {
	margin: 29px 0 12px;	
	font-weight: bold;
	font-size: 1.25rem;
	color: #343D82;
}
.selfservice-advantages__slide-text {
	font-size: 1.125rem;
}
.selfservice-advantages__wash-text {
	font-size: 1.0625rem;
}
.carwash {
	position: relative;
	padding-top: 4.375em;
	padding-bottom: 5.437em;
	background: url(assets/img/bg_carwash.jpg) no-repeat;
    background-color: #2b4b7a;
}
.carwash__img {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
}
@media (min-width: 768px) {
	.carwash__img {
		display: block;
	}
}
.carwash__img:before {
	content: '';
	position: absolute;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
	background: linear-gradient(180deg, rgba(84, 94, 163, 0.7) 0%, rgba(128, 134, 182, 0.284375) 23.44%, rgba(8, 14, 53, 0) 100%);
}
.carwash__img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.carwash__text {
	padding-right: 1.875em;
	/*padding-bottom: 3em;*/
	font-size: 1.125rem;
	color: #FFF;
}
.carwash .link_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 2em 0;
}
.carwash .link_block a {
    margin-right: 20px;
}
.carwash .link_block a:last-child {
    margin-right: 0;
}
.selfservice-advantages__item {
	margin-bottom: 15px;
}
.gs-services {
	padding-bottom: 7.875em;
	background: url(assets/img/bg-spot.png) center 9.1875em no-repeat, url(assets/img/bg-waves.png) right bottom;
}
.gs_services__item-container {
	margin-top: 5.0625em;
}
.gs_services__img {
	overflow: hidden;
}
.gs_services__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform linear .5s;
}
.gs_services__item-container:hover .gs_services__img img {
	transform: scale(1.05);
}
.gs_services__item {
	height: 100%;
	padding-bottom: 3.687em;
	text-align: center;
	background: #FFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
}
.gs_services__img {
	width: 100%;
	height: 215px;
	border-radius: 9px 9px 0 0 ;
	object-fit: cover;
}
.gs_services__item__title {
	margin: 1.125em 0 1.141em;
	padding: 0 15px;
	font-weight: bold;
	font-size: 1.5em;
	color: #343D82;

}
.selfservice-process {
	background: url(assets/img/bg-process.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.selfservice-process__item-container {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}

.selfservice-process-wrapper {
	position: relative;
}
@media (min-width: 992px) {
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:first-child {
		margin-left: 60px;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child {
		margin-right: 60px;
	}
}
@media (min-width: 1200px) {
	.selfservice-process__item-container:before, .selfservice-process-wrapper:before, .selfservice-process__item-container:after {
		content: '';
	    position: absolute;
	    display: block;
	}
	.selfservice-process__item-container:after {
		top: calc(50% - 1px);
		right: -50%;
		width: 15px;
		height: 15px;
		transform: rotate(45deg);
		border-top: 2px solid #C2C5DC;
		border-right: 2px solid #C2C5DC;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:after {
		top: calc(50% + 1px);
		right: -3.2em;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:last-child:after {
		transform: rotate(135deg);
	    right: -3.35em;
	    bottom: 2em;
	    top: auto;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:after {
		right: auto;
		left: -50%;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:first-child:after {
		transform: rotate(135deg);
		top: 2em;
		left: -68.2%;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:first-child:before {
		display: none;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child:before {
		left: -20%;
		top: calc(50% + .45em);
		height: 2px;
		background: linear-gradient(90deg, rgba(194,197,220,1) 0%, rgba(194,197,220,0) 100%);;
		width: 50%;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child:before {
		z-index:-1;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child:before {
		left: 100%;
		top: calc(50% + .3em);
	}
	.selfservice-process-wrapper:not(:last-child) {
		margin-top: 4.125em;
		margin-bottom: 88px;
	}
	.selfservice-process-wrapper:before {
	    top: -2.88em;
	    bottom: 50%;
	    left: -1em;
	    right: 9em;
	    border: 2px solid #C2C5DC;
	    border-right: none;
	    border-radius: 6em 0 0 6em;
		}
	.selfservice-process-wrapper:not(:last-child):before {
		top: 50%;
	    right: 0;
	    bottom: -2.75em;
	    border-left: none;
	    border-right: 2px solid #C2C5DC;
	    left: 4em;
	    border-radius: 0 6em 6em 0;
	}
}
@media (min-width: 1352px) {
	.selfservice-process__item-container:before, .selfservice-process-wrapper:before, .selfservice-process__item-container:after {
		content: '';
	    position: absolute;
	    display: block;
	}
	.selfservice-process__item-container:after {
		top: calc(50% - 1px);
		right: -50%;
		width: 15px;
		height: 15px;
		transform: rotate(45deg);
		border-top: 2px solid #C2C5DC;
		border-right: 2px solid #C2C5DC;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:after {
		top: calc(50% + 1px);
		right: -3.2em;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:last-child:after {
		transform: rotate(135deg);
	    right: calc(-50% - .5em);
	    bottom: 2em;
	    top: auto;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:after {
		right: auto;
		left: -50%;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:first-child:after {
		transform: rotate(135deg);
		top: 2em;
		left: -90.7%;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child:before {
		left: -50%;
		top: calc(50% + .45em);
		height: 2px;
		background: linear-gradient(90deg, rgba(194,197,220,1) 0%, rgba(194,197,220,0) 100%);
		width: 50%;
	} 

	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child:before {
		left: 135%;
		top: calc(50% + .3em);
		/*z-index: */
	}
	.selfservice-process-wrapper:not(:last-child) {
		margin-top: 4.125em;
		margin-bottom: 88px;
	}
	.selfservice-process-wrapper:before {
	    top: -2.88em;
	    bottom: 50%;
	    left: -5em;
	    right: 4em;
	    border: 2px solid #C2C5DC;
	    border-right: none;
	    border-radius: 6em 0 0 6em;
	}
	.selfservice-process-wrapper:not(:last-child):before {
		top: 50%;
	    right: -6em;
	    bottom: -2.75em;
	    border-left: none;
	    border-right: 2px solid #C2C5DC;
	    left: 4em;
	    border-radius: 0 6em 6em 0;
	}
}

.selfservice-process__item {
	height: 100%;
	background: #FFF;
	box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
}
.selfservice-process__heading {
	width: 100%;
	height: 5.0625em;
	margin-bottom: 3.4375em;
	background: url(assets/img/bg-waves-purple.jpg);
	border-radius: 9px 9px 0 0;

}
.selfservice-process__img {
	position: relative;
	top: .75em;
	width: 6.9375em;
	height: 6.9375em;
	object-fit: contain;
	border-radius: 50%;
	
}
.selfservice-process__title {
	padding: 0 15px 37px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #2B4B7A;
}

/* sewer cleaning page */

.page-template-services .services-info {
	display: none;
}
.page-template-services .services-sked:before,
.page-template-services .page-heading:before{
	display: none !important;
}
.services-info {
	padding: 5.25em 0 4.5em;
}
.services-info p:not(.selfserice-title) {
	font-size: 1.125rem;
}
.services-sked {
	position: relative;
	padding: 6.4375em 0;
    background-image: url(assets/img/bg-waves-light.jpg);
}
.services-list {
	margin-top: 31px;
}
.services-list__wrapper {
	margin-bottom: 30px;
}
.services-list__item {
	position: relative;
	height: 100%;
	padding: 127px 15px 25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
.services-list__item:hover {
	box-shadow: none;
}
.services-list__item img {
	position: absolute;
    width: 91px;
    height: 90px;
    object-fit: scale-down;
    top: 20px;
    left: calc(50% - 44px);
    border: 7px solid #fff;
    border-radius: 50%;
    z-index: 2;
    background-color: #7582E1;
}
.services-list__item:before, .services-list__item:after {
	content: '';
	position: absolute;
	display: block; 
}
.services-list__item:before {
	top: 65px;
	left: 0;
	right: 0;
	z-index: 1;
	height: 50px;
	background-color: #fff;
	border-top: 1px solid #7582E1;
}

.services-list__item:after {
	top: 18px;
	left: calc(50% - 45px);
	width: 93px;
    height: 93px;
	border: 1px solid  #7582E1;
	border-radius: 50%;
	padding: 7px;
	background-color: #fff;
}
.services-list__link {
	font-weight: bold;
	font-size: 1.125rem;
	text-decoration: underline;
	color: #343D82;
}
.services-list__item:hover .services-list__link {
	color: #E18C44;
}
.services-details {
	padding: 5em 0 7.125em;
}
.services-details__item {
	position: relative;
	padding-top: 47px;
	padding-bottom: 35px;
	border-bottom: 2px solid #EFF0F7;
}
.services-details__item:last-child {
	border-bottom: none;
}

.services-details__text p {
	font-size: 1rem;
}
@media (min-width: 768px) {
	.services-details__item:nth-child(even) .services-details__text {
		order: 2;
	}
	.services-details__text p {
		margin-right: 65px;
	}
	.services-details__item:nth-child(even) .services-details__text p {
		margin-right: 0;
		margin-left: 65px;
	}
}

.services-details__img-wrapper {
	position: relative;
}
.services-details__img-wrapper:before {
	content: '';
    position: absolute;
    top: 29px;
    left: -70px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(assets/img/bg-spot-serv.png) no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
	.services-details__img-wrapper:before {
		display: block;
	}
}
.services-details__item:nth-child(even) .services-details__img-wrapper:before {
	left: auto;
    right: -128px;
    transform: rotate(-70deg);
    top: -36px;
}
.services-details__img {
	width: 100%;
    height: auto;
    border-radius: 9px;
}
/*carwash page*/
.carwash-info {
	padding: 4.875em 0 4.25em;
}
@media (min-width: 768px) {
	.carwash-info {
		background: url(assets/img/bg-carwash.png) right center no-repeat;
	}
}
.carwash-info p:not(.selfserice-title), ul {
	font-size: 1rem;
}
.carwash-video {
	padding-top: 4.5em;
}
.carwash-video > * {
	max-width: 100%;
}
.carwash-process {
	padding: 7.75em 0 5.75em;
}
@media (min-width: 768px) {
	.carwash-process {
		background: url(assets/img/bg-spot-half.png) right top no-repeat, url(assets/img/bg-waves.png) right bottom;
	}
}
.carwash-process ol {
	min-height: calc(100% - 5.25em);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.carwash-process li {
	font-size: 1.125em;
}
.advantages-wash {
	position: relative;
	padding: 6.937em 0 7.438em;
	background: url(assets/img/bg-waves.png) right top;
}
.cw-contacts {
	position: relative;
	padding: 2.625em 0 4em;
	background-color: #EFF0F9;
}
.cw-contacts__phone {
	display: block;
	margin: 0;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #E18C44;
}
.cw-modes {
	position: relative;
	padding: 5.8125em 0 5.0625em;
	background: url(assets/img/bg-carwash-blue-spots.png) -50% top no-repeat, 
	url(assets/img/bg-carwash-blue-spots.png) 150% bottom no-repeat, 
	url(assets/img/bg-bubbles.png) left bottom no-repeat,
	url(assets/img/bg-bubbles.png) right top no-repeat;
	background-color: #2b4b7a;
}
.cw-modes__container {
	margin-bottom: 30px;	
}
.cw-modes__item {
	height: 100%;
	padding: 26px;
	background: #FFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
.cw-modes__img {
	width: 155px;
	height: 155px;
	border-radius: 50%;
	object-fit: cover;
}
.cw-modes__title {
	margin: 34px 0 6px;
	font-weight: bold;
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #2B4B7A;
}
.cw-modes__text {
	font-size: 1.125rem;
}
.cw-accessories {
	padding: 5.375em 0 7.625em;
}
.cw-accessories__item {
	position: relative;
	margin-bottom: 10px;
	padding: 1.0625em 2em 1.0625em .5em;
	font-size: 1rem;
	background: #F7F7FA;
	border-radius: 9px;
}
@media (min-width: 768px) {
	.cw-accessories__item  {
		padding: 1.0625em 3.875em;
	}
}
.cw-accessories__item:after {
	content: '+';
	position: absolute;
	top: 5px;
    right: 10px;
	color: #2B4B7A;
	font-size: 30px;
}
@media (min-width: 768px) {
	.cw-accessories__item:after {
	    right: 30px;
	}
}
.cw-accessories__item.open:after {
	content: '—';
}
.cw-accessories__title {
	margin: 0;
	font-weight: bold;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #2B4B7A;
}
.cw-accessories__content {
	display: none;
    margin-top: 15px;
}
.cw-accessories__img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.cw-accessories__img {
		max-width: 50%;
		margin-right: 10px;
	}
	img + .cw-accessories__text {
		max-width: 50%;
	}
}

.cw-accessories__text {
	display: inline-block;
    vertical-align: top;
	margin: 10px 0;
}
.cw-gallery {
	font-size: 0;
}
.cw-gallery__item {
	font-size: 1rem;
	display: inline-block;
	width: 50%;
    height: 135px;
}
@media (min-width: 720px) {
	.cw-gallery__item {
		height: 200px;
	}
}
@media (min-width: 992px) {
	.cw-gallery__item {
		height: 250px;
	}
}
@media (min-width: 1200px) {
	.cw-gallery__item {
		width: 25%;
		height: 310px;
	}
}
.cw-gallery__item-link {

}
.cw-gallery__item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* promo campaigns*/
.campaigns {
	padding: 6.563em 0 6.25em;
}
.campaigns__container {
	padding-top: 25px;
	padding-bottom: 33px;
	border-bottom: 2px solid #EFF0F7;
}
.campaigns__container:nth-child(n+5) {
	display: none;
}
.campaigns__img {
	background: url(assets/img/bg-spot-small.png) right bottom no-repeat;
    background-size: 50%;
}
.campaigns__img img {
	width: 80%;
    height: auto;
}
.campaigns__range {
	font-weight: bold;
	font-size: 1.125rem;
	color: #7582E1;
}
.campaigns__text {
	font-size: 1.125rem;
}
/*about us page */
.selfservice-about {
	position: relative;
	padding: 6.4375em 0 5.375em;
}
.selfservice-about__text {
	font-size: 1rem;
}
.selfservice-about__img {
	position: relative;
	margin-bottom: 15px;
}
.selfservice-about__img:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	display: block;
	width: 334px;
	height: 328px;
	background: url(assets/img/bg-spot-small.png) right bottom no-repeat;
}
.selfservice-about__img img {
	max-width: 80%;
	height: auto;
}
.cw-feedback {
	padding: 6.187em 0 5.312em;
	background: url(assets/img/bg-waves.png);
}
@media (min-width: 768px) {
	.cw-feedback__slider-container {
		padding: 0 14.875em;
	}
}

.cw-feedback__item {
	position: relative;
	padding: 1.8125em 2.9375em;
	color: #fff;
	background: #2B4B7A;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
.owl-carousel .owl-item .cw-feedback__img, .cw-feedback__no-img {
	position: absolute;
	top: 1.8125em;
	left: 2.9375em;
	display: inline-block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 50%;
}
.cw-feedback__no-img {
	background: url(assets/img/no-avatar.png) center no-repeat;
}
.cw-feedback__title {
	position: relative;
	padding-left: 95px;
	padding-top: 35px;
	font-weight: bold;
	font-size: 1.125em;
	text-transform: uppercase;
}
.cw-feedback__title:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 95px;
	right: 0;
	display: block;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.81);
}
.cw-feedback__content {
	padding-top: 20px;
}
.cw-feedback__content p {
	font-size: 1.45em;
}
@media (min-width: 768px) {
	.cw-feedback__content p {
		font-size: 1.125em;
	}
}
.cw-feedback .owl-nav {
	display: none;
    left: 0;
    right: 0;
	justify-content: space-between;
    top: calc(50% - 50px);
}
@media (min-width: 768px) {
	.cw-feedback .owl-nav {
	    left: -120px;
	    right: -120px;
	    display: flex;
	}
}
.cw-feedback .owl-prev, .cw-feedback .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.cw-feedback .owl-prev span, .cw-feedback .owl-next span {
	display: inline-block;
	width: 100%;	
	height: 100%;
	color: #C2C5DC;
	background: #fff;
	border-radius: 50%;
	line-height: 40px;
    font-size: 38px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	
}
.cw-feedback .owl-prev span:hover, .cw-feedback .owl-next span:hover {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
	color: #959abd;
}
.cw-feedback .owl-dots {
	text-align: center;
}
.cw-feedback .owl-dot:focus {
	outline: none;
}
.cw-feedback .owl-dot span {
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #2B4B7A;
}
.cw-feedback .owl-dot.active span {
	background: #2B4B7A;
}
/* gallery page */
.gallery {
	padding: 4.6875em 0;
}
.gallery .nav{
	justify-content: center;
    border-bottom: 1px solid #C4C4C4;
}
.gallery .nav-item {

}
.gallery .nav-link {
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	color: rgba(108, 108, 111, 0.64);
}
.gallery .nav-link:hover {
	color: #7278a7;
}
.gallery .nav-link.active {
	color: #343D82;
	border-bottom: 3px solid  #343D82;
}
.tab-pane {
	padding-top: 4.4375em;
}
.gallery__item:nth-child(n+13) {
	display: none;
}
.gallery__item img {
	height: 9.94em;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
}
@media (min-width: 768px) {
	.gallery__item img {
		height: 15.94em;
	}
}
.tab-btn {
	margin-top: 2.562em;
	cursor: pointer;
}
.tab-btn .less{
	display: none;
}
.tab-btn.open .less {
	display: inline;
}
.tab-btn.open .more {
	display: none;
}

/* information page */
.articles {
	position: relative;
	padding: 5.812em 0 3.125em;
	background: #eff0fa;
}
.articles__wrapper {
	margin-bottom: 30px;
}
.article_no-thumbnail, .article__item img {
	width: 100%;
	height: 15em;
	object-fit: cover;
	background: #fff;
	border-radius: 9px 9px 0 0;
}
.article__item {
	height: 100%;
	background: #FFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
}
.article__item:hover {
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.25);
}
.article-content {
	margin: 12px 15px 40px;
}
.article-tag {
	font-weight: bold;
	font-size: .75rem;
	text-transform: uppercase;
	color: #7582E1;
}
.article-title {
	font-weight: bold;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #2B4B7A;
}
.article-title a {
	font-size: 1.125em;
	color: #444;
}
/*contacts page*/
.page-contacts {
	padding: 5.875em 0 4.875em;
	background: url(assets/img/bg-contacts.jpg) right center no-repeat;
}
.contacts__title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #2B4B7A;
}
.contacts__address {
	position: relative;
	font-size: 1rem;
	margin-bottom: 2.937em;
}
.contacts__address + .contacts__address:before {
	content: '';
	position: absolute;
	top: -1.2em;
	right: 30px;
    left: 0;
	display: block;
	height: 1px;
	background: #C4C4C4;
}
.contacts__address p {
	margin-bottom: 5px;
}
.page-contacts form {
	padding: 1.812em 1.812em 3.687em;
}
.form-container {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	font-size: 1rem;
}
input[type=text], input[type=tel], textarea {
	display: inline-block;
	width: 100%;
	padding: 4px;
	border: none;
	border-bottom: 1px solid #C4C4C4;
}
textarea {
	height: 33px;
	margin: 3.125em 0 2.625em;
}
input::placeholder, textarea::placeholder {
	font-size: 1rem;
	color: #8A8B8E;
}
input:focus, textarea:focus {
	outline: none;
}
.form-container input[type=submit] {
	margin-top: 15px;
}
@media (min-width: 992px) {
	.form-container input[type=submit] {
		margin-top: 0;
	}
}
.form__heading p {
	display: inline-block;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	background: #7582E1;
	border-radius: 9px 9px 0px 0px;
}
/* .contacts-map {
	height: 32.625em;
} */
/*footer*/
.main-footer {
	position: relative;
/* 	padding-top: 26px; */
	padding: 100px 0 70px 0;
	color: #E4E4E7;
	background: url(assets/img/bg-footer.png) right bottom no-repeat;
	background-color: #2e3946;
}
.logo-footer img {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.logo-footer img {
		margin-bottom: 0;
	}
}
.footer-title {
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
}
.footer-phone {
	display: block;
	margin-bottom: 24px;
	color: #FFF;
}
.footer-social {
	display: inline-block;
	
}
.footer-social img{
	width: 26px;
	height: 26px;
	border-radius: 50%;
}
.footer-social:last-child {
	margin-left: 22px;
}
.footer-map {
	position: relative;
	display: inline-block;
/* 	margin-top: 20px;
	padding-top: 20px; */
	padding-right: 45px;
	font-size: 1rem;
	color: #fff;
/* 	border-top: 1px solid #C4C4C4;  */
	cursor: pointer;
}
.footer-map:before, .footer-map:after {
	content: '';
	position: absolute;
	top: calc(50% + 10px);
	display: block;
	height: 1px;
	width: 10px;
	background-color: #fff;
}
.footer-map:before {
	right: 7px;
	transform: rotate(45deg);
}
.footer-map:after {
	right: 0;
	transform: rotate(-45deg);
}
.navbar-footer-nav {
/* 	display: none; */
 	flex-direction: column;
 }
.navbar-footer-nav .menu-item a, .footer-services-nav .menu-item a{
	color: #E4E4E7;
	font-weight: normal;
	text-transform: none;
}


.footer-copyright {
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.53);
	background-color: #1D242E;
}

.footer-copyright p {
	margin: 8px 0;
	font-size: .875em;
}

/* page 404 */
.err-container {
	min-height: 100vh;
	background: url(assets/img/bg-404.jpg) center no-repeat;
	background-size: cover;
}
.err-title {
	display: inline-block;
	width: 3.814em;
	height: 3.814em;
	margin-bottom: .5em;
    line-height: 3.814em;
	background: url(assets/img/bubble.svg) center no-repeat;
	color: #fff;
	font-weight: 900;
	font-size: 6.25em;
	text-align: center;
	background-size: contain;
}
@media (min-width: 768px) {
	.err-title {
		width: 4.814em;
		height: 4.814em;
	    line-height: 4.814em;
	}
}
.err-subtitle {
	display: inline-block;
	max-width: 18em;
	font-weight: 500;
	font-size: 2.25em;
	text-transform: uppercase;
}
.err-message {
	font-size: 1.5em;
	line-height: 2em;
}
/*buttons*/
.btn {
	padding: 11px 30px;
	font-weight: 900;
	font-size: .875rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #FF9211;
	border: 2px solid #FF9211;
	border-radius: 30px;
	transition: .3s;
}
.btn:hover {
	color: #FF9211;
	background-color: #fff;
}
.btn--white {
	color:  #FF9211;
	background-color: #fff;
}
.btn--white:hover {
	color: #fff;
	background-color: #FF9211;
}
.btn--tiny {
	padding: 0 13px;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: inherit;
	text-transform: none;
	vertical-align: inherit;
}
/* ripped edges */
.page-heading img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-heading:after, .page-heading:before, .slide-contasiner:after, .selfservice-hero:before, .gully-sucker:before, .selfservice-advantages:after, 
.carwash:before, .selfservice-advantages-wash:before, .services-sked:before, .services-sked:after, 
.advantages-wash:after, .cw-contacts:before, .cw-modes:after, .selfservice-about:after, 
.articles:before, .main-footer:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	display: block;
}
@media (max-width: 767px) {
	.gully-sucker:before{
		display: none;
	}
}
.page-heading:before, .selfservice-hero:before, .gully-sucker:before, .selfservice-advantages:after, 
.carwash:before, .selfservice-advantages-wash:before, .services-sked:before, .services-sked:after, 
.advantages-wash:after, .cw-contacts:before, .cw-modes:after, .selfservice-about:after, .articles:before, .main-footer:before {
	height: 19px;
}
.page-heading:after {
	bottom: 0;
}
.page-heading:before, .slide-contasiner:after, .selfservice-hero:before, .gully-sucker:before, .services-sked:after,
 .advantages-wash:after, .cw-modes:after {
	bottom: -1px;
}
.selfservice-advantages:after, .cw-contacts:before, .selfservice-about:after {
	bottom: -18px;
}
.carwash:before, .services-sked:before {
	top: -1px;
}
.selfservice-advantages-wash:before, .main-footer:before {
	top: -18px;
}
.articles:before {
	top: -17px;
}
.advantages-wash:after, .cw-contacts:before, .cw-modes:after {
	z-index: 1;
}
.page-heading:before {
	z-index: 3;
	background: url(assets/img/bk-edge_d.png) 0 0 repeat-x;
}
.selfservice-hero:before, .gully-sucker:before {
	z-index: 0;
	background: url(assets/img/bk-edge_d.png) 63px top repeat-x;
}

.selfservice-advantages:after {
    z-index: 6;
    background: url(assets/img/bg-waves.png) bottom repeat-x;
}
.carwash:before {
	z-index: 5;
	background: url(assets/img/bk-edge_t.png) left center repeat-x;
}
.selfservice-advantages-wash:before, .advantages-wash:after, .cw-contacts:before, .articles:before {	
	z-index: 5;
	background: url(assets/img/bg-white-d1.png) left center repeat-x;
}
.services-sked:before {
    background: url(assets/img/bk-edge_t.png) right bottom no-repeat;
}
.services-sked:after {
    background: url(assets/img/bk-edge_d.png) right bottom no-repeat;
}
.cw-contacts:before {	
	transform: rotate(180deg);
}
/* .cw-modes:after {	
	background: url(assets/img/bk-edge_d.png) left center repeat-x;
} */
.selfservice-about:after {
	z-index: 2;
	background: url(assets/img/bk-edge_t.png) repeat-x;
}

.main-footer:before {
	z-index: 2;
	background: url(assets/img/bg-footer-edge.png) repeat-x;
}

/* animation */

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.selfservice-advantages__slide-img.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation: jackInTheBox 3s ease-out both;
  }
.selfservice-advantages__item:nth-child(2) .selfservice-advantages__slide-img.jackInTheBox {
	animation-delay: .2s;
}
.selfservice-advantages__item:nth-child(3) .selfservice-advantages__slide-img.jackInTheBox {
	animation-delay: .5s;
}
.selfservice-advantages__item:nth-child(4) .selfservice-advantages__slide-img.jackInTheBox{
	animation-delay: .8s;
}

@keyframes arrows {
	from {
		opacity: 0;
		transform: translateX(-50px) rotate(45deg);
 	}
		70% {
		transform: translateX(0)  rotate(45deg);
	}
	85% {
		transform: scale(1.2)  rotate(45deg);
	}
		to {
		opacity: 1;
		transform: scale(1)  rotate(45deg);
 	}
}
@keyframes arrows-appear {
	from {
		opacity: 0;
	}
  	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
  	to {
		opacity: 1;
	}
}
@keyframes block-appear {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container.arrows:not(:last-child):after, 
	.selfservice-process-wrapper:last-child .selfservice-process__item-container.arrows:last-child:after {
		-webkit-animation-name: arrows;
	  animation: arrows 2s ease-out both;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container.arrows:nth-child(2):after {
		animation-delay: 1.5s;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container.arrows:last-child:after {
		animation-delay: 2s;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container.arrows-appear:last-child:after, 
	.selfservice-process-wrapper:last-child .selfservice-process__item-container.arrows-appear:first-child:after {
		-webkit-animation-name: arrows-appear;
		animation: arrows-appear 3s ease-out both;
		animation-delay: 1.5s;
	}
	.selfservice-process__heading.appear {
		-webkit-animation-name: block-appear;
		animation: block-appear 3s ease-out both;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:nth-child(2) .selfservice-process__heading.appear {
		animation-delay: 1.3s;
	}
	.selfservice-process-wrapper:not(:last-child) .selfservice-process__item-container:nth-child(3) .selfservice-process__heading.appear {
		animation-delay: 1.8s;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:first-child .selfservice-process__heading.appear {
		animation-delay: 2.7s;
	}
	.selfservice-process-wrapper:last-child .selfservice-process__item-container:last-child .selfservice-process__heading.appear {
		animation-delay: 3.6s;
	}
}
.link_block {
	margin: 50px 0 0 0;
}
.link_block a {
	display: block;
	margin-bottom: 20px;
	transition: .3s;
}
.link_block a:hover {
	opacity: .6;
}
.link_block a:last-child {
	margin-bottom: 0;
}
.page-contacts .link_block {
	display: flex;
}
.page-contacts .link_block a {
	margin-right: 20px;
}
.page-contacts .link_block a:last-child {
	margin-right: 0;
}
.video_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 50px -10px;
}
.video_container .video {
    width: calc(50% - 20px);
    margin: 10px;
}
.video_container video {
    display: block;
    width: 100%;
}
@media (max-width: 992px) {
	.selfserice-title {
		font-size: 1.3em;
	}
	.cw-contacts__phone {
		font-size: 1.3em;
	}
}
@media (max-width: 767px) {
	.cw-contacts__phone {
	    text-align: center !important;
	}
	.main-footer .col-12 {
		margin-bottom: 30px;
		text-align: left;
	}
	.footer-title {
		margin-bottom: 10px;
	}
	.video_container .video {
	    width: 100%;
	}
}
.cw-accessories_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.cw-accessories_list .cw-accessories__item {
	width: calc(50% - 20px);
	margin: 10px;
}
.cw-accessories__item {
    padding: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
}
.cw-accessories__item:after {
	display: none !important;
}
.cw-accessories__img {
    max-width: 100% !important;
}
@media (max-width: 767px) {
	.cw-accessories_list .cw-accessories__item {
		width: calc(100% - 20px);
	}
}