#option {
	padding-bottom: 0;
}

.option__block {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}

.option__element {
	flex: 0 0 24%;
	padding: 2rem 1rem 0rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
	background-color: #fff;
}

.option__element:hover {
	transform: scale(1.05);
	transition: all 0.3s ease;
}

.option__head {
	font-size: 18px;
	color: var(--color);
	font-weight: bold;
	padding: 1rem 0 1.5rem;
}

.option__head p {
	border-bottom: 1px solid var(--color);
	display: inline-block;
	text-transform: uppercase;
}

.option__prise {
	font-size: 26px;
	padding: 0.5rem 0 1.5rem;
	font-weight: bold;
}

.option__buton {
	margin-bottom: 2rem;
}

.option__buton .btn {
	padding: 11px 2rem;
}

.option__buton .btn span {
	font-size: 16px;
}

.footer-rewiew {
	padding: 1rem 0 0;
}

.popilarcountry {
	padding: 4rem 0 0rem;
}

.popilarcountry__name {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid;
	display: inline-block;
	margin: 2rem 0;
}

.popilarcountry__coin {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem 0.7rem;
}

.popilarcountry__coin-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.popilarcountry__coin-left span {
	font-size: 18px;
	font-weight: bold;
}

.popilarcountry__coin-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	padding-bottom: 0.5rem;
}

.popilarcountry__coin-right span {
	font-size: 18px;
	font-weight: bold;
}

.popilarcountry__button {
	margin-top: 2rem;
}

.popilarcountry__button .btn-linck {
	padding: 11px 2rem;
}

.popilarcountry__button .btn-linck span {
	font-size: 16px;
}

.popilarcountry__coin-img svg {
	fill: #fff;
	width: 1.5rem;
}

/**************************************************/
/***********      Общие стили        **************/
/**************************************************/
.show-block {
	display: block;
}

.disabled-block {
	display: none;
}

input.error {
	background: rgb(255, 126, 126) !important;
	border-color: #f05252 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

a[href^="mailto:"],
a[href^="mailto:"]:active,
a[href^="mailto:"]:focus {
	color: var(--color);
	border-bottom: 1px dotted var(--color);
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

:root {
	--hero-color: #002189;
	--f1: "Gotham", sans-serif;
	--f2: "Gotham", sans-serif;
	--f3: georgia, serif;
	--f1w: 400;
	--f1ws: 700;
	--f1wb: 700;
	--f2w: 600;
	--f2wh1: 600;
	--dark: #000000;
	--dark_60: #00000099;
	--dark_80: #000000cc;
	--color: #0036ae;
	--color_30: #0036ae4d;
	--color2: #7c85b8;
	--gray: #f3f4f7;
	--light: #f9f9fa;
	--accent: #ffbc10;
	--color_bg_1: #0036ae;
	--color_bg_2: #7c85b8;
	--btn_color_1: #8e6bd8;
	--btn_color_text: #302d35;
}

.tx_color {
	color: red;
}

@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: bold;
	src: local("Pacifico Regular"), local("Pacifico-Regular"),
		url("../fonts/WwddAAW0sbt1.woff") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 100;
	src: local("Pacifico Regular"), local("Pacifico-Regular"),
		url("../fonts/hl9sMCO0KtYq.woff") format("woff");
	font-display: swap;
}

* {
	font-family: "Gotham";
}

h1 {
	font-size: 71px;
	color: #fff;
	line-height: 117%;
	font-weight: bold;
}

h2 {
	font-size: 60px;
	font-weight: bold;
}

h3 {
	font-size: 36px;
	font-weight: 400;
	margin: 1rem 0 2rem;
}

h4 {
	font-size: 47.6px;
	font-weight: bold;
	white-space: pre-line;
	line-height: 118%;
	margin-bottom: 56px;
	padding: 0;
}

.container-fluid {
	max-width: 1676px;
}

.fl {
	display: flex;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.two {
	justify-content: center;
}

.flex-element {
	margin: 0 0.5rem;
}

a.phone {
	display: block;
	font-weight: bold;
	font-size: 30px;
	margin-top: 29px;
	margin-bottom: 10px;
}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 47px;
}

.black {
	color: #000;
}

footer a,
footer a:focus,
footer a:active {
	color: #7c85b8;
	border-bottom-color: #7c85b8;
}

#hero.bef:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000087;
}

