/* USER VARIABLES SECTION */

:root {
	--accent: #4680F0;
	--text: #7D7D7D;
	--regular-text: 15px;
	--lineheight: 170%;
	--userfont: Inter, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: .625rem;
}

.row,
.row>* {
	--bs-gutter-x: 1.25rem;
}

/* FONTS LOAD SECTION */

@font-face {
	src: url("../fonts/inter-v11-latin_cyrillic-regular.woff2") format("woff2");
	font-family: "Inter";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/inter-v11-latin_cyrillic-300.woff2") format("woff2");
	font-family: "Inter";
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url("../fonts/inter-v11-latin_cyrillic-600.woff2") format("woff2");
	font-family: "Inter";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	src: url("../fonts/inter-v11-latin_cyrillic-700.woff2") format("woff2");
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
}

/* GENERAL CSS SETTINGS */

::placeholder {
	color: rgba(72, 72, 74, 0.4);
	font-weight: 300;
	font-size: 14px;
line-height: 17px;
}

::selection {
	background-color: var(--accent);
	color: #fff;
}

input,
textarea {
	outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red;
}

input:required:valid,
textarea:required:valid {
	border-color: green;
}

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

/* USER STYLES */
h1,
h2,
h3 {
	color: #48484A;
	font-weight: 600;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 130%;
}

img {
	max-width: 100%;
}

.accent {
	color: var(--accent);
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

P {
	font-weight: 300;
}

a,
button {
	transition: .25s;
}

a:hover,
button:hover {
	opacity: .75;
}

.top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.lang {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.lang-icon {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/icons/lang-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 6px;
}

.lang ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.wpml-ls-statics-shortcode_actions ul {
	padding-left: 0;
	margin-left: 0;
}
.lang ul li a {
	line-height: 1;
	text-decoration: none;
	font-weight: 14px;
	color: #48484A;
}

.js-wpml-ls-sub-menu {
	display: none;
	position: absolute;
	z-index: 1;
	visibility: unset;
}

.js-wpml-ls-sub-menu li a {
	line-height: 1;
	text-decoration: none;
	font-weight: 14px;
	color: #48484A;
}

.lang-arrow {
	background-image: url(../images/icons/lang-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: block;
}

.top-email {
	background-image: url(../images/icons/email.svg);
	margin-right: 30px;
}

.top-phone {
	background-image: url(../images/icons/phone.svg);
}



.top-email,
.top-phone, .adress {
	font-size: 14px;
	line-height: 17px;
	color: #48484A;
	text-decoration: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

.top-email:hover,
.top-phone:hover {
	color: #48484A;
}

.adress {
	background-image: url(../images/icons/adress-icon.svg);
	background-size: 18px;
	padding-left: 20px;
}

header {
	border-top: 1px solid #DADADB;
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.header-row .logo img {
	max-width: 140px;
	width: 140px;
}

nav ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

nav ul li {
	display: inline-block;
	margin: 0 35px;
}

nav ul li a {
	color: #48484A;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

nav ul li a:hover {
	color: #48484A;
}

.button-header {
	display: flex;
	align-items: center;
}

.btn {
	color: #fff;
	box-shadow: none;
	border: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding: 16px 31px;
	background: var(--accent);
	border-radius: 8px;
	display: block;
	width: fit-content;
	text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited{
	color: #fff;
}

#menu-icon {
	display: none;
	margin-left: 28px;
}

#nav-icon3 {
	width: 32px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #010101;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 9px;
}

#nav-icon3 span:nth-child(4) {
	top: 18px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-nav {
	display: none;
}

.mobile-nav nav {
	display: block;
}

.mobile-nav nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-top: 1px solid #DADADB;
}

.header-nav {
	display: none;
	align-items: center;
	justify-content: space-between;
}

.close-menu {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(../images/icons/close-popup.svg);
}

.logo-nav {
	text-align: center;
	display: none;
}
.logo-nav img{
	width: 140px;
}

.footer-nav {
	display: none;
}

.mobile-nav .btn-contact {
	display: none;
}

/* header end */





/* home start  - first-sec*/
.home-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	background-color: #000;
	height: 792px;
	background-size: 100% 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

.text-home {
	width: 840px;
	max-width: 100%;
	text-align: left;
	padding-left: 80px;
}

.text-home h1 {
	color: #fff;
	font-weight: 900;
	font-size: 78px;
	line-height: 130%;
}


.text-home .btn {
	padding: 20px 57px;
	margin-top: 30px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-40 {
	margin-top: 40px;
}
#sample-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}

h2 {
	color: #48484A;
	font-weight: 600;
	font-size: 42px;
	line-height: 130%;
}

#benefits {
	background-color: var(--accent);
	padding: 24px 0;
	color: #fff;
}

.benefit-items {
	display: flex;
	justify-content: space-between;
}

.benefit-items .item {
	display: flex;
	align-items: center;
}

.benefit-items .item .number {
	font-weight: 300;
	font-size: 72px;
	line-height: 87px;
	margin-right: 10px;
}

.benefit-items .item .text {
	font-size: 16px;
	line-height: 125%;
}

.partner-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 30px;
	row-gap: 30px;
}

.p-item {
	border: 1px solid #DADADB;
	border-radius: 8px;
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.p-item img{
	max-width: 100%;
}
.term p {
	margin-top: 30px;
}
.term .btn {
	padding: 18px 53px;
	margin-top: 20px;
}
.term-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 30px;
}
.term-item p {
	font-size: 15px;
line-height: 170%;
margin-bottom: 0;
color: #7D7D7D;
}
.term-item p strong{
	margin-top: 15px;
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 22px;
	color: #48484A;
}
#map h2 {
	margin-bottom: 60px;
}
.map-block {
	width: fit-content;
	display: block;
	margin: 0px auto;
	position: relative;
}
.text-bullet {
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
	width: fit-content;
	z-index: 2;
	position: absolute;
	max-width: 100%;
	margin-top: 20px;
}
.icon-bullet {
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/blue-ellipse.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	transition: .25s;
	position: absolute;
	animation: pulse 2s infinite;
	border-radius: 50%;
}
.grey-bullet {
	background-image: url(../images/icons/gray-ellipse.svg);
}

.contact-bullet .title{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #48484A;
	margin-bottom: 10px;
}
.bullet-contact {
	margin-bottom: 20px;
}

.icon-bullet:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #4680F0;
	}

	30% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 #4680F0;
		box-shadow: 0 0 0 0 #4680F0;
	}

	30% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}
