/**
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* File Name: style.css
* Author: info@adtrust.ru
* Author URI: http://adtrust.ru/
* Version: 1.0.0
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "TenorSans";
	src: url('fonts/TenorSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	position: relative;
	background: #fff;
}

body {
	font-family: "Raleway";
	font-size: 16px;
	min-width: 1140px;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
img {
	border: none
}

.clr {
	clear: both
}

.center_1140 {
	width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}



.hide {
	display: none
}

input {
	color: #5c5c5c;
	font-size: 16px;
}

p {
	margin: 0
}

h2 {
	color: #1a1a1a;
	font-family: "TenorSans";
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

.callback {
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 40px;
	background-color: rgba(214, 225, 238, 0.7);
	padding: 15px;
	border-radius: 15px;
	transition: 0.5s;
}

.callback img {
	display: block;
	margin: auto;
}

.callback:hover {
	opacity: 0.8;
	transition: 0.5s;
}

.callback p {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	text-align: center;
	margin-top: 10px;
}

/*=============================================
header 
=============================================*/

.header {
	padding: 110px 0 60px 0;
	/* background: url('images/header-bg.jpg') center bottom no-repeat; */
	/* background-size: contain; */
	background: #e5e5ec8f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 97%;
	position: relative;
}

.header__offer-wrapper {
	/* box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.32), 0 3px 0 #b11116, 2px 8px 29px #c01218; */
  background: url(images/circle.png) center right no-repeat;
  background-size: cover;
  padding: 60px 80px 60px 0;
}
.menu {
	/* padding: 20px 0; */
	/* background: #37404d; */
	position: sticky;
	top: 0;
	z-index: 10;
}

.menu__second-row {
	/* margin-top: 40px; */
}

.menu__first-row {
	background: white;
	color: #37404d;
}

.menu__second-row {
	background: #37404d;
}


.header__contacts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	color: #37404d;
	font-size: 14px;
	line-height: 1.4em;
	padding: 20px 0;
}

.header__logo {
	background: url('images/logo.png') no-repeat left center;
	background-size: contain;
	display: flex;
	align-items: center;
	color: #37404d;
	padding-left: 65px;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.header__address,
.header__email,
.header__phone,
.header__soc{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header__address-data,
.header__email-data,
.header__phone-data,
.header__soc-data
{
	color: #37404d;
	text-decoration: none;
	margin-top: 4px;
	display: block;
	font-size: 13px;

}

.header__phone-data,
.header__soc-data {
	font-family: "TenorSans";
	font-size: 25px;
	line-height: 1em;
}

.header__phone-data::before {
   width: 20px;
   height: 20px;
   content: "";
   background: url("images/phone3.png") left center no-repeat;
   display: inline-block;
}

.header__soc-data::before {
	width: 20px;
	height: 20px;
	content: "";
	background: url("images/telegram3.png") left center no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.header__menu {
	/* margin: 40px 0 0 0 ; */
}

.menu-container {
	position: relative;
	width: 100%;
	/* height: 60px; */
	/* display: flex;
	justify-content: left;
	align-items: center; */
	background-color: #37404d;
	padding: 10px 0;
}

.nav-list {
	list-style-type: none;
	text-align: center;
	transition: all .3s ease-in-out;
	transform: translateX(-200%);
	display: none;
	justify-content: space-between;
}

.nav-list li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 3em;
	display: block;
	transition: all .3s ease-in-out;
	font-size: 20px;

}

.nav-list li a:hover {
	/* background-color: rgba(255, 255, 255, 0.1); */
	text-decoration: underline;
}

.hamburger-menu {
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 10;
}

.hamburger-menu span {
	display: block;
	width: 30px;
	height: 3px;
	background-color: white;
	margin-bottom: 6px;
	transition: all .3s ease-in-out;
}
.menu-container.open {
	background-color: #333;
}

.menu-container.open .nav-list {
	display: block; 
	transform: translateX(0);
	background-color: #333;
}

.menu-container.open .hamburger-menu span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}

.menu-container.open .hamburger-menu span:nth-child(2) {
	opacity: 0;
}

.menu-container.open .hamburger-menu span:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -9px);
}

