@font-face {
	font-family: "MuseoSansCyrl";
	src: url("../fonts/MuseoSansCyrl.otf") format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: "MuseoSansCyrl";
	src: url("../fonts/MuseoSansCyrl_0.otf") format("opentype");
	font-weight: 300;
}

@font-face {
	font-family: "MuseoSansCyrl";
	src: url("../fonts/MuseoSansCyrl_1.otf") format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: "MuseoSansCyrl";
	src: url("../fonts/MuseoSansCyrl_2.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: "MuseoSansCyrl";
	src: url("../fonts/MuseoSansCyrl_3.otf") format("opentype");
	font-weight: 900;
}

*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:not([class]),
a:not([class]):active,
a:not([class]):visited,
a:not([class]):hover {
	color: inherit;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: "MuseoSansCyrl";
	font-size: 16px;
	font-weight: 400;
	background-color: #ffffff;
	color: #222222;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.footer {
	background-color: #4b93d0;
	width: 100%;
}

.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	max-width: 100%;
}

.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.social-buttons__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.social-buttons__list--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.social-buttons__list--vertical .social-buttons__item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 15px;
}

.social-buttons__item {
	width: 36px;
	height: 36px;
	background-color: red;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.social-buttons__item a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-buttons__item svg {
	width: 16px;
	height: 16px;
	color: white;
}

.social-buttons__item:hover {
	-webkit-box-shadow: 0px 0px 25px 0px #1976d2;
	box-shadow: 0px 0px 25px 0px #1976d2;
}

.social-buttons__item:not(:last-child) {
	margin-right: 5px;
}

.social-buttons__item--viber {
	background-color: #7c529e;
}

.social-buttons__item--facebook {
	background-color: #3c5a99;
}

.social-buttons__item--instagram {
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
}

.social-buttons__item--whatsapp {
	background-color: #3fc656;
}

.social-buttons__item--skype {
	background-color: #00aff0;
}

.social-buttons__item--telegram {
	background-color: #1998ca;
}

.form__input-block input[type="text"],
.form__input-block input[type="email"],
.form__input-block input[type="url"],
.form__input-block input[type="password"],
.form__input-block input[type="search"],
.form__input-block input[type="number"],
.form__input-block input[type="tel"],
.form__input-block input[type="range"],
.form__input-block input[type="date"],
.form__input-block input[type="month"],
.form__input-block input[type="week"],
.form__input-block input[type="time"],
.form__input-block input[type="datetime"],
.form__input-block input[type="datetime-local"],
.form__input-block input[type="color"] {
	font-size: 14px;
	font-weight: 100;
	width: 100%;
	padding: 10px 10px 10px 15px;
	border: 1px solid #dedede;
	border-radius: 25px;
}
/* 
.form__submit-block input[type="button"],
.form__submit-block input[type="reset"],
.form__submit-block input[type="submit"] {
  padding: 0 60px;
  height: 50px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  border-radius: 25px;
  background-color: #1976d2;
  border: 0;
  -webkit-box-shadow: 0px 0px 25px 0px #1976d2;
  box-shadow: 0px 0px 25px 0px #1976d2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.form__submit-block input[type="button"]:hover,
.form__submit-block input[type="reset"]:hover,
.form__submit-block input[type="submit"]:hover {
  color: #222222;
} */

.wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 10px;
}

.form__submit-block {
	position: relative;
}

.wpcf7-form-control.has-spinner.wpcf7-submit ~ .wpcf7-spinner {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translate(-50%);
}

.wpcf7-response-output {
	border: none !important;
	font-size: 12px;
}

/*******TO TOP*******/
#return-to-top {
	position: fixed;
	z-index: 99;
/* 	bottom: 110px; */
/* 	right: 27px; */
	bottom: 10px;
	right: 5px;
	background: black;
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 35px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top svg {
	fill: #fff;
	margin: 0;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 19px;
	height: 17px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover svg {
	fill: #fff;
	top: 35%;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.header {
	-webkit-box-shadow: 0px 7px 5px -3px rgba(34, 60, 80, 0.22);
	box-shadow: 0px 7px 5px -3px rgba(34, 60, 80, 0.22);
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 15px;
}

.header__logo-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
}

.header__menu-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 10px;
}

.header__menu-wrapper > nav {
	height: 100%;
}

.header__menu-wrapper > nav > ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.header__menu-wrapper > nav > ul > li {
	height: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__menu-wrapper > nav > ul > li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 8px 0 8px;
}

.header__menu-wrapper > nav > ul > li a:hover {
	color: #1976d2;
}

.header__menu-wrapper .menu-item-has-children {
	position: relative;
}

.header__menu-wrapper .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.header__menu-wrapper .sub-menu {
	/* 	min-width: 229px; */
	min-width: 256px;
	padding: 15px 0 15px 0px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	background-color: white;
	list-style-type: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 1px 0px 15px -4px rgba(0, 0, 0, 0.31);
	box-shadow: 1px 0px 15px -4px rgba(0, 0, 0, 0.31);
}

.header__menu-wrapper .sub-menu > li:not(:last-child) {
	margin-bottom: 15px;
}

.header__language-block {
	position: relative;
	margin: 0 30px 0 0;
	cursor: pointer;
}