.active-content {
	display: block;
}

#contacts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 500px;
}
.contact-left {
	background-image: url(../images/contact-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-right {
	background-color: #4680F0;
	display: flex;
	align-items: center;
}
.text-contact {
	padding-left: 80px;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 50px;
	width: 580px;
	max-width: 100%;
}
.text-contact h3{
	font-weight: 600;
	font-size: 42px;
	line-height: 130%;
	color: #fff;
	margin-bottom: 15px;
}
.text-contact .adress {
	color: #fff;
	background-image: url(../images/icons/adress-icon-white.svg);
	padding-left: 25px;
}
.title-c {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.text-contact .top-phone {
	color: #fff;
	background-image: url(../images/icons/phone-white.svg);
	background-size: 16px;
	display: block;
	margin-bottom: 15px;
}
.text-contact .top-phone span {
	margin-left: 10px;
	opacity: .75;
	font-weight: 300;
}
.text-contact .top-email {
	color: #fff;
	background-image: url(../images/icons/email-white.svg);
	background-size: 16px;
	display: block;
	margin-bottom: 15px;
}
.text-contact .top-email span {
	margin-left: 10px;
	opacity: .75;
	font-weight: 300;
}
.btn-white {
	background-color: #fff;
	color: #4680F0;
	margin-top: 15px;
	padding: 18px 53px;
	margin-bottom: 20px;
	display: block;
	width: fit-content;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:visited{
	color: #4680F0;
}
footer {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 25px;
}
.copyrite {
	font-size: 14px;
	line-height: 17px;
	color: #7D7D7D;
}

.popup-block {
  width: 450px;
  background: #FFFFFF;
  border-radius: 5px;
  max-width: 100%;
  padding: 45px 35px;
  overflow-y: auto;
}
.title-popup {
  font-weight: 600;
font-size: 32px;
line-height: 130%;
color: #48484A;
text-transform: uppercase;
margin-bottom: 5px;
}
.popup-block p {
	font-size: 14px;
	line-height: 170%;
	color: #48484A;
}
.close-popup {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../images/icons/close-popup.svg);
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer;
  transition: .25s;
}
.close-popup:hover{
  opacity: .75;
}
.lity-close {
  display: none;
}
.form-line-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 20px;
}
.popup-block .name-p{
  font-weight: 400;
font-size: 14px;
line-height: 17px;
color: rgba(72, 72, 74, 0.4);
margin-bottom: 8px;
}
.popup-block input{
  width: 100%;
  padding-left: 15px;
  height: 50px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}
.popup-block input:focus, .popup-block textarea:focus {
	border: 1px solid rgba(1, 1, 1, 0.3);
}
.popup-block textarea{
  width: 100%;
 padding: 15px;
  height: 120px;
  border: 1px solid rgba(1, 1, 1, 0.1);
  border-radius: 5px;
  background-color: #fff;
	margin-bottom: 20px;
}

.popup-block #submit-but {
	display: block;
  background: #4680F0;
  font-weight: 600;
	font-size: 16px;
	line-height: 19px;
  border: none;
	width: fit-content;
  transition: .25s;
	padding: 18px 53px;
	margin: 0px auto;
}
.popup-block #submit-but:hover{
  opacity: .75;
}
#call-popup {
  width: 552px;
  max-width: 100%;
}
.grid-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
}