.man {
	width: 634px;
	height: 763px;
	position: absolute;
	margin-left: 620px;
	background: url(images/man.png) center bottom no-repeat;
	bottom: 0;
	background-size: contain;
}


/* Медиа-запросы для больших экранов */
@media screen and (min-width: 750px) {
	/* Скрываем гамбургер на больших экранах */
	.hamburger-menu {
		 display: none;
	}

	/* Делаем меню горизонтальным */
	.menu-container {
		 position: static; /* Возвращаем статическое позиционирование */
		 height: auto;     /* Высота по содержимому */
		 background-color: transparent; /* Прозрачный фон */
	}

	.menu-container .nav-list {
		 display: flex;
		 /* justify-content: center; */
		 align-items: center;
		 transform: translateX(0);
		 background-color: transparent;
	}

	.menu-container .nav-list li a {
		 line-height: normal;
	}

	/* Меню больше не нужно скрывать на больших экранах */
	.menu-container .nav-list {
		 display: flex !important;
	}
}


.header__offer-wrapper {
	width: 50%;
}

.header__offer {
	color: white;
	font-family: "TenorSans";
	font-size: 40px;
	font-weight: 400;
	line-height: 1.4em;
	color: #1a1a1a;

}


.header__suboffer {
	font-size: 24px;
}

.header__triggers {
	margin-top: 40px;
}

.triggers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 20px;
}

.trigger {
	color: white;
	font-family: "Raleway";
	font-size: 19px;
	line-height: 1.4em;
	color: #1a1a1a;
	display: flex;
   gap: 15px;
    align-items: center;
}

.trigger__img {
	max-width: 75px;
}


.header__button {

	margin-top: 40px;
}

.right-block {
	display: flex;
	flex-wrap: wrap;
	gap: 0 55px;
}


.header .block {
	display: contents;
}



/*=============================================
request
=============================================*/