/**************************************************/
/***********      Мегю               **************/
/**************************************************/
.menu_block {
	padding: 0.7rem 0;
	width: 100%;
	border-top: 1px solid #cbcccf;
}

.menu_block ul {
	display: flex;
	margin: 0 -1rem;
}

.menu_block ul li {
	margin: 0 1rem;
	font-size: 14px;
	cursor: pointer;
}

.menu_block ul li a {
	color: #000;
}

.menu__translate {
	display: flex;
}

.switcher {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 48px;
}

.menu__translate.mob {
	display: none;
}

/**************************************************/
/**********       формы             ***************/
/**************************************************/
input,
textarea {
	overflow: visible;
	background: #fff;
	width: 100%;
	padding: 0.8rem 1.2rem;
	font-size: 18px;
	margin: 0.5rem 0 1rem;
	border-radius: 3px;
	border: none;
}

.forma .label {
	color: #000;
	font-size: 12px;
}

p,
dd,
dl,
figure,
blockquote {
	margin: 0;
}

/**************************************************/
/**********       Кнопки            ***************/
/**************************************************/

.btn {
	letter-spacing: 0;
	color: white;
	border-radius: 5px;
	font-weight: 600;
	padding: 1.5rem 4.2rem;
	background: -o-linear-gradient(top, #f0b516, #f06a2c);
	background: linear-gradient(180deg, #f0b516, #f06a2c);
	cursor: pointer;
	text-align: center;
	display: inline-block;
	border: none;
}

.btn:active {
	box-shadow: inset 0 13px 16px -4px rgb(0 0 0 / 26%);
}

.btn span {
	font-size: 22px;
}

.btn-linck {
	font-size: 17px;
	letter-spacing: 0;
	color: white;
	border-radius: 100px;
	font-weight: 600;
	padding: 11px 4rem;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#f0b516),
			to(#f06a2c));
	background: -o-linear-gradient(top, #f0b516, #f06a2c);
	background: linear-gradient(180deg, #f0b516, #f06a2c);
	max-width: 220px;
}

.btn.next {
	width: 100%;
	padding: 1rem;
	border-radius: 5px;
}

.btn.next-send {
	width: 100%;
	padding: 1rem;
	border-radius: 5px;
}

/**************************************************/
/***********          popup          **************/
/**************************************************/
.modal_form {
	/* overflow-x: hidden; */
	position: fixed;
	left: 0;
	opacity: 0;
	visibility: hidden;
	top: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: rgba(45, 55, 61, 0.8);
	-webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal_form.active {
	opacity: 1;
	visibility: visible;
	z-index: 9991;
}

.modal_form>.popup {
	transform: scale(0.0);
	transition: all 0.33s ease;
}

.active .popup {
	transform: scale(1.0);
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.popup.top-form {
	border: none;
	z-index: 20;
	/* width: 100%; */
	text-align: left;
	border-radius: 0;
	margin: 73px auto;
	max-width: 490px;
	height: auto;
	padding: 21px 64px 29px;
	margin-top: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: white;
	position: relative;
	background: white;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 35px -11px #001fa1;
	box-shadow: 0 0 35px -11px #000000;
	display: block;
}

.close {
	position: absolute;
	z-index: 2;
	right: 16px;
	top: 6px;
	font-weight: 500;
	cursor: pointer;
	color: #b4bfd5;
	line-height: 100%;
	font-size: 36px;
	transition: all 250ms ease;
	transform: scale(1.0);
}

.close:active {
	transform: scale(0.8);
}

.popup h4 {
	font-size: 34px;
	font-weight: bold;
	padding: 21px 0 2px;
	line-height: 110%;
	margin-bottom: 0;
	margin-top: 0;
}

.popup h4+p {
	font-size: 18px;
	line-height: 130%;
}

.popup form.custom-form {
	margin-top: 27px;
}

.contact-form p {
	font-size: 15px;
}

.contact-form input,
.form-item input.form-field,
.contact-form textarea {
	width: 361px;
	background: white;
	border: thin solid #e0e4f0;
	border-radius: 5px;
	height: 56px;
	margin: 9px 0;
	padding-left: 28px;
	color: black;
}

.contact-form .form-label input {
	width: 100%;
	height: 48px;
	margin-bottom: 13px;
}

.popup .btn {
	width: 100%;
}

.custom-form.disabl .btn {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

/**************************************************/
/***********    виджет со скидкой     **************/
/**************************************************/
#ouibounce-modal .modal {
	overflow-x: hidden;
	top: 60px !important;
}

#ouibounce-modal .modal h3 {
	margin: 0;
}

#ouibounce-modal .modal .form-item {
	width: 100%;
}

div.modal {
	overflow-x: hidden;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	top: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.82);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

/**************************************************/
/**********      Front-page         ***************/
/**************************************************/
#menu {
	z-index: 999;
}

.mob {
	position: relative;
}

section {
	z-index: 0;
}

#hero {
	background-color: var(--hero-color);
	background-size: cover;
	background-position: center;
	margin: 0rem;
	padding: 0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 1;
}

#main {
	z-index: 0;
}

#hero .btn {
	margin-top: 22px;
}

.main-page-new {
	position: relative;
}

.hero__conent {
	max-width: 42%;
	padding: 9rem 0;
}

.hero__conent p {
	color: #fff;
	white-space: pre-line;
	font-size: 26px;
	line-height: 161%;
	margin-bottom: 41px;
}

#services {
	padding: 0rem;
}