.header__language-current {
	font-size: 18px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__language-current:hover {
	color: #18c7ed;
}

.header__language-list-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.header__language-list-wrapper.active {
	opacity: 1;
	visibility: visible;
}

.header__language-list {
	position: relative;
	list-style: none;
	padding: 13px 10px;
	background-color: #ffffff;
	border: 1px solid #c4c4c4;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

/* .header__language-list::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  background-color: #064370;
  -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
} */

.header__language-item {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.header__language-item:not(:last-child) {
	margin: 0 0 7px 0;
}

.header__language-item a {
	color: #18c7ed;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__language-item a:hover {
	color: #424242;
}

.header__callback-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__callback-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header__callback-icon-wrapper {
	margin-right: 25px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
}

.header__callback-icon-wrapper svg {
	fill: #1976d2;
}

.header__callback-icon-wrapper img {
	width: 100%;
}

.header__callback-info-wrapper-social {
	display: flex;
}

.header__callback-info-phone {
	font-weight: 900;
	font-size: 15px;
	color: #222222;
	margin-bottom: 8px;
}

.header__callback-info-phone:hover {
	/*   color: #1976d2; */
	color: #1976d2;
}

.header__callback-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-bottom: 8px;
}

.header__callback-social-item {
	/*   fill: #1976d2; */
	fill: #1976d2;
}

.header__callback-social-item svg {
	width: 18px;
	height: 18px;
}

.header__callback-social-item:not(:last-child) {
	margin-right: 10px;
}

.header__callback-info-modal {
	font-weight: 300;
	font-size: 14px;
	color: #222222;
}

.header__callback-info-modal:hover {
	color: #1976d2;
}

.header__mobile-menu-button-wrapper {
	margin-left: 20px;
	display: none;
}

.header__mobile-menu-button {
	display: block;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.header__mobile-menu-button span {
	display: block;
	position: relative;
	padding: 10px 0;
}

.header__mobile-menu-button span b {
	display: block;
	background: #1976d2;
	width: 40px;
	height: 4px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__mobile-menu-button span::after,
.header__mobile-menu-button span::before {
	position: absolute;
	content: "";
	background: #1976d2;
	width: 40px;
	height: 4px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__mobile-menu-button span::after {
	bottom: 0;
}

.header__mobile-menu-button span::before {
	top: 0;
}

.header__mobile-menu-button.active span {
	padding: 14px 0;
}

.header__mobile-menu-button.active span b {
	opacity: 0;
}

.header__mobile-menu-button.active span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 14px;
}

.header__mobile-menu-button.active span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
}

.header {
	position: relative;
}

.header__mobile-menu-container {
	background: white;
	position: absolute;
	/* 	padding: 20px 40px 40px 40px; */
	padding: 20px 20px 40px 20px;
	-webkit-box-shadow: 0px 16px 10px -9px rgba(123, 124, 126, 0.6);
	box-shadow: 0px 16px 10px -9px rgba(123, 124, 126, 0.6);
	border-radius: 0 0 30px 30px;
	left: 0;
	top: 70%;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__mobile-menu-container.active {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header__mobile-menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.header__mobile-menu-wrapper > nav > ul {
	list-style: none;
}

.header__mobile-menu-wrapper > nav > ul > li.menu-item-has-children {
	padding-right: 14px;
	position: relative;
}

.header__mobile-menu-wrapper > nav > ul > li.menu-item-has-children::after {
	position: absolute;
	display: block;
	content: url("/image/angle-down-solid.svg");
	width: 14px;
	height: 14px;
	top: 3px;
	right: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header__mobile-menu-wrapper
	> nav
	> ul
	> li.menu-item-has-children.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 5px;
}

.header__mobile-menu-wrapper > nav > ul > li:not(:last-child) {
	/* 	margin-bottom: 10px; */
	margin-bottom: 30px;
	font-size: 18;
	font-weight: 400;
}

.header__mobile-menu-wrapper > nav > ul > li .sub-menu {
	display: none;
	margin-top: 12px;
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

.header__mobile-menu-wrapper > nav > ul > li .sub-menu li {
	color: #1976d2;
}

.header__mobile-menu-wrapper > nav > ul > li .sub-menu li:not(:last-child) {
	/* 	margin-bottom: 7px; */
	margin-bottom: 16px;
}

.header__mobile-menu-wrapper > nav > ul > li .sub-menu a {
	color: #222222;
}

.header__mobile-contacts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__mobile-contacts-item {
	width: 19px;
	height: 19px;
}

.header__mobile-contacts-item:not(:last-child) {
	margin-right: 15px;
}

.header__mobile-contacts-link {
	color: #1976d2;
}

.footer-info {
	/*   background-color: #f0f7ef; */
	background-color: #d8edfc;
	padding: 30px 0;
}

.footer-info__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-info__logo-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 156px;
	flex: 0 0 156px;
}

.footer-info__info-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 40%;
}

.footer-info__info-wrapper {
	text-align: center;
}

.footer-info__info-text {
	font-weight: 300;
	font-size: 14px;
	color: #222222;
	margin-bottom: 5px;
}

.footer-info__info-link {
	font-weight: 900;
	font-size: 18px;
	color: #222222;
}

.footer-info__info-link:hover {
	color: #1976d2;
}

.copyright {
	/*   background-color: #c7e4c3; */
	background-color: #7db0e2;
}

.copyright__container {
	font-weight: 500;
	font-size: 12px;
	color: #222222;
	display: block;
	padding: 15px 0;
	text-align: center;
}

.hero-block {
	position: relative;
	/*background-image: url(/image/top_bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	min-height: calc(100vh - 106px);
	margin-bottom: 80px;
}

.hero-block__container > *:nth-last-child(2) {
	margin-bottom: 40px;
}

.hero-block__social-wrapper {
	position: absolute;
	left: 10px;
	top: 100px;
}

.hero-block__h3 {
	color: #fff;
}

.hero-block__h2 {
	color: #fff;
}

.hero-block__h1 {
	color: #fff;
}

.hero-block__countries {
	color: #fff;
}

@media (max-width: 790px) {
	.hero-block__social-wrapper {
		display: none;
	}
}

.hero-block__container {
	padding: 80px 15px;
}

.hero-block__h3 {
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
}

.hero-block__h2 {
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
}

.hero-block__h1 {
	font-weight: 900;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.hero-block__countries {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*margin-bottom: 40px;*/
}

.hero-block__countries-icon {
	margin-right: 20px;
}

.hero-block__countries-icon svg {
	width: 33.75px;
	height: 30px;
	color: #1976d2;
}

.hero-block__countries-icon--route svg {
	width: 45px;
	height: 40px;
}

.hero-block__countries-text {
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
}

.hero-block__form-wrapper {
	background-color: white;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
	max-width: 50%;
	width: 100%;
	text-align: center;
}

.hero-block__form-title {
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.6;
}

.hero-block__form-subtitle {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
}

.hero-block__form-input-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 55px;
}

.hero-block__form-input-block {
	width: 45%;
	max-width: 100%;
}

.hero-block__form-submit-row {
	margin-bottom: 20px;
}

.hero-block__form-important-text {
	font-weight: 300;
	font-size: 12px;
}

.banners-block {
	margin-bottom: 80px;
}

.banners-block__container {
	width: 100%;
}

.banners-block__wrapper:not(:last-child) {
	margin-bottom: 25px;
}

.banners-block img {
	width: 100%;
}

.advantages-block {
	margin-bottom: 60px;
}

.advantages-block__icon {
	text-align: center;
	margin-bottom: 15px;
}

.advantages-block__icon svg {
	width: 56.25px;
	height: 50.67px;
	color: #1976d2;
}

.advantages-block__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.advantages-block__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.advantages-block__info-slider-wpapper {
	width: 50%;
	padding-right: 50px;
}

.advantages-block__info-items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.advantages-block__info-item {
	text-align: center;
	width: 50%;
	margin-bottom: 40px;
}

.advantages-block__info-item img {
	width: 68px;
	height: 65px;
	border-radius: 8px;
	/* 	-webkit-box-shadow: 0px 0px 25px 0px #1976d2;
	box-shadow: 0px 0px 25px 0px #1976d2; */
	/* 	margin-bottom: 15px; */
}

.advantages-block__info-item-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.advantages-block__slider {
	position: relative;
	padding-bottom: 70px;
}

.advantages-block__slider .owl-nav button[class*="owl-"] {
	position: absolute;
	color: #1976d2;
	font-size: 30px;
	font-weight: 300;
	height: 45px;
	width: 45px;
	bottom: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
	background-color: #fff;
	/* 	-webkit-box-shadow: 0px 0px 25px 0px #1976d2;
	box-shadow: 0px 0px 25px 0px #1976d2; */
	border: 1px solid #1976d2;
}

.advantages-block__slider .owl-nav [class*="owl-"]:hover {
	background: #1976d2;
	color: white;
	text-decoration: none;
}

.advantages-block__slider .owl-nav .owl-prev {
	left: 20%;
}

.advantages-block__slider .owl-nav .owl-next {
	right: 20%;
}

.advantages-block__slider .owl-nav i {
	font-size: 30px;
}

.advantages-block__slider .owl-dots {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 100px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}

.advantages-block__slider .owl-dots .owl-dot span {
	position: relative;
	border-radius: 0;
	height: 3px;
	width: 30px;
	background: white;
	opacity: 0.32;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.advantages-block__slider .owl-dots .owl-dot span::before {
	position: absolute;
	top: -3px;
	right: -55px;
	content: attr(data-number);
	font-size: 36px;
	line-height: 1;
	color: white;
	display: none;
}

.advantages-block__slider .owl-dots .owl-dot.active span {
	background: white;
	opacity: 1;
}

.advantages-block__slider .owl-dots .owl-dot.active span::before {
	display: block;
}

.advantages-block__slider .owl-dots .owl-dot:hover span {
	background: #1976d2;
	opacity: 0.7;
}

.advantages-block__info-text-description {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-indent: 20px;
}

.advantages-block__info-text-description p {
	margin-bottom: 20px;
}

.advantages-block__info-text-description h2 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 50px;
}

.advantages-block__info-text-description ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 60px;
}

.advantages-block__info-text-description li {
	text-indent: 0px;
}

.advantages-block__info-text-description.short {
	max-height: 200px;
	position: relative;
	overflow: hidden;
}

.advantages-block__info-text-description.short::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		to(white)
	);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.advantages-block__see-more {
	text-transform: uppercase;
	background: none;
	font-size: 14px;
	color: #1976d2;
	font-weight: 700;
	border: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}

.advantages-block__see-more:hover {
	color: #007bff;
}

.hometown-block {
	/*background-image: url(/image/infoblock_1.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin-bottom: 80px;
	padding: 30px 0 80px 0;
	text-align: center;
}

.hometown-block__form-wrapper {
	background-color: white;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
	text-align: center;
	margin: 0 auto;
	max-width: 730px;
	width: 100%;
}

.hometown-block__form-input-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 55px;
}

.hometown-block__form-input-block {
	width: 45%;
	max-width: 100%;
}

.hometown-block__form-submit-row {
	margin-bottom: 20px;
}

.hometown-block__title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 45px;
}

.hometown-block__phone {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	color: #1976d2;
	line-height: 45px;
}

.hometown-block__fill-form {
	font-size: 24px;
	font-weight: 900;
	line-height: 36px;
	margin-bottom: 60px;
}

.about-us-block {
	margin-bottom: 80px;
}

.about-us-block__icon {
	text-align: center;
	margin-bottom: 15px;
}

.about-us-block__icon svg {
	width: 56.25px;
	height: 50.67px;
	color: #1976d2;
}

.about-us-block__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.about-us-block__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-us-block__info-image-wrapper {
	width: 50%;
	padding-right: 50px;
}

.about-us-block__info-image-wrapper img {
	width: 100%;
}

.about-us-block__info-text-wrapper {
	width: 50%;
}

.about-us-block__info-text-wrapper p {
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 20px;
}

.about-us-block__info-text-wrapper h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.booking-block {
	background-image: url(/image/infoblock_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin-bottom: 80px;
	padding: 50px 0 80px 0;
	text-align: center;
}

.booking-block__title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 35px;
}

.booking-block__gift {
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.booking-block__form-wrapper {
	background-color: white;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
	text-align: center;
	margin: 0 auto;
	max-width: 730px;
	width: 100%;
}

.booking-block__form-input-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 55px;
}

.booking-block__form-input-block {
	width: 45%;
	max-width: 100%;
}

.booking-block__form-submit-row {
	margin-bottom: 20px;
}

.rules-block {
	margin-bottom: 80px;
}

.rules-block__container {
	padding: 40px 70px;
	border: 20px solid orange;
	-o-border-image: url("../img/yellowblack_pattern.jpg") 30 round round;
	border-image: url("../img/yellowblack_pattern.jpg") 30 round round;
}

.rules-block__title {
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.rules-block__text {
	-webkit-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

.rules-block .green-title {
	color: #1976d2;
	font-size: 20px;
	font-weight: 900;
}

.rules-block p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.rules-block span {
	color: #1976d2;
	font-size: 16px;
	font-weight: 700;
}

.parcels-block {
	margin-bottom: 80px;
}

.parcels-block__icon {
	text-align: center;
	margin-bottom: 15px;
}

.parcels-block__icon svg {
	width: 56.25px;
	height: 50.67px;
	color: #1976d2;
}

.parcels-block__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.parcels-block__subtitle {
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.parcels-block__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.parcels-block__info-text-wrapper {
	width: 50%;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-indent: 20px;
}

.parcels-block__info-image-wrapper {
	width: 50%;
	padding-left: 50px;
}

.parcels-block__info-text-wrapper ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 15px;
}

.parcels-block__info-text-wrapper ul li {
	text-indent: 0px;
	color: #1976d2;
}

.parcels-block__info-text-wrapper ul li:not(:last-child) {
	margin-bottom: 15px;
}

.parcels-block__info-text-wrapper ul li span {
	color: #222222;
}

.reviews-block {
	background-image: url(/image/review-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin-bottom: 80px;
	padding: 80px 0 80px 0;
	text-align: center;
}

.reviews-block__icon {
	text-align: center;
	margin-bottom: 15px;
}

.reviews-block__icon svg {
	width: 56.25px;
	height: 50.67px;
	color: #1976d2;
}

.reviews-block__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.reviews-block__info-slider-wpapper {
	margin-bottom: 60px;
}

.reviews-block__slider-item {
	background-color: white;
	border-radius: 20px;
	padding: 40px 30px;
}

.reviews-block__slider-item-top-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: start;
	margin-bottom: 40px;
}

.reviews-block__slider-item-image {
	overflow: hidden;
	border-radius: 50%;
}

.reviews-block__slider-item-info {
	margin-left: 40px;
}

.reviews-block__slider-item-name {
	font-weight: 900;
	font-size: 20px;
	line-height: 30px;
}

.reviews-block__slider-item-city {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.reviews-block__slider-item-bottom-row {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: start;
}
/* 
.reviews-block__submit {
  padding: 0 60px;
  height: 50px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  border-radius: 25px;
  background-color: #1976d2;
  border: 0;
  -webkit-box-shadow: 0px 0px 25px 0px #1976d2;
          box-shadow: 0px 0px 25px 0px #1976d2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.reviews-block__submit:hover {
  color: #222222;
}
 */
.reviews-block .owl-nav button[class*="owl-"] {
	position: absolute;
	color: #1976d2;
	font-size: 30px;
	font-weight: 300;
	height: 45px;
	width: 45px;
	top: 50%;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px #1976d2;
	box-shadow: 0px 0px 25px 0px #1976d2;
}

.reviews-block .owl-nav [class*="owl-"]:hover {
	background: #1976d2;
	color: white;
	text-decoration: none;
}

.reviews-block .owl-nav .owl-prev {
	left: -7%;
}

.reviews-block .owl-nav .owl-next {
	right: -7%;
}

.reviews-block .owl-nav i {
	font-size: 30px;
}

.routes-block {
	margin-bottom: 80px;
	background: url("../img/map-ua.png") top no-repeat;
}

.routes-block__icon {
	text-align: center;
	margin-bottom: 15px;
}

.routes-block__icon svg {
	width: 56.25px;
	height: 50.67px;
	/*   color: #1976d2; */
	color: #1976d2;
}

.routes-block__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.routes-block__routes-list-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.routes-block__routes-item-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	margin: 0 0 30px 0;
}

.routes-block__routes-item {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	/*   border-radius: 30px; */
	border-radius: 7px;
	background-color: #fff;
	min-height: 400px;
	height: calc(100% - 80px);
	margin: 65px 20px 20px 20px;
	padding: 10px 30px 40px 30px;
	/*   -webkit-box-shadow: 0px 0px 20px 6px #2c7f03;
          box-shadow: 0px 0px 20px 6px #2c7f03; */
	-webkit-box-shadow: 0px 0px 10px 1px rgba(25, 118, 210, 0.5);
	box-shadow: 0px 0px 10px 1px rgba(25, 118, 210, 0.5);
}

.routes-block__routes-list-item-image {
	position: relative;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin: -80px auto 20px auto;
}

.routes-block__routes-list-item-image img {
	width: 100%;
}

.routes-block__routes-list-item-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.routes-block__routes-list-item-title > a {
	/*display: inline-flex;*/
	/*align-items: center;*/
}

.routes-block__routes-list-item-title a:hover {
	/*   color: #1976d2; */
	color: #1976d2;
}

.routes-block__routes-list-item-title svg {
	width: 16px;
	height: 16px;
	/*   color: #1976d2; */
	color: #1976d2;
	margin: 0 3px;
}

.routes-block__routes-list-item-cities {
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
}

.routes-block__routes-list-item-text {
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 40px;
}

.routes-block__routes-list-item-cost {
	font-size: 45px;
	font-weight: 900;
	/*   color: #1976d2; */
	color: #1976d2;
	margin-bottom: 40px;
	margin-top: auto;
}

.routes-block__submit {
	padding: 0 60px;
	height: 50px;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	border-radius: 25px;
	background-color: #1976d2;
	border: 0;
	-webkit-box-shadow: 0px 0px 25px 0px #1976d2;
	box-shadow: 0px 0px 25px 0px #1976d2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}

.routes-block__submit:hover {
	color: #222222;
}

.routes-block__line {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	border-radius: 20px;
	background-color: #1976d2;
	color: #fff;
	padding: 10px;
	margin-bottom: 70px;
}

.partners-block {
	margin-top: 40px;
	margin-bottom: 60px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	padding: 40px 0;
}

.partners-block__icon {
	text-align: center;
	margin-bottom: 15px;
}

.partners-block__icon svg {
	width: 56.25px;
	height: 50.67px;
	color: #1976d2;
}

.partners-block__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.partners-block__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}

.partners-block__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: white;
	padding: 20px;
	border-radius: 20px;
	width: 80%;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.partners-block__info-item:not(:last-child) {
	margin-bottom: 30px;
}

.partners-block__info-item-description {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.partners-block__info-item-banner-block {
	width: 100%;
	padding: 0 0 0 20px;
	flex: 0 0 70%;
}

.partners-block__info-item-banner-wrapper img{
	display: block;
}

.partners-block__info-item-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partners-block__info-item-image-wrapper {
	margin: 0 auto;
	/* border-radius: 50%; */
	overflow: hidden;
	height: 150px;
	aspect-ratio: 1 / 1;
}

.partners-block__info-item-image-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.partners-block__info-item-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 35px 5px;
}

.partners-block__info-item-title {
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.partners-block__info-item-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.partners-block__info-item-contacts span {
	font-weight: 700;
	color: #1976d2;
	margin-right: 15px;
}

.partners-block__info-item-contacts a {
	transition: color 0.4s ease;
}

.partners-block__info-item-contacts a:hover {
	color: #1976d2;
}

.partners-block__info-item-information {
	margin-top: 15px;
}

.partners-block__info-item-information p {
	text-indent: 20px;
}

.partners-block__info-item-information p:not(:last-child) {
	margin-bottom: 10px;
}

.counter {
	padding: 40px 0;
	margin-bottom: 40px;
	position: relative;
}

.counter::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(14%, #1976d2),
		color-stop(89%, #3ce8ff)
	);
	background: linear-gradient(90deg, #1976d2 14%, #3ce8ff 89%);
	z-index: -1;
}

.counter__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter__text {
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: white;
}

.pass-counter__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pass-counter__num {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	background-color: #1976d2;
	font-size: 100px;
	line-height: 1;
	padding: 18px 8px;
	width: 80px;
	border-radius: 5px;
}

.pass-counter__num:not(:last-child) {
	margin-right: 5px;
}

.pass-counter__num::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.4;
}

.modals-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	z-index: 11;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modals-wrapper.active {
	opacity: 1;
	visibility: visible;
}

.modals-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-window {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	top: 0;
	background: white;
	max-width: 298px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-window.active {
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.modal-window__header {
	border-bottom: 1px solid #dee2e6;
	padding: 16px;
	text-align: right;
}

.modal-window__close-button {
	border: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-color: transparent;
}

.modal-window__close-button:hover svg {
	fill: #1976d2;
}

.modal-window__body {
	padding: 16px 16px 25px 16px;
}

.modal-window__title {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.modal-window__subtitle {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.modal-window__form-input-block {
	margin-bottom: 20px;
}

.modal-window__form-submit-block input[type="button"],
.modal-window__form-submit-block input[type="reset"],
.modal-window__form-submit-block input[type="submit"] {
	padding: 0 50px;
	font-size: 14px;
	width: 100%;
}

@media (min-width: 2000px) {
	.modal-window {
		top: 5.208vw;
		max-width: 15.521vw;
		border-radius: 0.26vw;
	}
	.modal-window__header {
		padding: 0.833vw;
	}
	.modal-window__close-button {
		width: 0.781vw;
		height: 0.781vw;
	}
	.modal-window__body {
		padding: 0.833vw 0.833vw 1.302vw 0.833vw;
	}
	.modal-window__title {
		font-size: 1.042vw;
		margin-bottom: 0.521vw;
	}
	.modal-window__subtitle {
		font-size: 0.729vw;
		margin-bottom: 1.042vw;
	}
	.modal-window__form-input-block {
		margin-bottom: 1.042vw;
	}
	.modal-window__form-submit-block input[type="button"],
	.modal-window__form-submit-block input[type="reset"],
	.modal-window__form-submit-block input[type="submit"] {
		padding: 0 2.604vw;
		font-size: 0.729vw;
	}
}

/*New buttons style*/
.reviews-block__submit,
.routes-block__submit-var2,
.form__submit-block input[type="button"],
.form__submit-block input[type="reset"],
.form__submit-block input[type="submit"] {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	min-width: 64px;
	padding: 6px 16px;
	border-radius: 4px;
	-webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
		color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: #fff;
	background-color: #1976d2;
	box-shadow: 0px 3px 1px -2pxrgba (0, 0, 0, 0.2),
		0px 2px 2px 0pxrgba (0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.reviews-block__submit:hover,
.routes-block__submit-var2:hover,
.form__submit-block input[type="button"]:hover,
.form__submit-block input[type="reset"]:hover,
.form__submit-block input[type="submit"]:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
	background-color: #1565c0;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
		0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.reviews-block__submit:active,
.routes-block__submit-var2:active,
.form__submit-block input[type="button"]:active,
.form__submit-block input[type="reset"]:active,
.form__submit-block input[type="submit"]:active {
	box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%),
		0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}

span.ripple {
	position: absolute;
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 600ms linear;
	background-color: rgba(255, 255, 255, 0.5);
}

@keyframes ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

.parcels-delivery {
	margin: 40px 0 60px 0;
}
.parcels-delivery__icon {
	text-align: center;
	margin: 0 0 15px 0;
}
.parcels-delivery__icon svg {
	width: 56px;
	height: 51px;
	color: rgb(25, 118, 210);
}
.parcels-delivery__title {
	text-align: center;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.parcels-delivery__subtitle {
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.parcels-delivery__info-wrapper {
	display: flex;
}
.parcels-delivery__info-text-wrapper {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-indent: 20px;
}
.parcels-delivery__info-text-list {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 30px;
}
.parcels-delivery__info-text-list li {
	text-indent: 0px;
	color: rgb(25, 118, 210);
}
.parcels-delivery__info-text-list li:not(:last-child) {
	margin: 0 0 15px 0;
}
.parcels-delivery__info-text-list span {
	color: #222222;
}

@media (min-width: 2000px) {
	.parcels-delivery {
		margin: 2.083vw 0 3.125vw 0;
	}
	.parcels-delivery__icon {
		margin: 0 0 0.781vw 0;
	}
	.parcels-delivery__icon svg {
		width: 2.917vw;
		height: 2.656vw;
	}
	.parcels-delivery__title {
		font-size: 2.604vw;
		margin: 0 0 1.042vw 0;
	}
	.parcels-delivery__subtitle {
		font-size: 1.25vw;
		margin: 0 0 2.083vw 0;
	}
	.parcels-delivery__info-text-wrapper {
		font-size: 0.833vw;
		line-height: 1.25vw;
		text-indent: 1.042vw;
	}
	.parcels-delivery__info-text-list {
		margin: 0 0 0 1.563vw;
	}
	.parcels-delivery__info-text-list li:not(:last-child) {
		margin: 0 0 0.781vw 0;
	}
}
@media (max-width: 576px) {
	.parcels-delivery__title {
		font-size: 38px;
	}
}
@media (max-width: 375px) {
	.parcels-delivery__title {
		font-size: 30px;
	}
	.parcels-delivery__subtitle {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	.parcels-delivery__title {
		font-size: 26px;
	}
	.parcels-delivery__subtitle {
		font-size: 20px;
	}
}
.cost-counter {
	margin: 0 0 100px 0;
}
.cost-counter__title {
	position: relative;
	text-align: left;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	color: rgb(25, 118, 210);
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
}
.cost-counter__title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgb(25, 118, 210);
}
.cost-counter__calc-block {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.cost-counter__calc-input-title {
	text-align: left;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.cost-counter__calc-input-wrapper input[type="text"],
.cost-counter__calc-input-wrapper input[type="email"],
.cost-counter__calc-input-wrapper input[type="url"],
.cost-counter__calc-input-wrapper input[type="password"],
.cost-counter__calc-input-wrapper input[type="search"],
.cost-counter__calc-input-wrapper input[type="number"],
.cost-counter__calc-input-wrapper input[type="tel"],
.cost-counter__calc-input-wrapper input[type="range"],
.cost-counter__calc-input-wrapper input[type="date"],
.cost-counter__calc-input-wrapper input[type="month"],
.cost-counter__calc-input-wrapper input[type="week"],
.cost-counter__calc-input-wrapper input[type="time"],
.cost-counter__calc-input-wrapper input[type="datetime"],
.cost-counter__calc-input-wrapper input[type="datetime-local"],
.cost-counter__calc-input-wrapper input[type="color"] {
	font-size: 14px;
	font-weight: 100;
	width: 292px;
	padding: 10px 10px 10px 15px;
	border: 1px solid rgb(25, 118, 210);
}
.cost-counter__calc-input-wrapper input[type="text"]:disabled,
.cost-counter__calc-input-wrapper input[type="email"]:disabled,
.cost-counter__calc-input-wrapper input[type="url"]:disabled,
.cost-counter__calc-input-wrapper input[type="password"]:disabled,
.cost-counter__calc-input-wrapper input[type="search"]:disabled,
.cost-counter__calc-input-wrapper input[type="number"]:disabled,
.cost-counter__calc-input-wrapper input[type="tel"]:disabled,
.cost-counter__calc-input-wrapper input[type="range"]:disabled,
.cost-counter__calc-input-wrapper input[type="date"]:disabled,
.cost-counter__calc-input-wrapper input[type="month"]:disabled,
.cost-counter__calc-input-wrapper input[type="week"]:disabled,
.cost-counter__calc-input-wrapper input[type="time"]:disabled,
.cost-counter__calc-input-wrapper input[type="datetime"]:disabled,
.cost-counter__calc-input-wrapper input[type="datetime-local"]:disabled,
.cost-counter__calc-input-wrapper input[type="color"]:disabled {
	border: 1px solid #dedede;
}
.cost-counter__calc-input-wrapper input[type="text"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="email"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="url"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="password"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="search"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="number"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="tel"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="range"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="date"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="month"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="week"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="time"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="datetime"]::-moz-placeholder,
.cost-counter__calc-input-wrapper
	input[type="datetime-local"]::-moz-placeholder,
.cost-counter__calc-input-wrapper input[type="color"]::-moz-placeholder {
	color: #000;
}
.cost-counter__calc-input-wrapper input[type="text"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="email"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="url"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="password"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="search"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="number"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="tel"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="range"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="date"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="month"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="week"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="time"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="datetime"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper
	input[type="datetime-local"]:-ms-input-placeholder,
.cost-counter__calc-input-wrapper input[type="color"]:-ms-input-placeholder {
	color: #000;
}
.cost-counter__calc-input-wrapper input[type="text"]::placeholder,
.cost-counter__calc-input-wrapper input[type="email"]::placeholder,
.cost-counter__calc-input-wrapper input[type="url"]::placeholder,
.cost-counter__calc-input-wrapper input[type="password"]::placeholder,
.cost-counter__calc-input-wrapper input[type="search"]::placeholder,
.cost-counter__calc-input-wrapper input[type="number"]::placeholder,
.cost-counter__calc-input-wrapper input[type="tel"]::placeholder,
.cost-counter__calc-input-wrapper input[type="range"]::placeholder,
.cost-counter__calc-input-wrapper input[type="date"]::placeholder,
.cost-counter__calc-input-wrapper input[type="month"]::placeholder,
.cost-counter__calc-input-wrapper input[type="week"]::placeholder,
.cost-counter__calc-input-wrapper input[type="time"]::placeholder,
.cost-counter__calc-input-wrapper input[type="datetime"]::placeholder,
.cost-counter__calc-input-wrapper input[type="datetime-local"]::placeholder,
.cost-counter__calc-input-wrapper input[type="color"]::placeholder {
	color: #000;
}
.cost-counter__calc-character-wrapper {
	display: flex;
	margin: 37px 0 0 0;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 24px;
}

.cost-counter__disclaimer-wrapper {
	font-size: 14px;
	color: #989595;
	margin: 5px 0 0 0;
}

.cost-counter__order-wrapper {
	margin: 5px 0 0 0;
	text-align: center;
}

@media (min-width: 2000px) {
	.cost-counter {
		margin: 0 0 5.208vw 0;
	}
	.cost-counter__title {
		font-size: 1.25vw;
		margin: 0 0 2.083vw 0;
		padding: 0 0 0.521vw 0;
	}
	.cost-counter__calc-input-title {
		font-size: 0.938vw;
		margin: 0 0 0.781vw 0;
	}
	.cost-counter__calc-input-wrapper input[type="text"],
	.cost-counter__calc-input-wrapper input[type="email"],
	.cost-counter__calc-input-wrapper input[type="url"],
	.cost-counter__calc-input-wrapper input[type="password"],
	.cost-counter__calc-input-wrapper input[type="search"],
	.cost-counter__calc-input-wrapper input[type="number"],
	.cost-counter__calc-input-wrapper input[type="tel"],
	.cost-counter__calc-input-wrapper input[type="range"],
	.cost-counter__calc-input-wrapper input[type="date"],
	.cost-counter__calc-input-wrapper input[type="month"],
	.cost-counter__calc-input-wrapper input[type="week"],
	.cost-counter__calc-input-wrapper input[type="time"],
	.cost-counter__calc-input-wrapper input[type="datetime"],
	.cost-counter__calc-input-wrapper input[type="datetime-local"],
	.cost-counter__calc-input-wrapper input[type="color"] {
		font-size: 0.729vw;
		width: 15.208vw;
		padding: 0.521vw 0.521vw 0.521vw 0.781vw;
	}
	.cost-counter__calc-character-wrapper {
		margin: 1.927vw 0 0 0;
		font-size: 1.25vw;
	}

	.cost-counter__disclaimer-wrapper {
		font-size: 0.729vw;
	}
}
@media (max-width: 1600px) {
	.cost-counter__calc-input-wrapper input[type="text"],
	.cost-counter__calc-input-wrapper input[type="email"],
	.cost-counter__calc-input-wrapper input[type="url"],
	.cost-counter__calc-input-wrapper input[type="password"],
	.cost-counter__calc-input-wrapper input[type="search"],
	.cost-counter__calc-input-wrapper input[type="number"],
	.cost-counter__calc-input-wrapper input[type="tel"],
	.cost-counter__calc-input-wrapper input[type="range"],
	.cost-counter__calc-input-wrapper input[type="date"],
	.cost-counter__calc-input-wrapper input[type="month"],
	.cost-counter__calc-input-wrapper input[type="week"],
	.cost-counter__calc-input-wrapper input[type="time"],
	.cost-counter__calc-input-wrapper input[type="datetime"],
	.cost-counter__calc-input-wrapper input[type="datetime-local"],
	.cost-counter__calc-input-wrapper input[type="color"] {
		width: 250px;
	}
}
@media (max-width: 1400px) {
	.cost-counter__calc-input-wrapper input[type="text"],
	.cost-counter__calc-input-wrapper input[type="email"],
	.cost-counter__calc-input-wrapper input[type="url"],
	.cost-counter__calc-input-wrapper input[type="password"],
	.cost-counter__calc-input-wrapper input[type="search"],
	.cost-counter__calc-input-wrapper input[type="number"],
	.cost-counter__calc-input-wrapper input[type="tel"],
	.cost-counter__calc-input-wrapper input[type="range"],
	.cost-counter__calc-input-wrapper input[type="date"],
	.cost-counter__calc-input-wrapper input[type="month"],
	.cost-counter__calc-input-wrapper input[type="week"],
	.cost-counter__calc-input-wrapper input[type="time"],
	.cost-counter__calc-input-wrapper input[type="datetime"],
	.cost-counter__calc-input-wrapper input[type="datetime-local"],
	.cost-counter__calc-input-wrapper input[type="color"] {
		width: 200px;
	}
}
@media (max-width: 991px) {
	.cost-counter__calc-input-wrapper input[type="text"],
	.cost-counter__calc-input-wrapper input[type="email"],
	.cost-counter__calc-input-wrapper input[type="url"],
	.cost-counter__calc-input-wrapper input[type="password"],
	.cost-counter__calc-input-wrapper input[type="search"],
	.cost-counter__calc-input-wrapper input[type="number"],
	.cost-counter__calc-input-wrapper input[type="tel"],
	.cost-counter__calc-input-wrapper input[type="range"],
	.cost-counter__calc-input-wrapper input[type="date"],
	.cost-counter__calc-input-wrapper input[type="month"],
	.cost-counter__calc-input-wrapper input[type="week"],
	.cost-counter__calc-input-wrapper input[type="time"],
	.cost-counter__calc-input-wrapper input[type="datetime"],
	.cost-counter__calc-input-wrapper input[type="datetime-local"],
	.cost-counter__calc-input-wrapper input[type="color"] {
		width: 200px;
	}
}
@media (max-width: 681px) {
	.cost-counter {
		margin: 0 0 80px 0;
	}
	.cost-counter__calc-block {
		flex-wrap: wrap;
	}
	.cost-counter__calc-character-wrapper {
		width: 100%;
	}
	.cost-counter__calc-input-item {
		width: 100%;
	}
	.cost-counter__calc-input-wrapper input[type="text"],
	.cost-counter__calc-input-wrapper input[type="email"],
	.cost-counter__calc-input-wrapper input[type="url"],
	.cost-counter__calc-input-wrapper input[type="password"],
	.cost-counter__calc-input-wrapper input[type="search"],
	.cost-counter__calc-input-wrapper input[type="number"],
	.cost-counter__calc-input-wrapper input[type="tel"],
	.cost-counter__calc-input-wrapper input[type="range"],
	.cost-counter__calc-input-wrapper input[type="date"],
	.cost-counter__calc-input-wrapper input[type="month"],
	.cost-counter__calc-input-wrapper input[type="week"],
	.cost-counter__calc-input-wrapper input[type="time"],
	.cost-counter__calc-input-wrapper input[type="datetime"],
	.cost-counter__calc-input-wrapper input[type="datetime-local"],
	.cost-counter__calc-input-wrapper input[type="color"] {
		width: 100%;
	}
}
@media (max-width: 375px) {
	.cost-counter {
		margin: 0 0 80px 0;
	}
}
@media (max-width: 320px) {
	.cost-counter {
		margin: 0 0 60px 0;
	}
	.cost-counter__title {
		font-size: 20px;
	}
}
.goods-warning {
	margin: 0 0 60px 0;
}
.goods-warning__title-wrapper {
	position: relative;
	width: 100%;
	margin: 0 0 80px 0;
}
.goods-warning__title-wrapper::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 71px;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	/* background: linear-gradient(90deg, #1976d2 14%, #3ce8ff 89%); */
	background: linear-gradient(90deg, #ec3a3a 0%, #f7d1d1 100%);
	z-index: -1;
}
.goods-warning__title {
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
}
.goods-warning__info-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 60px auto;
}
.goods-warning__item {
	flex: 0 0 45%;
	display: flex;
	flex-direction: column;
}
.goods-warning__item-title {
	position: relative;
	text-align: left;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 60px 0;
	padding: 0 0 10px 0;
}
.goods-warning__item-title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: rgb(25, 118, 210);
}
.goods-warning__info-list {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 30px;
	font-weight: 300;
}
.goods-warning__info-list li {
	text-indent: 0px;
	color: rgb(25, 118, 210);
}
.goods-warning__info-list li:not(:last-child) {
	margin: 0 0 15px 0;
}
.goods-warning__info-list span {
	color: #222222;
}
.goods-warning__text-wrapper {
	font-weight: 300;
}

@media (min-width: 2000px) {
	.goods-warning {
		margin: 0 0 3.125vw 0;
	}
	.goods-warning__title-wrapper {
		margin: 0 0 4.167vw 0;
	}
	.goods-warning__title-wrapper::before {
		height: 3.698vw;
	}
	.goods-warning__title {
		font-size: 1.25vw;
	}
	.goods-warning__info-wrapper {
		margin: 0 auto 3.125vw auto;
	}
	.goods-warning__item-title {
		font-size: 0.938vw;
		margin: 0 0 3.125vw 0;
		padding: 0 0 0.521vw 0;
	}
	.goods-warning__info-list {
		margin: 0 0 0 1.563vw;
	}
	.goods-warning__info-list li:not(:last-child) {
		margin: 0 0 0.781vw 0;
	}
}
@media (max-width: 768px) {
	.goods-warning__info-wrapper {
		flex-wrap: wrap;
	}
	.goods-warning__item {
		flex: 0 0 100%;
	}
	.goods-warning__item:not(:last-child) {
		margin: 0 0 60px 0;
	}
}
@media (max-width: 576px) {
	.goods-warning__title-wrapper::before {
		height: 90px;
	}
}
@media (max-width: 375px) {
	.goods-warning__title-wrapper::before {
		height: 120px;
	}
}
@media (max-width: 320px) {
	.goods-warning__title-wrapper::before {
		height: 140px;
	}
}

/*socials-button-block*/
.socials-button-block {
	padding: 20px 0;
}

.socials-button-block__container {
	max-width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}

.socials-button-block__title {
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: #1976d2;
	margin: 0 0 20px 0;
}

.socials-button-block__list {
	list-style: none;
	display: flex;
	justify-content: center;
}

.socials-button-block__item {
	margin: 0 15px;
}

.socials-button-block__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 200px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 5px;
}

.socials-button-block__link:hover {
	filter: brightness(85%);
}

.socials-button-block__link i {
	font-size: 18px;
}

.socials-button-block__link span {
	margin: 0 0 0 15px;
}

@media (min-width: 2000px) {
	.socials-button-block {
		padding: 1.042vw 0;
	}
	.socials-button-block__container {
		max-width: 85.417vw;
		padding: 0 1.042vw;
	}
	.socials-button-block__title {
		font-size: 1.563vw;
		margin: 0 0 1.042vw 0;
	}
	.socials-button-block__list {
	}
	.socials-button-block__item {
		margin: 0 0.781vw;
	}
	.socials-button-block__link {
		padding: 0.781vw;
		width: 10.417vw;
		border-radius: 0.26vw;
	}
	.socials-button-block__link i {
		font-size: 0.938vw;
	}
	.socials-button-block__link span {
		margin: 0 0 0 0.781vw;
	}
}

@media (max-width: 576px) {
	.socials-button-block__list {
		flex-wrap: wrap;
	}

	.socials-button-block__item {
		flex: 0 0 100%;
		margin: 0 0 20px 0;
	}
}
