a,
a:hover {
	text-decoration: none
}

.form-checkbox,
button,
select {
	cursor: pointer
}

button,
input,
textarea {
	border: none;
	background: 0 0
}

.thumbnail,
html.is-fixed {
	overflow: hidden
}

@font-face {
	font-family: Raleway-Regular;
	src: url(../fonts/Raleway/Raleway-Regular.woff2) format('woff2'), url(../fonts/Raleway/Raleway-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Raleway-Medium;
	src: url(../fonts/Raleway/Raleway-Medium.woff2) format('woff2'), url(../fonts/Raleway/Raleway-Medium.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Raleway-SemiBold;
	src: url(../fonts/Raleway/Raleway-SemiBold.woff2) format('woff2'), url(../fonts/Raleway/Raleway-SemiBold.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Raleway-Bold;
	src: url(../fonts/Raleway/Raleway-Bold.woff2) format('woff2'), url(../fonts/Raleway/Raleway-Bold.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Raleway-ExtraBold;
	src: url(../fonts/Raleway/Raleway-ExtraBold.woff2) format('woff2'), url(../fonts/Raleway/Raleway-ExtraBold.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

.col-gutters,
.container {
	padding: 0 15px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.row-nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.row-gutters {
	margin-left: -15px;
	margin-right: -15px
}

.column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.align-horisontal-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.align-horisontal-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-horisontal-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-horisontal-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-vertical-start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-vertical-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.align-vertical-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-vertical-baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.col-w-16 {
	width: 16.666666%;
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6)
}

.col-w-20 {
	width: 20%
}

.col-w-25 {
	width: 25%
}

.col-w-33 {
	width: 33.3333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3)
}

.col-w-50 {
	width: 50%
}

.col-w-100,
img,
textarea {
	width: 100%
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
	margin: 0;
	padding: 0
}

html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

body {
	font: 18px Raleway-Regular, Arial, sans-serif;
	line-height: 1.83;
	overflow-x: hidden;
	min-width: 320px;
	height: 100%;
	opacity: 1;
	position: relative;
	color: #000;
	background-color: #fff
}

input,
textarea {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* transition: border-color .17s ease-in-out; */
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0
}

textarea {
	resize: vertical
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all .17s ease-in-out
}

a,
button {
	outline: 0
}

a {
	transition: all .17s ease-in-out
}

button {
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: all .17s ease-in-out
}

.bg,
.bg-with-overlay {
	background-repeat: no-repeat;
	background-position: 50% 50%
}

img {
	height: auto
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important
}

.gutters {
	padding: 100px 0
}

.gutter-top {
	padding-top: 100px
}

.gutter-bottom {
	padding-bottom: 100px
}

.w3c {
	visibility: hidden;
	display: none
}

.content__wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%
}

.sect-title {
	font: 80px Raleway-ExtraBold, Arial, sans-serif;
	line-height: 1;
	margin-bottom: 40px
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.basic-white-color {
	color: #fff
}

.basic-black-color {
	color: #000
}

.light-text-color {
	color: #525151
}

.accent-color {
	color: #66cc33
}

.content-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.bg {
	-webkit-background-size: cover;
	background-size: cover
}

.bg-with-overlay {
	position: relative;
	background-color: #000;
	-webkit-background-size: cover;
	background-size: cover
}

.bg-with-overlay:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.bg-with-overlay .container {
	position: relative;
	z-index: 2
}

.bg-with-overlay__light:before {
	background-color: rgba(255, 255, 255, .9)
}

.visually-hidden {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	z-index: -999;
	opacity: 0;
	visibility: hidden;
}

.thumbnail {
	position: relative;
	width: 100%;
	padding-top: 50%
}

.thumbnail img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.btn-hamburger,
.form-checkbox,
.form-group,
.menu li {
	position: relative
}

.content :last-child {
	margin-bottom: 0
}

.content h1 {
	font: 90px Raleway-ExtraBold, Arial, sans-serif;
	margin-bottom: 40px
}

.content h2 {
	font: 80px Raleway-ExtraBold, Arial, sans-serif;
	margin-bottom: 45px
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1
}

.content b,
.content strong {
	font-family: Raleway-Bold, Arial, sans-serif
}

.content ol,
.content p,
.content ul {
	margin-bottom: 30px
}

.content ol li,
.content ul li {
	display: block;
	position: relative;
	margin-bottom: 20px
}

.content ol li:last-child,
.content ul li:last-child {
	margin-bottom: 0
}

.content ul li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 4px;
	background-color: #000
}

.content ol {
	counter-reset: list
}

.content ol li:before {
	counter-increment: list;
	content: counter(list) ". ";
	display: inline-block;
	margin-right: 4px
}

.form-checkbox:after,
.form-checkbox:before,
.menu li.menu-item-has-children>a:after,
.services-slider__btn:before {
	content: ''
}

.btn {
	display: inline-block;
	padding: 25px 40px;
	font: 20px Raleway-Bold, Arial, sans-serif;
	line-height: 1;
	color: #fff;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 8px;
	background-color: #66cc33;
	text-align: center;
	text-transform: uppercase
}

.btn:hover {
	background-color: #dd0827
}

.btn-accent {
	background-color: #f6092b
}

.btn-wide {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px
}

.btn-sm {
	font: 16px Raleway-SemiBold, Arial, sans-serif;
	padding: 20px 35px
}

.btn-hamburger {
	display: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-transition: background-color .17s ease-in-out;
	-o-transition: background-color .17s ease-in-out;
	transition: background-color .17s ease-in-out;
	z-index: 12
}

.btn-hamburger__line {
	width: 27px;
	height: 2px;
	background-color: #f6092b;
	display: block;
	margin: 6px auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.btn-hamburger.is-active .btn-hamburger__line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg)
}

.btn-hamburger.is-active .btn-hamburger__line:nth-child(2) {
	opacity: 0
}

.btn-hamburger.is-active .btn-hamburger__line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg)
}

[type=submit] {
	font: 18px Raleway-SemiBold, Arial, sans-serif
}

.menu-wrapper {
	-webkit-background-size: 0 0;
	background-size: 0 0;
	background-color: transparent
}

.menu-wrapper:before {
	display: none
}

.menu li {
	display: inline-block;
	margin-right: 50px
}

.menu li:last-child {
	margin-right: 0
}

.menu li.menu-item-has-children>a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.menu li.menu-item-has-children>a:after {
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../img/icons/arrow.png) 50%/contain no-repeat;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	margin-left: 10px;
	-webkit-transition: -webkit-transform .17s ease-in-out;
	-o-transition: -o-transform .17s ease-in-out;
	transition: transform .17s ease-in-out;
	transition: transform .17s ease-in-out, -webkit-transform .17s ease-in-out, -o-transform .17s ease-in-out
}

