body {
	color: #000000;
	line-height: 1.3;  
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	overflow-x: hidden;
	font-family: 'Roboto', Arial;
}

*, *:before, *:after {
	box-sizing: border-box;	
	outline: none;
}

header .midbar {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.15;
}

h1 {
	font-family: 'Roboto', Arial;
	font-size: 70px !important;
	font-weight: 700;
	}

h2 {
	font-family: 'Roboto', Arial;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 35px 0;
	font-weight: 700;
}

p {
	margin: 0 0 20px 0;
}

strong {
	font-weight: 700;
}

.bath-container {
	max-width: 1170px;
	margin: auto;
}

.banner {
	/* background: url(/images/mobile-baths/main-bath.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;	
	z-index: 1; */
	position: relative;
	max-width: 1920px;
    margin: auto;
}

.banner__slider,
.banner__slider ~ .banner-wrap {
	display: none;
}

.banner__slider.slick-slider {
	display: block;
}

.banner__slider.slick-slider ~ .banner-wrap {
	display: flex;
}

.banner__slider .slick-next {
	background-position: -63px 0px;
}

.banner__slider .slick-prev, .banner__slider .slick-next {
	width: 63px !important;
	height: 63px !important;
}

.banner__slider .slick-slide img, .banner__slider .mainslick img, .banner__slider .readyworks img {
	margin-bottom: 0;
	margin: auto;
}

.banner:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(37, 75, 46, 0.1);
	z-index: 1;
}

.banner-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	z-index: 2;
}

.banner-block {
	margin: auto;	
}

.banner__subtitle {
	display: block;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 40px;
}

.consultation {
	color: #ffffff;
	background-color: #2e4d52;
}

.consultation-wrap {
	min-height: 135px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.consultation-wrap:before {
	content: url(/images/elki.png);
	position: absolute;
	bottom: -112px;
	left: -80px;
	width: 158px;
	height: 232px;
	z-index: -1;
}

.consultation__title {
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

.form_consultation {
	max-width: 900px;
	margin-top: 10px;
}

.form_consultation input {
	width: 230px;
	padding: 15px 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 14px;  
	background: none;
	border: 1px solid #fff;
}

.form_consultation input:last-child {
	margin: 0;
}

.form_consultation input::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color:#fff;
}

.form_consultation input::-moz-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color:#fff;
}
.form_consultation input:-moz-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color:#fff;
}
.form_consultation input:-ms-input-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color:#fff;
}

.label {
	font-size: 12px;
	font-weight: 300;
}

label {
	display: block;
}

.call__button {
	padding: 13px 10px;
	background-color: #fff;
    color: #2a5a32;
    font-size: 18px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    font-family: Roboto;
    border: 1px solid transparent;
}

.call__button:hover {
	cursor: pointer;
	background-color: transparent;
	color:#fff;
	border: 1px solid #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.checkbox {
	display: none;
}

.checkbox-custom {
	position: relative;      
	width: 12px;             
	height: 12px;            
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
}

.checkbox:checked + .checkbox-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 6px;
	bottom: 2px;
	left: 2px;
	background: #fff;
	width: 6px;
	height: 6px;
}

.wrap-video {
	padding: 50px 0 50px 0;
}

.equipment__video {
	display: flex;
	justify-content: space-between;
}

.equipment-video__text {
	flex-basis: 45%;
	margin: auto 20px auto 0;
}

.equipment-video__block {
	flex-basis: 55%;
}

