@charset "UTF-8";

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Regular"), url("../fonts/Geometria-Regular.eot?") format("eot"), url("../fonts/Geometria-Regular.woff") format("woff"), url("../fonts/Geometria-Regular.ttf") format("truetype"), url("../fonts/Geometria-Regular.svg#Geometria-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Medium"), url("../fonts/Geometria-Medium.eot?") format("eot"), url("../fonts/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium.ttf") format("truetype"), url("../fonts/Geometria-Medium.svg#Geometria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-MediumItalic"), url("../fonts/Geometria-MediumItalic.eot?") format("eot"), url("../fonts/Geometria-MediumItalic.woff") format("woff"), url("../fonts/Geometria-MediumItalic.ttf") format("truetype"), url("../fonts/Geometria-MediumItalic.svg#Geometria-MediumItalic") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Bold"), url("../fonts/Geometria-Bold.eot?") format("eot"), url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria-Bold.svg#Geometria-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-ExtraBold"), url("../fonts/Geometria-ExtraBold.eot?") format("eot"), url("../fonts/Geometria-ExtraBold.woff") format("woff"), url("../fonts/Geometria-ExtraBold.ttf") format("truetype"), url("../fonts/Geometria-ExtraBold.svg#Geometria-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-ExtraBoldItalic"), url("../fonts/Geometria-ExtraBoldItalic.eot?") format("eot"), url("../fonts/Geometria-ExtraBoldItalic.woff") format("woff"), url("../fonts/Geometria-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Geometria-ExtraBoldItalic.svg#Geometria-ExtraBoldItalic") format("svg");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  /* font-family: "Geometria", sans-serif; */
  font-family: "IBM Plex Serif", serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

}

input,
button,
textarea,
.select-base {
  /* font-family: "Geometria", sans-serif; */
  font-family: "IBM Plex Serif", serif;
  font-size: inherit;
}


/* custom select*/
.select-base {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  background: #ffffff url("../img/icons/arrow.svg") center right no-repeat;
  background-size: 10px;
  background-position-x: 95%;
  cursor: pointer;
  height: 37px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  /* Remove IE arrow */
  &::-ms-expand {
    display: none;
  }
  /* Remove focus outline */
  &:focus {
    outline: none;
  }
  /* <option> colors */
  option {
    color: inherit;
    background-color: #ffffff;
  }
}
input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #313131;
  line-height: 1.2;
  background-color: #E9E6E2;
}

body._lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: white;
  z-index: 0;
}

._container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}



@media (max-width: 767.98px) {
  ._container {
    padding: 0 15px;
  }
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.header {
  font-size: 16px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

textarea.form__box-input {
  padding-top: 10px;
}

.loader {
  border-bottom-color: #c4a264;
}

.header__logo {
  /* height: 53px; */
  width: fit-content;
  flex-shrink: 0;
  transition: all 0.3s ease 0s;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* max-height: 55px; */
}
@media (max-width: 1024px) {
  .header__logo {
    height: 45px;
    
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    height: 38px;
    width: 170px;
  }
}

.header._active .header-bottom {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  padding: 20px 0px;
  background: #F2F0EC;
  /* box-shadow: 0 17px 41px 0 rgba(242, 240, 236, 0.5); */
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 4%);
}

@media (max-width: 767.98px) {
  .header._active .header-bottom {
    padding: 14.5px 30px;
    margin-top: 0;
  }
}

.header._active .header__logo {
  height: 37px;
}

@media (max-width: 767.98px) {
  .header._active .header__logo {
    height: 32px;
  }
}

.header__menu ul {
  display: flex;
  gap: 40px;
  /* margin-top: 8px; */
}

@media (max-width: 991.98px) {
  .header__menu ul {
    margin-left: 0;
  }
}

.header__menu ul li a {
  font-size: 17px;
  font-weight: normal;
  /* text-transform: uppercase; */
  border-top: 3px solid transparent;
  transition: all 0.3s ease 0s;
  color: #333333;
  padding-top: 12px;
}

.header__menu ul li a.active {
  border-top: 3px solid #313131 !important;

}

@media (any-hover: hover) {
  .header__menu ul li a:hover {
    border-top: 3px solid #848381;
  }
}

@media (max-width: 991.98px) {
  .header__menu {
    /* position: fixed; */
    /* inset: 0; */
    /* padding: 50px; */
    /* width: 100%; */
    /* height: 100%; */
    /* z-index: 10; */
    /* background: url("../img/bottom-bg.jpg") 50% 0/cover no-repeat; */
    /* visibility: hidden; */
    /* opacity: 0; */
    /* transition: all 0.3s ease 0s; */
  }

  .header__menu._open {
    visibility: visible;
    opacity: 1;
  }

  .header__menu ul {
    /* display: grid; */
    /* grid-gap: 30px; */
  }
}

.header__close {
  /* display: block; */
  display: none;
  position: absolute;
  width: 20px;
  margin-left: 20px;
  height: 20px;
  cursor: pointer;
  right: 32px;
  top: 30px;
  z-index: 5;
}

@media (min-width: 991.98px) {
  .header__close {
    display: none;
  }
}

.header__close span {
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #332a71;
  transform: scale(0);
}

.header__close span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.header__close span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

@media (max-width: 1372px) {
  .header__button {
    /* display: none !important; */
  }
}

.header-top {
  background: #E9E6E2;
  padding: 16px 0px;
  display: none;
}

@media (max-width: 991.98px) {
  .header-top {
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
    width: 100%;
    z-index: 10;
  }

  .header-top .time {
    display: none;
  }

  .header-top .mail {
    margin-left: auto;
    color: white;
    width: 40px;
    height: 40px;
    background: #332a71;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .header-top .mail svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .header-top .mail span {
    display: none;
  }

  .header-top .phone {
    color: white;
    background: #332a71;
    padding: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 18px;
  }

  .header-top .phone svg {
    display: none;
  }
}

.header-top svg,
.header-bottom svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 991.98px) {
  .header-top svg {
    width: 40px;
    height: 40px;
  }
}

.header-top a,
.header-bottom a,
.header-bottom span,
.header-top span {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #313131;
}

.header-top a svg,
.header-bottom a svg,
.header-bottom span svg,
.header-top span svg {
  margin-right: 8px;
}

.header-top__container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.header-top__left,
.header-top__right,
.header-bottom__left,
.header-bottom__right {
  display: flex;
  gap: 40px;
  align-items: center;
}