.inputs {
	padding: 70px 0 0px 0px;
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .inputs {
	width: 100%;
}

.input_text input {
	width: 100%;
	height: 63px;
	background: none;
	border: none;
	outline: none;
	font-family: "Raleway";
	color: #474747;
	font-size: 15px;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #474747;
	font-size: 15px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #474747;
	font-size: 15px;
}

:-ms-input-placeholder {
	color: #474747;
	font-size: 15px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #474747;
	font-size: 15px;
}

.input_text {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0px 20px 0px;
	padding-left: 67px;
	background: url('images/phone-input.png') 32px center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
}

.input_text2 input {
	width: 100%;
	height: 63px;
	border: 0px;
	outline: none;
	font-family: "Raleway";
	color: #474747;
	font-size: 15px;
	font-weight: 400;
	background: none;
}

.input_text2 {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding-left: 67px;
	background: url('images/whatsapp-input.png') 32px center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
}

.input_text3 textarea {
	width: 100%;
	border: 0px;
	outline: none;
	font-family: "Raleway";
	color: #474747;
	font-size: 15px;
	font-weight: 400;
	background: none;
	overflow: auto;
	resize: none;
	height: 18px;
}

.input_text3 {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 20px 0;
	padding-left: 67px;
	background: url('images/pen.png') 32px center no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
	height: 63px;
}

.button-offer {
	font-size: 17px;
	margin: 0px 0 0 15px;
}


/* for a awesome arrow*/

.submit {
	font-family: "TenorSans";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 63px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	border-radius: 8px;
	background-color: #fd6262;
	box-shadow: 0 4px 0 #a03b3b;
	box-shadow: 1px 12px 40px -15px rgb(175, 68, 75), 0 4px 0 #a03b3b;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

.submit:hover {
	background-color: #ff6f6f;
	box-shadow: 0px 35px 40px -20px rgb(174, 74, 81), 0 4px 0 #9e4040;
}


/*=============================================
uslugi
=============================================*/

.uslugi {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding: 110px 0 20px 0;
}

.uslugi h2 {
	padding: 0px 0 100px 0;
}

.uslugi .block-uslugi {
	padding: 0px 0 90px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.uslugi .block-uslugi:nth-child(even) {
	flex-direction: row-reverse;
}

.uslugi .descr {
	width: 50%;
}

.uslugi .descr h3 {
	color: #1a1a1a;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}

.uslugi .descr .opis {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}

.uslugi .descr ul {
	padding-top: 35px;
}

.uslugi .descr ul li {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	list-style: none;
	background-image: url(images/li.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 32px;
	margin-bottom: 20px;
}

/* .uslugi .submit {
	width: 360px;
	margin-top: 40px;
} */

.uslugi .descr .inputs {
	padding-top: 25px;
}

.uslugi .block-uslugi:nth-child(4) .descr .inputs {
	padding-top: 35px;
}

.uslugi .descr .input_text,
.header .input_text {
	background-color: #f5f6f9;
	border: 1px solid #cfdbe9;
}

.uslugi .doc {
	background: url('images/circle.png');
	width: 571px;
	height: 571px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uslugi .block-uslugi:nth-child(odd) .doc {
	margin-left: -57px;
}

.uslugi .doc img {
	z-index: 9;
	box-shadow: 0 17px 65px rgba(32, 49, 71, 0.14);
}

.russia1 {
	background: url('images/russia1.png') center top no-repeat;
	width: 156px;
	height: 179px;
	position: absolute;
	margin-top: -180px;
	margin-left: 495px;
}

.russia2 {
	background: url('images/russia2.png') center top no-repeat;
	width: 185px;
	height: 139px;
	position: absolute;
	margin-top: -447px;
	margin-left: 370px;
}

.russia3 {
	background: url('images/russia3.png') center top no-repeat;
	width: 85px;
	height: 87px;
	position: absolute;
	margin-top: -75px;
	margin-left: 300px;
}

.russia4 {
	background: url('images/russia4.png') center top no-repeat;
	width: 143px;
	height: 147px;
	position: absolute;
	margin-top: -305px;
	margin-left: 470px;
}

/*=============================================
form2
=============================================*/

.form2 {
	background: url('images/questions-bg.jpg') center bottom no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 40px 0;
}

.form2 .center_1140 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	height: inherit;
}

.form2__wrapper {
	max-width: 560px;
	display: flex	;
	flex-direction: column;
	justify-content: space-evenly;
}

.form2__man {
	width: 634px;
	height: 704px;
	position: absolute;
	margin-left: 620px;
	background: url(images/man3.png) center bottom no-repeat;
	bottom: 0;
}

.form2__soc {
	display: flex;
		 flex-direction: row;
		 align-items: center;
		 justify-content: space-around;
		 margin-top: 10px;
		 margin-bottom: 10px;
}

.form2__soc  input[type="radio"] {
	display: none;
}

.contr-radio {
	background: white;
	display: flex;
	padding: 10px 20px;
	align-content: flex-start;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 10px;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	gap: 9px;
}

input[type="radio"]:checked+.contr-radio {	border: 4px solid #fd6262; } 

/* .contr-radio:hover,
.contr-radio:active
{
	border: 2px solid #fd6262;

} */

.contr-radio__text {
	margin-top: 5px;
}

.form2 h2 {
	padding: 0px 0 0px 0;
	color: #fff;
}

.form2 .r1 {
	color: white;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	padding: 35px 0 40px;
}

.form2 .inputs {
	padding: 0px 0 0px 0px;
	width: 555px;
}

.form2 .input_text3,
.form2 .input_text {
	margin-bottom: 10px;
}

.reviews {
	padding: 80px 0 80px; 
}

.reviews__container {
	margin-top: 35px;
}

/*=============================================
preim
=============================================*/

.preim {
	padding: 90px 0 185px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.preim h2 {
	padding-bottom: 120px;
}

.preim ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}

.preim ul li {
	list-style: none;
	width: 100%;
	min-height: 78px;
	padding: 15px 0;
	background: linear-gradient(90deg, #fff 35%, #f2f6fa 50%, #d6e1ee 80%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 22px;
}

.preim ul li p {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin-left: 488px;
	width: 50%;
}

.preim ul li .check {
	background: url('images/check.png') center top no-repeat;
	width: 44px;
	height: 44px;
}

.preim .bg {
	background: url('images/preim-bg.png') center top no-repeat;
	width: 457px;
	height: 556px;
	float: left;
	position: absolute;
	margin-top: -50px;
	z-index: 9;
}

.russia5 {
	background: url('images/russia5.png') center top no-repeat;
	width: 181px;
	height: 62px;
	position: absolute;
	margin-top: -51px;
	margin-left: 275px;
}

.russia6 {
	background: url('images/russia6.png') center top no-repeat;
	width: 168px;
	height: 224px;
	position: absolute;
	margin-top: 370px;
	margin-left: -150px;
}

/*=============================================
order
=============================================*/

.order {
	background-color: #d6e1ee;
	padding: 80px 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.order h2 {
	padding-bottom: 80px;
}

.order ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	gap: 40px;
}

.order ul li {
	width: 21%;
	text-align: center;
}

.order ul li .r1 {
	color: #1a1a1a;
	font-size: 21px;
	font-weight: 700;
	margin: 25px 0 10px;
}

.order ul li .r2 {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 21px;
}

.order ul li .i {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
}

.order ul li .i1 {
	background: url('images/ord1.png');
}

.order ul li .i2 {
	background: url('images/ord2.png');
}

.order ul li .i3 {
	background: url('images/ord3.png');
}

.order ul li .i4 {
	background: url('images/ord4.png');
}

.order ul li::before {
	content: url('images/right-arrow.png');
	position: absolute;
	margin-left: 130px;
	margin-top: 20px;
}

.order ul li:last-child::before {
	display: none;
}

/*=============================================
method
=============================================*/

.method {
	padding: 90px 0 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.method h2 {
	padding-bottom: 30px;
}

.method .descr {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	padding-bottom: 60px;
}

.method ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}

.method ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 30%;
	text-align: center;
	/* background-color: #d6e1ee; */
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	border-top: 2px solid #1a1a1a;
	border-bottom: 2px solid #1a1a1a;
}

.method ul li:nth-child(2) {
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
}

.method ul li .r1 {
	color: #1a1a1a;
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 15px;
}

.method ul li .r2 {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 21px;
}

/*=============================================
form3
=============================================*/

.form3 {
	height: 596px;
	background: url('images/form3-bg.png') center bottom no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.form3 .center_1140 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	height: inherit;
}

.form3 h2 {
	padding: 0px 0 0px 0;
}

.form3 .r1 {
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	padding: 35px 0 40px;
}

.form3 .inputs {
	padding: 0px 0 0px 0px;
	width: 555px;
}

.form3 .input_text3,
.form3 .input_text2 {
	margin-bottom: 10px;
}

.form3__wrapper {
	max-width: 560px;
	display: flex	;
		 flex-direction: column;
		 justify-content: space-evenly;

	
}

.form3__man {
	width: 634px;
	height: 704px;
	position: absolute;
	margin-left: 620px;
	background: url(images/man2.png) center bottom no-repeat;
	bottom: 0;
}


/*=============================================
otz
=============================================*/

/* .otz {
	padding: 90px 0 95px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.otz h2 {
	padding: 0px 0 90px 0;

}

.otz .video {
	width: 457px;
	z-index: 999;
}

.otz .img-block {
	width: 70%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.otz .img-block a {
	display: flex;
} */


/* дополнительные стили для этого примера */
/* .slider__items {
	counter-reset: slide;
}

.slider__item {
	height: 256px;
	position: relative;
	counter-increment: slide;
}

.slider__item::after {
	content: counter(slide) "/5";
	position: absolute;
	top: 320px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-family: "TenorSans";
	color: #bcbcbc;
	font-size: 26px;
	font-weight: 400;
	line-height: 40px;
}

.slider__item_inner {
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
}

.slider__item_title {
	font-size: 2rem;
} */

/* .slider__items {
	counter-reset: slide;
}

.slider__item {
	height: 393px;
	position: relative;
	counter-increment: slide;
}

.slider__item::after {
	content: counter(slide) "/2";
	position: absolute;
	top: 440px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-family: "TenorSans";
	color: #bcbcbc;
	font-size: 26px;
	font-weight: 400;
	line-height: 40px;
}

.slider__item_inner {
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 0 40px;
}

.slider__item_inner a {
	display: flex;
}

.slider__item_title {
	font-size: 2rem;
} */

/*=============================================
on_map
=============================================*/

.on_map {
	margin: 0;
}

#map-canvas {
	height: 615px;
	padding: 0px 0 0px 0;
	overflow: hidden;
	transform: translateZ(0px);
}

.on_map h2 {
	height: 150px;
	line-height: 150px;
	color: #2d2d2d;
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-transform: uppercase;
	text-align: center;
}

.on_map .center_1140 {
	position: relative;
	z-index: 1;
	overflow: visible;
}

#map-infowindow {
	position: absolute;
	background: #fff;
	width: 488px;
	height: 470px;
	box-shadow: 0 10px 54px rgba(17, 25, 36, 0.14);
	right: 0;
	top: 80px;
	padding: 60px 40px 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#map-infowindow .r1 {
	padding: 0px 0 0px 34px;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 19px;
}

#map-infowindow .r1 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #3b3d40;
}

#map-infowindow .r1 a {
	font-size: 16px;
	color: #3b3d40;
	text-decoration: none;
}

#map-infowindow .r2 {
	padding: 3px 0;
	color: #1a1a1a;
	font-family: "TenorSans";
	font-size: 25px;
	line-height: 32px;
}

#map-infowindow .r2 a {
	color: #1a1a1a;
	text-decoration: none;
}