.menu li.menu-item-has-children:hover a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.menu a {
	font: 18px Raleway-Regular, Arial, sans-serif;
	color: #fff;
	border-bottom: 2px solid transparent
}

.menu a:hover {
	border-color: currentColor
}

.menu-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.menu-wrapper .btn {
	margin-left: 50px
}

/* sub-menu */
.menu .sub-menu {
	position: absolute;
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 30px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition-property: visibility, opacity;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
	transition-timing-function: ease;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1280px) {
	.menu .sub-menu {
		position: relative;
		display: none;
		padding: 0;
		visibility: visible;
		opacity: 1;
		box-shadow: none;
		background: none;
		margin: 20px auto 0;
	}

	.menu .menu-item-has-children.sub-menu-opened .sub-menu {
		display: flex;
	}
}

.menu .sub-menu li {
	margin: 0;
}

.menu .sub-menu a {
	color: #000;
}

.menu li.menu-item-has-children:hover .sub-menu {
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
}

.logo {
	display: inline-block
}

.logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 218px;
	max-height: 105px
}

input[type=search] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	appearance: none;
	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.form-input {
	display: block;
	width: 100%;
	padding: 24px 28px;
	text-align: left;
	line-height: 1;
	font: 16px Raleway-Regular, Arial, sans-serif;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	border: 1px solid transparent
}

.form-input::-webkit-input-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

.form-input::-moz-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

.form-input:-moz-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

.form-input:-ms-input-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

.form-input-transparent {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	font-size: 16px;
	padding: 13px 22px
}

.form-input-transparent::-webkit-input-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: inherit
}

.form-input-transparent::-moz-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: inherit
}

.form-input-transparent:-moz-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: inherit
}

.form-input-transparent:-ms-input-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: inherit
}

.form-group {
	margin-bottom: 12px
}

.form-group:last-child {
	margin-bottom: 0
}

.form-checkboxes {
	max-height: 165px;
	overflow-y: auto
}

.form-checkboxes::-webkit-scrollbar {
	width: 12px;
	height: 8px;
	background-color: #fafafa;
	border-radius: 50px
}

.form-checkboxes::-webkit-scrollbar-thumb {
	background-color: #f6092b;
	border-radius: 50px
}

.form-checkbox {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font: 15px Raleway-Regular, Arial, sans-serif;
	color: rgba(0, 0, 0, .7);
	line-height: 1
}

.form-checkbox:after,
.form-checkbox__label {
	display: inline-block
}

.form-checkbox:before {
	display: inline-block;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
	border-radius: 4px;
	width: 18px;
	height: 18px;
	border: 1px solid transparent;
	opacity: .5;
	-webkit-box-shadow: -1px 3px 7px 0 rgba(0, 0, 0, .17) inset;
	box-shadow: -1px 3px 7px 0 rgba(0, 0, 0, .17) inset;
	margin-right: 9px
}

.form-checkbox:after {
	-webkit-transition: opacity .17s ease-in-out;
	-o-transition: opacity .17s ease-in-out;
	transition: opacity .17s ease-in-out;
	width: 17px;
	height: 14px;
	background: url("../img/icons/check.png") 50%/contain no-repeat;
	position: absolute;
	top: 0;
	left: 4px;
	opacity: 0
}

.form-checkbox__label input:checked+span:before {
	opacity: 1;
	border-color: #a8a8a8
}

.form-checkbox__label input:checked+span:after {
	opacity: 1
}

.swiper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.services-slider__wrapper {
	position: relative
}

.services-slider__btn {
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.services-slider__btn:before {
	display: inline-block;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 11px;
	height: 22px;
	background: url(../img/icons/slider-arrow.png) 50%/contain no-repeat
}

.services-slider__btn:hover {
	border-color: #f6092b;
	background-color: #f6092b
}

.services-slider__btn-prev {
	right: 100%;
	margin-right: 40px
}

.services-slider__btn-next {
	left: 100%;
	margin-left: 40px;
	-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	-o-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1)
}

