ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}
 
a:hover,
a:active {
	color: #379d35;
	border-color: #379d35 !important;
	outline: 0;
	text-decoration: none;
}

html, body {
	font-family: 'Arial', sans-serif;
	height: 100%
}

p, h1, h2, h3, h4, h5, h6 {
	color: #000;
}

input, textarea, button {
	border: none;
	outline: none !important;
	background: none;
	color: #000;
}

button:active {
	transform: scale(.97);
}

.wrapper {
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

.flex {
	flex: 0 0 auto;
}

.header-top {
	position: sticky;
	width: 100%;
	top: -80px;
	left: 0;
	z-index: 250 !important;
	background: #fff;
	box-shadow: 0 10px 25px #f2f2f2
}

.main-header {
	background: #fff;
}

.logotype {

}

.main-menu li {
	display: flex;
	align-items: center;
}

.main-menu li a {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	padding: 25px 15px;
	font-family: 'Arial';
	text-align: center;
	transition: all ease .3s;
}

/*.main-menu li:nth-child(3) a {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #36D000;
	display: table;
	letter-spacing: 0.08em;
	font-family: 'OswaldR'
}
*/
.main-menu li a:hover {
	color: #379d35;
}

.main-menu li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 0;
	background: #379d35;
	transition: all ease .15s;
}

/*.main-menu li:nth-child(3) a:before {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
} 
*/
.main-menu li a:hover:before {
	height: 4px;
}

.main-contacts ul {
	flex-direction: column;
}

.main-contacts li {
	line-height: 1.25;
	text-align: center;
}

.main-contacts li a {
	display: inline-block;
	font-family: 'OswaldR'
}

.main-contacts li:last-child a {
	border-bottom: 1px solid #000;
}

.slider-home {
	margin-top: 7rem;
}

.slider-item h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'OswaldDB';
	margin-bottom: 30px;
}

.slider-item h1 span {
	color: #ebbc00;
	display: block;
	font-family: Arial;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.slider-item ul {
	margin-bottom: 30px;
}

.slider-item li {
	position: relative;
	font-size: 20px;
	font-family: 'Arial';
	padding-left: 15px;
	margin-bottom: .75rem;
}

.slider-item li:before {
	content: '\f054';
	position: absolute;
	top: 3px;
	left: 0;
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
}

.active_span {
	color: #379d35;
	font-family: 'Arial';
	font-weight: 600;
}

.slider-item .btnModal {
	margin-top: 30px;
}

.slider-item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.btnModal {
	position: relative;
	z-index: 2;
	color: #fff;
	background: #379d35;
	box-shadow: 0 0 0 rgba(0,0,0,.3);
	max-width: 350px;
	width: 100%;
	height: 55px;
	font-size: 18px;
	font-family: 'Arial';
	text-transform: uppercase;
	letter-spacing: .05em;
	transition: all ease .25s;
	border-width: 3px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	overflow: hidden;
	border: 2px solid transparent;
}

.btnModal[disabled="disabled"],
button[disabled="disabled"]{
	opacity: .5;
}

.btnModal:hover {
	background: none;
	color: #000;
	border-color: #379d35;
}

.btnModal-gradient {
	background: linear-gradient(271.12deg, #FFE600 0.59%, #C56A00 100%) !important;
	border: 1px solid #B4A100 !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
	border-radius: 44px;
	font-family: 'OswaldR'
}

.btnModal:before {
	content: "";
	width: 30px;
	height: 150px;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.5)));
	background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5));
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
	position: absolute;
	top: 0;
	bottom: 0;
	left: -60px;
	margin: auto;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-animation: blic 4.5s linear infinite;
	animation: blic 4.5s linear infinite;
}

@-webkit-keyframes blic {
	0% {
		left: -80px;
	}
	25% {
		left: 580px;
	}
	100% {
		left: 580px;
	}
}
@keyframes blic {
	0% {
		left: -80px;
	}
	25% {
		left: 580px;
	}
	100% {
		left: 580px;
	}
}