@media (max-width: 991.98px) {

  .header-top__left,
  .header-top__right,
  .header-bottom__left,
  .header-bottom__right {
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .header-top__left, 
  .header-bottom__left {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .header-top__right a svg {
    margin-right: 0;
  }

  .header-top__right a span {
    display: none;
  }
}

.header-bottom {
  padding: 80px 0px 29px 0;
  transition: all 0.3s ease 0s;
  background-color: #E9E6E2;
}

@media (max-width: 991.98px) {
  .header-bottom {
    padding: 30px 0px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}

@media (max-width: 767.98px) {
  .header-bottom {
    padding: 15px 0;
  }
}

.header-bottom__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__center {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .header-bottom__container {
    justify-content: center;
    justify-content: end;
  }
}

.burger-menu {
  display: none;
}

@media (max-width: 991.98px) {
  .burger-menu {
    /* display: block; */
    display: none;
    position: absolute;
    width: 22px;
    height: 18px;
    left: 29px;
    top: 30px;
    cursor: pointer;
    z-index: 5;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .burger-menu {
    top: 20px;
  }
}

@media (max-width: 991.98px) {
  .burger-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 2px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #313131;
  }

  .burger-menu span:first-child {
    top: 0px;
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 1px;
  }
}

@media (max-width: 991.98px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer {
   position: relative; 
  padding-top: 120px;
    /* color: white; */
}

.footer-form {
  text-align: center;
  /* width: fit-content; */
  width: 500px;
  /* margin: 0 auto 30px; */
  max-width: 1480px;
}

.__container {
  max-width: 1440px;
    margin: 0 auto;
}

.footer-top {
  /* background: #E9E6E2; */
  padding: 137px 0px 23px;
}

@media (max-width: 991.98px) {
  .footer-top {
    padding: 30px 0px;
  }
}

.footer-top__head {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .footer-top__head {
    display: grid;
    justify-content: center;
    text-align: center;
    grid-gap: 30px;
  }
}

.footer-top__logo {
  height: 53px;
  width: fit-content;
}

.footer-top__logo img {
  width: 100%;
  height: 100%;
  width: 218px;
    height: 41px;
}

@media (max-width: 1024px) {
  .footer-top__logo {
     height: 35px;
  }
}

@media (max-width: 991.98px) {
  .footer-top__logo {
    justify-self: 38px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-top__menu ul {
  display: flex;
  gap: 40px;
  margin-left: -60px;
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  .footer-top__menu ul {
    display: grid;
    grid-gap: 15px;
    margin-left: 0;
  }
}

.footer-top__menu ul li a {
  font-size: 17px;
  font-weight: 400;
  /* text-transform: uppercase; */
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease 0s;
  color: #fff;
}

@media (any-hover: hover) {
  .footer-top__menu ul li a:hover {
    border-bottom: 3px solid #eb6352;
  }
}

@media (max-width: 991.98px) {
  .footer-top__menu ul li a {
    font-size: 15px;
  }
}

.footer-top__phone {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: flex;
  margin-top: 9px;
}

.footer-top__phone svg {
  flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: transparent;
    margin-top: -5px;
}

@media (max-width: 991.98px) {
  .footer-top__phone {
    font-size: 20px;
  }
}

.footer-top__socials {
  display: flex;
  display: none;
  justify-content: center;
  gap: 23px;
  margin-left: 33px;
}

@media (max-width: 991.98px) {
  .footer-top__socials {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-top__socials {
    display: grid;
    grid-gap: 15px;
  }
}

.footer-top__socials svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .footer-top__socials svg {
    width: 24px;
    height: 24px;
  }
}

.footer-top__socials a {
  display: flex;
  font-weight: 400;
  align-items: center;
  font-size: 16px;
  color: #332a71;
}

@media (max-width: 991.98px) {
  .footer-top__socials a {
    font-size: 15px;
  }
}

.footer-bottom {
  padding: 0 0px 60px 0px;
  /* background: #E9E6E2; */
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .footer-bottom {
    font-size: 14px;
    text-align: center;
  }
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.38);
}

.footer-bottom__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  border-top: 1px solid;
  padding-top: 36px;
}

@media (max-width: 991.98px) {
  .footer-bottom__container {
    justify-content: center;
  }
}

.page {
  flex: 1 1 auto;
  background-color: #E9E6E2;
  z-index: -1;
}

._btn {
  /* border-radius: 18.5px; */
  font-size: 16px;
  font-weight: normal;
  color: white;
  padding: 8px 20px 8px 20px;
  height: 37px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #313131;
  transition: all 0.3s ease 0s;
}

@media (max-width: 479.98px) {
  ._btn {
    width: 210px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background: #59523E;
  }
}

._btn._orange {
  background: #313131;
}

@media (any-hover: hover) {
  ._btn._orange:hover {
    background: #59523E;
  }
}

._text h2,
._text h3,
._text h4 {
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 140%;
}

._text h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  ._text h2 {
    font-size: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  ._text h2 {
    font-size: 24px;
  }
}

@media (max-width: 479.98px) {
  ._text h2 {
    font-size: 20px;
  }
}

._text h3 {
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  ._text h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  ._text h3 {
    font-size: 20px;
  }
}

@media (max-width: 479.98px) {
  ._text h3 {
    font-size: 16px;
  }
}

._text ul,
._text ol {
  color: #8e8e8e;
  margin: 20px 0;
}

._text ol {
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: num;
}

._text ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #eb6352;
  margin-right: 5px;
}

._text li {
  margin-bottom: 20px;
}

._text ul>li {
  padding-left: 40px;
  position: relative;
}

._text ul>li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #eb6352;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 10px;
  flex-shrink: 0;
  top: 10px;
}

._text a {
  color: #eb6352;
  transition: all 0.3s ease 0s;
}

._text a:hover {
  border-bottom: 1px solid #eb6352;
}

._text a:active {
  border-color: #eb6352;
  color: #eb6352;
}

._text p {
  margin-bottom: 25px;
  line-height: 1.6;
}

@media (max-width: 479.98px) {
  ._text p {
    margin-bottom: 15px;
  }
}

._text p:last-child {
  margin-bottom: 0;
}

.contact-block__ttl._ttl>.first-line {
  display: block;
}

.contact-block__ttl::after {
  /* content: "advice to the following countries:"; */
  /* display: block; */
}

#block7.contact-block {
  margin-top: 120px;
  margin-bottom: 13px;
}

#services.contact-block {
  padding-bottom: 120px;
}

#countries.contact-block {
  margin-top: 0;
  padding-top: 121px;
  margin-bottom: 0;
  padding-bottom: 120px;
}

#countries .contact-block-item__img {
    width: 320px;
    height: 350px;
}

#countries .contact-block__item:first-child>img {
  margin-top: 0;
}

#countries .contact-block-item__txt.link {
  margin-top: 11px;
}

#countries .contact-block-item__txt.link>a {
  color: #333333;
  display: inline-block;
  border-bottom: 2px solid #333333;
  padding-bottom: 0px;
  font-weight: 300;
}

#countries .contact-block__wrapper {
  display: block;
}