.slider-pagination {
	bottom: auto;
	top: auto;
	position: relative;
	margin-top: 2rem;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider-pagination span {
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	width: 12px;
	height: 12px;
	outline: 0;
	border: none
}

.slider-pagination span.swiper-pagination-bullet-active {
	background-color: #66cc33
}

.service-slide__img {
	padding-top: 106%;
	margin-bottom: 30px;
	border-radius: 20px;
	border: 3px solid #66cc33;
	-webkit-box-shadow: 0 3px 54px 0 rgba(0, 0, 0, .46);
	box-shadow: 0 3px 54px 0 rgba(0, 0, 0, .46)
}

.service-slide__title {
	text-align: center;
	font: 25px Raleway-Bold, Arial, sans-serif;
	color: #fff;
	text-shadow: -1px 3px 84px rgba(0, 0, 0, .44)
}

.sect__testimonials {
	overflow: hidden;
}

.testimonials-slider__wrapper {
	min-width: 0;
	width: 100%;
	max-width: 640px;
	padding-top: 130px;
	background: url(../img/icons/quote.png) top left/75px 51px no-repeat
}

.testimonials-slider__wrapper .slider-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.testimonials-slider__wrapper .slider-pagination span {
	background-color: rgba(0, 0, 0, .5)
}

.testimonials-slider__wrapper .slider-pagination span.swiper-pagination-bullet-active {
	background-color: #f6092b
}

.testimonials-slider .swiper-slide {
	height: auto
}

.testimonials-slider-thumbs {
	width: 500px;
	margin: 65px 0 0
}

.testimonials-slider-thumbs .swiper-slide-visible .testimonial-thumb {
	-webkit-transform: scale(.65);
	-ms-transform: scale(.65);
	-o-transform: scale(.65);
	transform: scale(.65)
}

.testimonials-slider-thumbs .swiper-slide-next .testimonial-thumb,
.testimonials-slider-thumbs .swiper-slide-prev .testimonial-thumb {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85)
}

.testimonials-slider-thumbs .swiper-slide-thumb-active .testimonial-thumb {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.testimonials-slider-thumbs .swiper-slide-thumb-active div {
	display: block
}

.testimonial {
	font-family: Raleway-Medium, Arial, sans-serif
}

.testimonial .testimonial-thumb {
	display: block;
	opacity: 1 !important;
	margin-bottom: 1rem
}

.testimonial .testimonial-thumb div {
	display: block !important
}

.testimonial .testimonial-thumb__img {
	width: 110px;
	height: 110px
}

.testimonial-thumb {
	text-align: center;
	font: 14px Raleway-Medium, Arial, sans-serif;
	color: #383737;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	will-change: transform;
	opacity: .5
}

.testimonial-thumb div {
	display: none
}

.testimonial-thumb__img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 18px;
	width: 66px;
	height: 66px
}

.testimonial-author {
	font: 18px Raleway-Bold, Arial, sans-serif;
	margin-bottom: 5px;
	color: #000;
	white-space: nowrap
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding-top: 10px
}

.footer {
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	font: 16px Raleway-Medium, Arial, sans-serif;
	line-height: 24px
}

.footer:before {
	background-color: rgba(0, 0, 0, .9);
}

.footer-content {
	padding: 70px 0
}

.footer a {
	color: inherit
}

.footer a:hover {
	text-decoration: underline
}

.footer .logo img {
	max-width: 262px;
	max-height: 131px
}

.footer .address {
	line-height: 2.5
}

.footer-nav li {
	margin-bottom: 10px
}

.footer-nav li:last-child {
	margin-bottom: 0
}

.footer-col {
	width: auto;
	padding-top: 50px
}

.footer-col p {
	margin-top: 36px
}

.footer-col:first-child {
	padding-top: 0;
	width: 292px
}

.footer-col__title {
	font: 22px Raleway-Bold, Arial, sans-serif;
	margin-bottom: 27px;
	margin-top: 0 !important
}

.footer .form {
	width: 240px
}

.footer .btn {
	text-transform: none;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	font-family: Raleway-Medium, Arial, sans-serif
}

.copyright {
	text-align: center;
	padding: 18px 15px;
	border-top: 1px solid #494949;
	font-size: 14px;
	position: relative;
	z-index: 2
}

.sect__promo {
	padding: 190px 0 100px;
	background-color: #000
}

.promo-content {
	color: #fff;
	font: 16px Raleway-SemiBold, Arial, sans-serif;
	line-height: 2;
	width: 100%;
	width: 500px;
	margin-right: 30px
}

.promo-content .btn {
	margin-top: 32px
}

/* form styles */

#MainDivDomID {
	width: 100% !important;
	/* width: 600px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 15px;
	padding: 36px 50px;
	margin-right: -85px;
	display: none; */
}


#MainDivDomID table {
	width: 100%;
}


#MainDivDomID tr>td:first-child {
	width: 100%;
}

#MainDivDomID tr:not(:nth-child(7))>td:last-child {
	display: none;
}

#MainDivDomID label:empty,
#MainDivDomID label:empty+br {
	display: none;
}

#MainDivDomID tr:nth-child(7) td:first-child {
	display: none;
}

#MainDivDomID tr:nth-child(7)>td {
	padding-bottom: 12px;
}

#MainDivDomID tr:nth-child(8),
#MainDivDomID tr:nth-child(9) {
	display: none;
}

#MainDivDomID tr:nth-child(8)>td,
#MainDivDomID tr:nth-child(9)>td {
	border-radius: 20px;
	background-color: #fff;
	padding: 28px 25px;
}

