.h2-style,
.h1-style {
	font-family: 'Jost', sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	color: #2f2f2f;
}

.content-styles ul {
	list-style-type: none;
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #2f2f2f;
}

.content-styles strong {
	font-weight: 700;
}

.content-styles ul li {
	position: relative;
	padding-left: 20px;
}

.content-styles p {
	margin-bottom: 20px;
}

.content-styles p:last-child {
	margin-bottom: 0;
}

.content-styles ul li:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2f2f2f;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 10px;
}

picture img {
	max-width: 100%;
	object-fit: cover;
	display: block;
}

.img-max {
	max-width: 100%;
	object-fit: cover;
	display: block;
}


.green-border-btn-with-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	transition: 0.3s background-color ease-in-out;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	color: #2f2f2f;
	cursor: pointer;
	padding: 16px 24px;
	border-radius: 16px;
	border: solid 2px #008a05;
	white-space: nowrap;
}

.green-border-btn-with-icon:hover {
	background-color: #008a05;
	color: #fff;
}

.green-border-btn-with-icon:hover svg path {
	stroke: #fff;
}

.yellow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s background-color ease-in-out;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	padding: 18px;
	border-radius: 16px;
	background-color: #fa9531;
	border: solid 2px #fa9531;
	text-align: center;
}

.yellow-btn:hover {
	background-color: transparent;
	color: #2f2f2f;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto;
}


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

	.h2-style,
	.h1-style {
		font-size: 42px;
	}

	.content-styles ul {
		font-size: 16px;
	}
}

.slick-dots {
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.slick-dots li button {
	margin: 0;
	padding: 0;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li button {
	transition: 0.3s width ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
}

.slick-dots li.slick-active button {
	width: 32px;
	height: 8px;
	background-color: #fa9531;
}


.slick-slide {
	margin-right: 24px;
}

.slick-slide:last-child {
	margin-right: 0;
}

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

	.h2-style,
	.h1-style {
		font-size: 38px;
	}
}

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

	.yellow-btn,
	.green-border-btn-with-icon {
		padding: 12px 24px;
		font-size: 14px;
	}
}

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

	.h2-style,
	.h1-style {
		font-size: 32px;
	}

	.content-styles ul {
		font-size: 14px;
	}

	.content-styles p {
		font-size: 14px;
	}
}

#menu-verhnee-menyu .menu-item a ,
#menu-verhnee-menyu .menu-item span {
	transition: 0.3s color ease-in-out;
}

#menu-verhnee-menyu .menu-item a {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.5;
  color: #FFFFFF;
}

#menu-verhnee-menyu .menu-item:hover span {
	color: #2f2f2f;
}

.header__contact.contact {
	transition: 0.3s background-color ease-in-out;
}

.header__contact.contact:hover {
	background: #fef2e6;
}

.header__call .phone_link {
	transition: 0.3s color ease-in-out;
}

.header__call:hover .phone_link {
	color: #FA9431;
}

.hover-scale {
	transition: 0.3s transform ease-in-out;
}

.hover-scale:hover {
	transform: scale(1.3);
}
