.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.col,
.col.col-12 {
	width: 100%;
}
.col.col-6 {
	width: 50%;
}
.col.col-4 {
	width: 33.33333%;
}
.col.col-3 {
	width: 25%;
}
.col.col-2 {
	width: 16.66667%;
}
.col.col-1 {
	width: 8.33333%;
}
@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Regular.woff2) format('woff2'),
		url(Gilroy-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Bold.woff2) format('woff2'),
		url(Gilroy-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Medium.woff2) format('woff2'),
		url(Gilroy-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Semibold.woff2) format('woff2'),
		url(Gilroy-Semibold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Light.woff2) format('woff2'),
		url(Gilroy-Light.woff) format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
article,
aside,
audio,
b,
body,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
*,
:after,
:before {
	box-sizing: inherit;
}
ul {
	list-style: none;
}
a {
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s ease;
}
a,
a:active,
a:focus,
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.gm-style img {
	max-width: none;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	font-size: 10px;
	box-sizing: border-box;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Gilroy;
	min-width: 320px;
}
.wrapper,
body.overflow {
	overflow: hidden;
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.container {
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
}
.container,
.container--md {
	max-width: 1335px;
}
.scroll-wrap::-webkit-scrollbar {
	width: 3px;
	background-color: #ccc;
}
.scroll-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 10px;
}
.main-title {
	font-size: 18px;
	line-height: 117%;
	text-align: left;
}
.main-title,
.section-title {
	font-weight: 700;
	color: #3e3e3e;
}
.section-title {
	font-size: 2.8rem;
	text-align: center;
}
.base-text {
	font-size: 1.6rem;
}
.typography h1 {
	font-size: 3rem;
	margin-bottom: 3rem;
}
.typography h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.typography p {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.color {
	color: var(--third-bg-color) !important;
}
.weight {
	font-weight: 700;
}
.inner-liner {
	position: relative;
	display: flex;
	justify-content: center;
}
.inner-liner:before {
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	right: 30%;
}
.inner-liner:after,
.inner-liner:before {
	content: '';
	position: absolute;
	background-color: var(--third-bg-color) !important;
	top: 50%;
	transform: translateY(-50%);
}
.inner-liner:after {
	border-bottom: 0.2rem solid var(--third-bg-color) !important;
	right: 0;
	width: 30%;
}
fieldset,
form {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
textarea {
	-webkit-appearance: none;
	outline: none;
	appearance: none;
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	border-radius: 40px;
	font-size: 18px;
	line-height: 139%;
	color: #9d9d9d;
	padding: 2rem 5rem;
	height: 7rem !important;
	border: none;
}
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder,
textarea::placeholder {
	transition: all 0.3s ease;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
textarea:focus {
	border-color: #fff;
}
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9d9d9d;
}
input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9d9d9d;
}
input[type='email']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='text']:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9d9d9d;
}
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9d9d9d;
}
input[type='email'].placeholder,
input[type='number'].placeholder,
input[type='password'].placeholder,
input[type='search'].placeholder,
input[type='tel'].placeholder,
input[type='text'].placeholder,
textarea.placeholder {
	color: #9d9d9d;
}
textarea {
	resize: vertical;
	vertical-align: top;
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
button,
input[type='button'],
input[type='file'],
input[type='reset'],
input[type='submit'] {
	font-family: Gilroy;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	cursor: pointer;
}
button,
select {
	cursor: pointer;
	border: none;
	background-color: transparent;
	transition: all 0.3s ease;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
button {
	padding: 0;
}
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 {
	-webkit-appearance: none;
	appearance: none;
}
input[type='number'] {
	-webkit-appearance: textfield;
	appearance: textfield;
	margin: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input:focus::placeholder {
	color: transparent;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.icon-close {
	font-size: 2.4rem;
	width: 1em;
}
.header {
	position: relative;
	padding: 1.3rem 0 0;
	display: flex;
	flex-direction: column;
	background: var(--main-bg-color) !important;   
}
.header__wrap {
	justify-content: space-between;
	margin-bottom: 1.3rem;
}
.header__wrap,
.nav-connection__list {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.nav-connection__item {
	display: flex;
	position: relative;
	margin-bottom: 2rem;
}
/* .nav-connection__item:last-child {
    margin-right: 0;
}
.nav-connection__item:last-child:before {
    content: '';
    position: absolute;
    border: 0.5px solid #000;
    height: 1.7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.nav-connection__link {
	font-weight: 600;
	font-size: 1.8rem;
	text-align: center;
	color: #3e3e3e;
	transition: all 0.3s ease;
}
.nav-connection__link:hover {
	/* opacity: 0.7; */
	color: #6c6c6cc4 !important;
}
.logo {
	margin-bottom: 2rem;
	max-width: 27.1rem;
	height: 3.6rem;
}
.logo__link {
	display: flex;
	align-items: center;
	font-size: 3rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #3e3e3e;
}
.logo__text {
	margin: 0 0.6rem;
}
.logo__text:first-child {
	margin-left: 0;
}
.logo__text:last-child {
	margin-right: 0;
}
.logo__img {
	/* width: 100%; */
	display: block;
	width: 36px;
	height: 36px;
}
.logo__img svg{
	width: 36px;
	height: 36px;
}
.svgCode svg path{
    fill: var(--third-bg-color);
}
.svgCodePath svg path{
	stroke: var(--third-bg-color);
}
.header-section .nav {
	margin: 0 auto;
	position: absolute;
	top: -190px;
	right: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	background-color: #3e3e3e;
	z-index: 5;
	height: 100vh;
	transition: all 0.3s ease;
	transform: translateX(110%);
	overflow-y: scroll;
	overflow-x: hidden;
}
.header-section .nav.active {
	transform: translateX(0);
}
.header-section .nav__list {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 2;
	justify-content: space-between;
	align-items: flex-start;
}
.header-section .nav__link {
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.header-section .nav__item {
	border-bottom: 1px solid #000;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.header-section .nav__item + .header-section .nav__item {
	margin-top: 15px;
}
.burger {
	display: flex;
	flex-direction: column;
	width: 30px;
	height: 30px;
	z-index: 6;
	right: 20px;
	top: -230px;
}
.burger,
.burger.active span {
	position: absolute;
}
.burger.active span:first-child {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.burger.active span:nth-child(2) {
	opacity: 0;
}
.burger.active span:nth-child(3) {
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.burger span {
	width: 80%;
	height: 2px;
	border-radius: 1px;
	background-color: #000;
	transition: all 0.3s ease;
}
.burger span:first-child {
	margin-bottom: 4px;
}
.burger span:nth-child(3) {
	margin-top: 4px;
}
.footer {
	background-color: #3e3e3e;
	padding: 4rem 0;
}
.footer__wrap {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.footer .logo {
	margin-right: 5.6rem;
	max-width: 27.4rem;
	width: 100%;
	margin-bottom: 2rem;
}
.footer .logo__text {
	color: #fff;
}
.nav-footer {
	width: 100%;
}
.nav-footer__list {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-direction: column;
}
.nav-footer__item + .nav-footer__item {
	margin-top: 1rem;
}
.nav-footer__link {
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease;
}
.nav-footer__link:hover {
	opacity: 0.6;
}
.nav-contact {
	margin-top: 2rem;
	justify-content: flex-end;
}
.nav-contact,
.nav-contact__item {
	display: flex;
	flex-direction: column;
}
.nav-contact__item + .nav-contact__item {
	margin-top: 1rem;
}
.nav-contact__link {
	font-size: 18px;
	color: #fff;
	transition: all 0.3s ease;
}
.nav-contact__link:hover {
	opacity: 0.6;
}
.nav-contact .primary {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	padding: 1.4rem;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: transparent;
	max-width: 19rem;
	width: 100%;
	height: 4.4rem;
	transition: all 0.3s ease;
}
.nav-contact .primary:hover {
	background-color: #f94537;
	border: 1px solid #f94537;
	opacity: 1;
}
.main {
	position: relative;
}
.main__btn {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 88;
}
.main__icon {
	transform: rotate(90deg);
}
.svg-sprite {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #3e3e3e;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 3rem;
	padding: 1.6rem 2rem 1.5rem;
	height: 4.8rem;
	max-width: 17.8rem;
	width: 100%;
	transition: all 0.3s ease;
}
.btn.primary {
	border: 1px solid #3e3e3e;
	background-color: #fff;
}
.btn.secondary {
	background: var(--third-bg-color) !important;
	border-radius: 50px;
	color: #fff;
	max-width: 23.4rem;
	height: 4.2rem;
	width: 100%;
	padding: 2.5rem;
}
.btn.tertiary {
	border: 1px solid var(--third-bg-color) !important;
	background-color: #fff;
	color: var(--third-bg-color);
	max-width: 100%;
	height: 4rem;
	transition: all 0.3s ease;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1.8rem;
}
.btn.laung {
	width: 5.2rem;
	height: 1.9rem;
	font-weight: 250;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	transition: all 0.3s ease;
}
.btn.laung.active,
.btn.laung:hover {
	font-weight: 700;
}
.btn.totop {
	background-color: var(--third-bg-color) !important;
	border-radius: 50%;
	width: 6rem;
	height: 6rem;
}
.btn.btn-big {
	display: flex;
	justify-content: flex-start;
	max-width: 37rem;
	width: 100%;
	height: 6rem;
	background-color: transparent;
	color: #3e3e3e;
	font-size: 1.8rem;
	padding: 0 0 0 2.6rem;
	border-radius: 0;
	position: relative;
	transition: all 0.3s ease;
}
.swiper {
	position: relative;
	overflow: hidden;
}
.swiper--products {
	overflow-y: inherit !important;
	overflow-x: hidden !important;
	padding: 4.7rem 0 !important;
}
.swiper--products .swiper-slide {
	overflow: inherit;
}
.swiper--rates {
	padding: 2rem 0 !important;
}
.swiper--sentence {
	overflow: hidden !important;
}
.swiper--news,
.swiper--partners {
	padding: 4rem 0 !important;
}
.swiper--partners {
	position: relative !important;
	min-height: 100%;
}
.swiper--partners .partners-button-next,
.swiper--partners .partners-button-prev {
	opacity: 0;
}
.swiper--partners:hover .partners-button-next,
.swiper--partners:hover .partners-button-prev {
	opacity: 1;
}
.swiper--reviews {
	position: relative;
	margin-bottom: 2rem;
}
.intro-nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
.swiper-pagination-bullet {
	background-color: #c4c4c4 !important;
	width: 1.4rem !important;
	height: 1.4rem !important;
	margin: 0 0.4rem;
}
.swiper-pagination-bullet-active {
	background-color: var(--third-bg-color) !important;
}
.products-button-next,
.products-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 199;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	border: 0.2rem solid var(--third-bg-color) !important;
	box-sizing: border-box;
	/* padding: 1.1rem 1.5rem 1.1rem 1.3rem; */
	background-repeat: no-repeat;
	background-position: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 25%;
}
.products-button-prev {
	left: 2rem;
	/* background-image: url(../images/arrow-l.svg); */
	display: block;
}
.products-button-next {
	right: 2rem;
	/* background-image: url(../images/arrow-r.svg); */
	display: block;
}
.rates-button-next,
.rates-button-prev {
	position: absolute;
	/* background-color: var(--third-bg-color) !important; */
	border: 1px solid var(--third-bg-color) !important;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	background-repeat: no-repeat;
	background-position: 50%;
}
.rates-button-prev {
	background-image: url(../images/arrow-l2.svg);
	left: 0;
}
.rates-button-next {
	background-image: url(../images/arrow-r2.svg);
	right: 0;
}
.about-button-next,
.about-button-prev,
.certificates-button-next,
.certificates-button-prev,
.news-button-next,
.news-button-prev,
.partners-button-next,
.partners-button-prev,
.sentence-button-next,
.sentence-button-prev,
.team-big-button-next,
.team-big-button-prev,
.team-button-next,
.team-button-prev {
	position: absolute;
	/* background-color: var(--third-bg-color) !important; */
	border: 1px solid var(--third-bg-color) !important;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	top: 57%;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: 50%;
}
.about-button-prev,
.news-button-prev,
.partners-button-prev,
.sentence-button-prev,
.team-big-button-prev {
	/* background-image: url(../images/arrow-l2.svg); */
	left: 0;
	display: block;
}
.about-button-next,
.news-button-next,
.partners-button-next,
.sentence-button-next,
.team-big-button-next {
	/* background-image: url(../images/arrow-r2.svg); */
	right: 0;
	display: block;
}
.news-button-next,
.news-button-prev {
	top: 50%;
}
.certificates-button-next,
.certificates-button-prev,
.team-button-next,
.team-button-prev {
	display: none;
}
.certificates-button-next,
.certificates-button-prev,
.team-button-next,
.team-button-prev {
	opacity: 1;
}
.team-button-next,
.team-button-prev {
	display: none;
}
.about-button-next,
.about-button-prev,
.team-big-button-next,
.team-big-button-prev {
	display: block;
	top: 50%;
	transform: translateY(-50%);
}
.partners-button-next,
.partners-button-prev {
	display: none;
}
.partners-button-next {
	/* background-image: url(../images/arrow-r3.svg); */
	display: block;
	right: -12px;
}
.partners-button-prev {
	/* background-image: url(../images/arrow-l3.svg); */
	display: block;
	left: -12px;
}
.slider-big,
.slider-big--team,
.slider-small,
.slider-small--team {
	position: relative;
	overflow: hidden !important;
}
.slider-big--team .swiper-slide,
.slider-big .swiper-slide,
.slider-small--team .swiper-slide,
.slider-small .swiper-slide {
	overflow: hidden !important;
}
.slider-big--team .swiper-slide img,
.slider-big .swiper-slide img,
.slider-small--team .swiper-slide img,
.slider-small .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
}
.slider-big {
	max-width: 41rem;
	display: block;
	width: 100%;
}
.slider-big--team .swiper-wrapper {
	position: relative !important;
}
.slider-big .swiper-wrapper {
	height: 100%;
}
.slider-big .swiper-slide {
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
	height: 100%;
	display: flex !important;
}
.slider-big .swiper-slide + .swiper-slide {
	margin-top: 0;
}
.slider-small {
	display: none;
}
.slider-small .swiper-slide {
	height: auto;
	cursor: pointer;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.slider-small .swiper-slide .certificates__img {
	width: 100%;
	height: 100%;
}
.slider-small .swiper-slide .certificates__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.certificates-container {
	position: relative;
}
.services-container {
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
	min-height: 485px;
}
.swiper-container {
	width: 100%;
	min-height: 485px;
	transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
	display: none;
}
.swiper-container.nav-slider .swiper-slide {
	position: relative;
	cursor: pointer;
	min-height: 6rem;
	transition: all 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide:hover .btn-big {
	background-color: var(--third-bg-color) !important;
	color: #fff;
}
.swiper-container.nav-slider .swiper-slide:hover:before {
	left: 0;
	opacity: 1;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
	transition: all 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active .btn-big {
	background-color: var(--third-bg-color) !important;
	color: #fff;
	transition: all 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active:before {
	left: 0;
	opacity: 1;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active:after {
	border-bottom: 2px solid var(--third-bg-color) !important;
	opacity: 1;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-button-white-prev {
	background-image: url(../images/arrow-up.svg);
	top: 90px;
	transform: translateX(50px);
	left: 14%;
}
.swiper-button-white-next {
	background-image: url(../images/arrow-dw.svg);
	bottom: -42px;
	transform: translateX(-50px);
	left: 21%;
}
.swiper-button-white-next,
.swiper-button-white-prev {
	opacity: 0;
}
.reviews-button-next,
.reviews-button-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: 100%;
}
.reviews-button-prev {
	/* background-image: url(../images/arrow-l-3.svg); */
	background-color: var(--third-bg-color);
	-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16' fill='none'%3E%3Cpath d='M0.292893 8.70711C-0.0976317 8.31658 -0.0976317 7.68342 0.292893 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM41 9L0.999999 9V7L41 7V9Z' fill='%23F94537'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16' fill='none'%3E%3Cpath d='M0.292893 8.70711C-0.0976317 8.31658 -0.0976317 7.68342 0.292893 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM41 9L0.999999 9V7L41 7V9Z' fill='%23F94537'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	clip-path: padding-box inset(0.28125em 0);
}
.reviews-button-next {
	/* background-image: url(../images/arrow-l-4.svg); */
	background-color: var(--third-bg-color);
	-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16' fill='none'%3E%3Cpath d='M40.7071 7.29289C41.0976 7.68342 41.0976 8.31658 40.7071 8.70711L34.3431 15.0711C33.9526 15.4616 33.3195 15.4616 32.9289 15.0711C32.5384 14.6805 32.5384 14.0474 32.9289 13.6569L38.5858 8L32.9289 2.34315C32.5384 1.95262 32.5384 1.31946 32.9289 0.928932C33.3195 0.538408 33.9526 0.538408 34.3431 0.928932L40.7071 7.29289ZM0 7L40 7V9L0 9L0 7Z' fill='%23F94537'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16' fill='none'%3E%3Cpath d='M40.7071 7.29289C41.0976 7.68342 41.0976 8.31658 40.7071 8.70711L34.3431 15.0711C33.9526 15.4616 33.3195 15.4616 32.9289 15.0711C32.5384 14.6805 32.5384 14.0474 32.9289 13.6569L38.5858 8L32.9289 2.34315C32.5384 1.95262 32.5384 1.31946 32.9289 0.928932C33.3195 0.538408 33.9526 0.538408 34.3431 0.928932L40.7071 7.29289ZM0 7L40 7V9L0 9L0 7Z' fill='%23F94537'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	clip-path: padding-box inset(0.28125em 0);
	right: 0;
}
.js-modal-open {
	padding: 15px;
	text-align: center;
	border: 1px solid #555;
	margin-bottom: 20px;
	cursor: pointer;
}
.js-modal-open:hover {
	background: #f3f3f3;
}
.modal {
	display: none;
	height: 100%;
	position: absolute;
	top: 9%;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.modal__content {
	background-image: url(../images/plaeyr.jpg);
	background-size: cover;
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	border-radius: 5rem;
	padding: 0 2rem;
	height: 277px;
	font-size: 13px;
}
.js-modal-close,
.modal__content {
	background-repeat: no-repeat;
	cursor: pointer;
}
.js-modal-close {
	position: absolute;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cpath class='cls-1' d='M7 7l18 18M7 25L25 7'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	width: 2.5rem;
	height: 2.5rem;
	top: 20px;
	right: 20px;
}
.modal__content video {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	border-radius: 50px;
}
.tabs {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}
.tabs__header {
	margin-bottom: 1.6rem;
}
.tabs__btn,
.tabs__header {
	display: flex;
	justify-content: center;
	width: 100%;
}
.tabs__btn {
	position: relative;
	align-items: center;
	color: var(--third-bg-color);
	padding: 1.4rem;
	border: 1px solid var(--third-bg-color) !important;
	box-sizing: border-box;
	transition: all 0.3s ease;
	font-size: 1.2rem;
	font-weight: 700;
	max-width: 15rem;
	height: 5rem;
	border-radius: 15px;
	cursor: pointer;
}
.tabs__btn:hover {
	background-color: var(--third-bg-color) !important;
	color: #fff;
}
.tabs__btn + .tabs__btn {
	margin-left: 5px;
}
.tabs__btn.active {
	background-color: var(--third-bg-color) !important;
	color: #fff;
}
.tabs__btn.active .tabs-decor:before {
	content: none;
}
.tabs__btn.active .tabs-decor:after {
	content: '';
	position: absolute;
	background-color: var(--third-bg-color) !important;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	top: -5px;
	left: -6px;
	z-index: 1;
}
.tabs .tabs-decor {
	position: absolute;
	border-left: 2px solid var(--third-bg-color) !important;
	height: 4rem;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	z-index: 1;
}
.tabs .tabs-decor:before {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	top: -16px;
	left: -16px;
	border: 9px solid var(--third-bg-color) !important;
}
.tabs .tabs-decor:after,
.tabs .tabs-decor:before {
	content: '';
	position: absolute;
	background-color: #fff;
	transition: all 0.3s ease;
}
.tabs .tabs-decor:after {
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	top: -5px;
	left: -6px;
}
.tabs__content {
	display: none;
	width: 100%;
}
.tabs__content.active {
	display: block;
}
.tabs__info {
	display: block;
	font-size: 12px;
	line-height: 158%;
}
.tabs__info,
.tabs__title {
	margin-bottom: 3rem;
	color: #3e3e3e;
}
.tabs__title {
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
}
.tabs__text {
	font-size: 17px;
	line-height: 153%;
	color: #3e3e3e;
	margin-bottom: 1rem;
}
.tabs .tabs-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.tabs .tabs-btn .tertiary {
	margin-bottom: 2rem;
}
.tabs .tabs-date {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
.tabs .tabs-date:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.tabs__date {
	display: block;
	margin-right: 1rem;
	font-weight: 300;
}
.tabs__clock,
.tabs__date {
	font-size: 1.6rem;
	color: #3e3e3e;
}
.tabs__clock {
	font-weight: 600;
}
.form--popup .form__input {
	margin-right: 0;
	margin-bottom: 2rem;
	height: 5rem !important;
}
.form--popup .form__btn {
	max-width: 100% !important;
}
.form--popup .form__btn .primary {
	max-width: 100%;
	height: 5rem;
	border: none;
}
.form--popup .section-title {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 2rem;
}
.form--basic .form__col {
	display: flex;
	flex-direction: column;
}
.form--basic .form__input {
	max-width: 100%;
	margin-bottom: 2rem;
}
.form--basic .form__btn .primary {
	width: 100%;
	min-width: 22.5rem;
	background-color: #3e3e3e;
	color: #fff;
}
.form__wrap {
	max-width: 62rem;
	width: 100%;
}
.form__field {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	width: 100%;
	flex-direction: column;
}
.form__field:last-child {
	margin-bottom: 0;
}
.form__input {
	width: 100%;
	max-width: 30rem;
	margin-bottom: 2rem;
}
.form__input:last-child {
	margin-right: 0;
}
.form__input:nth-child(2) {
	margin-bottom: 0;
}
.form__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}
.form__col:last-child {
	margin-bottom: 0;
}
.form__btn {
	max-width: 30rem !important;
	width: 100%;
}
.form__btn .secondary {
	max-width: 100%;
	height: 7rem;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 0.5s ease;
	display: none;
}
.overlay.active {
	display: flex !important;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	z-index: 99;
	padding: 0 15px;
	width: 100%;
	max-width: 400px;
	transition: opacity 0.5s ease;
	display: none;
}
.popup--basic {
	max-width: 55rem;
}
.popup.active {
	display: block;
	z-index: 99;
	transition: opacity 0.5s ease;
}
.popup__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 30px;
	min-height: 220px;
	border-radius: 15px;
	background-color: var(--third-bg-color) !important;
}
.popup__close {
	position: absolute;
	right: 39px;
	top: 13px;
	z-index: 999;
}
.popup__close:after,
.popup__close:before {
	position: absolute;
	left: 0;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #fff;
}
.popup__close:before {
	transform: rotate(45deg);
}
.popup__close:after {
	transform: rotate(-45deg);
}
.intro-container {
	position: relative;
	padding: 0 2rem;
	overflow: hidden;
	background: var(--main-bg-color) !important;
}
.intro-wrapper-slide {
	justify-content: center;
	padding: 2rem;
	padding: 0 0 5rem;
	position: relative;
	height: 100%;
}
.intro-title,
.intro-wrapper-slide {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.intro-title {
	width: 100%;
	margin-bottom: 2rem;
}
.intro-img-slide {
	width: 100%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	height: auto;
	position: relative;
}
.intro-images-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.intro-images-slide img {
	width: 100%;
	display: block;
}
.main-title {
	margin-bottom: 2rem;
}
.intro-list,
.main-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.intro-list {
	margin-bottom: 5rem;
}
.intro-item {
	font-size: 1.6rem;
	color: #3e3e3e;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	position: relative;
	flex-direction: column;
}
.intro-item:before {
	display: block;
	content: '';
	position: absolute;
	color: transparent;
	background-color:var(--third-bg-color);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.278 0L4.654 6.321 1.853 3.246 0 5.032 4.525 10 13 1.92 11.278 0z' fill='%23FB372B'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.278 0L4.654 6.321 1.853 3.246 0 5.032 4.525 10 13 1.92 11.278 0z' fill='%23FB372B'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	clip-path: padding-box inset(0.28125em 0);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1.3rem;
	height: 1rem;
	left: -20px;
	top: 10%;
}
.intro-item:last-child {
	margin-bottom: 0;
}
.intro-btn {
	display: flex;
	justify-content: center;
	width: 100%;
}
.intro-text {
	display: none;
}
.intro-subtext {
	font-size: 2.4rem;
	color: #fff;
	font-weight: 600;
}
.intro-paralax {
	display: none;
}
.intro-paralax-img {
	position: absolute;
	top: 32px;
	left: 20px;
	z-index: -1;
}
.intro-paralax-img2 {
	display: block;
	position: absolute;
	bottom: 0;
	right: 36%;
	z-index: 2;
}
.about-sections {
	padding: 0 2rem 5rem;
	background-color: #f3f3f3;
	position: relative;
	background: var(--main-bg-color) !important;   
}
.about-sections .inner-liner {
	margin-bottom: 4rem;
}
.about-sections .intro-paralax-img {
	top: 64%;
	left: 88%;
	z-index: 2;
}
.about-sections .intro-paralax {
	height: 100%;
}
.about__wrap {
	flex-direction: column;
	position: relative;
}
.about__images,
.about__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.about__images {
	width: 100%;
	margin-bottom: 4rem;
	overflow: hidden;
}
.about__img {
	height: 100%;
	width: 100%;
	border-radius: 5rem;
	overflow: hidden;
}
.about__img img {
	width: 100%;
	display: block;
	height: 100%;
}
.about__col {
	width: 100%;
	position: relative;
	z-index: 3;
}
.about__text {
	font-size: 1.8rem;
	font-weight: 300;
	color: #3e3e3e;
	width: 100%;
	line-height: 144%;
	margin-bottom: 2.5rem;
}
.about__text:last-child {
	margin-bottom: 0;
}
.products-sections {
	position: relative;
	padding: 0 0 4rem;
	cursor: pointer;
	background: var(--main-bg-color) !important;   
}
.products-sections .inner-liner {
	margin-bottom: 3rem;
}
.products-sections .inner-liner:before {
	right: 74%;
}
.products-sections .inner-liner:after {
	right: 75%;
}
.products-sections .intro-paralax-img2 {
	top: 10.5rem;
	left: 21rem;
	z-index: -1;
}
/* .products-sections:hover .products-button-next,
.products-sections:hover .products-button-prev {
	opacity: 1 !important;
}
.products-sections .products-button-next,
.products-sections .products-button-prev {
	opacity: 0;
} */
.products {
	min-height: 100%;
	position: relative;
}
.products__wrap {
	padding: 0 4rem 3.4rem;
	background: #fff;
	box-shadow: 0 3px 40px -8px rgba(0, 0, 0, 0.13);
	border-radius: 20px;
	height: 100%;
}
.products__images {
	position: relative;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.products__img {
	width: 100%;
	overflow: hidden;
}
.products__img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.products .products-title {
	margin-bottom: 2rem;
	position: relative;
}
.products__title {
	display: block;
	text-align: center;
	font-size: 3.6rem;
	line-height: 89%;
	font-weight: 700;
	color: #3e3e3e;
}
.products__text {
	font-size: 1.6rem;
	line-height: 131%;
	color: #3e3e3e;
	display: block;
	margin-bottom: 2.7rem;
}
.products__subtext {
	display: block;
	text-align: center;
	font-size: 3rem;
	color: #3e3e3e;
	margin-bottom: 3rem;
	font-weight: 700;
}
.products__btn {
	width: 100%;
	display: flex;
	justify-content: center;
}
.products .secondary {
	max-width: 100%;
	height: 6.4rem;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.services-section {
	background-image: url(../images/bg-tab.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	padding: 5rem 0;
	position: relative;
}
.services-section .inner-liner {
	margin-bottom: 2rem;
	justify-content: center;
}
.services-section .inner-liner:after,
.services-section .inner-liner:before {
	opacity: 0;
}
.services-section .section-title {
	color: var(--third-bg-color) !important;
}
.services {
	height: 100%;
}
.services__wrap {
	display: flex;
	align-items: center;
	background: var(--third-bg-color) !important;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
	height: 100%;
}
.services__bgimg {
	display: none;
}
.services__title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2rem;
}
.services__text {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	color: #fff;
	line-height: 130%;
}
.services__btn {
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.services__btn .tertiary {
	max-width: 19rem;
	width: 100%;
	transition: all 0.3s ease;
	height: 4.4rem;
	margin-right: 3rem;
}
.services__btn .tertiary:hover {
	border: 1px solid #fff;
}
.services__subtext {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.4rem;
	line-height: 1.2;
}
.services .services-text {
	padding: 2rem;
}
.services-btn {
	position: relative;
	display: flex;
	justify-content: flex-start;
	transition: all 0.3s ease;
}
.sheme-sections {
	background-image: url(../images/bg-s.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 5rem 0;
	position: relative;
}
.sheme-sections .section-title {
	color: #fff;
}
.sheme-sections .inner-liner {
	margin-bottom: 6rem;
}
.sheme-sections .inner-liner:before {
	opacity: 0;
}
.sheme-sections .inner-liner:after {
	right: 68%;
	opacity: 0;
	width: 100%;
}
.sheme-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem -3rem;
	position: relative;
}
.sheme-liner {
	position: relative;
	width: 99%;
	border-bottom: 2px solid #fff;
	top: -3rem;
	left: 50%;
	transform: translateX(-50%);
}
.sheme-liner:after,
.sheme-liner:before {
	content: '';
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
}
.sheme-liner:before {
	left: 0;
	top: -9px;
}
.sheme-liner:after {
	right: 0;
	top: -9px;
}
.sheme {
	width: 100%;
	padding: 0 1.5rem 3rem;
	min-height: 100%;
	position: relative;
}
.sheme__wrap {
	display: flex;
	justify-content: center;
	background-color: #fff;
	border-radius: 0 0 40px 40px;
	padding: 3rem;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.sheme__card,
.sheme__card-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.sheme__card-wrap {
	margin-bottom: 6rem;
}
.sheme__text {
	font-size: 16px;
	line-height: 131%;
	color: #3e3e3e;
	display: block;
}
.sheme__position {
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
}
.sheme__subtext {
	font-size: 7rem;
	font-weight: 700;
	color: var(--third-bg-color) !important;
}
.sheme .sheme-liner__down {
	position: absolute;
	border-left: 2px solid #fff;
	height: 3rem;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.gallery-section {
	padding: 6rem 0;
	position: relative;
	background: var(--main-bg-color) !important;   
}
.gallery-section .inner-liner {
	margin-bottom: 8rem;
}
.gallery-section .intro-paralax-img {
	top: 74.5%;
	left: -9%;
	z-index: -1;
}
.gallery-section .intro-paralax-img2 {
	right: -10%;
	bottom: -26%;
	z-index: 2;
}
.gallery-decor {
	opacity: 0;
}
.gallery {
	position: relative;
	z-index: 1;
}
.gallery__wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.gallery__img-wrap {
	display: flex;
}
.gallery__left {
	margin-bottom: 3rem;
}
.gallery__img-left {
	width: 100%;
	border-radius: 50px 50px 50px 50px;
	overflow: hidden;
	margin-bottom: 3rem;
}
.gallery__link1,
.gallery__link1 img {
	display: block;
	width: 100%;
}
.gallery__link1 img {
	height: 100%;
}
.gallery__link2,
.gallery__link2 img {
	display: block;
	width: 100%;
}
.gallery__link2 img {
	height: 100%;
}
.gallery__img-left2 {
	width: 100%;
	border-radius: 50px 50px 50px 50px;
	overflow: hidden;
}
.gallery__img-center {
	width: 100%;
	overflow: hidden;
	border-radius: 50px;
	margin-bottom: 3rem;
}
.gallery__link3,
.gallery__link3 img {
	display: block;
	width: 100%;
}
.gallery__link3 img {
	height: 100%;
}
.gallery__link4,
.gallery__link4 img {
	display: block;
	width: 100%;
}
.gallery__link4 img {
	height: 100%;
	object-fit: cover;
}
.gallery__img-right {
	width: 100%;
	overflow: hidden;
	border-radius: 50px 50px 50px 50px;
	min-height: 100%;
}
.gallery__link5 {
	display: block;
	width: 100%;
	min-height: 100%;
}
.gallery__link5 img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.rates-sections {
	padding: 0 0 5rem;
	background: var(--main-bg-color) !important;   
}
.rates-sections,
.rates-sections .container {
	position: relative;
}
/* .rates-sections .container:hover .rates-button-next,
.rates-sections .container:hover .rates-button-prev {
	opacity: 1 !important;
}
.rates-sections .container .rates-button-next,
.rates-sections .container .rates-button-prev {
	opacity: 0;
} */
.rates-sections .inner-liner {
	margin-bottom: 4rem;
}
.rates-sections .inner-liner:after,
.rates-sections .inner-liner:before {
	opacity: 0;
}
.rates {
	min-height: 100%;
	padding: 2rem;
}
.rates__wrap {
	background: #fff;
	box-shadow: 0 6px 40px -8px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	height: 100;
}
.rates__col {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3.6rem 4rem 4.8rem;
}
.rates__item {
	font-weight: 500;
	font-size: 14px;
	line-height: 214%;
	text-align: center;
	color: #3e3e3e;
	margin-bottom: 0.4rem;
}
.rates__item:last-child {
	margin-bottom: 2.4rem;
}
.rates__title {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
.rates__none {
	color: #c4c4c4;
	text-decoration: line-through;
}
.rates__text {
	font-size: 18px;
	line-height: 167%;
	margin-bottom: 1.2rem;
}
.rates__subtext,
.rates__text {
	text-align: center;
	color: #3e3e3e;
	font-weight: 700;
	display: block;
}
.rates__subtext {
	font-size: 36px;
	line-height: 83%;
	margin-bottom: 3.6rem;
}
.rates__btn {
	max-width: 21.8rem;
	width: 100%;
}
.rates__btn .secondary {
	height: 7rem;
}
.rates .rates-title {
	display: flex;
	justify-content: center;
	background-color: #3e3e3e;
	border-radius: 20px 20px 0 0;
	padding: 2rem;
}
.advantages-sections {
	padding: 4rem 0;
	position: relative;
	background: var(--main-bg-color) !important;   
}
.advantages-sections .inner-liner {
	margin-bottom: 8rem;
	justify-content: flex-start;
}
.advantages-sections .inner-liner:after,
.advantages-sections .inner-liner:before {
	opacity: 0;
}
.advantages-liner {
	position: absolute;
	border-right: 2px solid var(--third-bg-color) !important;
	left: 42px;
	width: 2px;
	height: 79%;
	top: 219px;
	z-index: 1;
}
.advantages-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem -3rem;
}
.advantages {
	width: 100%;
	padding: 0 2rem 3rem;
	position: relative;
}
.advantages__wrap {
	display: flex;
	flex-direction: column;
	padding: 9.3rem 3.6rem 3.6rem;
	background-color: #fff;
	border-radius: 3rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
.advantages__wrap:hover {
	background-color: var(--third-bg-color) !important;
}
.advantages__wrap:hover svg path {
	fill: #fff;
}
.advantages__wrap:hover .advantages__text,
.advantages__wrap:hover .advantages__title {
	color: #fff;
}
.advantages__wrap:hover .advantages__dot {
	background-color: #fff;
	z-index: 2;
}
.advantages__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 3rem;
}
.advantages__icon path {
	transition: all 0.3s ease;
}
.advantages__title {
	display: block;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.advantages__text,
.advantages__title {
	transition: all 0.3s ease;
	color: #3e3e3e;
}
.advantages__text {
	font-size: 16px;
	line-height: 131%;
	font-weight: 400;
}
.advantages__dot {
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	background-color: var(--third-bg-color) !important;
	top: 33px;
	left: 36px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.our-sections {
	padding: 0 0 4rem;
	background: var(--main-bg-color) !important;   
}
.our-sections .inner-liner {
	margin-bottom: 4rem;
	justify-content: center;
}
.our-sections .inner-liner:after,
.our-sections .inner-liner:before {
	opacity: 0;
}
.our-sections .about__wrap {
	flex-direction: column-reverse;
	background-image: none;
}
.our-sections .about__wrap:before {
	content: none;
}
.our-sections .about__images {
	margin-right: 0;
	margin-bottom: 0;
}
.our-sections .about__img {
	width: 100%;
	border-radius: 0;
	overflow: inherit;
	max-height: 100%;
	height: auto;
}
.our-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 0 2rem;
	margin: 0 -1.5rem;
}
.our {
	width: 100%;
	padding: 0 1.5rem 3rem;
}
.our__wrap {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	justify-content: center;
}
.our__wrap:before {
	content: '';
	position: absolute;
	border-left: 2px solid var(--third-bg-color) !important;
	border-bottom: 2px solid var(--third-bg-color) !important;
	height: 100%;
	width: 100%;
	left: -2.2rem;
}
.our__wrap:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	top: -0.2rem;
	left: -3.1rem;
	background-color: var(--third-bg-color) !important;
}
.our__title {
	font-weight: 700;
	font-size: 38px;
	color: var(--third-bg-color) !important;
}
.our__text {
	display: block;
	margin-left: 1.2rem;
	font-size: 1.8rem;
	color: #3e3e3e;
}
.our .our-text {
	display: flex;
	flex-direction: column;
}
.video-sections {
	padding: 0 2rem 4rem;
	position: relative;
	background: var(--main-bg-color) !important;   
}
.video-sections .inner-liner {
	margin-bottom: 10rem;
}
.video-sections .inner-liner:after,
.video-sections .inner-liner:before {
	opacity: 0;
}
.video-sections .intro-paralax-img {
	top: 84%;
	left: 80%;
	z-index: 1;
}
.video-sections .intro-paralax-img2 {
	bottom: 64.5%;
	right: 74%;
	border-radius: 50px;
	overflow: hidden;
	z-index: -1;
}
.video__wrap {
	position: relative;
}
.video__player {
	display: flex;
	justify-content: center;
	padding: 0 2rem;
	overflow: hidden;
}
.video__img {
	position: relative;
	width: 100%;
	border-radius: 50px;
	overflow: hidden;
}
.video__img img {
	width: 100%;
	display: block;
}
.video__control {
	position: relative;
}
.video__control:before {
	content: '';
	position: absolute;
	width: 40%;
	z-index: 4;
	border-bottom: 2px solid #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.video__btn-wrap {
	border-radius: 50%;
	border: 2px solid var(--third-bg-color) !important;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 150px;
	max-height: 150px;
	box-sizing: border-box;
	z-index: 2;
}
.video__btn-wrap,
.video__btn-wrap:before {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
}
.video__btn-wrap:before {
	content: '';
	max-width: 125px;
	max-height: 125px;
	border: 1.3rem solid #fff;
	border-radius: 50%;
	transform: translateX(-50%);
	top: 7%;
}
.video__btn-wrap:after {
	content: '';
	position: absolute;
	background: hsla(0, 0%, 100%, 0.4);
	left: 50%;
	transform: translateX(-50%);
	top: 21%;
	max-width: 80px;
	width: 100%;
	max-height: 80px;
	height: 100%;
	border-radius: 50%;
}
.video__btn {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	top: 50%;
	background: var(--third-bg-color) !important;
	border-radius: 4px;
	height: 3.5rem;
	width: 3.5rem;
	-webkit-clip-path: polygon(48% 0, 0 100%, 100% 100%);
	clip-path: polygon(48% 0, 0 100%, 100% 100%);
	z-index: 2;
}
.video .video-btn {
	width: 100%;
	height: 100%;
}
.exhibition-sections {
	padding: 0 0 5rem;
	background: var(--main-bg-color) !important;   
}
.exhibition-sections .inner-liner {
	justify-content: flex-end;
	margin-bottom: 6.8rem;
}
.exhibition-sections .inner-liner:after,
.exhibition-sections .inner-liner:before {
	opacity: 0;
}
.exhibition__wrap {
	background-color: var(--second-bg-color) !important;
	padding: 4.2rem 0 2rem;
	position: relative;
}
.exhibition__tabs {
	position: relative;
}
.exhibition__img {
	display: none;
}
.exhibition-decor {
	position: absolute;
	border-bottom: 2px solid var(--third-bg-color) !important;
	width: 100%;
	top: 0;
}
.question-sections {
	/* background-image: url(../images/p4.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 3rem 0;
	position: relative; */
	background: var(--main-bg-color) !important;
}
.question-sections .mva-wrapper{
	background-image: url(../images/p4.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 3rem 0;
	position: relative;
}
.question-sections .inner-liner {
	justify-content: center;
	margin-bottom: 4rem;
}
.question-sections .inner-liner:after,
.question-sections .inner-liner:before {
	opacity: 0;
}
.question-sections .section-title {
	font-size: 2.8rem;
	color: #fff;
}
.question-img {
	display: none;
}
.question,
.question__wrap {
	position: relative;
}
.question__wrap {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.question__img {
	display: none;
}
.question__img img {
	width: 100%;
	display: block;
}
.sentence-sections {
	padding: 4rem 0;
	background: var(--main-bg-color) !important;
}
.sentence-sections .inner-liner {
	justify-content: center;
	margin-bottom: 4rem;
}
.sentence-sections .inner-liner:after,
.sentence-sections .inner-liner:before {
	opacity: 0;
}
.container,
.sentence__wrap {
	position: relative;
}
.sentence__wrap {
	display: flex;
	height: 50rem;
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
}
.sentence__wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, transparent, #000);
	opacity: 0.9;
	height: 100%;
}
.sentence .sectence-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 4.8rem;
	position: relative;
	z-index: 2;
}
.sentence__title {
	font-size: 30px;
	line-height: 107%;
	color: #fff;
	font-weight: 700;
	display: block;
	margin-bottom: 2.2rem;
}
.sentence__subtext {
	font-size: 16px;
	line-height: 144%;
	color: #fff;
	display: block;
	margin-bottom: 3rem;
	font-weight: 300;
}
.sentence__btn .tertiary {
	background-color: transparent;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	max-width: 23rem;
	height: 6.4rem;
	transition: all 0.3s ease;
}
.sentence__btn .tertiary:hover {
	border: none;
	background-color: #f94537;
}
.news-sections {
	padding: 0 0 4rem;
	background: var(--main-bg-color) !important;
}
.news-sections .inner-liner {
	justify-content: center;
	margin-bottom: 4rem;
}
.news-sections .inner-liner:after,
.news-sections .inner-liner:before {
	opacity: 0;
}
.news-sections .container {
	position: relative;
}
.news-sections .container .news-button-next,
.news-sections .container .news-button-prev {
	opacity: 1;
}
.news-sections .container:hover .news-button-next,
.news-sections .container:hover .news-button-prev {
	opacity: 1;
}
.news {
	padding: 2rem;
	min-height: 100%;
}
.news__wrap {
	align-items: center;
	border-radius: 30px;
	box-shadow: 0 6px 40px -8px rgba(0, 0, 0, 0.15);
}
.news__img-wrap,
.news__wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.news__img-wrap {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	width: 100%;
	overflow: hidden;
}
.news__img {
	min-height: 225px;
	width: 100%;
	background-size: cover;
	background-position: 20%;
	background-repeat: no-repeat;
}
.news__img img {
	width: 100%;
	display: block;
	height: 100%;
}
.news__title {
	font-weight: 700;
	font-size: 24px;
	color: #3e3e3e;
	margin-bottom: 2rem;
	display: block;
}
.news__subtext {
	font-size: 14px;
	color: #3e3e3e;
	display: block;
	margin-bottom: 2.9rem;
}
.news .news-text {
	padding: 4rem 0 4rem 4rem;
}
.news .new-date {
	display: flex;
	justify-content: center;
	background-color: var(--third-bg-color) !important;
	padding: 1.4rem 5.6rem;
	color: #fff;
	font-size: 18px;
}
.news .tertiary {
	max-width: 17.8rem;
	width: 100%;
	height: 5.2rem;
}
.new-btn {
	display: flex;
	justify-content: center;
	width: 100%;
}
.new-btn .new-link {
	max-width: 100%;
	font-size: 1.6rem;
	color: #3e3e3e;
	transition: all 0.3s ease;
}
.new-btn .new-link:hover {
	color: var(--third-bg-color) !important;
	text-decoration: underline;
}
.certificates-sections {
	background-image: url(../images/bg-c.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 4rem 0;
}
.certificates-sections .inner-liner {
	justify-content: flex-start;
	margin-bottom: 2rem;
}
.certificates-sections .inner-liner:after,
.certificates-sections .inner-liner:before {
	opacity: 0;
}
.certificates-sections .section-title {
	color: #fff;
}
.certificates-sliders {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}
.certificates-sliders .about-button-next,
.certificates-sliders .about-button-prev,
.certificates-sliders .certificates-button-next,
.certificates-sliders .certificates-button-prev,
.certificates-sliders .team-big-button-next,
.certificates-sliders .team-big-button-prev,
.certificates-sliders .team-button-next,
.certificates-sliders .team-button-prev {
	opacity: 1;
	transition: all 0.3s ease;
}
.certificates-sliders:hover .about-button-next,
.certificates-sliders:hover .about-button-prev,
.certificates-sliders:hover .certificates-button-next,
.certificates-sliders:hover .certificates-button-prev {
	opacity: 1;
}
.certificates-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 36px;
	line-height: 125%;
	color: #fff;
	margin-bottom: 2rem;
}
.certificates-weight {
	font-weight: 700;
}
.reviews-sections {
	padding: 9rem 0 12rem;
	background: var(--main-bg-color) !important;
}
.reviews-sections .inner-liner {
	justify-content: center;
	margin-bottom: 4rem;
}
.reviews-sections .inner-liner:after,
.reviews-sections .inner-liner:before {
	opacity: 0;
}
.reviews {
	height: 100%;
}
.reviews__wrap {
	display: flex;
	flex-direction: column;
	padding: 2rem;
	height: 100%;
}
.reviews__info {
	padding: 3.6rem 3rem 4.5rem;
	box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.15);
	height: 100%;
	margin-bottom: 3rem;
}
.reviews__col {
	width: 100%;
	height: 8rem;
	background-color: var(--third-bg-color) !important;
	border-radius: 0 0 70px 70px;
}
.reviews-title__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--third-bg-color) !important;
	margin-bottom: 2.4rem;
	padding-bottom: 1.5rem;
}
.reviews__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 104%;
	color: #3e3e3e;
}
.reviews__date {
	font-weight: 300;
	font-size: 14px;
	line-height: 179%;
	color: #3e3e3e;
}
.reviews__text {
	font-size: 16px;
	line-height: 137%;
	color: #3e3e3e;
}
.reviews-navigation {
	max-width: 41rem;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.reviews-navigation:before {
	content: '';
	position: absolute;
	border-bottom: 2px solid var(--third-bg-color) !important;
	width: 65%;
	left: 50%;
	transform: translateX(-50%);
	top: 7.5px;
}
.question-answer-sections {
	padding: 12rem 0 0;
	background: var(--main-bg-color) !important;
}
.question-answer-sections .inner-liner {
	justify-content: center;
	margin-bottom: 4rem;
}
.question-answer-sections .inner-liner:after,
.question-answer-sections .inner-liner:before {
	opacity: 0;
}
.question-answer__item,
.question-answer__wrap {
	display: flex;
	flex-direction: column;
}
.question-answer__number {
	font-size: 8.9rem;
	color: var(--third-bg-color);
	font-weight: 700;
	line-height: 1;
}
.question-answer__row {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid var(--third-bg-color) !important;
	border-top: 1px solid var(--third-bg-color) !important;
	padding: 3.2rem 0 3.1rem;
	margin: 0 0 3.1rem;
	flex-direction: column;
}
.question-answer__text {
	font-size: 30px;
	line-height: 110%;
	color: #3e3e3e;
	font-weight: 700;
	display: block;
	max-width: 23rem;
	width: 100%;
	margin-bottom: 2rem;
}
.question-answer__subtext {
	font-size: 14px;
	line-height: 150%;
	color: #3e3e3e;
	display: block;
	max-width: 63rem;
	width: 100%;
}
.mr-95 {
	margin-right: 9.5rem;
}
.mr-76 {
	margin-right: 7.6rem;
}
.partners-sections {
	padding: 0 0 4rem;
	background: var(--main-bg-color) !important;
}
.partners-sections .inner-liner {
	margin-bottom: 4rem;
	justify-content: center;
}
.partners-sections .inner-liner:after,
.partners-sections .inner-liner:before {
	opacity: 0;
}
.partners {
	min-height: 100%;
	padding: 2rem;
}
.partners__wrap {
	display: flex;
	justify-content: center;
	padding: 4.5rem 1rem;
	background: #fff;
	box-shadow: 0 6px 30px -4px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	height: 100%;
}
.partners__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	max-width: 15.6rem;
	width: 100%;
}
.partners__img-wrap img {
	width: 100%;
	display: block;
	height: 100%;
}
.team-sections {
	background-image: url(../images/bg-t.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 4rem 0;
}
.team-sections .inner-liner {
	justify-content: flex-start;
	margin-bottom: 2rem;
}
.team-sections .inner-liner:after,
.team-sections .inner-liner:before {
	opacity: 1;
}
.team-sections .container {
	position: relative;
}
.team-sections .container .team-big-button-next,
.team-sections .container .team-big-button-prev,
.team-sections .container .team-button-next,
.team-sections .container .team-button-prev {
	opacity: 1;
}
.team-sections .container:hover .team-big-button-next,
.team-sections .container:hover .team-big-button-prev,
.team-sections .container:hover .team-button-next,
.team-sections .container:hover .team-button-prev {
	opacity: 1;
}
.team-sections .section-title {
	color: #fff;
}
.team__img {
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
}
.team .certificates-text {
	flex-direction: row;
	margin-bottom: 0;
	margin-top: 2rem;
	justify-content: flex-start;
	align-items: flex-end;
}
.team .certificates-weight {
	margin-right: 0.5rem;
	font-size: 28px;
	line-height: 94%;
	font-weight: 600;
}
.team .certificates-subtext {
	font-size: 1.8rem;
	line-height: 114%;
}
.why-sections {
	padding: 4rem 0;
	background: var(--main-bg-color) !important;
}
.why-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem -3rem;
}
.why {
	width: 100%;
	padding: 0 1.5rem 3rem;
	min-height: 100%;
}
.why__wrap {
	background-color: #fff;
	padding: 4rem;
	box-shadow: 0 6px 30px -8px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	height: 100%;
}
.why__title {
	font-size: 16px;
	line-height: 133%;
	font-weight: 700;
	max-width: 33.9rem;
}
.why__text,
.why__title {
	color: #3e3e3e;
	width: 100%;
	display: block;
}
.why__text {
	font-size: 14px;
	line-height: 156%;
	max-width: 49.9rem;
}
.why .why-title {
	position: relative;
	margin-bottom: 3rem;
}
.why .why-title:before {
	content: '';
	position: absolute;
	width: 23.6rem;
	border-bottom: 2px solid var(--third-bg-color) !important;
	bottom: 3px;
	right: -50px;
}
.contact-sections {
	padding: 0 0 4rem;
	background: var(--main-bg-color) !important;
}
.contact-sections .inner-liner {
	justify-content: center;
	margin-bottom: 2rem;
}
.contact-sections .inner-liner:after,
.contact-sections .inner-liner:before {
	opacity: 0;
}
.contact__wrap {
	display: flex;
	position: relative;
	flex-direction: column;
}
.contact__map {
	max-width: 990px;
	width: 100%;
	margin-right: 8.3rem;
}
.contact__icon {
	max-width: 2rem;
	width: 100%;
	height: 2rem;
	margin-right: 1rem;
}
.contact__icon svg {
	width: 100%;
	display: block;
}
.contact__list {
	padding: 4rem;
	background: #fff;
	box-shadow: -5px 8px 40px -8px rgba(0, 0, 0, 0.15);
	border-radius: 0 0 100px 0;
}
.contact__item {
	margin-bottom: 2rem;
}
.contact__item:last-child {
	margin-bottom: 0;
}
.contact__link-wrap {
	display: flex;
	flex-direction: column;
}
.contact__link {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #3e3e3e;
}
.contact__subtext {
	display: block;
	margin-bottom: 0.5rem;
}
iframe {
	width: 100%;
	height: 300px;
}
@media (min-width: 375px) {
	.modal {
		top: 9%;
	}
	.modal__content {
		height: 80%;
		width: 95%;
	}
	.modal__content video {
		height: 100%;
	}
	.tabs__btn + .tabs__btn {
		margin-left: 30px;
	}
	.sheme-sections .inner-liner:before {
		opacity: 1;
		right: 89%;
	}
	.sheme-sections .inner-liner:after {
		right: 90%;
		opacity: 1;
	}
}
@media (min-width: 375px) and (min-width: 768px) {
	.modal__content {
		height: 85%;
	}
}
@media (min-width: 480px) {
	.services-container {
		height: 602px;
	}
	.team .certificates-weight {
		font-size: 40px;
	}
	.team .certificates-subtext {
		font-size: 2rem;
	}
}
@media (min-width: 576px) {
	.inner-liner:before {
		right: 34%;
	}
	.inner-liner:after {
		width: 34%;
	}
	.burger {
		right: 20px;
	}
	.products-sections .inner-liner:before {
		right: 64%;
	}
	.products-sections .inner-liner:after {
		width: 100%;
		right: 65%;
	}
	.products .products-title:before {
		content: '';
		position: absolute;
		height: 0.2rem;
		border-bottom: 0.2rem solid var(--third-bg-color) !important;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 70%;
	}
	.products__title {
		text-align: left;
	}
	.sheme-sections .inner-liner:before {
		right: 78%;
	}
	.sheme-sections .inner-liner:after {
		right: 79%;
	}
	.rates-sections .inner-liner:before {
		right: 16%;
		opacity: 1;
	}
	.rates-sections .inner-liner:after {
		right: -18%;
		opacity: 1;
	}
}
@media (min-width: 576px) and (min-width: 768px) {
	.products .products-title:before {
		width: 59%;
	}
}
@media (min-width: 592px) {
	.btn.tertiary {
		max-width: 23.4rem;
		height: 5.8rem;
		width: 100%;
	}
	.tabs__btn {
		font-size: 1.8rem;
		border-radius: 30px;
	}
	.tabs .tabs-btn {
		flex-direction: row;
		margin-top: 3rem;
	}
	.tabs .tabs-btn .tertiary,
	.tabs .tabs-date {
		margin-bottom: 0;
		margin-right: 2rem;
	}
}
@media (min-width: 612px) {
	.news__wrap {
		flex-direction: row;
	}
	.news__img-wrap {
		max-width: 19rem;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 0;
	}
	.new-btn .new-link {
		font-size: 1.8rem;
	}
}
@media (min-width: 626px) {
	.swiper-container {
		height: 602px;
	}
	.swiper-container.nav-slider {
		display: block;
		width: 100%;
		margin-bottom: 2rem;
	}
	.services-section .inner-liner {
		justify-content: flex-start;
		margin-bottom: 8.6rem;
	}
	.services__wrap {
		border-radius: 0 100px 100px 0;
	}
	.services__bgimg {
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 660px) {
	.form--basic .form__col {
		flex-direction: row;
		align-items: flex-start;
	}
	.form--basic .form__input {
		margin-right: 1rem;
	}
	.form__field {
		flex-direction: row;
	}
	.form__input {
		margin-bottom: 0;
		margin-right: 2rem;
	}
}
@media (min-width: 768px) {
	.col.col-tb-12 {
		width: 100%;
	}
	.col.col-tb-6 {
		width: 50%;
	}
	.col.col-tb-4 {
		width: 33.33333%;
	}
	.col.col-tb-3 {
		width: 25%;
	}
	.col.col-tb-2 {
		width: 16.66667%;
	}
	.col.col-tb-1 {
		width: 8.33333%;
	}
	.main-title {
		font-size: 28px;
	}
	.section-title {
		font-size: 4.8rem;
	}
	.weight {
		margin-left: 0.5rem;
	}
	.btn.secondary {
		height: 7.2rem;
	}
	.products-button-next,
	.products-button-prev {
		width: 5.4rem;
		height: 5.4rem;
		/* padding: 2.1rem 2.5rem 2.1rem 2.3rem; */
		background-size: auto;
	}
	.partners-button-next,
	.partners-button-prev {
		display: block;
		background-color: transparent !important;
		border: 2px solid var(--third-bg-color) !important;
		top: 60%;
	}
	.popup__wrap {
		min-height: 380px;
	}
	.popup__close {
		right: 49px;
		top: 23px;
	}
	.about-sections .inner-liner {
		margin-bottom: 8rem;
	}
	.products-sections {
		padding: 0 0 7.3rem;
	}
	.products-sections .inner-liner {
		margin-bottom: 8rem;
	}
	.services-section {
		padding: 7rem 0 10rem;
	}
	.services .services-text {
		padding: 4rem 4rem 4rem 8rem;
	}
	.sheme-sections {
		padding: 10rem 0;
	}
	.sheme-sections .inner-liner {
		margin-bottom: 13.4rem;
	}
	.sheme-sections .inner-liner:before {
		right: 85%;
	}
	.sheme-sections .inner-liner:after {
		right: 86%;
	}
	.sheme {
		width: 50%;
	}
	.gallery-section {
		padding: 16.4rem 0 12rem;
	}
	.gallery-decor {
		position: absolute;
		background-color: #f94537;
		top: -12.6rem;
		left: 50%;
		z-index: -1;
		border-radius: 0 250px 0 0;
		width: 835px;
		height: 632px;
		opacity: 1;
		margin-left: -96rem;
	}
	.rates-sections {
		padding: 0 0 12rem;
	}
	.rates-sections .inner-liner {
		margin-bottom: 8rem;
	}
	.advantages-liner {
		opacity: 0;
	}
	.advantages {
		width: 50%;
	}
	.our-sections .inner-liner {
		justify-content: flex-start;
	}
	.our-wrap {
		margin: 0 -3.3rem;
	}
	.our {
		padding: 0 3.3rem 3rem;
		width: 50%;
	}
	.our__wrap {
		justify-content: flex-start;
	}
	.our__wrap:before {
		left: -3.2rem;
	}
	.our__wrap:after {
		left: -4.1rem;
	}
	.our__title {
		font-size: 78px;
	}
	.exhibition-sections {
		padding: 0 0 13.2rem;
	}
	.question-sections .section-title {
		font-size: 4.8rem;
	}
	.sentence-sections {
		padding: 12rem 0 14.1rem;
	}
	.news-sections {
		padding: 0 0 15rem;
	}
	.question-answer-sections .inner-liner,
	.reviews-sections .inner-liner {
		justify-content: flex-start;
		margin-bottom: 8rem;
	}
	.partners-sections {
		padding: 0 0 12rem;
	}
	.partners-sections .inner-liner {
		margin-bottom: 8rem;
		justify-content: flex-start;
	}
	.why-sections {
		padding: 12rem 0;
	}
	.why {
		width: 50%;
	}
	.why__title {
		font-size: 30px;
	}
	.why__text {
		font-size: 16px;
	}
	.contact-sections {
		padding: 0 0 8rem;
	}
	.contact-sections .inner-liner {
		margin-bottom: 0;
		justify-content: flex-end;
	}
	.contact__wrap {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.contact__list {
		position: absolute;
		bottom: -40px;
		right: 0;
	}
	iframe {
		max-width: 990px;
		height: 500px;
	}
}
@media (min-width: 829px) {
	.services__btn .tertiary {
		height: 6.4rem;
	}
}
@media (min-width: 870px) {
	.nav-footer__list {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.nav-footer__item + .nav-footer__item {
		margin-top: 0;
		margin-left: 2.7rem;
	}
	.nav-contact {
		flex-direction: row;
		align-items: center;
		margin-top: 6rem;
	}
	.nav-contact__item + .nav-contact__item {
		margin-left: 3rem;
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.header__wrap,
	.nav-connection__list {
		flex-direction: row;
	}
	.nav-connection__item {
		margin-right: 3.6rem;
		margin-bottom: 0;
	}
	.logo {
		margin-bottom: 0;
	}
	.header-section {
		background-color: var(--second-bg-color) !important;
		padding: 2.4rem 0;
	}
	.header-section .nav {
		position: static;
		background-color: transparent;
		transform: translateX(0);
		padding: 0;
		width: auto;
		height: auto;
		overflow: hidden;
	}
	.header-section .nav__list {
	    flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		gap:7px 15px;
	}
	.header-section .nav__link {
		font-weight: 400;
		color: #3e3e3e;
	}
	.header-section .nav__item {
		border: none;
		padding: 0;
		margin-bottom: 0;
		/* flex: 1 1 auto; */
		flex: inherit;
        width: auto;
	}
	.header-section .nav__item + .header-section .nav__item {
		margin-left: 15px;
		margin-top: 0;
	}
	.burger {
		display: none;
	}
	.modal {
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
	.modal__content {
		max-width: 85rem;
		padding: 0;
		height: 65%;
	}
	.modal__content video {
		height: 636px;
	}
	.sheme-sections .inner-liner:before {
		right: 80%;
	}
	.sheme-sections .inner-liner:after {
		right: 81%;
	}
	.video-sections {
		padding: 0 0 12rem;
	}
	.video__wrap:before {
		content: '';
		position: absolute;
		display: flex;
		background-color: var(--third-bg-color) !important;
		height: 44rem;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.video__img {
		max-width: 85rem;
	}
	.video__btn-wrap {
		max-width: 332px;
		max-height: 332px;
	}
	.video__btn-wrap:before {
		max-width: 276px;
		max-height: 276px;
	}
	.video__btn-wrap:after {
		max-width: 182px;
		max-height: 182px;
	}
	.video__btn {
		height: 7rem;
		width: 7rem;
	}
	.question-sections .inner-liner:before {
		right: 108%;
		opacity: 1;
	}
	.question-sections .inner-liner:after {
		right: 110%;
		opacity: 1;
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.col.col-lg-12 {
		width: 100%;
	}
	.col.col-lg-6 {
		width: 50%;
	}
	.col.col-lg-4 {
		width: 33.33333%;
	}
	.col.col-lg-3 {
		width: 25%;
	}
	.col.col-lg-2 {
		width: 16.66667%;
	}
	.col.col-lg-1 {
		width: 8.33333%;
	}
	.main-title {
		font-size: 33px;
	}
	.inner-liner:before {
		width: 2rem;
		height: 2rem;
		right: 38.6%;
	}
	.inner-liner:after {
		width: 40%;
	}
	.header-section .nav__link:hover {
		opacity: 0.8;
	}
	.btn.primary:hover {
		background-color: #000;
		color: #fff;
	}
	.btn.tertiary:hover {
		background-color: var(--third-bg-color) !important;
		color: #fff;
	}
	.intro-nav {
		bottom: 14%;
	}
	.intro-container {
		padding: 0;
	}
	.intro-wrapper-slide {
		padding: 0 0 12rem;
		flex-direction: row;
		padding: 0 0 12rem 4rem;
	}
	.intro-title {
		align-items: flex-start;
		margin-right: 2rem;
		width: 100%;
		margin-bottom: 0;
	}
	.intro-img-slide {
		max-width: 77rem;
	}
	.intro-img-slide:before {
		left: -21%;
		width: 36%;
		transform: rotate(90deg);
		top: 29%;
	}
	.intro-img-slide:after,
	.intro-img-slide:before {
		content: '';
		position: absolute;
		border-bottom: 2px solid var(--third-bg-color) !important;
	}
	.intro-img-slide:after {
		right: 0;
		width: 80%;
		bottom: -30px;
	}
	.intro-images-slide {
		border-radius: 0 0 0 200px;
	}
	.main-title {
		align-items: flex-start;
		width: 75%;
		margin-bottom: 3.6rem;
	}
	.intro-list {
		align-items: flex-start;
		width: 90%;
	}
	.intro-item {
		flex-direction: row;
	}
	.intro-item:before {
		top: 50%;
		transform: translateY(-50%);
	}
	.intro-btn {
		justify-content: flex-start;
		width: 95%;
	}
	.intro-text {
		background-color: var(--third-bg-color) !important;
		border-radius: 0 20px 0 0;
		padding: 1.3rem;
		bottom: 5.8rem;
	}
	.intro-paralax,
	.intro-text {
		display: block;
		position: absolute;
	}
	.intro-paralax {
		width: 100%;
		height: 80%;
		top: 0;
		left: 0;
	}
	.about-sections {
		padding: 0 0 12rem;
		background-color: transparent;
	}
	.about__wrap {
		flex-direction: row;
		/* background-image: url(../images/bg.png);
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: 100%; */
		background: var(--second-bg-color) !important;
		
	}
	.about__wrap:before {
		content: '';
		position: absolute;
		background-color:var(--third-bg-color) !important;
		transform: rotate(-180deg);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 80%;
		width: 0.2rem;
	}
	.about__images {
		margin-right: 8rem;
		margin-bottom: 0;
	}
	.about__img {
		border-radius: 0 25rem 25rem 0;
		max-width: 96.5rem;
		max-height: 50rem;
	}
	.about__text {
		max-width: 62rem;
	}
	.sheme-sections .inner-liner:before {
		right: 76%;
	}
	.sheme-sections .inner-liner:after {
		right: 77%;
	}
	.sheme {
		width: 25%;
		padding: 0 1.5rem;
	}
	.gallery__wrap {
		flex-direction: row;
	}
	.gallery__left {
		margin-bottom: 0;
		margin-right: 3rem;
	}
	.gallery__img-left {
		border-radius: 0 50px 50px 0;
		max-width: 41.1rem;
	}
	.gallery__link1 {
		height: 52rem;
	}
	.gallery__link2 {
		height: 23.5rem;
	}
	.gallery__img-left2 {
		border-radius: 0 50px 50px 0;
		max-width: 41.1rem;
	}
	.gallery__center {
		margin-right: 3rem;
	}
	.gallery__img-center {
		max-width: 52rem;
	}
	.gallery__img-center:last-child {
		margin-bottom: 0;
	}
	.gallery__link3 {
		height: 34.6rem;
	}
	.gallery__link4 {
		height: 40.8rem;
	}
	.gallery__img-right {
		border-radius: 50px 0 0 50px;
		max-width: 30rem;
	}
	.gallery__link5 {
		height: 78.5rem;
	}
	.rates-sections .inner-liner:before {
		right: 18%;
	}
	.rates-sections .inner-liner:after {
		right: -21%;
	}
	.question-sections .mva-wrapper{
		padding: 1rem 0 0;
		border-radius: 0 150px 150px 0;
	}
	.question-sections .inner-liner {
		justify-content: flex-start;
	}
	.question__wrap {
		flex-direction: row;
	}
	.question__img {
		margin-right: 11.4rem;
		display: flex;
		width: 100%;
		max-width: 23.5rem;
		position: relative;
		z-index: 1;
	}
	.sentence-sections .inner-liner {
		justify-content: flex-start;
		margin-bottom: 8rem;
	}
	.sentence-sections .inner-liner:before {
		right: 102%;
		opacity: 1;
	}
	.sentence-sections .inner-liner:after {
		right: 103%;
		opacity: 1;
	}
	.news-sections .inner-liner {
		justify-content: flex-start;
		margin-bottom: 5rem;
	}
	.news-sections .inner-liner:before {
		right: 102%;
		opacity: 1;
	}
	.news-sections .inner-liner:after {
		right: 103%;
		opacity: 1;
	}
}
@media (min-width: 1024px) and (min-width: 1453px) {
	.intro-text {
		left: 13rem;
		bottom: 9.4rem;
	}
}
@media (min-width: 1024px) and (min-width: 1810px) {
	.intro-text {
		left: 24rem;
	}
}
@media (min-width: 1025px) {
	.products__btn {
		max-width: 33rem;
	}
}
@media (min-width: 1100px) {
	.services-container {
		flex-direction: row-reverse;
	}
	.swiper-container.nav-slider {
		margin-bottom: 0;
		width: 50%;
	}
	.swiper-button-white-next,
	.swiper-button-white-prev {
		position: absolute;
		background-repeat: no-repeat;
		width: 4rem;
		height: 4rem;
		background-size: 30%;
		cursor: pointer;
		opacity: 1;
	}
	.products__img {
		max-width: 33rem;
	}
	.services__wrap {
		margin-left: 4rem;
	}
	.services-btn {
		justify-content: flex-end;
	}
}
@media (min-width: 1137px) {
	.tabs {
		flex-direction: row;
	}
	.tabs__header {
		justify-content: flex-start;
	}
	.tabs__content {
		border-left: 1px solid var(--third-bg-color) !important;
		padding-left: 4rem;
		margin-left: 3rem;
	}
	.exhibition__wrap {
		padding: 4.2rem 0 8.8rem;
	}
	.exhibition__img {
		display: block;
		position: absolute;
		top: -153px;
		left: 50%;
		margin-left: -1025px;
		border-radius: 0 180px 180px 0;
		overflow: hidden;
		width: 999px;
	}
	.exhibition__img img {
		width: 100%;
		display: block;
	}
	.exhibition-decor {
		top: auto;
		bottom: 192px;
		width: 47%;
	}
	.exhibition-decor:before {
		content: '';
		position: absolute;
		background-color: var(--third-bg-color);
		border-radius: 50%;
		right: -2px;
		width: 2rem;
		height: 2rem;
		top: -9px;
	}
}
@media (min-width: 1150px) {
	.certificates-button-next,
	.certificates-button-prev,
	.team-button-next,
	.team-button-prev {
		display: block;
		background-color: transparent;
		border: 1px solid var(--third-bg-color);
		box-sizing: border-box;
		top: 69%;
	}
	.certificates-button-prev,
	.team-button-prev {
		/* background-image: url(../images/arrow-l3.svg); */
		left: 0;
		opacity: 1;
		border: 1px solid var(--third-bg-color);
	}
	.certificates-button-next,
	.team-button-next {
		/* background-image: url(../images/arrow-r3.svg); */
		right: 0;
		opacity: 1;
		border: 1px solid var(--third-bg-color);
	}
	.team-button-next,
	.team-button-prev {
		display: block;
		top: 59%;
	}
	.about-button-next,
	.about-button-prev,
	.team-big-button-next,
	.team-big-button-prev {
		display: none;
	}
	.slider-small {
		display: block;
		max-width: 72rem;
		width: 100%;
	}
	.certificates-container {
		margin-left: 13.4rem;
	}
	.certificates-sections {
		padding: 12rem 0 14.7rem;
	}
	.certificates-sections .inner-liner {
		margin-bottom: 8.7rem;
	}
	.certificates-sections .inner-liner:before {
		right: 26%;
		opacity: 1;
	}
	.certificates-sections .inner-liner:after {
		right: -73%;
		width: 100%;
		opacity: 1;
	}
	.certificates-sliders {
		flex-direction: row;
		align-items: flex-end;
	}
	.certificates-text {
		align-items: flex-start;
		margin-bottom: 4.8rem;
	}
	.question-answer__item {
		flex-direction: row;
	}
	.question-answer__number {
		margin-right: 8.2rem;
		margin-top: 2.7rem;
		margin-bottom: 2.8rem;
	}
	.question-answer__row {
		flex-direction: row;
		align-items: center;
	}
	.question-answer__text {
		margin-bottom: 0;
		margin-right: 18rem;
	}
	.team-sections {
		padding: 12rem 0 14.7rem;
	}
	.team-sections .inner-liner {
		margin-bottom: 9rem;
	}
	.team-sections .inner-liner:before {
		right: 26%;
		opacity: 1;
	}
	.team-sections .inner-liner:after {
		right: -73%;
		width: 100%;
		opacity: 1;
	}
}
@media (min-width: 1170px) {
	.footer {
		padding: 8rem 0;
	}
	.footer__wrap {
		flex-direction: row;
		align-items: center;
	}
	.footer .logo {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.intro-btn,
	.intro-list {
		width: 80%;
	}
	.about-sections .intro-paralax-img {
		top: 69%;
	}
	.advantages-liner {
		position: relative;
		width: 100%;
		border-bottom: 2px solid var(--third-bg-color) !important;
		top: 177px;
		border-right: none;
		left: 0;
		opacity: 1;
	}
	.advantages {
		width: 25%;
		padding: 0 2rem;
	}
}
@media (min-width: 1270px) {
	.swiper-container.nav-slider .swiper-slide:before {
		content: '';
		position: absolute;
		width: 4rem;
		height: 6rem;
		background-color: var(--third-bg-color) !important;
		border-radius: 0 40px 40px 0;
		left: 18px;
		top: 0;
		transform: rotate(180deg);
		transition: all 0.3s ease;
		opacity: 0;
	}
	.swiper-container.nav-slider .swiper-slide:hover .btn-big:before {
		content: '';
		position: absolute;
		width: 4rem;
		border-bottom: 2px solid #fff;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.swiper-container.nav-slider .swiper-slide:hover .btn-big:after {
		content: '';
		position: absolute;
		border-bottom: 2px solid var(--third-bg-color) !important;
		width: 3rem;
		left: -8%;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s ease;
	}
	.swiper-container.nav-slider
		.swiper-slide.swiper-slide-active
		.btn-big:before {
		content: '';
		position: absolute;
		width: 4rem;
		border-bottom: 2px solid #fff;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.swiper-container.nav-slider
		.swiper-slide.swiper-slide-active
		.btn-big:after {
		content: '';
		position: absolute;
		border-bottom: 2px solid var(--third-bg-color) !important;
		width: 3rem;
		left: -8%;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s ease;
	}
}
@media (min-width: 1333px) {
	.btn.tertiary {
		font-size: 1.8rem;
	}
	.tabs__clock,
	.tabs__date {
		font-size: 2.4rem;
	}
}
@media (min-width: 1408px) {
	.certificates-button-prev,
	.team-button-prev {
		/* background-image: url(../images/arrow-l2.svg); */
		border: 1px solid var(--third-bg-color) !important;;
		left: -12%;
	}
	.certificates-button-next,
	.team-button-next {
		/* background-image: url(../images/arrow-r2.svg); */
		border: 1px solid var(--third-bg-color) !important;;
		right: -12%;
	}
}
@media (min-width: 1440px) {
	.inner-liner:before {
		right: 43.6%;
	}
	.inner-liner:after {
		width: 44%;
	}
	.about-sections .intro-paralax-img {
		left: 78%;
	}
	.services-section .inner-liner:before {
		right: 101%;
		opacity: 1;
	}
	.services-section .inner-liner:after {
		right: 102%;
		opacity: 1;
	}
	.sheme-sections .inner-liner:before {
		right: 70%;
	}
	.sheme-sections .inner-liner:after {
		right: 71%;
	}
	.gallery-section .inner-liner:before {
		right: 40%;
	}
	.gallery-section .inner-liner:after {
		right: -3%;
	}
	.rates-sections .inner-liner:before {
		right: 28%;
	}
	.rates-sections .inner-liner:after {
		right: -16%;
	}
	.advantages-sections {
		padding: 12rem 0;
	}
	.advantages-sections .inner-liner:after,
	.advantages-sections .inner-liner:before,
	.our-sections .inner-liner:before {
		opacity: 1;
		right: 103%;
	}
	.our-sections .inner-liner:after {
		right: 104%;
		opacity: 1;
	}
	.video-sections .inner-liner:before {
		right: 17%;
		opacity: 1;
	}
	.video-sections .inner-liner:after {
		right: -26%;
		opacity: 1;
	}
	.exhibition-sections .inner-liner:before {
		right: -5%;
		opacity: 1;
	}
	.exhibition-sections .inner-liner:after {
		right: -48%;
		opacity: 1;
	}
	.partners-sections .inner-liner:after,
	.partners-sections .inner-liner:before,
	.question-answer-sections .inner-liner:after,
	.question-answer-sections .inner-liner:before,
	.reviews-sections .inner-liner:after,
	.reviews-sections .inner-liner:before {
		right: 103%;
		opacity: 1;
	}
	.contact-sections .inner-liner:before {
		top: 6%;
		right: -22%;
		opacity: 1;
	}
	.contact-sections .inner-liner:after {
		top: 6%;
		right: 50%;
		width: 194%;
		margin-right: -57rem;
		opacity: 1;
	}
}
@media (min-width: 1453px) {
	.intro-title {
		align-items: center;
		width: 100%;
	}
	.intro-img-slide {
		max-width: 77rem;
	}
	.intro-list {
		width: 70%;
	}
	.intro-btn {
		width: 75%;
	}
}
@media (min-width: 1460px) {
	.main-title {
		font-size: 48px;
	}
}
@media (min-width: 1560px) {
	.services__btn {
		margin-top: 3.8rem;
	}
}
@media (min-width: 1580px) {
	.question-img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		margin-right: 119px;
		max-width: 376px;
	}
	.question-img,
	.question-img img {
		display: block;
		width: 100%;
	}
}
@media (min-width: 1700px) {
	.container--md {
		max-width: 100%;
		padding: 0;
	}
	.products-button-prev {
		/* left: 21.1rem; */
	}
	.products-button-next {
		/* right: 21.1rem; */
	}
	.our-sections {
		padding: 0 0 12rem;
		background-image: url(../images/bg.png);
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: 0 50%;
	}
	.our-sections .about__wrap {
		width: 100%;
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	.our-sections .about__images {
		margin-right: 0;
		margin-left: 3rem;
		justify-content: flex-end;
	}
	.our-sections .about__img {
		max-width: 900px;
		min-height: 600px;
		border-radius: 300px 0 0 300px;
	}
	.our-wrap {
		margin: 0 -3.3rem -3rem 30.6rem;
	}
}
@media (min-width: 1810px) {
	.intro-wrapper-slide {
		padding: 0 0 12rem 8rem;
	}
	.intro-img-slide {
		max-width: 1065px;
	}
	.main-title {
		width: 60%;
	}
	.intro-list {
		width: 58%;
	}
	.intro-btn {
		width: 60%;
	}
	.intro-paralax-img2 {
		right: 40%;
	}
}
@media (min-width: 1920px) {
	.about-sections .intro-paralax-img {
		top: 77%;
	}
	.about__images {
		min-height: 55rem;
	}
	.services .services-text {
		max-width: 41.2rem;
	}
	.sheme-sections .inner-liner:after,
	.sheme-sections .inner-liner:before {
		right: 64%;
	}
	.gallery-section .inner-liner:before {
		right: 43.6%;
	}
	.gallery-section .inner-liner:after {
		right: 0;
	}
	.video-sections .inner-liner:before {
		right: 22%;
	}
	.video-sections .inner-liner:after {
		right: -21%;
	}
	.video__control:after {
		content: '';
		position: absolute;
		height: 55%;
		z-index: 4;
		border-left: 2px solid #fff;
		top: 50%;
		transform: translateY(-50%);
		right: 27%;
	}
}
@media (max-width: 768px) {
	.slider-big .swiper-slide + .swiper-slide {
		margin-top: 0.8rem;
	}
}
.gallery__left:nth-child(1){
    display: none;
}
.gallery__center:nth-child(2){
    display: none;
}
.gallery__right:nth-child(3){
    display: none;
}

.politics a{
    color: #3e3e3e;
	font-size: 13px;
}
.politics{
	font-size: 13px;
	text-align: center;
	margin-top: 10px;


}
.nav-connection__numbers{
    display:flex;
    flex-direction:column;
}
.nav-connection__numbers span:first-child{
    display: flex !important;
}
.nav-connection__numbers span{
    flex-direction: row;
    align-items: center;
    gap: 3px;
    padding: 6px 16px;
}
.nav-connection__numbers-hidden{
    display:none;
    width: 100%;
}
.nav-connection__numbers-hidden.active{
    display:flex !important;
    flex-direction: column;
    position: absolute;
    top: 43px;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 8px 24px -18px rgba(0, 0, 0, 0.12);
    z-index: 1;
}
.mva-rotate{
    transform: rotate(180deg);
}
.nav-connection__socials{
    display:flex;
    flex-direction:row;
    gap:4px;
}