.video {
	width: 100%;	
}
.video__image {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.video__image img  {
	max-width: 100%;
	vertical-align: middle;
}
.video-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-preview__circle {
	width: 66px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.5) 0 4px 20px 0.5px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.video-preview:hover .video-preview__circle {
	background-color: rgba(255, 255, 255, 1);
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.video-preview__triangle {
	display: block;
	border-top: 13px solid transparent;
	border-left: 18px solid rgba(81, 81, 81, 0.5);
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 50%;
	left: calc(50% + 4px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.slick-prev, .slick-next {
	width: 13px !important;
	height: 45px !important;	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.catalog {
	margin-bottom: 35px;
}

.catalog__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.catalog__item {
	max-width: 360px;
	width: 31%;
	padding: 30px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e0e0e0;
	transition: 0.5s;
}

.catalog__item:hover {
	-webkit-box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.15);
	box-shadow: 1px 0px 6px 1px rgba(0,0,0,0.15);
}

.catalog .item__image {
	width: 100%;
	height: 100%;
	max-width: 300px;
	max-height: 291px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.catalog__item img {
	width: 100%;
	height: auto;
}

.catalog .item__description {
	margin-top: 30px;
	margin-bottom: 17px;
	text-align: center;
	font-weight: 500;
}

.catalog .item__title {
	margin-bottom: 27px;
}

.catalog .item__document {
	position: relative;
	font-size: 14px;
	margin-bottom: 33px;
}

.catalog .item__document:before {
	position: absolute;
	content: "";
	display: block;
    width: 30px;
	height: 34px;
	background-image: url(/images/doc-pdf.png);
    /* background-size: cover; */
    /* margin-right: 30px; */
    /* flex-shrink: 0; */
}

.catalog .item__document .doc-link {
	display: block;
	padding-left: 45px;
}

.catalog .item__document .doc-link:hover {
	text-decoration: none;
}

.catalog .item__document .doc-name {
	display: block;
	color: #a8cd0e;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.catalog .item__document .doc-link:hover .doc-name {
	color: #2b6232;
	text-decoration: underline;
}

.catalog .item__document .doc-size {
	display: block;
	color: #babfc5;
}

.catalog-item__button {
	background: linear-gradient(
		90deg
		, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', Arial;
	border: none;
	width: 100%;
	max-width: 200px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}

.catalog-item__button::after {
	content: attr(data-hover);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg
		, #D83D27 0%, #FF6527 100%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50px;
}

.catalog-item__button:hover {
	color: #fff;
	box-shadow: 0px 10px 10px rgb(216 61 39 / 35%);
}

.catalog-item__button:hover::after {
	opacity: 1;
	visibility: visible;
}

.catalog-item__button--consultation {
	width: max-content;
	min-width: 190px;
}

.advantages {
	background-color: #2c4c51;
	color: #ffffff;
	overflow: hidden;
}

.advantages-wrap {
	padding: 8px 0 50px 0;
	position: relative;
	z-index: 1;
}

.advantages-wrap:before {
	content: url(/images/elki_used-1.png);
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 158px;
	height: 232px;
	z-index: -1;
}

.advantages-wrap:after {
	content: url(/images/elki_used-1.png);
	position: absolute;
	bottom: 0;
	right: -210px;
	width: 188px;
	height: 232px;
	z-index: -1;
}

.advantages__title {
	display: block;
}

.advantages__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advantages__item {
	max-width: 260px;
	width: 24%;
	text-align: center;
}

.advantages__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 15px;
	width: 171px;
	height: 171px;
	border-radius: 50%;
	background-color: #fff;
}

.advantages__subtitle {
	display: inline-block;
	font-weight: 500;
	margin-bottom: 27px;
}

.advantages__description {
	font-size: 16px;
	font-weight: 300;
}

.simile-wrap {
	padding-bottom: 60px;
}

.simile__table {
	width: 100%;
	border-collapse: collapse;
}

.simile__table th {
	background-color: #f8f8f8;
	padding: 20px 50px;
	text-align: left;
	vertical-align: top;
	width: 25%;
	border: 1px solid #e8e8e8;
	border-top: none;
	border-bottom: none;
	font-size: 20px;
	font-weight: 500;
}

.simile__table td {
	max-width: 25%;
	width: auto;
	border: 1px solid #e8e8e8;
	border-top: none;
	vertical-align: top;
	padding: 20px 45px;
}

.simile__table ul {
	padding: 0;
	margin-top: 0;
}

.simile__table .first-column ul, .simile__table .third-column ul {
	list-style-image: url("/images/property.png");
}

.simile__table .second-column {
	list-style-image: url("/images/property2.png");
}

.simile__table td.second-column  {
	background-color: #fcfff2;
}

.simile__table li {
	margin-bottom: 30px;
}

.order {
	color: #fff;
	background-color: #2c4c51;
}

.order-wrap {
	padding: 8px 0 50px 0;
	position: relative;
	z-index: 1;
}

.order-wrap:after {
	content: url(/images/mobile-baths/bath-bg.png);
	position: absolute;
	bottom: -133px;
	right: -100px;
	width: 748px;
	height: 430px;
	z-index: -1;
}

.order__title h2 {
	margin-bottom: 10px;
	text-align: left;
}

.order__description {
	display: block;
	margin-bottom: 25px;
	font-weight: 300;
}

.order__form {
	max-width: 700px;
}

.order__form input {
	width: 304px;
	padding: 15px 22px;
	background: none;
	border: 1px solid #ffffff;
	margin-right: 35px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.order__form input:last-child {
	margin-right: 0;
}

.order__block-form input::-webkit-input-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color:#fff;
}

.order__block-form input::-moz-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color:#fff;
}
.order__block-form input:-moz-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color:#fff;
}
.order__block-form input:-ms-input-placeholder {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color:#fff;
}

.order__consent {
	width: 100px;
}

.order__block-form label {
	display: inline-block;
	max-width: 304px;
	margin-right: 35px;
}

.order__form button {
	width: 304px;
	vertical-align: top;
}

.portfolio__gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.gallery__item {
	float: left;
}

.gallery__item a {
	display: block;
}

.portfolio__item {
	overflow: hidden;
    display: block;
    margin: 7px;
    width: calc(33% - 14px);
    border: 0;
}

.portfolio__item:hover img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
}

.portfolio__item img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}

footer {
	font-size: 15px;
	font-weight: 300;
}
 
@media (max-width: 1200px) {
	.bath-container {
		width: 990px;
	}
	.banner__slider .slick-prev, .banner__slider .slick-next {
		width: 50px !important;
		height: 50px !important;
		background-size: 100px;
	}
	.banner__slider .slick-next {
		background-position: -50px 0px;
	}
	.banner__slider .slick-prev:hover {
		background-position: 0px -50px;
	}
	.banner__slider .slick-next:hover {
		background-position: -50px -50px;
	}
	.banner-block {
		max-width: 700px;
	}
	.banner__title h1 {
		font-size: 60px !important;
	}
	.consultation__title {
		font-size: 22px;
	}
	.form_consultation input {
		width: 31%;
		min-width: 173px;
		margin: auto;
	}
	.equipment__video { 
		max-width: 100%;
	}
	.consultation__form input {
		width: 175px;
		margin-right: 5px;
	}
	.call__button {
		font-size: 16px;
	}
	.simile__table {
		width: 100%;
		overflow: scroll;
		display: block;
	}
	.simile__table tbody {
		width: 700px;
	}	
	.order-wrap:after {
		right: -270px;
	}
}

@media (max-width: 1024px) {
	.bath-container {
		width: 760px;
	}	
	.banner-block {
		max-width: 500px;
	}
	.banner__title h1 {
		font-size: 45px !important;
	}
	.consultation__title {
		max-width: 195px;
		font-size: 22px;
	}
	.equipment__video {
		flex-direction: column;
	}
	.equipment-video__text {
		flex-basis: 100%;
		order: 1;
		margin: 30px 0 0 0;
	}
	.equipment-video__block {
		flex-basis: 100%;
	}
	.catalog__item {
		padding: 15px;
		padding-bottom: 30px;
	}
	.consultation__form input {
		width: 170px;
		margin-right: 5px;
	}
	.call__button {
		font-size: 16px;
	}
	.catalog__item {
		padding: 15px;
		padding-bottom: 30px;
	}
	.catalog .item__image {
		width: 165px;
		height: 160px;
	}
	.catalog .item__title {
		font-size: 16px;
	}
	.catalog-item__button {
		font-size: 16px;
	}
	.advantages__subtitle {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.advantages__description {
		font-size: 14px;
	}
	.simile__table th {
		font-size: 18px;
	}
	.simile__table td {
		font-size: 16px;
	}
	.order-wrap:after {
		display: none;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 25px;
		margin: 35px 0 20px 0;
	}
	.bath-container {
		width: 98%;
	}
	.banner-wrap {
		position: relative;
		color: #000000;
		text-align: center;
	}
	.banner-block {
		max-width: 100%;
	}
	.banner:after {
		display: none;
	}
	.banner__title {
		margin-top: 30px;
	}
	.banner__subtitle {
		display: none;
		font-size: 20px;
	}
	.consultation {
		display: none;
	}	
	.form_consultation {
		display: flex;
		flex-direction: column;
	}
	.form_consultation input {
		width: 100%;
		margin-bottom: 30px;
	}
	.form_consultation label {
		margin-top: 30px;
	}
	.wrap-video {
		padding: 20px 0 10px 0;
	}
	.equipment__video {
		margin: 20px 0 30px 0;
	}
	.video-preview__circle {
		width: 46px;
		height: 46px;
	}
	.video-preview__triangle {
			border-top: 9px solid transparent;
			border-left: 12px solid rgba(81, 81, 81, 0.5);
			border-bottom: 9px solid transparent;
			left: calc(50% + 3px);
	}
	.equipment__title {		
		max-width: 90%;
		margin-top: 10px;
		margin: auto;
	}
	.equipment P {
		font-size: 16px;
	}
	.consultation-wrap:before, .consultation-wrap:after {
		display: none;
	}
	.consultation__title {
		max-width: 100%;
		margin: 30px 0 20px 0;
	}	
	.consultation__form input {
		margin-bottom: 30px;
		width: auto;
	}
	.consultation__form {
		display: flex;
		flex-direction: column;
	}
	.consultation__form label {
		margin-top: 30px;
	}
	.catalog__item {
		width: 32%;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.catalog .item__description {
		margin-top: 15px;
    margin-bottom: 10px;
	}
	.catalog .item__document {
		margin-bottom: 20px;
	}
	.advantages-wrap {
		padding: 8px 0 20px 0;
	}
	.advantages-wrap:before, .advantages-wrap:after {
		display: none;
	}
	.advantages__items {
		justify-content: space-around;
	}
	.advantages__item {
		width: 50%;
		margin-bottom: 20px;
	}
	.simile-wrap {
    padding-bottom: 30px;
	}
	.simile__table li {
		margin-bottom: 15px;
	}
	.simile__table td {
		font-size: 14px;
		padding: 10px 35px;
    padding-right: 10px;
	}
	.simile__table td ul {
		font-size: 14px;
	}
	.simile__table .title-column {
		padding-left: 10px;
	}
	.order-wrap {
		max-width: 425px;
		display: flex;
    	flex-direction: column;
		align-items: center;
		margin: auto;
	}
	.order__description {
		text-align: center;
	}
	.order__form {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.order__form input {
		width: 100%;
		margin-right: 0;
	}
	.order__block-form label {
		max-width: 100%;
		margin-top: 30px;
		margin-right: 0;
		order: 1;
	}
	.order__form button {
		width: 100%;
	}	
	.portfolio__item {
		max-width: 100%;		
		width: calc(50% - 14px);
	}
}

@media (max-width: 600px) {
	.bath-container {
		width: 98%;
	}
	/* .banner-block {
		max-width: 245px;
	} */
	.banner__title h1 {
		font-size: 30px !important;
	}
	.banner button.slick-next.slick-arrow, .banner button.slick-prev.slick-arrow {
		display: none!important;
	}
	.catalog__items {
		flex-direction: column;
		align-items: center;
	}
	.catalog__item {
		width: 100%;
		max-width: 300px;
	}
	.catalog .item__image {
		width: 100%;
		height: 100%;
	}
	.catalog-item__button {
		width: 100%;
	}
	.advantages__items {
		align-items: center;
	}
	.advantages__item {
		width: 100%;
	}
	.advantages__icon {
		width: 130px;
		height: 130px;
	}
	.order__description {
		text-align: left;
	}
	.order__form {
		text-align: left;
	}
}

@media (max-width: 375px) {	
	table td {
		display: table-cell;
	}
	
}
.banner__slider .slider__item {
    background: #000;
}
.banner__slider .slider__item img{
    opacity: 0.3 !important;
}

.catalog__item img{
    border-radius: 10px;
}
.portfolio__item img{
    border-radius: 10px;
}
.catalog__item{
    border-radius: 10px;
}
.video__image img{
    border-radius: 10px;
}
.video-preview{
    border-radius: 10px;
}