#map-infowindow .r2::before {
	width: 19px;
	height: 19px;
	content: "";
	background: url(images/phone2.png) left top no-repeat;
	display: inline-block;
	padding-right: 15px;
}

#map-infowindow .r2-1::before {
	width: 24px;
	height: 21px;
	content: "";
	/* background: url("images/whatsapp2.png") left top no-repeat; */
	background: url("images/telegram2.png") left top no-repeat;
	display: inline-block;
	vertical-align: -2px;
	padding-right: 9px;
}

#map-infowindow .r4 {
	padding: 50px 0 0px 34px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

#map-infowindow .r4 span {
	font-weight: 700;
}

#map-infowindow .r4::before {
	width: 15px;
	height: 19px;
	content: "";
	background: url(images/pin.png) left top no-repeat;
	display: inline-block;
	vertical-align: text-bottom;
	padding-left: 4px;
	padding-right: 15px;
	margin-left: -34px;
}

#map-infowindow .r3 {
	padding: 0px 0 45px 0px;
	color: #1a1a1a;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

/*=============================================
footer-copyright
=============================================*/

.footer_bot {
	background-color: #1a1e23;
	padding: 30px 0;
}

.footer_bot .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


.footer-copyright {
	text-align: left;
	color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.footer_bot .phone .r1 {
	color: white;
	font-weight: 400;
	font-size: 16px;
	text-align: right;
}

.footer_bot .phone .r2 {
	color: white;
	font-weight: 400;
	font-size: 30px;
	line-height: 34px;
	text-align: right;
}

.footer_bot .phone .r2 a {
	text-decoration: none;
	color: white;
}

.footer_bot .oferta {
	text-align: center;
	margin-top: 20px;
}

.footer_bot .oferta a {
	color: white;
}
.footer_bot .oferta a:hover {
	text-decoration: underline;
}

/* ------ mobilyslider
-----------------------------------------------*/
#content {
	width: 960px;
	margin: 20px auto 20px;
}