.btnModal-gradient:hover {
	color: #fff !important;
	background: linear-gradient(271.12deg, #C56A00 0.59%, #FFE600 100%) !important;
}

.btnModal-white {
	background: #fff !important;
	color: #000 !important;
	border-radius: 44px
}

.btnModal-white:hover {
	background: rgba(255,255,255,.9) !important;
	border-color: #fff;
	color: #000 !important;
}

.slider-img {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.slider-img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
	--active: #fff;
	--active-inner: #000;
	--focus: 2px rgb(0,0,0, .3);
	--border: #BBC1E1;
	--border-hover: rgb(0 157 214 / 1);
	--background: #fff;
	--disabled: #F6F8FF;
	--disabled-inner: #E1E6F9;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 51px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	cursor: pointer;
	border: 2px solid transparent;
	box-shadow: 0px 0px 8px #CACACA;
	background: var(--b, var(--background));
	-webkit-transition: background .3s, border-color .3s, box-shadow .2s;
	transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
	--b: var(--disabled-inner);
	--bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
	cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
	--bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
	box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
	width: 30px;
	height: 30px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
	opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
	--o: 1;
	border: 1px solid #000;
	background: #FCF3E8;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
	font-size: 18px;
	color: #fff;
	font-family: 'Arial';
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: 25px;
	margin-bottom: 46px;
  }

  input[type='checkbox']:not(.switch) {
	border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
	width: 9px;
	height: 20px;
	border: 3px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 10px;
	top: 3px;
	-webkit-transform: rotate(var(--r, 20deg));
			transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
	--r: 43deg;
  }
  input[type='checkbox'].switch {
	width: 38px;
	border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
	left: 2px;
	top: 2px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: var(--ab, var(--border));
	-webkit-transform: translateX(var(--x, 0));
			transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
	--ab: var(--active-inner);
	--x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
	opacity: .6;
  }

  input[type='radio'] {
	border-radius: 50%;
  }
  input[type='radio']:after {
	width: 25px;
	height: 25px;
	top: 1.2px;
	left: 1.4px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	background: #000;
	opacity: 0;
	-webkit-transform: scale(var(--s, 0.7));
			transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
	--s: .7;
  }
}

.quiz {
	position: relative;
	overflow: hidden;
	background-color: #F9EAD5;
	padding: 50px 0;
	margin: 4rem 0;	
}

.quiz:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/quiz/bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: right -500px bottom -320px
}

.quiz:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(249, 234, 213, 0.55);
}

.home-slider,
.quiz-item-btn {
	padding-bottom: 1rem;
}

.home-slider h2 {
	font-size: 36px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	font-family: 'OswaldM'
}

.home-slider p {
	font-size: 30px;
	letter-spacing: 0.02em;
	color: #000000;
	font-family: 'OswaldL';
	margin: 45px 0;
}

.home-slider p span {
	text-transform: uppercase;
	display: block;
}

.home-slider .swiper-button-next {
	width: 218px;
	height: 60px;
}

.quiz-item {
	padding-bottom: 1rem;
}

.quiz-item h2 {
	font-size: 30px;
	margin-bottom: 3rem;
	font-family: 'OswaldR'
}

.quiz-items {
	margin-bottom: 1.5rem;
}

.quiz-items label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.quiz-items-span {
	margin-left: 1.25rem;
}

.quiz-items label span {
	line-height: 1.15;
	font-family: 'Arial'
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: ''
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	box-shadow: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
}

.quiz-item-btn {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
}

.quiz-item-btn .btnModal:first-child {
	max-width: 70px;
	background: none;
	color: #000;
	box-shadow: none;
}

.quiz-item-btn .btnModal {
	max-width: 160px;
	width: 100%;
	margin-right: 1rem;
}

.vp2 .quiz-items label span {
	width: 95px;
	display: inline-block;
}

.vp2 .quiz-items label,
.vp3 .quiz-items label {
	align-items: flex-start;
}

.quiz-items-span img {
	border-radius: 22px;
	margin-top: .75rem;
	display: block;
}