#countries .swiper-wrapper {
  margin-bottom: 91px;
}
/* Регулируй % или px, например: 200px */
.swiper-scrollbar {
  width: 240px !important; 
  left: 50% !important; 
  transform: translateX(-50%);
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px !important;
}

.swiper-scrollbar-drag {
  height: 2px !important;
  top: -2px;
}
.contacts-pagination.swiper-pagination{
	display: grid;
    width: 240px !important;
    grid-template-columns: repeat(auto-fit, minmax(min(10px, 100%), 1fr));
	position:static;
	margin:0 auto;
}
.contacts-pagination.swiper-pagination .swiper-pagination-bullet{
	margin:0;
	border-radius:0;
	width:100%;
	height:2px;
		background:#d8d7d3 !important;
	  transition: all 0.2s ease;


}
.contacts-pagination.swiper-pagination .swiper-pagination-bullet-active{
	background:#6c6b69 !important;
}

._text img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

._text strong {
  color: #eb6352;
}

._ttl {
  font-size: 46px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 13px;
  font-family: "Frank Ruhl Libre", serif;
}
@media (max-width: 1024px) {
  ._ttl {
    /* font-size: 50px; */
  }
}

@media (max-width: 1371px) {
  ._ttl {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  ._ttl {
    font-size: 26px;
  }
}

.alert-error {
  padding: 20px;
  background: #F57E7E;
  /* border-radius: 20px; */
  color: white;
  margin-top: 15px;
  font-weight: 500;
}

.alert-success {
  padding: 20px;
  background: #F4F3F1;
  border-radius: 20px;
  color: #313131;
  margin-top: 15px;
  font-weight: 500;
  font-family: "Frank Ruhl Libre", serif;
  flex-direction: column;
}

.alert-success .span_font {
  margin-top: 5px;
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
}

.form {
  display: block;
  position: relative;
  text-align: left;
  width: fit-content;
  min-width: 500px;
  /* border-radius: 24px; */
  /* background-color: rgba(244, 244, 251, 0.9); */
  background-color: #F4F3F1;
  padding: 60px 80px 60px 80px;
}

@media (max-width: 991.98px) {
  .form {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .form {
    padding: 22px 40px 33px 40px;
  }
}

.form__title {
  display: block;
  position: relative;
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  color: #313131;
  font-family: "Frank Ruhl Libre", serif;
}

@media (max-width: 768px) {
  .form__title {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }
}

.form__block {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 28px;
}

.form__box {
  display: block;
  position: relative;
  text-align: left;
  background-color: #fff;
  /* border-radius: 20px; */
  /* box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1); */
}

.form__box:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .form__box:not(:last-child) {
    margin-bottom: 12px;
  }
}

.form__box-title {
  position: absolute;
  display: inline-flex;
  top: 10px;
  left: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: rgba(51, 51, 51, 0.7);
  transition: opacity 0.1s ease;
}

.select-base {
  display: none !important;
}

@media (max-width: 768px) {
  .form__box-title {
    left: 15px;
    font-size: 13px;
    line-height: 13px;
  }
}

.form__box-title b {
  position: relative;
  margin-left: 4px;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #eb6352;
}

.form__box-cont {
  display: block;
  position: relative;
  text-align: left;
}

.form__box-input,
.form__box-textarea,
.select-base {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  border: none;
  background-color: transparent;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.form__box-checkbox {
  background: none;
  box-shadow: none;
}

@media (max-width: 768px) {

  .form__box-input,
  .form__box-textarea,
  .select-base  {
    font-size: 13px;
    line-height: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form__box-input {
  height: 37px;
}

@media (max-width: 768px) {
  .form__box-input,
  .select-base  {
    height: 30px;
  }
}

.form__block .form__box-textarea {
  margin-bottom: 5px;
}

.form__box-textarea {
  min-height: 126px;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  resize: none;
}

@media (max-width: 768px) {
  .form__box-textarea {
    min-height: 102px;
  }
}

.form__box.focus .form__box-title {
  opacity: 0;
}

.form__button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .form__button {
    margin-top: 13px;
  }
}

.form__button .button {
  /* box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1); */
}

@media (max-width: 768px) {
  .form__button .button {
    height: 30px;
  }

  .footer .outsid {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .form__button .button {
    width: 100%;
  }
}

.button,
.wp-gr .wp-google-url {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding: 8px 20px 8px 20px;
  border: none;
  /* border-radius: 1000px; */
  background-color: #313131;
  transition: background-color 0.2s ease;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 768px) {
  .button {
    height: 34px;
    font-size: 14px;
    line-height: 14px;
  }
}

.button:hover,
.wp-gr .wp-google-url:hover {
  background-color: #59523E;
}

.banner {
  position: relative;
  margin-top: 238px;
  padding: 106px 0px 422px;
  max-height: 700px;
}

@media (max-width: 1371px) {
  .banner {
    margin-top: 0;
    padding: 100px 0px 60px;
    padding: 41px 0px 145px;;
  }
}

.banner__bg,
.banner__bg-mob {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media (max-width: 479.98px) {
  .banner__bg {
    display: none;
  }
}

.banner__bg-mob {
  display: none;
}

@media (max-width:479.98px) {
  .banner__bg-mob {
    display: block;
    bottom: 100px;
  }
}

@media (max-width: 479.98px) {
  .banner__bg-mob {
    background-size: contain;
  }
}

.banner__top {
  /* padding-left: 82px; */
  text-align: center;
}

@media (max-width: 767.98px) {
  .banner__top {
    text-align: center;
    padding-left: 0;
  }
}

.banner__ttl {
  position: relative;
  font-weight: 500;
  font-size: 56px;
  line-height: 54px;
  font-family: "Frank Ruhl Libre", serif;
}
@media (max-width:1024px) {
  .banner__ttl {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .banner__ttl {
    font-size: 26px;
  }
}

.banner__ttl::before {
  content: "";
  width: 51px;
  height: 6px;
  /* background: #eb6352; */
  display: block;
  position: absolute;
  left: -70px;
  top: 35px;
}

@media (max-width: 767.98px) {
  .banner__ttl::before {
    display: none;
  }
}

.banner__subttl {
  font-size: 18px;
  margin-top: 22px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .banner__subttl {
    font-size: 14px;
  }
}

.banner__btn {
  margin-top: 40px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .banner__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}

.banner__desc {
  /* margin-top: 210px; */
  /* max-width: 800px; */
}

@media (max-width: 767.98px) {
  .banner__desc {
    margin-top: 300px;
  }
}

.banner__desc-ttl {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .banner__desc-ttl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .banner__desc-ttl {
    font-size: 20px;
  }
}
.contact-block{
	z-index:2;
	position:relative;
  margin-top: 130px;
  text-align: center;
}
.contact-block__wrapper {
  display: grid;
  /* grid-template-columns: 1fr 440px; */
  grid-gap: 34px;
}

@media (max-width: 991.98px) {
  .contact-block__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

#block7 .contact-block__desc {
  max-width: 800px;
}


#block7 .contact-block__items {
  margin: 0 220px;
  margin-top: 60px;
}


#block7 .contact-block-item__ttl {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}

.contact-block__desc {
  line-height: 36px;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 300;
}


@media (max-width: 767.98px) {
  .contact-block__desc {
    font-size: 14px;
  }
}

#block7 .contact-block__items {
  grid-template-columns: repeat(2, 400px);
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

#block7 .contact-block-item__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
}

#block7 .contact-block-item__txt {
  font-size: 16px;
}

#block7 {
  margin-bottom: 33px;
}

#block7 .contact-block-item__ttl:before {
  content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #C4A264;
    flex-shrink: 0;
}

.swiper.contact-block__items {
  margin-top: 57px;
}

.contact-block__items {
  margin: 0 92px;
  margin-top: 52px;
  display: grid;
  /* grid-template-columns: repeat(2, 400px); */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px 106px;
}

@media (max-width: 1199.98px) {
  .contact-block__items {
    /* grid-template-columns: 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 0 74px;
  }
}

@media (max-width: 991.98px) {
  .contact-block__items {
    margin-top: 30px;
    grid-gap: 30px;
  }
}

.contact-block__text {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 750px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.contact-block__text._text>p:before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #313131;
    margin: 20px auto 0;
    margin-bottom: 30px;
}

._container.divider:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cbcaca;
    margin: 0px auto 0;
    margin-bottom: 18px;
}

@media (max-width: 991.98px) {
  .contact-block__text {
    margin-top: 30px;
  }
}

.contact-block__text p {
  line-height: 1.7;
}

.contact-block__form {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .contact-block__form._mob {
    display: none;
  }
}

.contact-block-item {
  position: relative;
  /* padding-left: 40px; */
  text-align: left;
}

@media (max-width: 767.98px) {
  .contact-block-item {
    padding-left: 25px;
  }
}

.contact-block-item::before {
  /* content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1039 0.895466C18.7888 0.895466 24.208 6.31478 24.208 12.9995C24.208 19.6841 18.7888 25.1038 12.1039 25.1038C5.41905 25.1038 -5e-05 19.6841 -5e-05 12.9995C-5e-05 6.31478 5.41905 0.895466 12.1039 0.895466Z' fill='%23EB6352'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3364 17.0058L9.60727 10.5592C8.87119 9.65858 9.00451 8.33173 9.90516 7.59598C10.8056 6.85986 12.1324 6.9931 12.8685 7.89374L18.5975 14.3403' fill='%23332A71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0947 0.698562C27.1942 -0.0375479 25.8675 0.095688 25.1314 0.996318L15.1373 14.3407C14.4012 15.2409 14.5345 16.5682 15.4352 17.3039C16.3357 18.04 17.6624 17.9068 18.3985 17.0061L28.3926 3.66179C29.1287 2.76152 28.9954 1.43467 28.0947 0.698562Z' fill='%23332A71'/%3E%3C/svg%3E%0A"); */
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 767.98px) {
  .contact-block-item::before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}

.contact-block-item__ttl {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
  font-family: "Frank Ruhl Libre", serif;
}

@media (max-width: 767.98px) {
  .contact-block-item__ttl {
    font-size: 16px;
  }
}

.contact-block-item__txt {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.contact-block-item__img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin-bottom: 25px;
}

/* .contact-block__item:nth-of-type(2) .contact-block-item__img {
  height: 450px;
} */

/* .contact-block__item:nth-of-type(3) .contact-block-item__img {
  height: 450px;
} */

/* .contact-block__item:first-child>img {
  margin-top: 25px;
} */
.swiper .contact-block__item:first-child>img {
  margin-top: 0;
}

/* .contact-block__item:last-child>img {
  margin-top: 50px;
} */
.swiper .contact-block__item:last-child>img {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .contact-block-item__txt {
    font-size: 14px;
  }
}

#about.advantages {
  padding-bottom: 120px;
}

.advantages {
  position: relative;
  padding: 155px 0px;
	z-index:1;
}

.advantages__bg {
  /* background: url("../img/advantages-bg.png") 50% 0/cover no-repeat; */
  /* background-color: #E9E6E2; */
  position: absolute;
  top: -200px;
  bottom: -200px;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}

.advantages__wrapper {
  display: flex;
  gap: 70px;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479.98px) {
  .advantages__wrapper {
    grid-gap: 30px;
  }
}

.advantages__image {
  margin-bottom: 120px;
}

.advantages__ttl {
  font-size: 46px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  font-family: "Frank Ruhl Libre", serif;
}

.advantages__desc {
  text-align: center;
  max-width: 900px;
  line-height: 36px;
  margin: 0 auto;
  margin-bottom: 70px;
  color: #333333;
  font-size: 19px;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .advantages__ttl {
    fsdz: 26px;
    margin-bottom: 30px;
  }
}

.advantages-item {
  text-align: center;
}

.advantages-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 92 92' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.9998 -0.001104C71.4049 -0.001104 91.9998 20.5936 91.9998 45.9985C91.9998 71.4041 71.4049 91.9984 45.9998 91.9984C20.5948 91.9984 -0.000184 71.4041 -0.000184 45.9985C-0.000184 20.5936 20.5948 -0.001104 45.9998 -0.001104Z' fill='%23333333'/%3E%3Cg clip-path='url(%23clip0_18_4)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3156 41.0326C27.7011 39.9001 29.7422 40.1048 30.8747 41.4905L45.8425 57.5625C46.9749 58.9475 46.7698 60.9892 45.3842 62.1213C43.9988 63.2534 41.9576 63.0488 40.8253 61.6631L25.8574 45.5907C24.725 44.2057 24.9301 42.1648 26.3156 41.0326Z' fill='%23CEC6AE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.6843 28.883C68.2989 27.7509 66.2577 27.9559 65.1252 29.3413L42.0574 57.5633C40.9251 58.9486 41.1301 60.9899 42.5155 62.1224C43.9011 63.2549 45.9423 63.0495 47.0746 61.6642L70.1424 33.4422C71.2749 32.0568 71.0698 30.0155 69.6843 28.883Z' fill='%23CEC6AE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_4'%3E%3Crect width='46' height='35' fill='white' transform='translate(25 28)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 80px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .advantages-item::before {
    width: 66px;
    height: 66px;
    margin-bottom: 11px;
  }
}