.slider {
	padding-top: 15px;
	height: 170px;
	position: relative;
	width: 960px;
}

.sliderBullets {
	display: none;
}
.slider7 {
	height: 330px;
    position: relative;
    width: 100%;
    margin: 40px auto 25px;
}

.slider7 a {
	text-decoration: none;
}
.sliderContent {
	/* float: left; */
	/* height: 617px;  */
	overflow: hidden;
}

.sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 8;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 36%;
}

.prev {
	left: 0px;
	background: url('images/left.png') center top no-repeat;
}

.next {
	right: 0px;
	background: url('images/right.png') center top no-repeat;
}

.sliderContent .item {
	position: absolute;
}

.sliderContent .item2 {
	position: relative;
	width: 100%;
}

.sliderContent .item3 {
	position: relative;
	width: 100%;
}

.review__list-item-container {
	width: 50%;
	margin: auto;
}

.review__list2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px ;
	box-sizing: border-box;
	margin-top: 80px;
}

.review__list2 .review__list-item {
	width: 32%;
	background: rgba(1, 225, 255, 0.082);
	padding: 10px;
	box-sizing: border-box;
	margin-top: 0;
}


.review__list-item {
	margin: auto;
}

.review {
	font-family: Arial, Helvetica, "Arial Unicode MS", sans-serif;
}