.vp3 .quiz-items label span {
	display: inline-block;
	width: 135px;
}

.vp5 .quiz-item h2 {
	text-align: center;
}

.vp5 .quiz-item .quiz-end {
	width: 420px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.vp5 .quiz-item .quiz-end input[name="name"],
.vp5 .quiz-item .quiz-end input[name="phone"] {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-family: 'Arial';
	background: #fff;
	margin-bottom: 18px;
}

.policai {
	margin-top: 1rem;
}

.policai input[type='checkbox'] + label, input[type='radio'] + label {
	margin-bottom: 0;
	margin-left: 8px;
	color: #000;
	font-size: 16px;
}

.policai a {
	color: #379d35
}

.policai a:hover {
	border-bottom: 1px solid #379d35
}

.swiper-wrapper {
	align-items: center;
}

.vp5 .quiz-item .quiz-end .btnModal {
	max-width: 160px;
	width: 100%;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.photo-work {
	margin-top: 3rem;
}

.title {
	position: relative;
	font-size: 38px;
	color: #4F4F4F;
	font-family: 'OswaldM';
	text-transform: uppercase;
	margin-bottom: 2rem;
	z-index: 1;
}

.photo-work-items {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.photo-work-items:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(55, 157, 53, .8);
	transform: translateY(-100%);
	transition: all ease .5s;
}

.photo-work-items:hover:before {
	transform: translateY(0);
}

.photo-work-items:after {
	content: '\f25a';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Font Awesome 5 Pro';
	font-size: 35px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-animation: scaleAnimation .65s infinite alternate ease-in-out;
	animation: scaleAnimation .65s infinite alternate ease-in-out;
}

@-webkit-keyframes scaleAnimation {
	0% { 
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% { 
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.photo-work-items:hover:after {
	opacity: 1;
	transition-delay: .55s;
}

.photo-work-items span {
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	background: #379D35;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;
}

.slick-slide {
	padding: 0 15px;
	outline: none;
}

.slick-next, .slick-prev {
	top: -45px;
	width: 49px;
	height: 49px;
	border: 2px solid #4f4f4f;
	z-index: 1;
	transition: all ease .3s;
}

.slick-next:hover, .slick-prev:hover {
	background: rgb(221, 178, 112);
}

.slick-prev:hover {
	right: 80px;
}

.slick-next:hover {
	right: 10px;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: auto;
	right: 75px;
}

.slick-prev:before {
	content: '\2190'
}

.slick-next:before {
	content: '\2192'
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	opacity: .25;
	cursor: default;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev:before, .slick-next:before {
	color: #4f4f4f;
	font-size: 20px;
	font-family: 'OswaldM';
	font-weight: 600;
}

.photo-work {
	margin-bottom: 4rem;
}

.photo-work-form {
	position: absolute;
	top: 0;
	left: -1px;
	background: rgba(255, 255, 255, 0.88);
	width: calc(100% + 1px);
	height: 100%;
	z-index: 999;
}

.photo-work-form form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px;
	text-align: center;
	height: 100%;
	margin: 0 auto;
}

.photo-work-form form h5 {
	font-size: 36px;
	color: #4F4F4F;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'OswaldR'
}

.photo-work-form form p {
	font-size: 22px;
	color: #4F4F4F;
	font-family: 'Arial';
	margin: 1.5rem 0;
}

.photo-work-form form input {
	text-align: center;
	background: #fff;
	width: 100%;
	height: 60px;
	font-family: 'Arial';
	font-size: 18px;
	border: 1px solid #BEBEBE;;
	margin-bottom: 15px;
}

.photo-work-form form .btnModal {
	background: #DD3F0A;
}

.photo-work-form form .btnModal:hover {
	border-color: #DD3F0A;
	background: none;
}

.photo-work-form form i {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #c4c4c4;
	font-size: 35px;
	transition: all ease .3s;
}

.photo-work-form form i:hover {
	color: #000
}

.pillow-prize {
	margin-bottom: 4rem;
}

.pillow-prize-item {
	padding: 30px 50px;
	background: linear-gradient(90deg, #DD3F0A 11.31%, #DDB270 103.38%);
}

.pillow-prize-items h5 {
	color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-family: 'OswaldM';
}

.pillow-prize-items h5 span {
	font-size: 48px;
	font-family: 'OswaldM';
	display: block;
}

.pillow-prize-items .btnModal {
	max-width: 288px;
	margin-top: 2rem;
}

.pillow-prize-items .btnModal:hover {
	background: rgba(55, 157, 53, .85);
}

.pillow-prize-items .btnModal:hover {
	color: #fff;
}

.pillow-prize-items p {
	color: #fff;
	font-size: 29px;
	font-family: 'Arial';
	line-height: 1.15;
}

.services img {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.services ul li {
	position: relative;
	font-size: 18px;
	font-family: 'Arial';
	padding-left: 15px;
	margin-bottom: .65rem;
}

.services ul li:before {
	content: '\f054';
	position: absolute;
	top: 3px;
	left: 0;
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
}

.accordion-button {
	font-size: 20px;
	font-family: 'OswaldR'
}

.accordion-button:not(.collapsed) {
	color: #4F4F4F;
	background: none;
	border: none;
	font-size: 30px;
	text-align: left;
	transform: scale(1);
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button.collapsed,
.accordion-collapse {
	border: none;
	color: #4F4F4F;
	font-size: 30px;
	text-align: left;
	transform: scale(1);
}

.accordion-button.collapsed span, .accordion-collapse span {
	position: relative;
}

.accordion-button.collapsed span:before, .accordion-collapse span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	border-bottom: 2px dashed #4F4F4F;
}

.accordion-button::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	background-image: none;
	display: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
}

.accordion-body {
	padding-top: 0;
}

.accordion-body p {
	font-size: 18px;
	font-family: 'Arial'
}

.services .price {
	margin-top: 1rem;
	font-size: 25px;
	font-family: 'OswaldM'
}

.services .price span {
	display: inline-block;
	text-transform: uppercase;
}

.services .price span:nth-child(1) {
	text-decoration: line-through;
	color: #9E9E9E;
	margin-right: .75rem;
}

.services .price span:nth-child(2) {
	font-family: 'OswaldR';
	font-size: 21px;
}

.services .btnModal {
	margin-top: .75rem;
}

.services img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.services-items {
	margin-left: 1.5rem;
}

.master-house {
	position: relative;
	margin: 4rem 0;
	margin-bottom: 4rem;
	padding: 30px 0;
	background: linear-gradient(95.79deg, #379D35 41.45%, #0BBB08 93.59%);
}

.wrap_imgMaster{
	max-width: 510px;
	width: 100%;
}

.wrap_imgMaster img{
	width: 100%;
}

.wrap_masterHouse{
	display: flex;
	align-items: center;
}

.master-house-item {
	padding-left: 6rem;
}

.master-house-item h5 {
	color: #fff;
	font-size: 46px;
	font-family: 'OswaldM';
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	max-width: 625px;
}

.master-house-item p {
	font-size: 21px;
	color: #fff;
	margin-bottom: 30px;
	font-family: 'Arial';
	text-align: center;
}

.master-house-item p span {
	display: block;
}

.master-house-item form {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.master-house-item form input {
	background: #fff;
	text-align: center;
	width: 100%;
	height: 60px;
	margin-bottom: 1rem;
	border-radius: 44px;
	font-size: 20px;
}

.master-house-item form .btnModal {
	max-width: 100%;
	background: #DD3F0A;
	height: 67px;
	font-size: 24px;
	letter-spacing: 0.08em;
}

.master-house-item form .btnModal:hover {
	color: #fff;
	border-color: rgba(221, 63, 10, .85);
	background: rgba(221, 63, 10, .85);
}

.men-master-items {
	position: relative;
}

.men-master-items:before {
	content: '';
	position: absolute;
	top: -145px;
	right: 0;
	width: 370px;
	height: 550px;
	background-image: url(../img/men-master.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.quality-work .title {
	margin-bottom: 0;
}

.quality-work {
	color: #4F4F4F;
}

.quality-guarantee {
	max-width: 320px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 10px;
	border: 2px dashed #1CB019;
	border-radius: 44px;
	display: flex;
	align-items: flex-start;
	margin-left: auto;
}

.quality-guarantee p {
	color: #30A32D;
	letter-spacing: 0.02em;
	font-size: 20px;
	margin-bottom: 0;
	align-self: center;
	text-transform: uppercase;
	line-height: 1.25;
}

.quality-work-items {
	margin-bottom: 3rem;
}

.quality-work-items p {
	font-size: 20px;
	font-family: 'Arial';
}

.quality-guarantee-list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.quality-guarantee-list i {
	align-self: flex-start;
	font-size: 46px;
	margin-right: 2rem;
}

.quality-guarantee-list h5 {
	color: #4F4F4F;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	font-family: 'OswaldR'
}

.quality-guarantee-list p {
	font-size: 16px;
	font-family: 'Arial';
	margin-bottom: 0;
}

.sale-material-items {
	background: linear-gradient(90deg, #DD3F0A 11.31%, #DDB270 103.38%);
	padding: 25px 45px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sale-material {
	margin-bottom: 4rem;
}

.sale-material-items h5 {
	color: #fff;
	font-family: 'OswaldM';
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 42px;
}

.sale-material-items p {
	font-size: 35px;
	color: #fff;
	margin-bottom: .5rem;
	font-family: 'Arial'
}

.sale-material-items h6 {
	margin-bottom: 0;
	color: #fff;
	font-size: 30px;
	font-family: 'OswaldM';
}

.sale-material-items .btnModal {
	margin-top: 1.5rem;
}

.sale-material-items .btnModal:hover {
	color: #fff;
	background: rgba(55, 157, 53, .85);
}

.sale-material-img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 305px;
	width: 100%;
}

.best-fabrics .title {
	margin-bottom: 1rem;
}

.best-fabrics-items p {
	font-size: 20px;
	color: #404040;
	font-family: 'Arial'
}

.best-fabrics-body img {
	margin-bottom: 1rem;
	height: 245px;
	object-fit: cover;
}

.best-fabrics-body h5 {
	font-size: 24px;
	text-transform: uppercase;
	color: #4f4f4f;
	font-family: 'OswaldM';
	margin-bottom: 0;
}

.best-fabrics-body span {
	color: #7e7e7e;
	margin: 5px;
	display: inline-block;
	font-size: 18px;
}

.best-fabrics-body p {
	font-family: 'Arial';
	margin-bottom: 0;
}

.guarantee {
	padding-top: 1.5rem;
	position: relative;
	overflow: hidden;
	margin: 4rem 0;
}

.guarantee:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90%;
	background: #F9EAD5;
}

.guarantee:after {
	content: '';
	position: absolute;
	bottom: -25%;
	right: -25%;
	background-image: url(../img/quiz/bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	width: 100%;
	height: 100%;
}

.guarantee .title {
	text-transform: none;
	margin-bottom: 3rem;
}

.guarantee-item {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.25);
	margin-bottom: 1em;
	z-index: 1;
}

.guarantee-items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	width: 250px;
	height: 350px;
}

.guarantee-items h5 {
	font-size: 28px;
	font-family: 'OswaldM';
	margin-bottom: 3rem;
	color: #4F4F4F;
}

.guarantee-items h5 span {
	color: #14B610;
}

.guarantee-items p {
	color: #4F4F4F;
	font-size: 20px;
	font-family: 'Arial';
	margin-bottom: 0;
}

.installment-plan {
	position: relative;
	overflow: hidden;
	background-image: url(../img/installment-plan.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 2rem 0;
}

.installment-plan-items {
	padding: 60px 4rem;
	border-radius: 5px;
	background: #ddb270;
}

.installment-plan-items h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'OswaldB';
	margin-bottom: 30px;
}

.installment-plan-items form {
	width: 350px;
	margin: 0 auto;
}

.installment-plan-input {
	margin-bottom: 2rem;
}

.installment-plan-input label {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'OswaldM';
	color: #4f4f4f;
}

.installment-plan-input input {
	background: #fff;
	width: 100%;
	height: 55px;
	padding: .5rem 1rem;
	color: #4f4f4f
}

.installment-plan-items .btnModal:hover {
	color: #fff;
	background: rgba(55, 157, 53, .85);
}

.gift-mattress {
	margin: 4rem 0;
}

.gift-mattress .title {
	margin-bottom: .75rem;
}

.title-sub {
	font-size: 18px;
	color: #404040;
	font-family: 'Arial';
	margin-bottom: 2rem;
}

.gift-mattress-items {
	padding-left: 3rem;
}

.gift-mattress-items img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.gift-mattress-items p {
	font-family: 'Arial';
}

.gift-mattress-items .btnModal {
	max-width: 100%;
}

.gift-mattress-items input {
	border: 1px solid rgba(131,131,131,.46);
}

.discount-for-pensioners .row {
	position: relative;
	background: linear-gradient(270deg, #659D51 50.99%, #379D35 98.87%);
}

.discount-for-pensioners .row:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/discount-for-pensioners.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	width: 100%;
	height: 100%;
}

.discount-for-pensioners-items {
	position: relative;
	padding: 40px 45px;
}

.discount-for-pensioners-items h5 {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'OswaldM';
	margin-bottom: 2rem;
}

.discount-for-pensioners-items p {
	font-size: 20px;
	color: #fff;
	font-family: 'Arial'
}

.discount-for-pensioners-items h6 {
	font-size: 36px;
	font-family: 'OswaldM';
	color: #fff;
	margin-bottom: 1.5rem;
}

.discount-for-pensioners-items .btnModal {
	background: #DD3F0A
}

.discount-for-pensioners-items .btnModal:hover {
	color: #fff;
	border-color: rgba(221, 63, 10, .85);
	background: rgba(221, 63, 10, .85);
}

.just-work-items-list {
	display: flex;
	align-items: center;
	width: 100%;
	height: 105px;
	background: #e8e2c4;
	margin: 15px 0;
}

.just-work-items-list h5 {
	margin-right: 30px;
	margin-left: 50px;
	margin-bottom: 0;
	font-size: 40px;
	color: #4f4f4f;
	font-family: 'OswaldB'
}

.just-work-items-list p {
	margin-bottom: 0;
	color: #4f4f4f;
	font-family: 'Arial'
}

.just-work .title {
	margin-bottom: .5rem;
}

.just-work {
	margin: 4rem 0;
}

.just-work h6 {
	font-size: 24px;
	text-transform: uppercase;
	color: #93816f;
	font-family: 'OswaldM'
}

.just-work-item img {
	max-width: 100%;
	width: 100%;
	height: 345px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 15px
}

.take-away {
	position: relative;
	background: linear-gradient(95.79deg, #379D35 41.45%, #0BBB08 93.59%);
	padding: 35px 0;
}

.take-away-img {
	position: relative;
}

.take-away-img:before {
	content: '';
	position: absolute;
	right: 0;
	top: -25px;
	background-image: url(../img/machine.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 62%;
	height: 297px;
}

.take-away-items h5 {
	color: #fff;
	font-size: 53px;
	text-transform: uppercase;
	font-family: 'OswaldB';
	line-height: .75;
	margin-bottom: 0
}

.take-away-items h4 {
	color: #fff;
	font-family: 'OswaldB';
	font-size: 98px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0
}

.take-away-btn {
	padding: 25px 0;
	background: #DDAC6B;
}

.take-away-items-btn p {
	color: #fff;
	font-size: 22px;
	font-family: 'Arial';
	margin-left: 35px;
	margin-bottom: 0;
	line-height: 1.25;
}

.take-away-items-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.take-away-items-btn .btnModal {
	max-width: 240px;
	background: #DD3F0A
}

.take-away-items-btn .btnModal:hover {
	color: #fff;
	border-color: rgba(221, 63, 10, .85);
	background: rgba(221, 63, 10, .85);
}

.reviews {
	margin: 4rem 0;
}

.reviews-items {
	position: relative;
	padding: 30px 40px;
	border: 1px solid #C8C8C8;
	border-radius: 3px;
	margin: 15px 0;
	height: 100%;
}

.reviews-items h5 {
	font-size: 20px;
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 1rem;
	font-family: 'OswaldR'
}

.reviews-items h6 {
	font-size: 20px;
	color: #4F4F4F;
	margin-bottom: 0;
	font-family: 'OswaldR'
}

.reviews-items p {
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 0;
	font-family: 'Arial'
}

.reviews-items video {
	max-width: 100%;
	margin-top: 1rem;
}

.reviews .btnModal {
	max-width: 100%;
	margin-top: 2rem;
}

footer .footer-bottom {
	position: relative;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 3rem 0;
}

.footer-contacts {
	background: #fff;
	padding: 60px;
	border-radius: 3px;
}

.footer-contacts h2 {
	text-transform: uppercase;
	color: #615D59;
	font-size: 48px;
	font-family: 'OswaldM';
	margin-bottom: 30px;
}

.footer-contacts p {
	font-size: 21px;
	line-height: 1.25;
	font-family: 'OswaldL'
}

.footer-contacts .btnModal {
	max-width: 100%;
}

.linkOneFooter {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.linkOneFooter a {
	font-size: 24px;
	color: #615D59;
	font-family: 'OswaldL'
}

.linkOneFooter a span {
	font-size: 30px;
	font-family: 'OswaldR';
	margin-top: .5rem;
}

.linkOneFooter a:hover,
.footer-contacts-items a:hover {
	color: #379d35;
}

.footer-contacts-items h5 {
	font-size: 22px;
	margin-bottom: 0;
	color: #615D59;
	font-family: 'OswaldR'
}

.footer-contacts-items {
	margin-bottom: 55px;
	margin-left: 2.1rem;
}

.footer-contacts-items span {
	display: block;
	font-size: 20px;
	font-family: 'OswaldL';
	color: #615D59;
}

.footer-contacts-items a {
	font-size: 22px;
	color: #615D59;
	display: inline-block;
	margin-top: .5rem;
	font-family: 'OswaldR'
}

.copyright {
	padding: 1rem 0;
}

.copyright span {
	display: inline-block;
	text-align: center;
}

.copyright p {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.copyright p img {
	max-width: 120px;
	margin-left: 10px;
}

.slick-dots li button:before {
	font-size: 14px;
	opacity: 1;
	color: #C4C4C4;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #29A726;
}

.readall-button {
	color: #29A726;
	font-family: 'OswaldL'
}

.modal-header {
	padding-top: 2.5rem;
	border-bottom: 0;
	justify-content: center;
}

.modal-header .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-title {
	font-size: 28px;
	margin: 0 25px;
	text-transform: uppercase;
	color: #4F4F4F;
	font-family: 'OswaldM';
	text-align: center;
}

.modal-body {
	padding-top: 0;
	padding-bottom: 2rem;
	width: 350px;
	margin: 0 auto;
}

.modal-body p {
	margin-bottom: 1.5rem;
	font-size: 17px;
	text-align: center;
}

.modal-body form input,
.modal-body form textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #BEBEBE;
	margin-bottom: 1rem;
	padding: 0 1rem;
	text-align: center;
	border-radius: 5px;
}

.modal-body form textarea {
	height: auto;
	text-align: left;
	padding: 1rem;
}

.modal-body .btnModal {
	max-width: 100%;
	background: #DD3F0A;
}

.modal-body .btnModal:hover {
	color: #fff;
	border-color: rgba(221, 63, 10, .85);
	background: rgba(221, 63, 10, .85);
}

.thank-content {
	display: none;
}

.thank {
	background: rgba(19, 88, 109,0.9);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.thank h2 {
	color: #fff;
	font-size: 30px;
}

.instagram {
	position: fixed;
	bottom: 15px;
	left: 15px;
	color: #fff;
	z-index: 999;
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-radius: 50%;
	width: 85px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 35px;
	-webkit-animation: scaleAnimation .85s infinite alternate ease-in-out;
	animation: scaleAnimation .85s infinite alternate ease-in-out;
}

.instagram {
	background: linear-gradient(271.12deg, #FFE600 0.59%, #C56A00 100%);
	border: 1px solid #B4A100 !important;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes scaleAnimation {
	0% { 
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% { 
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.modal-sotka-content h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'OswaldDB';
	text-align: center;
}

.modal-sotka-content p {
	margin: 0 auto;
	color: #4F4F4F;
	font-size: 22px;
	line-height: 1.25;
	font-family: 'OswaldL';
	width: 260px;
}

.modal-sotka-content p span {
	color: #fff;
	padding: 0 5px;
	background: #379d35;
}

.modal-sotka-content h4 {
	line-height: 1.25;
	width: 310px;
	margin-top: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	color: #379d35;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-family: 'OswaldM';
	text-align: center;
}

.modal-sotka-content h4 span {
	color: #4F4F4F;
}

.modal-sotka-content .prizText {
	margin: 0 auto;
}

.modal-header {
	padding-top: 1rem;
}

.modal-sotka-content form {
	padding: 30px 15px;
	background: #EFEFEF;
	text-align: center;
}

.modal-sotka-content form input {
	background: #fff;
	height: 55px;
	width: 350px;
	border: 2px solid #dbdbdb;
	text-align: center;
	margin-bottom: .75rem;
}

.services .desc-services ul li {
	font-size: 22px;
	letter-spacing: 0.02em;
	color: #4F4F4F;
	font-family: 'OswaldL';
	padding-left: 18px;
}

.services .desc-services ul li:before {
	content: '';
	top: 13px;
	width: 9px;
	height: 9px;
	background: #4F4F4F;
	border-radius: 50%;
}


.services_item {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0 3px 70px 3px;
}


.services_item__img img {
	box-shadow: none;
}

.services_item__img h5 {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	max-width: 122px;

}

.services_item__img h5 span {
	display: inline-block;
	background: #fff;
	color: #379D35;
	font-size: 12px;
	font-family: 'OswaldR';
	padding: 6px;
	width: 122px;
	text-align: center;
	border-radius: 10px;
}

.services_item .btnModal {
	font-size: 16px;
	width: calc(100% - 80px);
	height: 48px;
	margin: 0 auto;
}

.services_item__title {
	margin: 15px 0;
	flex: 1;
}

.services_item__title h5 {
	color: #4F4F4F;
	text-transform: uppercase;
	font-family: 'OswaldR';
	margin: 0;
}

.services_item__title span {
	font-family: 'OswaldL';
	font-size: 16px;
	color: #4F4F4F;
}

.services-none {
	display: none;
}

.read-more__services {
	font-size: 22px;
	display: inline-block;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #379D35;
	font-family: 'OswaldM';
	border-bottom: 2px dashed #379D35
}

.read-more__services:hover {
	opacity: .85;
}

.faq {
	margin: 120px 0;
}

.faq img {
	object-fit: cover;
	height: 100%;
}

.faq-tabs h5 {
	font-family: 'OswaldM';
	font-size: 48px;
	margin-bottom: 60px;
	color: #4F4F4F;
}

li, a, input, p, div, span, button {
	font-family: 'OswaldR' !important;
}

.col-lg-6__zaberem {
	text-align: right;
	width: 55%;
}

.col-lg-6__img {
	width: 45%;
}

.footer__row1 {
	display: flex;
	justify-content: space-around;
}

#photo-work {
	position: absolute;
	top: -74px;
}

.photo-work {
	position: relative;
}

@media (max-width: 575px) {
	#photo-work {
		top: -40px;
	}

	.info__work {
		font-size: 10px;
	}
}

.servicesRow{
	justify-content: center;
}

.slick-slide img{
	max-height: 350px;
	object-fit: contain;
	margin: auto;
}