.services-box.flex-wrap {
	margin-top: 60px;
	padding: 0 11px;
	margin-bottom: 78px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#services .service-item {
	background-size: cover;
	height: 288px;
	width: 50%;
	padding: 35px 50px 35px;
	padding-right: 21%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#services .service-item.white {
	color: white;
}

#services .service-item.black {
	color: #000;
}

span.service-num {
	color: #6c87cd;
	font-weight: 600;
	font-size: 15px;
}

#services .service-item p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 159%;
}

#services .service-item p strong {
	display: block;
	white-space: pre-line;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 11px;
}

#o-comp {
	padding-bottom: 0rem;
	padding-top: 2rem;
}

.o-comp__el {
	width: 50%;
	padding: 1rem 1.5rem;
	font-size: 20px;
	line-height: 160%;
}

.o-comp__el iframe {
	width: 100%;
	height: 27rem;
}

#benefits .ates-tr-box.flex {
	margin: 105px 27px 78px;
	justify-content: space-between;
}

#benefits .ates-tr-item {
	width: 23.4%;
	position: relative;
}

#benefits .vertical-title {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: -60px;
	right: 0;
	left: auto;
	font-size: 48px;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: right;
}

#benefits .vertical-title small {
	font-size: 15px;
	padding-right: 1rem;
}

.vertical-title {
	position: absolute;
	color: #e0e2ea;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -143px;
	top: 160px;
	height: 79px;
	font-weight: bold;
	font-size: 72px;
	width: 243px;
	white-space: nowrap;
}

.ates-tr-item p {
	font-size: 20px;
	line-height: 160%;
}

.ates-tr-item p strong {
	font-size: 31px;
	line-height: 150%;
	margin-bottom: 24px;
	display: block;
}

#benefits .ates-tr-img {
	background-size: cover;
	height: 318px;
	width: 100%;
	margin-bottom: 39px;
}

#covid {
	background-size: cover;
	text-align: left;
	color: white;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 74px 0 101px;
	background-position: right top;
	background-color: #011963;
}