.review__header
{
	display: flex;
	gap: 12px;
	align-items: center;
}
.review__avatar {
	display: inline-block;
	width: 44px;
	height: 44px;
}

.review__avatar img {
	width: 100%;
	border-radius: 100px;
}

.review__name {
	color: #000080;
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.review__role {
	color: rgba(84, 96, 122, .68);
	font-size: 13px;
	margin-top: 2px;
}

.review__date {
	font-size: 13px;
	color: rgba(84, 96, 122, .68);
}

.review__rating-wrapper {
	margin: 5px 0;
}
.review__rating {
	display: inline-block;
	vertical-align: middle;
}

.review__date {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.review__rating-yellow-star,
.review__rating-grey-star {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin: 0 -1px;
}

.review__rating-yellow-star {
	background: url('images/yellowstar.svg') center center no-repeat;
	background-size: contain;
}

.review__rating-grey-star {
	background: url('images/greystar.svg') center center no-repeat;
	background-size: contain;
	opacity: 0.15;
}

.review__text {
	font-size: 13px;
	color: #1a1a1a;
	overflow: auto;
    max-height: 211px;
}
.review__text_hidden {
	display: none;
}

.read-more-link,
.hide-link {
	color: #000080;
	cursor: pointer;
	margin-left: 5px;
	text-wrap: nowrap;
}

.hide-link {
	display: none;
}

.review__footer {
	margin-top: 10px;
}

.review__like,
.review__dislike,
.review__questions
{
	display: inline-block;
	height: 24px;
	padding-left: 26px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	color: #000080;
	vertical-align: middle;
	margin-right: 12px;
}

.review__like {
	background: url('images/like.svg') no-repeat center left;
}

.review__dislike {
	background: url('images/dislike.svg') no-repeat center left;
}

.review__questions {
	background: url('images/question.svg') no-repeat center left;
}

.reviews__more-button_wrapper {
	text-align: center;
}
.reviews__more-button {
	text-decoration: none;
	color: #1a1a1a;
	border: 1px solid #d7e1ef;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	margin: auto;
}

.reviews__more-button:hover {
	background: #d7e1ef;
}