#MainDivDomID tr:nth-child(10) button {
	display: inline-block;
	padding: 25px 40px;
	font: 20px Raleway-Bold, Arial, sans-serif;
	line-height: 1;
	color: #fff;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 8px;
	background-color: #66cc33;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding-left: 5px;
	padding-right: 15px;
	margin-top: 12px;
}

.tabs-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-radius: 50px;
	padding: 7px 10px;
	background-color: #fff;
	border-radius: 50px;
}

.tabs-controls__btn {
	text-align: center;
	font: 16px Raleway-SemiBold, Arial, sans-serif;
	color: #000;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 50px;
}

.tabs-controls__btn.is-active {
	background-color: rgba(246, 9, 43, .15);
	color: #f6092b;
}

.form-input {
	display: block;
	width: 100%;
	padding: 24px 28px;
	text-align: left;
	line-height: 1;
	font: 16px Raleway-Regular, Arial, sans-serif;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	border: 1px solid transparent;
	margin-bottom: 12px;
}


.form-input::-webkit-input-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

.form-input::-moz-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

.form-input:-moz-placeholder {
	font: 1em Raleway-Regular, Arial, sans-serif;
	color: #525151
}

input[type="checkbox"] {
	padding-right: 100px;
}

.form-checkbox__wrapper {
	height: 33px;
	display: flex;
	align-items: center;
}


.form-checkbox__label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.form-checkbox {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font: 15px Raleway-Regular, Arial, sans-serif;
	color: rgba(0, 0, 0, .7);
	line-height: 1;
	position: relative;
}

.form-checkbox__label input {
	display: none;
}

.promo-form {
	width: 600px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 15px;
	padding: 36px 50px;
	margin-right: -85px
}

.promo-form__title {
	text-align: center;
	font: 44px Raleway-Bold, Arial, sans-serif;
	line-height: 1;
	margin-bottom: 32px
}

.tabs-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-radius: 50px;
	padding: 7px 10px;
	background-color: #fff;
	margin-bottom: 10px
}

.tabs-controls-auto {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: transparent;
	border: 1px solid #fff;
	margin: 0 auto 50px
}

.tabs-controls-auto .tabs-controls__btn {
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
	color: #fff
}

.tabs-controls-auto .tabs-controls__btn:hover {
	color: #000000
}

.tabs-controls-auto .tabs-controls__btn.is-active {
	background-color: #fff
}

.tabs-controls__btn {
	text-align: center;
	font: 16px Raleway-SemiBold, Arial, sans-serif;
	color: #000;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 50px
}

.tabs-controls__btn:hover {
	color: #000000
}

.tabs-controls__btn.is-active {
	background-color: rgba(0, 0, 0, .75);
	color: #66cc33
}

.tabs-content__block {
	border-radius: 20px;
	background-color: #fff;
	padding: 28px 25px;
	display: none
}

.about-us__img img,
.tabs-content__block:first-child {
	display: block
}

.about-us__content {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 540px;
	margin-right: 60px
}

.about-us__content .btn {
	margin-top: 40px
}

.about-us__img {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 776px
}

.testimonials-imgs {
	width: 520px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	position: relative;
	height: 640px;
	margin-right: 90px
}

.testimonials-img {
	border-radius: 20px;
	-webkit-box-shadow: -6px 26px 81px 0 rgba(0, 0, 0, .09);
	box-shadow: -6px 26px 81px 0 rgba(0, 0, 0, .09);
	padding-top: 0
}

.testimonials-img:first-child {
	width: 440px;
	height: 575px
}