#covid .text-wrap {
	position: relative;
}

#covid .text-wrap::after {
	content: "";
	position: absolute;
	left: -20%;
	top: -3rem;
	width: 119%;
	background: linear-gradient(90deg, rgb(255 255 255 / 21%), transparent);
	height: 297px;
}

#covid .title {
	text-align: left;
	font-size: 49px;
	line-height: 119%;
	white-space: pre-line;
	margin-bottom: 109px;
	max-width: 65rem;
}

.text-wrap.flex-wrap {
	width: 922px;
	z-index: 2;
	flex-wrap: wrap;
	justify-content: space-between;
}

.text-wrap.flex-wrap p {
	width: 100%;
	font-size: 36px;
	margin-bottom: 25px;
}

.covid-box.flex {
	align-items: flex-start;
}

.covid-box.flex span {
	margin-left: 28px;
	font-size: 25px;
	padding-top: 5px;
}

.covid-box.flex span span {
	margin-left: 0;
}

.covid-box.flex span b {
	display: block;
	font-size: 47px;
	margin-top: 14px;
}

.text-wrap.flex-wrap+p {
	white-space: pre-line;
	font-size: 26px;
	margin-top: 138px;
	line-height: 120%;
}

#services-partner {
	padding-top: 0rem;
	padding-bottom: 0;
}

#services-partner h2 {
	margin: 2.5rem 0 1rem;
}

#services-partner .title.title-small {
	font-weight: 400;
	font-size: 36px;
}

#services-partner .title.title-small h3 {
	margin: 0rem 0 2rem;
}

#services-partner .service-item.big-service-item {
	color: black;
	text-align: center;
	padding: 36px 50px;
	width: 49%;
	height: 638px;
	margin: 0 auto;
	background-position: center;
}

#services-partner .service-item.big-service-item p {
	font-size: 24px;
}

#services-partner .service-item p {
	margin-top: 14px;
	font-size: 16px;
	line-height: 159%;
}

#services-partner .service-item.big-service-item p strong {
	font-size: 36px;
}

#services-partner .service-item p strong {
	display: block;
	white-space: pre-line;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 11px;
}

section#contact {
	background-image: -o-linear-gradient(left,
			rgb(209, 217, 230) 0%,
			rgb(243, 244, 247) 100%);
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(rgb(209, 217, 230)),
			to(rgb(243, 244, 247)));
	background-image: linear-gradient(90deg,
			rgb(209, 217, 230) 0%,
			rgb(243, 244, 247) 100%);
	margin: 64px 0 0px;
	padding: 0;
}

.contact-box {
	position: absolute;
	right: 92px;
	top: 0;
	height: 100%;
	background-image: url('../images/f5q54ebe7QCx.jpg');
	border-radius: 7px;
	width: 616px;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 67px 60px;
	right: 14%;
}

.contact-item.flex {
	border: thin solid rgba(255, 255, 255, 0.56);
	border-width: thin 0;
	padding: 29px 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.contact-item.flex span {
	font-size: 18px;
	width: 27%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contact-item.flex p {
	font-size: 17.3px;
	font-weight: bold;
	line-height: 156%;
	margin-top: -8px;
}

.contact-box a.phone {
	color: #fff;
	margin: 0;
}

.contact-item .mailto {
	font-size: 16px;
	color: var(--accent);
}

#ask-box .ask-box.flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: right;
	width: 100%;
	padding: 0;
	margin-top: 23px;
	align-items: center;
}

#ask-box .ask-box.flex p {
	margin: 0;
	font-size: 30px;
}

.ask-box__button {
	margin-left: 3rem;
}

.parthers-wrap {
	justify-content: space-between;
}

#ymap,
#ymap2 {
	height: 800px;
}

.home-form {
	padding: 0;
}

.home-form .main-form {
	margin: 0 auto 4rem;
}

a._1it5ivp {
	color: #000;
}