.advantages-item__ttl {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .advantages-item__ttl {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.advantages-item__txt {
  font-size: 16px;
  line-height: 26px;
  max-width: 210px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .advantages-item__txt {
    font-size: 13px;
  }
}

.promo {
  position: relative;
  padding-bottom: 514px;
  max-height: 700px;
}

@media (max-width: 1599.98px) {
  .promo {
    padding-bottom: 360px;
  }
}

@media (max-width: 767.98px) {
  .promo {
    padding-bottom: 300px;
  }
}

.promo__container._container {
  padding-top: 100px;
}

.promo__bg,
.promo__bg-mob {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.promo__bg {
  top: -105px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .promo__bg {
    top: -350px;
  }
}

@media (max-width: 991.98px) {
  .promo__bg {
    top: -40px;
  }
}

@media (max-width: 499.98px) {
  .promo__bg {
    display: none;
  }
}

.promo__bg-mob {
  display: none;
}

@media (max-width: 499.98px) {
  .promo__bg-mob {
    display: block;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.promo__content {
  /* max-width: 440px; */
  margin: 0 auto;
  text-align: center;
}

.promo__content>.promo__btn._btn._orange {
  margin: 0 auto;
}

.promo__ttl._ttl {
  color: #333333;
  font-size: 56px;
  margin-bottom: 15px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500px;
  line-height: 54px;
}

@media (max-width: 499.98px) {
  .promo__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.promo__txt {
  line-height: 1.7;
  color: #333333;
  font-size: 19px;
  margin-bottom: 35px;
  font-weight: 300;
}

.promo__btn {
  margin-top: 20px;
	z-index:2;
	position:relative;
}

@media (max-width: 499.98px) {
  .promo__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.reviews {
  margin-top: 120px;
}

.reviews__container._container {
  display: flex;
  align-items: flex-start;
}

.reviews__container._container .form {
  margin-left: 100px;
}

.reviews__ttl._ttl {
  margin-bottom: 10px;
  font-family: "Frank Ruhl Libre", serif;
}

.reviews__desc {
  line-height: 36px;
  font-size: 19px;
  font-weight: 300;
}

.reviews__content {
  margin-top: 80px;
  display: grid;
  grid-gap: 50px;
}

.reviews__btn {
  margin-left: auto;
  margin-right: auto;
}

.review-item {
  display: flex;
  gap: 10px;
}

.review-item__img {
  overflow: hidden;
  border-radius: 50%;
  width: 50px;
  flex-shrink: 0;
  height: 50px;
  margin-right: 5px;
}

.review-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-item__name {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 22px;
  font-family: "Frank Ruhl Libre", serif;
}

.review-item__date {
  font-size: 14px;
  margin-bottom: 8px;
	color:#8d88b1;
}

.review-item__text {
  line-height: 26px;
  font-size: 16px;
  font-weight: 300;
}



.review-item__stars {
  /* display: inline-block; */
  margin-bottom: 13px;
}

.review-item__stars.mark-1 svg:nth-child(1) {
  color: #BAA660;
}

.review-item__stars.mark-2 svg:nth-child(1),
.review-item__stars.mark-2 svg:nth-child(2) {
  color: #BAA660;
}

.review-item__stars.mark-3 svg:nth-child(1),
.review-item__stars.mark-3 svg:nth-child(2),
.review-item__stars.mark-3 svg:nth-child(3) {
  color: #BAA660;
}

.review-item__stars.mark-4 svg:nth-child(1),
.review-item__stars.mark-4 svg:nth-child(2),
.review-item__stars.mark-4 svg:nth-child(3),
.review-item__stars.mark-4 svg:nth-child(4) {
  color: #BAA660;
}

.review-item__stars.mark-5 svg {
  color: #BAA660;
}

.review-item__stars svg {
  width: 16px;
  height: 16px;
  color: transparent;
  margin-right: 1px;
}

.contacts {
  /* padding: 93px 0px 105px; */
  padding-bottom: 120px;
  background-color: #E9E6E2;
  position: relative;
  /* padding-bottom: 514px; */
  display: block;
  z-index: 1;
  margin-top: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 700px;
}

.contacts__wrapper .phone_svg:first-child {
  margin-right: 7px;
}

.contacts__wrapper .phone_svg:last-child {
  margin-right: 5px;
}
.contacts__wrapper .phone_svg{
	width:17px;
	height:17px;
}
.contacts__image {
  background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contacts__ttl {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .contacts__ttl {
    text-align: center;
  }
}

.contacts__txt {
  margin-bottom: 20px;
  line-height: 1.8;
  max-width: 1200px;
}

@media (max-width: 767.98px) {
  .contacts__txt {
    text-align: center;
  }
}

.contacts__wrapper {
  display: flex;
  /* grid-template-columns: 1fr 446px; */
  /* align-items: center; */
  justify-content: space-between;
  /* grid-gap: 120px; */
  margin-top: 5px;
  padding: 0px 6px;
	    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 991.98px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

.contacts__map {
  padding-bottom: 69%;
  height: fit-content;
}

@media (max-width: 767.98px) {
  .contacts__map {
    margin: 0px -150px;
    padding-bottom: 100%;
  }
}

.contacts__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* margin-top: -30px; */
  /* display: grid; */
  /* grid-gap: 20px; */
}

.contacts__content span {
  font-size: 46px;
  font-weight: 700;
  color: #333333;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 54px;
  margin-bottom: 9px;
}

.contacts__content a {
  display: flex;
  line-height: 36px;
  color: #333333;
  font-size: 19px;
	align-items:center;
}

.contacts__content svg {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  color: #333333;
  margin-top: 3px;
}

@media (max-width: 767.98px) {
  .contacts__content svg {
    width: 14px;
    height: 14px;
	  margin-right:5px;
	  top:1px;
  }
}

.bottom {
  position: relative;
  padding: 267px 0px 130px;
}

@media (max-width: 767.98px) {
  .bottom {
    padding: 50px 0 220px;
  }
}

.bottom__bg,
.bottom__bg-mob {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.bottom__bg {
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .bottom__bg {
    top: -350px;
  }
}

@media (max-width: 991.98px) {
  .bottom__bg {
    top: -150px;
  }
}

@media (max-width: 767.98px) {
  .bottom__bg {
    display: none;
  }
}

.bottom__bg-mob {
  display: none;
}

@media (max-width: 767.98px) {
  .bottom__bg-mob {
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.bottom__form {
  width: fit-content;
}

@media (max-width: 767.98px) {
  .bottom__form {
    width: 100%;
  }
}

.iti__selected-flag {
    padding: 0 6px 0 20px !important;
}

.iti__selected-dial-code {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: rgb(51 51 51 / 75%);;
}

.iti__country-list {
    border: 0 !important;
    border-radius: 15px;
    margin-top: 10px !important;
    min-height: 215px;
    max-width: 345px;
    overflow: hidden;
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
    font-size: 16px;
}

.iti__country {
    padding: 5px 20px !important;
}


/*hide email*/
.contacts__content a:last-child,
.footer-top__socials a:last-child{
    display: none;
}

/*adaptive-correct*/
@media (max-width: 767.98px) {
  .iti__selected-dial-code {
    font-size: 13px;
  }
  .checkbox-line {
    font-size: 13px;
  }
}

/*form-textarea*/
.form__box.form__box-textarea {
  display: block;
  position: relative;
  text-align: left;
  background-color: #fff;
  /* border-radius: 20px; */
  /* box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1); */
}
.form__box-textarea .form__box-input {
  height: 110px;
  padding-left: 0;
  padding-right: 0;
}
.form__box-textarea textarea{
  resize: none !important;
}

/*fix result*/
.result{
  display: flex;
  z-index: 2;
  left: 0;
  width: 100%;
  justify-content: space-between;
  top: 0;
}
.alert-success,
.alert-error {
  padding: 20px;
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  font-size: 22px;
  text-align: center;
}
.alert-error {
  bottom: inherit;
  font-size: 16px;
  top: -80px;
}

.container {
  background-color: #E9E6E2;
  padding-bottom: 60px;
}

/* video-box */
.video-box{
  display: flex;
  padding: 40px 40px;
  background-color: #505087;
  border-radius: 40px;
  justify-content: center;
  margin: 40px 0px;
}
.video-box iframe{
  border-radius: 20px; 
}
@media (max-width: 767.98px) {
  .video-box{
      padding: 15px 30px;
  }
}

.advantages__image.t, .advantages__image.m {
  display: none;
}

.header__menu>.header__logo {
  display: none;
}

.banner__content.m {
  display: none;
}

.banner__video {
  width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.header_menu_add_text {
  display: none;
}

.phone.mob {
  display: none;
}

.checkbox + label {
  font-weight: 300;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  background: url(https://schengen-luxury-travel.com/v3/wp-content/uploads/2025/03/image.jpg) center / cover no-repeat;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-align: center;
  /* padding: 20px; */
  color: #333333;
  padding-top: 100px;
  margin-bottom: 120px;
}

.video-content {
  max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-content h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 46px;
    font-weight: 500;
    line-height: 54px;
}

.video-content p {
  margin-top: 20px;
    font-size: 19px;
    font-weight: 300;
    line-height: 36px;
}

.play-button {
  display: inline-block;
  margin-top: 35px;
  width: 80px;
  height: 80px;
  background: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button::after {
  content: '\25B6';
    font-size: 39px;
    color: #CEC6AE;
    width: 25px;
    height: 54px;
}

.play-button:hover {
  background: #59523E;
}

.contacts__wrapper>a:first-child  {
  margin-right: 40px;
}

@media(max-width: 1500px) {
  .contact-block-item__img {
    width: 100%;
    max-width: 350px;
  height: auto;
  aspect-ratio: 1;
  }
  .contact-block__item:nth-of-type(2) .contact-block-item__img, .contact-block__item:nth-of-type(3) .contact-block-item__img {
    height: auto;
  }
}

@media(max-width: 1372px) {
  img.phone_svg {
    width: 13px;
  }
  .phone.mob {
    display: none;
  }
  ._container {
    max-width: none;
    padding: 0 40px;
  }
  .header-bottom__left .mail {
    display: none;
  }
  .header {
    font-size: 14px;
  }
  .header-top svg, .header-bottom svg {
    width: 13px;
    height: 15px;
  }
  .header__logo {
    height: 41px;
    width: 200px;
  }
  .header-bottom {
    padding: 29px 0 0px 0px;
    margin-top: 4px;
    position: fixed;
        width: 100%;
        z-index: 10;
  }
  .container.header-menu {
    padding-bottom: 53px;
    padding-top: 112px;
  }
  .header__menu {
    /* padding-top: 96px; */
  }
  .banner {

  }
  .banner__subttl {
    margin-top: 12px;
  }
  .wrapper .header {
    position: relative;
  }
  .header__menu ul li a {
    font-size: 15px;
  }
  ._btn {
    font-size: 14px;
  }
  .contact-block__desc {
    line-height: 24px;
    font-size: 14px;
    max-width: 540px;
    margin-top: 12px;
  }
  .contact-block {
    margin-top: 50px;
  }
  ._ttl {
    margin-bottom: -8px;
    line-height: 32px;
  }
  .banner__ttl {
    font-size: 28px;
    line-height: 32px;
  }
  .contact-block-item__img {
    width: 280px;
    height: 280px;
    margin-bottom: 20px;
  }
/*   .contact-block__item:nth-of-type(2) .contact-block-item__img, .contact-block__item:nth-of-type(3) .contact-block-item__img {
    height: 360px;
  } */
  .contact-block__item:first-child>img, .contact-block__item:last-child>img {
    margin-top: 0;
  }
  .contact-block-item__ttl {
    font-size: 20px;
  }
  .contact-block-item__txt {
    font-size: 13px;
    line-height: 24px;
  }
  .contact-block__items {
    margin-top: 43px;
    grid-gap: 40px 60px;
  }
  .contact-block__items {
    grid-template-areas:
        "item1 item3"
        "item2 item4";
  }
  .contact-block__item:first-child {
    grid-area: item1;
  }
  .contact-block__item:nth-child(2) {
    grid-area: item2;
  }
  .contact-block__item:nth-child(3) {
    grid-area: item3;
  }
  .contact-block__item:last-child {
    grid-area: item4;
  }
  .contact-block__text {
    margin-top: 61px;
    font-size: 13px;
  }
  #services.contact-block {
    padding-bottom: 60px;
  }
  #countries.contact-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #about.advantages {
    padding-top: 60px;
  }
  #countries .contact-block-item__img {
    /* max-width: 280px; */
    height: 306px;
    width: 100%;
  }
  #countries .contact-block__desc {
    margin-top: 14px;
  }
  #countries .contact-block__container._container {
    padding: 0 0 0 40px;
  }
  .swiper.contact-block__items {
    margin-top: 34px;
  }
  #countries .swiper-wrapper {
    margin-bottom: 72px;
  }
  .swiper-slide:nth-child(3) {
    /* transform: translateX(20px) !important; */
  }
  #about .advantages__container._container>img {
    /* width: 688px; */
  }
  .advantages__image {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .advantages__image {
    display: none;
  }
  .advantages__image.t {
    display: block;
  }
  .advantages__ttl {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .advantages__desc {
    font-size: 14px;
    max-width: 550px;
    margin-bottom: 33px;
    line-height: 24px;
  }
  .advantages-item::before {
    width: 65px;
    height: 65px;
  }
  .advantages__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .advantages-item__ttl {
    font-size: 16px;
    font-weight: 600;
  }
  .advantages-item__txt {
    font-size: 13px;
    line-height: 22px;
  }
  #about.advantages {
    padding-bottom: 58px;
  }
  .promo__ttl._ttl {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .promo__txt {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .promo__container._container {
    padding-top: 40px;
  }
  ._btn {
    /* padding: 7px 20px 7px 20px; */
    padding: 7px 17px 7px 17px;
  }
  .promo__bg {
    height: 334px;
    top: 0;
  }
  .reviews__container._container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .promo {
    padding-bottom: 154px;
  }
  .reviews {
    margin-top: 60px;
  }
  .reviews__ttl._ttl {
    margin-bottom: 4px;
  }
  .reviews__desc {
    line-height: 24px;
    font-size: 14px;
    max-width: 550px;
    text-align: center;
    /* margin: 0 auto; */
  }
  .review-item__name {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 17px;
  }
  .review-item__stars {
    margin-bottom: 2px;
  }
  .review-item__stars svg {
    width: 14px;
    height: 14px;
  }
  .review-item__text {
    line-height: 24px;
    font-size: 14px;
    max-width: 560px;
  }
  .reviews__content {
    margin-top: 43px;
    margin-bottom: 60px;
  }
  .review-item {
    justify-content: center;
  }
  .reviews__container._container .form {
    margin-left: 0;
  }
  .form__title {
    text-align: left;
  }
  .form {
    padding: 42px 60px;
  }
  .form__block {
    margin-top: 29px;
  }
  .form__box:not(:last-child) {
    margin-bottom: 16px;
  }
  .form__box-title {
    font-size: 14px;
  }
  .form__box-input, .select-base {
    height: 34px;
  }
  .checkbox-line {
    font-size: 14px;
    font-weight: 300;
    height: auto;
  }
  .checkbox + label::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    font-weight: 300;
  }
  .form__block .form__box-textarea {
    margin-bottom: 25px;
  }
  .form__button {
    margin-top: 11px;
  }
  .form__button .button {
    height: 37px;
  }
  .contacts {
    margin-top: 60px;
    padding-bottom: 0;
    padding-top: 205px;
    height: auto;
  }
  .contacts__image {
    height: 334px;
    background-position: 50% -80px;
  }
  .contacts__content span {
    font-size: 28px;
    line-height: 30px;
  }
  .contacts__content a {
    line-height: 22px;
    font-size: 14px;
  }
  #block7.contact-block {
    margin-top: 108px;
    margin-bottom: -12px;
  }
  #block7 .contact-block__items {
    margin: 0 30px;
    margin-top: 50px;
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fit, minmax(304px, 1fr));
  }
  #block7 .contact-block-item__ttl {
    font-size: 16px;
    font-weight: 500;
  }
  #block7 .contact-block-item__ttl:before {
    width: 25px;
  }
  #block7 .contact-block-item__txt {
    font-size: 14px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer-form {
    margin: 0 auto;
  }
  .footer-top__menu ul {
    display: flex;
    grid-gap: 30px;
    margin-top: -4px;
  }
  .footer-top {
    padding: 22px 0px;
    padding-top: 166px;
  }
  .footer-top__phone {
    font-size: 14px;
    justify-content: center;
    margin-top: -5px;
  }
  .footer-bottom {
    font-size: 14px;
    font-weight: 400;
  }
  .footer-bottom__container {
    gap: 12px;
    flex-direction: column;
    align-items: center;
    padding-top: 33px;
  }
}


@media (max-width: 991px) {
  .contacts__image {
    background-position: 50% 0;
  }
  a.header__button._btn {
    font-size: 13px;
    padding: 7.5px 15px;
    font-weight: 400;
    white-space: nowrap;
  }
  .video-banner {
    height: 70vh;
    max-height: 334.44px;
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .video-content {
    max-width: 484px;
  }
  .video-content h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .video-content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .play-button {
    margin-top: 15px;
    width: 50px;
    height: 50px;
  }
  .play-button::after {
    font-size: 23px;
    width: 17px;
    height: 27px;
  }
  .contacts__wrapper>a:first-child  {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .burger-menu {
    display: block;
  }
  .header__close {
    display: block;
  }
  .header__menu {
    position: fixed;
        inset: 0;
        padding: 45px;
        padding-top: 33.24px;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #E9E6E2;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3sease 0s;
  }
  .header__menu ul {
    flex-direction: column;
    align-items: center;
    padding-top: 65.5px;
    gap: 18.5px;
    border-bottom: 1px solid #cbcaca;
    padding-bottom: 65.5px;
    margin-bottom: 30px;
  }
  .header_menu_add_text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
	.header_menu_add_text .flex {
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		gap:10px 0;
	}
  .header_menu_add_text>span {
    font-size: 15px;
    text-align: center;
    padding: 0px 35px;
    margin-bottom: 20px;
  }
  .header_menu_add_text .phone {
    margin-right: 20px;
  }
  .header_menu_add_text .mail>svg {
    margin-right: 3px;
  }
  .header_menu_add_text .mail, .header_menu_add_text .phone {
    color: #313131;
    font-size: 15px;
    display: inline-flex;
  }
  .header_menu_add_text .mail>svg, .header_menu_add_text .phone>svg {
    width: 20px;
    height: 20px;
  }
  .header_menu_add_text .mail>svg>use, .header_menu_add_text .phone>svg>use {
    color: #313131;
  }
  .header__menu ul li a {
    font-size: 18px;
    font-weight: 500;
  }
  .header__menu ul li a.active {
    border-top: none !important;
  }
  .header__menu>.header__logo {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #cbcaca;
    padding-bottom: 28.6px;
  }
  .header-bottom .phone {
    display: none;
  }
  .footer-form {
    width: 100%;
  }
  .banner__ttl {
    font-size: 18px;
    line-height: 20px;
  }
  .header__logo img {
    width: 165px;
    height: 34px;
  }
  .burger-menu {
    top: 28px;
    width: 25px;
    height: auto;
  }
  ._container {
    padding: 0 30px;
  }
  .header._active .header-bottom__container._container {
    padding: 15px 30px;
    padding: 0;
  }
  .header._active .header__logo img {
    width: 155px;
        height: 32px;
  }
  .header__logo {
    height: auto;
    width: auto;
  }
  .burger-menu span {
    height: 2px;
    left: 11px;
  }
  .burger-menu span:nth-child(2) {
    width: 18px;
  }
  .burger-menu span:last-child {
    width: 13px;
  }
  .header._active .burger-menu {
    /* display: none; */
    top: 12px;
  }
  header.header._active .header__menu.menu-js._open.true .header__logo {
    height: auto;
  }
  header.header._active .header__menu.menu-js._open.true .header__logo img {
    width: 165px;
        height: 34px;
  }
  .container.header-menu {
    padding-top: 88px;
    padding-bottom: 8px;
  }
  .header._active .header-bottom {
    /* padding: 60px 0px; */
  }
  .banner__container._container>.banner__content {
    display: none;
  }
  .banner__content.m {
    display: block;
    margin-bottom: 26px;
  }
  .banner__desc {
    margin-top: 0;
  }
  .banner__bg-mob {
    background-size: unset;
    bottom: 0;
  }
  .banner__ttl {
    font-size: 20px;
  }
  .br_whitespace {
    display: none;
  }
  .banner__desc-ttl {
    font-size: 13px;
    line-height: 22px;
  }
  .banner__subttl {
    margin-top: 7px;
  }
  ._btn {
    font-size: 13px;
    font-weight: 500;
    height: auto;
    width: fit-content;
    padding: 7.5px 15px 7.5px 15px;
    margin-top: -5px;
  }
  ._ttl {
    font-size: 20px;
  }
  .contact-block-item__img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }
/*   .contact-block__item:nth-of-type(4) .contact-block-item__img, .contact-block__item:nth-of-type(3) .contact-block-item__img {
    height: 192.86px;
  } */
/*   .contact-block__item:nth-of-type(2) .contact-block-item__img {
    height: 150px;
  } */
  .contact-block-item__ttl {
    font-size: 16px;
  }
  .contact-block__items {
    grid-gap: 56px 30px;
    margin: 0 30px;
    margin-top: 42px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-areas:
    "item1 item4"
    "item3 item2";
  }
  .contact-block-item {
    padding-left: 0;
  }
  .contact-block-item__txt {
    font-size: 12px;
    line-height: 20px;
  }
  .contact-block__desc {
    line-height: 22px;
        font-size: 13px;
        max-width: 330px;
  }
  .contact-block {
    margin-top: 16px;
  }
  .contact-block__text {
    margin-top: 37px;
    max-width: 315px; 
  }
  .contact-block__text p {
    line-height: 24px;
  }
  ._ttl {
    line-height: 24px;
  }
  #countries .contact-block__container._container {
    padding: 0 0 0 30px;
  }
  #services.contact-block {
    padding-bottom: 40px;
  }
  #countries.contact-block {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #countries .contact-block__desc {
    margin-top: 18px;
  }
  #countries .contact-block-item__img {
    width: 100%;
    max-width: 100%;
    height: 219px;
  }
  .advantages__image.t {
    display: none;
  }
  .advantages__image.m {
    display: block;
  }
  #countries.contact-block {
    /* margin-top: 45px; */
  }
  #about.advantages {
    padding-top: 40px;
  }
  #countries .swiper-wrapper {
    margin-bottom: 61px;
  }
  .advantages__container._container, ._container.prom {
    padding: 0 40px;
  }
  .advantages__ttl {
    font-size: 20px;
  }
  .advantages__desc {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .advantages__image {
    margin-bottom: 41px;
  }
  .advantages-item::before {
    width: 60px;
    height: 60px;
  }
  .advantages__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 54px;
  }
  .advantages-item__txt {
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
  }

  .promo__container._container {
    padding-top: 43px;
  }
  .promo__bg-mob {
    top: 0;
  }
  #about.advantages {
    padding-bottom: 40px;
  }
  .promo {
    padding-top: 0;
    padding-bottom: 171px;
  }
  .promo__ttl._ttl {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .promo__txt {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .reviews__desc {
    line-height: 20px;
        font-size: 13px;
  }
  .reviews {
    margin-top: 40px;
  }
  .reviews__content {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .review-item__name {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .review-item__text {
    line-height: 22px;
    font-size: 13px;
  }
  .review-item__stars {
    margin-bottom: 6px;
  }
  .form__title {
    font-size: 20px;
        line-height: 24px;
  }
  .form {
    padding: 30px 40px;
  }
  .contacts__content span {
    font-size: 20px;
        line-height: 24px;
  }
  .contacts__wrapper {
    align-items: center;
  }
  #block7 .contact-block__items {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  #block7 .contact-block__ttl._ttl, #block7 .contact-block__desc {
    text-align: left;
  }
  #countries ._ttl, #countries .contact-block__desc {
    /* padding-right: 30px; */
  }
  .form__box-textarea {
    min-height: 80px;
  }
  .form__box-textarea .form__box-input {
    height: 80px;
  }
  .form__block .form__box-textarea {
    margin-bottom: 13px;
  }
  .form__button .button {
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    width: fit-content;
  }
  .contacts {
    margin-top: 40px;
    padding-top: 181px;
	padding-bottom:50px;
  }
  .contacts__content span {
    margin-bottom: 10px;
  }
  .contacts__content a {
    line-height: 20px;
    font-size: 13px;
    max-width: 90%;
    text-align: center;
/*     margin: 0 auto; */
    margin-bottom: 6px;
  }
  .phone.mob {
    display: none;
    position: relative;
        top: -4px;
  }
  .phone.mob>svg {
    width: 15.23px;
        height: 17.72px;
  }
  #block7.contact-block {
    margin-top: 72px;
  }
  #block7 .contact-block__items {
    margin-top: 30px;
  }
  #block7 .contact-block-item__txt {
    font-size: 12px;
  }
  #block7 .contact-block__items {
    grid-gap: 20px 30px;
    margin-top: 19px;
  }
  #block7 .contact-block__text {
    margin-top: 50px;
  }
  .footer {
    padding: 40px 30px;
  }
  .footer-top__menu ul li a {
    font-size: 14px;
  }
  .footer-top__socials {
    display: none;
  }
  .footer-top__contaner._container {
    padding: 0;
  }
  .footer-top {
    padding-top: 165px;
  }
  .footer-top__phone {
    font-size: 13px;
  }
  .footer-top__phone svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .footer-bottom {
    font-size: 13px;
  }
  .footer-bottom__container {
    padding-top: 36px;
  }
  .footer-bottom__container>span {
    margin-bottom: 4px;
  }
  .footer-bottom>._container {
    padding: 0;
  }
  .phone.mob {
    display: flex;
  }
  .header__button {
    display: none !important;
  }
}

@media (max-width: 393px) {
  #countries .contact-block-item__img {
    width: 200px;
    height: 219px;
  }
  .video-banner {
    height: 60vh;
    max-height: 350px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .video-content {
    max-width: 253px;
  }
  .video-content h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .video-content p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .play-button {
    margin-top: 15px;
    width: 50px;
    height: 50px;
  }
  .play-button::after {
    font-size: 23px;
    width: 17px;
    height: 27px;
  }
  .contacts__wrapper>a:first-child  {
    margin-right: 20px;
  }
  .contacts__content {
    /* align-items: normal; */
  }
  .contacts__wrapper>a:nth-child(2)  {
    white-space: nowrap;
  }
}