.testimonials-img:last-child {
	width: 280px;
	height: 240px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

@media screen and (max-width:1550px) {

	.content h1,
	.content h2 {
		margin-bottom: 25px;
		color: #FFF;
	}
	
	.promo-form,
	.services-slider__btn-prev {
		margin-right: 0;
	}

	body {
		font-size: 16px;
		line-height: 1.4;
	}

	.content h1 {
		font-size: 80px;
		line-height: 1.15;
	}

	.content h2,
	.sect-title {
		font-size: 60px;
	}

	.btn {
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.service-slide__title {
		font-size: 22px
	}

	.promo-form {
		padding: 25px 40px;
	}

	.btn-sm,
	.form-input {
		padding: 16px 20px;
	}

	.promo-form__title {
		font-size: 30px;
	}

	.form-input,
	.menu a {
		font-size: 16px;
	}

	.header .logo img {
		max-width: 160px;
	}

	.btn-sm {
		font-size: 14px;
	}

	.sect__promo {
		padding-top: 130px;
	}

	.promo-form {
		max-width: 600px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.about-us__img {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.services-slider__wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	.services-slider__btn-next {
		margin-left: 0;
	}
}

@media screen and (max-width:1400px) {
	.sect__services .container {
		max-width: 100%
	}

	.services-slider__wrapper {
		padding-left: 90px;
		padding-right: 90px
	}

	.services-slider__btn-prev {
		left: 0;
		right: auto
	}

	.services-slider__btn-next {
		left: auto;
		right: 0
	}
}

@media screen and (max-width:1280px) {
	.header {
		padding: 8px 0;
		background-color: rgba(255, 255, 255, .5);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}

	.header .logo {
		position: relative;
		z-index: 12
	}

	.header .logo img {
		max-width: 150px
	}

	.btn-hamburger {
		display: inline-block
	}

	.menu {
		position: relative;
		z-index: 2;
		width: 100%
	}

	.menu li {
		display: block;
		margin-right: 0;
		margin-bottom: 5vh;
		text-align: center;
		width: 100%
	}

	.menu li:last-child {
		margin-bottom: 0
	}

	.menu li.menu-item-has-children>a:after {
		background-image: url(../img/icons/arrow-dark.png)
	}

	.menu a {
		color: #000
	}

	.menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 100dvh;
		z-index: 10;
		background-color: #fff;
		width: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 120px 15px 70px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow-y: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-transition: all .23s ease-in-out;
		-o-transition: all .23s ease-in-out;
		transition: all .23s ease-in-out;
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}

	.menu-wrapper.is-active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto
	}

	.menu-wrapper:before {
		display: block
	}

	.menu-wrapper .btn {
		position: relative;
		z-index: 2;
		margin-left: 0;
		margin-top: 5vh
	}
}

@media screen and (max-width:1200px) {
	.testimonials-imgs {
		width: 400px
	}

	.testimonials-img:first-child,
	.testimonials-slider-thumbs {
		width: 100%
	}

	.testimonials-img:last-child {
		right: -40px
	}
}

@media screen and (max-width:1100px) {
	.promo-form {
		padding: 20px
	}
}

@media screen and (max-width:992px) {

	.btn,
	body {
		font-size: 16px
	}

	.about-us__content,
	.promo-content {
		margin-right: 0;
		width: 100%
	}

	body {
		line-height: 1.4
	}

	.sect-title {
		font-size: 50px
	}

	.content h1 {
		font-size: 60px
	}

	.content h2 {
		font-size: 50px
	}

	.sect__promo {
		padding-top: 150px
	}

	.promo__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.promo-content br {
		display: none
	}

	.promo-form {
		max-width: 100%;
		margin-top: 32px
	}

	.about-us__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about-us__img {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: 100%;
		margin-top: 2rem
	}

	.testimonials__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.testimonials-imgs {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin: 2rem auto 0
	}

	.testimonials-slider__wrapper {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		max-width: none;
		padding-top: 75px
	}

	.testimonials-slider-thumbs {
		margin-top: 2rem
	}

	.footer-col {
		width: 33.3333%
	}

	.footer-col:first-child {
		width: 100%;
		margin-bottom: 2rem
	}

	.footer__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer .form {
		width: 100%
	}
}

@media screen and (max-width:620px) {
	.gutters {
		padding: 60px 0
	}

	.sect-title {
		font-size: 40px;
		margin-bottom: 20px
	}

	.header {
		position: fixed
	}

	.header .logo img {
		max-width: 120px
	}

	.menu-wrapper {
		padding-top: 90px
	}

	.form-checkboxes {
		max-height: 210px
	}

	.footer-col {
		width: 100%;
		margin-bottom: 2rem;
		padding-top: 0
	}

	.footer-col:last-child {
		margin-bottom: 0
	}

	.footer-col__title {
		margin-bottom: 1rem
	}

	.footer-col p {
		margin-top: 1rem
	}

	.content h1 {
		font-size: 40px;
		margin-bottom: 20px
	}

	.content h2 {
		font-size: 30px;
		margin-bottom: 20px
	}

	.btn {
		width: 100%;
		padding: 1.125em 5px
	}

	.sect__promo {
		padding-top: 120px;
		padding-bottom: 60px
	}

	.promo-form {
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding: 30px 15px;
		max-width: none
	}

	.promo-form__title {
		font-size: 28px
	}

	.promo-form .tabs-controls__btn {
		font-size: 12px;
		line-height: 14px
	}

	.form-input {
		padding: 1em
	}

	.form-checkbox__wrapper {
		margin-bottom: 1rem
	}

	.form-checkbox__wrapper:last-child {
		margin-bottom: 0
	}

	.tabs-content__block {
		padding: 20px 10px
	}

	.services-slider-controls {
		display: none
	}

	.services-slider__wrapper {
		padding-left: 0;
		padding-right: 0
	}

	.slider-pagination {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.service-slide__title {
		font-size: 20px
	}

	.service-slide__img {
		margin-bottom: 20px
	}

	.tabs-controls-auto {
		margin-bottom: 1.25rem
	}

	.tabs-controls-auto .tabs-controls__btn {
		font-size: 12px;
		padding: 1em 1.5em
	}

	.testimonials-slider__wrapper {
		-webkit-background-size: 40px 30px;
		background-size: 40px 30px;
		padding-top: 50px
	}

	.testimonials-slider__wrapper .slider-pagination span {
		background-color: rgba(0, 0, 0, .25)
	}

	.testimonials-slider__wrapper .slider-pagination span.swiper-pagination-bullet-active {
		background-color: #f6092b
	}

	.testimonials-imgs {
		width: 100%;
		height: auto;
		padding-right: 40px;
		padding-bottom: 40px
	}

	.testimonials-img:first-child {
		position: relative;
		height: auto;
		padding-top: 140%;
		top: auto;
		left: auto
	}

	.testimonials-img:last-child {
		right: 0;
		bottom: 0;
		width: 75%;
		height: auto;
		padding-top: 56.25%
	}

	.testimonials-slider-thumbs {
		display: none
	}
}

.promo-form form br {
	display: none;
}

input.form-input.requiredRedInput {
	border: 2px solid red;
}

/* ------------------------- Service page -------------------------------------------------- */

/* --- header --- */
.not-home .header {
	background-color: #fff;
	padding: 10px 0;
	min-height: 74px;
}

.not-home .logo img {
	max-width: 110px;
}

.not-home .menu-wrapper .btn {
	padding: 15px 17px;
}

.not-home .menu a {
	color: #000;
}

.not-home .menu li.menu-item-has-children>a:after {
	background: url("../img/icons/arrow-black.png") 50%/contain no-repeat;
}

/* --- Hero service block --- */
.hero-services {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-services-box {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 561px;
	padding: 3rem 0;
	text-align: center;
	color: #fff;
}

.hero-services-box h1 {
	font-size: 74px;
	margin-bottom: 10px;
	margin-top: 1.5em;
}

.hero-services-box .lead {
	max-width: 712px;
	font-size: 17px;
}

.hero-services:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 767px) {
	.hero-services-box {
		min-height: 60vw;
	}

	.hero-services-box h1 {
		font-size: 40px;
	}

	.hero-services-box .lead {
		font-size: 16px;
	}
}

/* --- Services description section --- */
.service-description {
	background-position: center center;
	background-size: cover;
	position: relative;
}

.service-description:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(253, 253, 253, 0) 60%, #FDFDFD 100%);
}

.service-description-box {
	position: relative;
	padding: 120px 0;
	z-index: 1;
}

.service-description-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* 	flex-wrap: wrap; */
	gap: 80px;
}

.service-description-item:not(:last-child) {
	margin-bottom: 120px;
}

.service-description-item:nth-child(even) {
	flex-direction: row-reverse;
}

.service-description-item__content {
	width: 443px;
	max-width: 100%;
	margin-right: auto;
	flex-grow: 1;
}

.service-description-item__content h2 {
	font-size: 62px;
	line-height: 1.2;
	margin-bottom: 20px;
	color:red;
}

.service-description-item__content p {
	font-size: 14px;
	line-height: 1.64;
}

.service-description-item__image {
	width: 50%;
	flex-shrink: 0;
}

.service-description-item__image img {
	border-radius: 46px;
	border: 3px solid #E23337;
}

@media (max-width: 1280px) {
	.service-description-item__content h2 {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.service-description-box {
		padding: 80px 0;
	}

	.service-description-item {
		flex-direction: column !important;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}

	.service-description-item__content {
		margin: 0;
	}

	.service-description-item:not(:last-child) {
		margin-bottom: 80px;
	}

	.service-description-item__content h2 {
		font-size: 36px;
	}

	.service-description-item__image {
		width: 100%;
	}


}

@media (max-width: 414px) {
	.service-description-item__image img {
		border-radius: 25px;
	}
}

/* --- Services page form --- */
.estimate-section {
	padding-bottom: 120px;
}

.estimate-section-box {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
	padding: 57px;
	border-radius: 40px;
	border: 3px solid #E23337;
	overflow: hidden;
}

.estimate-section-box:before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: hsla(0, 0%, 0%, 0.3);
}

.estimate-section-box__left h2 {
	max-width: 100%;
	width: 452px;
	font-family: "Raleway-ExtraBold", Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 52px;
	line-height: 1.4;
	color: #fff;
}

.estimate-section-box__left,
.estimate-section-box__right {
	position: relative;
	z-index: 1;
}

.estimate-section .promo-form {
	max-width: 100%;
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	border-radius: 20px;
}

.estimate-section .promo-form__title {
	font-size: 30px;
}

@media (max-width: 1280px) {
	.estimate-section-box {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.estimate-section-box {
		gap: 30px;
		padding: 40px 20px;

		border-radius: 20px;
	}

	.estimate-section-box__left h2 {
		font-size: 30px;
		width: 100%;
	}

	.estimate-section-box .promo-form {
		margin: 0;
	}

	.estimate-section .promo-form__title {
		font-size: 20px;
	}
}


/* --- Contact us page --- */
.contact-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-section-box {
	padding: 140px 0 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
}

.contact-section-box__left {
	max-width: 350px;
	width: 100%;
}

.contact-section-box__left h2 {
	font-family: "Raleway-Bold", sans-serif;
	line-height: 1.2;
	color: #000;
	font-weight: 800;
	font-size: 62px;
	margin-bottom: 32px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-item {
	display: flex;
	gap: 27px;
}

.contact-item__icon img {
	display: block;
	width: 43px;
	height: auto;
}

.contact-item__div {}

.contact-item__name {
	font-family: "Raleway-Medium", sans-serif;
	line-height: 1;
	color: #9F9F9F;
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 500;
}

.contact-item__c {
	font-family: "Raleway-Bold", sans-serif;
	line-height: 1;
	font-size: 16px;
	color: #000;
	font-weight: 800;
}

.contact-section-box__right {}

.contact-section-box__right img {
	border-radius: 46px;
	border: 3px solid #E23337;
}

.contact-section-form-box {
	margin-top: 60px;
}

.contact-section-box h3 {
	font-family: "Raleway-Bold", sans-serif;
	line-height: 1.75;
	font-size: 16px;
	color: #000;
	font-weight: 800;
	margin-bottom: 22px;
}

.contact-section-box form {
	/* 	max-width: 350px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.contact-section-box .contact-form-group {
	display: flex;
	gap: 13px;
}

.contact-section-box .contact-form-group input {
	width: 47px;
	flex-grow: 1;
}

.contact-section-box form input {
	font-family: "Raleway-Medium", sans-serif;
	background-color: #FFF;
	border-radius: 10px;
	min-height: 49px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid transparent;
}

.contact-section-box form input.no-validate {
	border-color: red;
}

.contact-section-box form input:placeholder {
	color: hsla(0, 0%, 62%, 1);
}

.contact-section-box form button[type="submit"] {
	min-height: 49px;
	font-family: "Raleway-Medium", sans-serif;
	font-weight: 500;
	background: #E23337;
	font-size: 14px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
}

.contact-section-box form button[type="submit"]:hover {
	background: #cc2b30;
}

.contact-section-box form button[type="submit"]:active {
	background: #b92327;
}

#form-response {
	display: none;
}

#form-response.show {
	display: block;
}

@media (max-width: 767px) {
	.contact-section-box__left h2 {
		font-size: 30px;
	}
}

.offer-section-box {
	padding: 140px 0 120px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}
.offer-section-box__center {
	max-width: 840px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    overflow: hidden;
}
.offer-section-box__img {
    width:50%;
}
.offer-section-box__img img {
    display:block;
}
.offer-section-box__center {
    display: flex;
}

.offer-section-box__content {
    font-family: 'Raleway-Semibold', sans-serif;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px;
    gap: 14px;
}

.offer-section-box__content img {
    width: 64px;
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
    margin-top: 40px;
}

.offer-section-box__content h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    color: #000000;
    max-width: 200px;
}

.offer-section-box__content p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14;
    color: #ABABAB;
    max-width: 200px;
}

.offer-section-box__content a {
    padding: 14px 22px;
    margin-top: 98px;
    color: #ABABAB;
    background-color: #F4F4F4;
    border-radius: 10px;
}
.offer-section-box__img img {
    display: block;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .offer-section-box__center {
        flex-direction: column;
        max-width: 375px;
    }
    .offer-section-box__img,
    .offer-section-box__content {
        width: 100%;
        position: relative;
    }
    
    .offer-section-box__content {
        padding: 40px 20px 30px;
    }
    
    .offer-section-box__content img {
        margin-top: 0px !important;
    }
    
    .offer-section-box__img img {
        height: 200px;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }
    .offer-section-box__content a {
        margin-top: 20px;
    }
}

.estimate-web-section-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
	background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    padding: 20px 60px;
}

.estimate-web-section-box__left {
	max-width: 400px;
	width: 100%;
	text-align:center;
}
.estimate-web-section-box__right {
	max-width: 600px;
	width: 100%;
	padding-top: 45px;
}

.logo-label-estweb {
    font-style: normal;
    font-size: 40px;
    font-family: Raleway-ExtraBold, Arial, sans-serif;
}

.estimate-web-container {
    padding: 140px 0 80px;
}
.estimate-web-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.estimate-web-item {
    display: flex;
    gap: 27px;
    align-items: center;
}
.estimate-item__label {
    font-family: Raleway-ExtraBold, Arial, sans-serif;
    min-width: 85px;
}
.estimate-item__label-phone {
     font-family: Raleway-ExtraBold, Arial, sans-serif;
    min-width: 55px;   
}
.estimate-item__div {
    width: 100%;
    border-bottom: 1px solid #000;
    color: #A5A5A5;
}
.title-form-est-web {
    font-size: 40px;
    font-family: 'Raleway-Bold';    
    background: #15AC51;
    border-radius: 20px 20px 10px 10px;
    text-align:center;
    color: #FFFFFF;
    margin-bottom:10px;
}
.estweb-form {
    width: 100%;
}
.est-service {
    opacity: 0.4;
    background-color: #cfcfcf69;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 20px;
    width: calc(50% - 4px);
}
.est-service.enable {
    opacity: 1;
    background: #F9F9F9;
}
.estweb-services {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.fake-radio-service {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius:50%;
    position:relative;
}
.fake-radio-service:before {
    content:"";
    display:block;
    position:absolute;
    inset:6px;
    background-color:#bfbaba;
    transition:0.25s background-color ease;
    border-radius:50%;
}
.est-service.enable .fake-radio-service:before {
    background-color:#15AC51;
}
.first-line-estweb-serv {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 800;
}
.estweb-price {
    margin-left: auto;
}
.description-estweb-serv {
    font-size: 15px;
    margin-left: 40px;
    margin-top: 15px;
}
.weed-control {
    display: flex;
    gap: 50px;
}
.weed-control-left {
    width: 50%;
}
.weed-control-right {
    width: 50%;
}
.weed-control-line {
    display: flex;
}
.weed-control-price {
    margin-left: auto;
    font-weight: 800;
}
.est-service {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.estweb-txt-block {
    margin-top:20px;
    margin-bottom:35px;
    font-size: 15px;
}
.estweb-small-txt-block {
    margin-top:20px;
    margin-bottom:30px;
    font-size: 12px;   
}
.title-block-estweb {
    font-weight: 800;
    font-size: 18px;
}
.pa-estweb-txt {
    font-size:15px;
}
.inpt-estweb-accept {
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding:18px;
    font-size: 14px;
    text-align: center;
}
.accept-block-estweb {
    margin-top:30px;
    display: flex;
    align-items: baseline;
    gap: 30px;
    margin-bottom: 15px;
}
.inpt-estweb-accept.sign {
    width: 41%;
}
.inpt-estweb-accept.date {
    width:200px;
}
.accept-btn-estweb {
    color:#fff;
    background: #15AC51;
    border-radius: 10px;
    padding: 15px;
    text-align: center; 
    width:145px;
    font-weight: 800;
    font-size: 18px;
    margin-left: auto;
}
.estweb-packages {
    display: flex;
    gap: 8px;
}
.package-block {
    width: 33.33%;
    background: #FFFFFF;
    padding: 20px 20px 35px 20px;
    border: 1px solid #000000;
    border-radius: 10px;
    cursor:pointer;
    -webkit-user-select: none;
    user-select: none;
}
.sec-package-title {
    background: #66cc33;
    border: 2px solid #000000;
    border-radius: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-right: 20px;
    font-family: 'Raleway-Bold';
    position: relative;
}
.pack-most-pop-block {
    position: absolute;
    border-radius: 5px;
    background: #000;
    padding: 3px 10px;
    font-family: 'Raleway-ExtraBold';
    font-size: 15px;
    line-height: 1.53;
    left: 100%;
    bottom: 100%;
    width: max-content;
    z-index: 1;
    filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.19));
}
.pack-most-pop-block svg {
    position: absolute;
    left: 6px;
    top: 14px;
    z-index: -1;
}
span.package-option {
    border-radius: 50%;
    background: #fff;
    color: #000;
    width: 47px;
    height: 47px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 2px solid;
    flex-shrink: 0;
    margin: -2px;
}
.pack-options-line {
    margin-bottom: 15px;
    display: flex;
    align-items: end;
}
.pack-pay-line {
    display: flex;
    font-weight: 800;
    font-size: 15px;
    font-family: Raleway-ExtraBold, Arial, sans-serif;
}
.price-pay-line {
    margin-left: auto;
    width: 100px
}
hr.package-hr {
    margin-top: 15px;
    margin-bottom: 40px;
}
hr.package-hr.c-block {
   margin-bottom: 12px;
}
.description-package {
    display: flex;
    gap: 20px;
    font-size: 12px;
    font-family: 'Raleway-SemiBold';
}
.pachage-desc-left {
    width: 50%;
}
.pachage-desc-right {
    width: 50%;
}
span.pack-desc-text {
    display: block;    
    position: relative;
    padding-left: 16px;
}
span.pack-desc-text:before {
    display:block;
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #000;
}
.small-text-pack-bl {
    font-size: 12px;
    color: #A5A5A5;
    font-family: 'Raleway-Medium';
}
.small-text-ft-bl {
    margin-left: auto;
    font-size: 12px;
    color: #A5A5A5;
    font-family: 'Raleway-Medium';
    line-height: initial;
    width: 100px;
}
.package-block.enable {
    border: 1px solid #66cc33;
    box-shadow: 0px 4px 40px rgba(246, 9, 43, 0.22), inset 0px 0px 0px 3px #66cc33;
}
.ui-widget.ui-widget-content {
    font-size: 12px !important;
}
.ui-datepicker .ui-datepicker-header {
    background-color: black;
    color: #fff;
    font-family: 'Raleway-Medium';
    font-size:14px;
}
.ui-widget.ui-widget-content {
    padding: 0px;
    margin-top: -10px;
}
.ui-datepicker .ui-datepicker-prev {
    background-color:#fff;
}
.ui-datepicker .ui-datepicker-next {
    background-color:#fff;
}
.ui-datepicker-prev-hover {
    left:2px !important;
    top: 2px !important;
}
.ui-datepicker-next-hover {
    right:2px !important;
    top: 2px !important;
}
.estweb-footer-sm-text {
    display: flex;
    gap: 185px;
}
.visit-estweb-serv {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 0px;
    margin-left: 40px;
}
.pack-c-blocks {
    display: flex;
    gap: 8px;
    align-items: inherit;
}
span.pack-desc-text-optc {
    line-height: 30px;
}
.byo-text-pack {
    font-weight: 800;
    font-size: 12px;
}
@media (max-width: 1279px) {
.estimate-web-container {
    padding: 80px 0px 20px 0px;
}
.estimate-web-section-box {
    border:0px;
    border-radius:0px;
    padding: 20px 16px;
}
.logo-label-estweb {
    font-size: 22px;
}
.estimate-web-section-box__left img {
    width: 50%;
}
.estimate-web-section-box__right {
    padding-top:0px;
}
.estimate-web-info {
    gap: 20px;
}
.estimate-web-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.estimate-item__label-phone {
    margin-top: 9px;
}
.title-form-est-web {
    font-size: 22px;
    border-radius: 15px 15px 0px 0px;
}
.est-service { 
    width:100%;
    padding: 14px 10px
}
.weed-control {
    gap: 0px;
    flex-direction: column;
}
.weed-control-left {
    width: 100%;
}
.weed-control-right {
    width: 100%;
}
.weed-control-line {
    margin-bottom: 5px;
}
.estweb-packages {
    flex-direction: column;
}
.package-block {
    width: 100%;
}
.pack-most-pop-block {
    font-size:12px;
    bottom: 110%;
}
.accept-block-estweb {
    gap: 10px;
    flex-direction: column;
}
.inpt-estweb-accept.sign {
    width: 100%;
}
.inpt-estweb-accept.date {
    width: 100%;
}
.accept-btn-estweb { 
    width: 100%;
    margin-top: 15px;
}
.estweb-footer-sm-text {
    gap: 10px;
    flex-direction: column;
}
hr.package-hr {
    margin-bottom: 20px;
}
}