@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Algerian';
  src: url('../fonts/Algerian.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.header--main {
  display: none;
}

.header__inner {
  height: 170px;
  padding: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  margin-bottom: 24px;
}

.header .header-logo__img {
  margin-right: 24px;
}

.header .header-logo__text {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.header__nav a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  padding-left: 17px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 21px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header__nav a svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-left: 5px;
  -webkit-transition: inherit;
  transition: inherit;
}

.header__nav a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #C9983C;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.header__nav a:hover {
  color: #C9983C;
}

.header__nav a:hover svg {
  fill: #C9983C;
}

.header__nav a:hover:before {
  opacity: 1;
}

.header__contact {
  position: absolute;
  right: 0;
  top: 24px;
  text-align: right;
}

.header__address {
  font-size: 12px;
  color: #fff;
  margin-bottom: 14px;
}

.header__tell {
  margin-bottom: 14px;
}

.header__tell a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.header__tell a:hover {
  color: #C9983C;
}

.header__social {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.header-phone {
  width: 30px;
  height: 30px;
  background-image: url('../img/phone.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border-radius: 50%;
  background-color: #C9983C;
  margin-left: auto;
  margin-right: 10px;
  display: none;
}

.header .btn-menu {
  width: 30px;
  height: 30px;
  background-image: url('../img/hamburger-menu.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  border-radius: 50%;
  background-color: #C9983C;
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 101;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #eee;
  z-index: 10;
  padding: 44px 0 100px 0;
  background: #262626;
  overflow: hidden;
  display: none;
}

.dropdown__circle {
  bottom: -50%;
  left: -50%;
}

.dropdown__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.dropdown__nav:not(:last-child) {
  margin-right: 44px;
}

.dropdown__title {
  font-size: 14px;
  color: #D5D5D5;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.dropdown__list li:not(:last-child) {
  margin-bottom: 10px;
}

.dropdown__list a {
  font-size: 14px;
  color: #D5D5D5;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown__list a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #C9983C;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.dropdown__list a:hover {
  color: #C9983C;
}

.dropdown__list a:hover:before {
  opacity: 1;
}

.toggle-menu {
  position: fixed;
  top: 0;
  right: -750px;
  z-index: 100;
  height: 100vh;
  width: 720px;
  padding: 40px 150px 40px 100px;
  background: #262626;
  box-shadow: -30px 0px 50px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 102;
}

.toggle-menu__circle1 {
  left: -30%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.toggle-menu.show {
  right: 0;
}

.toggle-menu__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 150px;
  cursor: pointer;
}

.toggle-menu__close:hover svg {
  fill: #C9983C;
}

.toggle-menu__close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle-menu .toggle-menu__item:not(:last-child) {
  margin-bottom: 40px;
}

.toggle-menu .toggle-menu__title {
  font-size: 14px;
  color: #D5D5D5;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.toggle-menu .toggle-menu__list li:not(:last-child) {
  margin-bottom: 8px;
}

.toggle-menu .toggle-menu__list a {
  font-size: 14px;
  color: #D5D5D5;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle-menu .toggle-menu__list a:hover {
  color: #C9983C;
}

.toggle-menu .toggle-menu__list a:hover:before {
  opacity: 1;
}

.toggle-menu .toggle-menu__list a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -21px;
  top: 6px;
  background: #C9983C;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.mobile-menu {
  width: 300px;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 10;
  height: 100vh;
  background-color: #262626;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow-x: scroll;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 102;
}

.mobile-menu.show {
  right: 0;
}

.mobile-menu__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.mobile-menu__logo {
  width: 180px;
}

.mobile-menu__close {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.mobile-menu__close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.mobile-menu__body {
  padding: 20px 0;
}

.mobile-menu__nav li:not(:last-child) {
  margin-bottom: 15px;
}

.mobile-menu__nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu__footer {
  margin-top: auto;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.mobile-menu__address {
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-menu__tell {
  margin-bottom: 20px;
}

.mobile-menu__tell li {
  text-align: left;
  margin-bottom: 5px;
}

.mobile-menu__tell a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.full-nav {
  position: fixed;
  top: 0;
  right: -320px;
  height: 100vh;
  background-color: #262626;
  width: 300px;
  padding: 20px;
  overflow-x: scroll;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.full-nav.show {
  right: 0;
}

.full-nav__close {
  width: 20px;
  height: 20px;
}

.full-nav__title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.full-nav__item {
  padding: 10px 0;
}

.full-nav__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.full-nav__list li:not(:last-child) {
  margin-bottom: 10px;
}

.full-nav__list a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer {
  padding-top: 50px;
}

.footer__inner {
  background-color: #050505;
  padding: 60px 0;
  background-image: url('../img/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.footer__list {
  margin-right: 40px;
}

.footer__list-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.footer__list li:not(:last-child) {
  margin-bottom: 8px;
}

.footer__list a {
  font-size: 12px;
  font-weight: 400;
  color: #D5D5D5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__list a:hover {
  color: #C9983C;
}

.footer__info {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.footer .footer-logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
  margin-bottom: 24px;
  margin-left: auto;
}

.footer .footer-logo__img {
  margin-left: 24px;
}

.footer .footer-logo__text {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.footer__tell {
  margin-top: auto;
  margin-bottom: 24px;
}

.footer__tell a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__tell a:hover {
  color: #C9983C;
}

.footer__social {
  margin-bottom: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.footer__address {
  font-size: 16px;
  color: #fff;
}

.btn-main {
  display: block;
  width: 330px;
  max-width: 100%;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 20px;
  background: #C9983C;
  border-radius: 31px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border: 2px solid #C9983C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-main:disabled {
  background-color: #A9A9A9;
  cursor: default;
  border-color: #A9A9A9;
}

.btn-main:hover:not(:disabled) {
  background-color: #262626;
  color: #fff;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 24px auto 0;
  width: 180px;
  height: 34px;
  border: 1px solid #C9983C;
  box-shadow: 0px 10px 20px rgba(201, 152, 60, 0.28);
  border-radius: 31px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.read-more:hover {
  background-color: #C9983C;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.social a {
  width: 24px;
  height: 24px;
  margin: 0 4px;
}

.social a:hover svg {
  fill: #C9983C;
}

.social svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.main-form {
  border-radius: 30px;
  background-image: url('../img/form-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 100px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.3);
}

.main-form__title {
  font-size: 20px;
  color: #D5D5D5;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}

.main-form__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #D5D5D5;
  text-align: center;
  margin-bottom: 44px;
}

.main-form__send {
  margin: 0 auto 24px;
}

.formgroup {
  position: relative;
  margin-bottom: 40px;
}

.formgroup input,
.formgroup textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: transparent;
  padding: 5px 20px;
  border: none;
  border-bottom: 1px solid #828282;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  outline: none;
}

.formgroup input:focus,
.formgroup textarea:focus {
  border-color: #fff;
}

.formgroup input:focus::-webkit-input-placeholder,
.formgroup textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.formgroup input:focus:-ms-input-placeholder,
.formgroup textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.formgroup input:focus::-ms-input-placeholder,
.formgroup textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.formgroup input:focus::placeholder,
.formgroup textarea:focus::placeholder {
  color: #fff;
}

.formgroup input::-webkit-input-placeholder,
.formgroup textarea::-webkit-input-placeholder {
  color: #828282;
}

.formgroup input:-ms-input-placeholder,
.formgroup textarea:-ms-input-placeholder {
  color: #828282;
}

.formgroup input::-ms-input-placeholder,
.formgroup textarea::-ms-input-placeholder {
  color: #828282;
}

.formgroup input::placeholder,
.formgroup textarea::placeholder {
  color: #828282;
}

.formgroup label.error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: tomato;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  padding: 0px 20px;
}

.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input:checked + .checkbox__text:after {
  opacity: 1;
}

.checkbox__text {
  font-size: 12px;
  color: #D5D5D5;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
}

.checkbox__text a {
  text-decoration: underline;
  color: #C9983C;
}

.checkbox__text a:hover {
  text-decoration: none;
}

.checkbox__text:before,
.checkbox__text:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.checkbox__text:before {
  border-radius: 0px;
  background-color: #D5D5D5;
  border-radius: 2px;
}

.checkbox__text:after {
  content: '';
  background-image: url('../img/check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: -40px;
  right: -40px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup {
  max-width: 600px;
  margin: 0 auto;
}

.circle {
  background: -webkit-linear-gradient(183deg, #2D4830 0.36%, #C9983C 143.61%);
  background: linear-gradient(267deg, #2D4830 0.36%, #C9983C 143.61%);
  position: absolute;
  max-width: 100%;
}

.circle--size1 {
  width: 630px;
  height: 630px;
  -webkit-filter: blur(250px);
  filter: blur(250px);
}

.circle--size2 {
  width: 712px;
  height: 712px;
  border-radius: 50% 0 0 50%;
  -webkit-filter: blur(300px);
  filter: blur(300px);
}

.circle--size3 {
  width: 712px;
  height: 712px;
  border-radius: 50%;
  -webkit-filter: blur(250px);
  filter: blur(250px);
}

.circle--size4 {
  height: 240px;
  width: 1150px;
  border-radius: 50%;
  -webkit-filter: blur(250px);
  filter: blur(250px);
}

.circle--size5 {
  height: 240px;
  width: 1150px;
  border-radius: 50%;
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.hero {
  margin-top: -50px;
}

.hero__circle1 {
  right: 0;
  top: -520px;
}

.hero__circle2 {
  left: 0;
  bottom: -320px;
}

.hero__img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  right: calc(100% + 150px);
}

.hero__inner {
  width: 330px;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  padding: 24px 0 190px 0;
  text-align: center;
  min-height: 100vh;
}

.hero__address {
  font-size: 12px;
  color: #fff;
  margin-bottom: 24px;
}

.hero__tell {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 24px;
}

.hero__tell:hover {
  color: #C9983C;
}

.hero__social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 64px;
}

.hero__nav {
  margin-bottom: 64px;
}

.hero__nav li:not(:last-child) {
  margin-bottom: 34px;
}

.hero__nav a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hero__nav a svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-left: 5px;
  -webkit-transition: inherit;
  transition: inherit;
}

.hero__nav a:hover {
  color: #C9983C;
}

.hero__nav a:hover svg {
  fill: #C9983C;
}

.hero__name {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}

.hero__position {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
}

.hero__logo {
  margin-bottom: 24px;
}

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

.advantage {
  position: relative;
}

.advantage__title {
  font-size: 128px;
  line-height: 1;
  font-weight: 900;
  color: #2D4830;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.advantage__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.advantage__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  text-align: center;
}

.advantage__num {
  font-family: 'Algerian';
  font-size: 64px;
  line-height: 1.2;
  font-weight: 400;
  color: #C9983C;
  text-transform: uppercase;
}

.advantage__text {
  font-size: 16px;
  font-weight: 400;
  color: #D6AC5C;
  text-transform: uppercase;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.work-principle__title {
  margin-bottom: 24px;
}

.work-principle__note {
  text-align: center;
  margin-bottom: 90px;
}

.principle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.principle__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
}

.principle__icon {
  text-align: center;
  margin-bottom: 12px;
}

.principle__title {
  font-size: 18px;
  font-weight: 600;
  color: #C9983C;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}

.principle__text {
  font-size: 16px;
  color: #D5D5D5;
  font-weight: 400;
  line-height: 1.5;
}

.assistance__circle1 {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.assistance-tab {
  padding: 50px 0 0 0;
}

.assistance-tab--services .assistance-tab-body__inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 600px;
  margin: 0 auto;
}

.assistance-tab--services .assistance-tab-body__item:before {
  display: none;
}

.assistance-tab--services .assistance-tab-body__list {
  margin-left: 0;
}

.assistance-tab--services .assistance-tab-body__item {
  padding: 20px 0;
}

.assistance-tab-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  background: #262626;
  border-radius: 35px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.assistance-tab-head__item {
  padding: 10px 50px;
  width: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 69px;
  font-size: 16px;
  color: #D5D5D5;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 37px;
  border: 1px solid transparent;
  cursor: pointer;
  background: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.assistance-tab-head__item.active {
  color: #C9983C;
  border-color: #C9983C;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
}

.assistance-tab-body__item {
  display: none;
  padding: 58px 0;
  position: relative;
}

.assistance-tab-body__item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.assistance-tab-body__item:before {
  content: '';
  display: block;
  width: calc(50% + 300px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(200.05deg, #C9983C -41.45%, #2D4830 77.52%);
  background: linear-gradient(249.95deg, #C9983C -41.45%, #2D4830 77.52%);
  border-radius: 30px 0px 0px 30px;
}

.assistance-tab-body__item.active {
  display: block;
}

.assistance-tab-body__item img {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.assistance-tab-body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.assistance-tab-body__list {
  position: relative;
  z-index: 1;
  margin-left: 55px;
}

.assistance-tab-body__list li {
  position: relative;
}

.assistance-tab-body__list li:not(:last-child) {
  margin-bottom: 8px;
}

.assistance-tab-body__list a {
  font-size: 20px;
  font-weight: 400;
  color: #D5D5D5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.assistance-tab-body__list a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #C9983C;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.assistance-tab-body__list a:hover {
  color: #C9983C;
}

.assistance-tab-body__list a:hover:before {
  opacity: 1;
}

.how-work__circle1 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  margin-left: -700px;
}

.how-work__title {
  margin-bottom: 45px;
}

.how-work .how-work__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.how-work .how-work__img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.how-work .how-work__img img {
  border-radius: 32px;
}

.how-work .work-list {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.how-work .work-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.how-work .work-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.how-work .work-list__num {
  width: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 128px;
  line-height: 0.8;
  font-weight: 900;
  color: #2D4830;
  text-align: right;
  opacity: 0.3;
  margin-right: 24px;
}

.how-work .work-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.how-work .work-list__title {
  font-size: 18px;
  font-weight: 600;
  color: #C9983C;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}

.how-work .work-list__text {
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #D5D5D5;
  max-width: 450px;
}

.section-form__circle1 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service {
  max-width: 948px;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  position: relative;
}

.service__circle {
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.service-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
}

.service-img img {
  width: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.service-img img.active {
  z-index: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 14px 0px 25px rgba(0, 0, 0, 0.6);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.main__circle1 {
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main__discr {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.main__img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.main__img img {
  width: 100%;
  border-radius: 32px;
}

.main__title {
  font-size: 36px;
  font-weight: 900;
  color: #D5D5D5;
  text-transform: uppercase;
  text-align: right;
}

.main__subtitle {
  font-size: 20px;
  color: #D5D5D5;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 8px;
}

.section-advocate__circle1 {
  left: 0;
  top: -90px;
}

.advocate-card {
  max-width: 950px;
  margin: 0 auto;
  background: -webkit-linear-gradient(200.05deg, #C9983C -41.45%, #2D4830 77.52%), -webkit-linear-gradient(left, #424242 0%, #C2E3EE 100%);
  background: linear-gradient(249.95deg, #C9983C -41.45%, #2D4830 77.52%), linear-gradient(90deg, #424242 0%, #C2E3EE 100%);
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 44px;
}

.advocate-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.advocate-card__img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(41.66666666666667% - 30px);
}

.advocate-card__img img {
  width: 100%;
  border-radius: 32px;
}

.advocate-card__discr {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(58.333333333333336% - 30px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.advocate-card__bg {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #424242;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0.3;
}

.advocate-card__name {
  font-size: 18px;
  font-weight: 600;
  color: #D5D5D5;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

.advocate-card__text {
  font-size: 16px;
  color: #D5D5D5;
  position: relative;
  z-index: 1;
  max-width: 364px;
}

.toggle-article {
  max-width: 756px;
  margin: 0 auto;
  max-height: 205px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-wrapper {
  background: -webkit-linear-gradient(215.46deg, #8A7837 0%, #2D4830 100%);
  background: linear-gradient(234.54deg, #8A7837 0%, #2D4830 100%);
  border-radius: 30px;
  padding: 80px 90px;
}

.list-wrapper.sm {
  max-width: 948px;
  margin: 0 auto;
}

.list-wrapper p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.category-list b {
  font-weight: 500;
}

.category-list li:not(:last-child) {
  margin-bottom: 8px;
}

.category-list a {
  font-size: 20px;
  color: #D5D5D5;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-list a:hover {
  color: #C9983C;
}

.category-list a:hover:before {
  opacity: 1;
}

.category-list a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: -21px;
  top: 7px;
  background: #C9983C;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.dot-list {
  margin-bottom: 15px;
}

.dot-list li {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.dot-list li:not(:last-child) {
  margin-bottom: 8px;
}

.dot-list li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.list-item:not(:last-child) {
  margin-bottom: 40px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 24px;
}

.pagination a {
  font-size: 24px;
  font-weight: 900;
  color: #D5D5D5;
  line-height: 1;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination a:hover {
  color: #C9983C;
}

.pagination a.active {
  color: #C9983C;
  border-color: #C9983C;
}

.partners-slider {
  overflow: hidden;
  max-width: 950px;
  margin: 0 auto;
}

.partners-slider .swiper-pagination {
  position: static;
  margin-top: 44px;
}

.partners-slider .swiper-pagination-bullet {
  width: 64px;
  height: 64px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  opacity: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.partners-slider .swiper-pagination-bullet-active {
  color: #C9983C;
  background-color: #262626;
  border-color: #C9983C;
}

.partners-card {
  padding: 24px;
  background: -webkit-linear-gradient(200.05deg, #C9983C -41.45%, #2D4830 77.52%);
  background: linear-gradient(249.95deg, #C9983C -41.45%, #2D4830 77.52%);
  border-radius: 20px;
  width: 276px !important;
}

.partners-card__img {
  margin-bottom: 24px;
}

.partners-card__img img {
  border-radius: 10px;
  width: 100%;
}

.partners-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #D5D5D5;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.partners-card__discr {
  font-size: 14px;
  font-weight: 400;
  color: #D5D5D5;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  background: -webkit-linear-gradient(215.46deg, #8A7837 0%, #2D4830 100%);
  background: linear-gradient(234.54deg, #8A7837 0%, #2D4830 100%);
  border-radius: 30px;
  padding: 84px 96px;
}

.contact__info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.333333333333336% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.contact__map {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(66.66666666666667% - 30px);
}

.contact__map .map {
  height: 330px;
}

.contact__map .map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
  border-radius: 30px;
}

.contact__address {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 14px;
}

.contact__tell {
  margin-bottom: 14px;
}

.contact__tell a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__tell a:hover {
  color: #C9983C;
}

.contact__email a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__email a:hover {
  color: #C9983C;
}

.contact__work {
  font-size: 12px;
  color: #fff;
}

.contact__title {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact .props {
  margin-top: auto;
}

.contact .props__title {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact .props__text {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

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

html,
body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

body {
  font-family: 'Montserrat';
  font-weight: 400;
  line-height: 1.3;
  background-color: #262626;
}

section {
  position: relative;
  padding: 50px 0;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: auto;
}

* {
  box-sizing: border-box;
}

a {
  outline: none;
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.title2 {
  font-size: 20px;
  color: #D5D5D5;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  max-width: 500px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C9983C;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.title3 {
  font-size: 16px;
  line-height: 1.5;
  color: #D5D5D5;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.title3.line {
  padding-bottom: 24px;
  border-bottom: 1px solid #C9983C;
  margin-bottom: 24px;
}

p {
  font-size: 16px;
  line-height: 1.4;
  color: #D5D5D5;
  font-weight: 400;
  margin-bottom: 24px;
}

.note {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #D5D5D5;
}

.simplebar-scrollbar {
  background-color: #C9983C;
  width: 4px;
}

.simplebar-track.simplebar-vertical {
  width: 4px;
  background: #696969;
}

.breadcrumbs {
  margin: 24px 0 -24px 0;
  position: relative;
  z-index: 2;
}

.breadcrumbs__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs a {
  font-size: 12px;
  color: #D5D5D5;
  text-decoration: none;
  margin-right: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  color: #C9983C;
}

.breadcrumbs a:not(:last-child):before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -9px;
  top: 0;
  background-color: #D5D5D5;
}

.sitemap-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.sitemap-nav a {
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .header__nav {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .advantage__title {
    font-size: 100px;
    opacity: 0.5;
  }

  .assistance-tab {
    padding: 24px 0;
  }

  .assistance-tab-body__item:before {
    width: calc(100% - 200px);
  }

  .assistance-tab-body__list a {
    font-size: 16px;
  }

  .how-work .how-work__img {
    width: calc(41.66666666666667% - 30px);
  }

  .how-work .work-list {
    width: calc(58.333333333333336% - 30px);
  }

  .service-img img {
    border-radius: 20px;
  }

  .service-img img.active {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }

  .contact {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .header--main {
    display: block;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: auto;
    padding: 12px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .header .header-logo {
    margin-bottom: 0;
  }

  .header .header-logo__img {
    height: 30px;
    margin-right: 12px;
  }

  .header .header-logo__text {
    font-size: 14px;
  }

  .header__nav {
    display: none;
  }

  .header__contact {
    display: none;
  }

  .header-phone {
    display: block;
  }

  .header .btn-menu {
    display: block;
  }

  .footer .footer-logo {
    margin-bottom: 0;
  }

  .footer .footer-logo__img {
    height: 30px;
    margin-left: 12px;
  }

  .footer .footer-logo__text {
    font-size: 16px;
  }

  .footer__tell a {
    font-size: 16px;
  }

  .footer__address {
    font-size: 14px;
  }

  .hero__img {
    right: calc(100% + 30px);
  }

  .advantage__title {
    font-size: 84px;
  }

  .advantage__num {
    font-size: 40px;
  }

  .advantage__text {
    font-size: 14px;
    max-width: 250px;
  }

  .work-principle__note {
    margin-bottom: 45px;
  }

  .assistance-tab-body__item img {
    width: 50%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .assistance-tab-body__list {
    margin-left: 30px;
  }

  .main__title {
    font-size: 24px;
  }

  .main__subtitle {
    font-size: 14px;
  }

  .advocate-card__bg {
    top: -10px;
  }

  .contact__info {
    width: calc(41.66666666666667% - 30px);
  }

  .contact__map {
    width: calc(58.333333333333336% - 30px);
  }

  body {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-menu {
    width: 300px;
    padding: 30px 20px 30px 20px;
  }

  .toggle-menu__close {
    right: 20px;
    top: 20px;
  }

  .footer__inner {
    background-image: none;
  }

  .footer__row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__nav {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer__list {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer__list a {
    font-size: 14px;
  }

  .footer__info {
    width: 100%;
    text-align: left;
  }

  .footer .footer-logo {
    margin-left: 0;
  }

  .footer__tell {
    margin-top: 0;
  }

  .footer__social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .btn-main {
    padding: 12px 10px;
    font-size: 14px;
    width: 220px;
  }

  .form-wrap {
    max-width: 450px;
  }

  .main-form {
    border-radius: 20px;
    padding: 45px 50px;
  }

  .mfp-close-btn-in .mfp-close {
    top: 10px;
    right: 0px;
    border: none;
    opacity: 1;
  }

  .popup {
    max-width: 450px;
    border-radius: 20px;
  }

  .hero__img {
    right: 0;
    position: static;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    margin-bottom: 15px;
  }

  .hero__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }

  .hero__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__social {
    margin-bottom: 30px;
  }

  .hero__nav {
    margin-bottom: 30px;
  }

  .hero__name {
    font-size: 30px;
  }

  .advantage__title {
    font-size: 50px;
  }

  .advantage__inner {
    margin-bottom: -20px;
  }

  .advantage__item {
    width: calc(50% - 30px);
  }

  .advantage__item {
    margin-bottom: 20px;
  }

  .principle__item {
    width: calc(50% - 30px);
  }

  .principle__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .assistance-tab--services {
    padding-bottom: 0;
  }

  .assistance-tab--services .assistance-tab-body__item {
    padding-bottom: 0;
  }

  .assistance-tab-head__item {
    font-size: 14px;
  }

  .assistance-tab-body__item {
    padding: 30px 15px;
  }

  .assistance-tab-body__item:before {
    width: calc(100% - 30px);
    right: 15px;
    border-radius: 30px;
  }

  .assistance-tab-body__item img {
    display: none;
  }

  .assistance-tab-body__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .assistance-tab-body__list {
    margin-left: 0;
    width: 100%;
  }

  .assistance-tab-body__list li {
    text-align: center;
  }

  .how-work__circle1 {
    margin-left: -625px;
  }

  .how-work .how-work__img {
    display: none;
  }

  .how-work .work-list {
    width: calc(100% - 30px);
  }

  .how-work .work-list__num {
    font-size: 94px;
  }

  .how-work .work-list__title {
    font-size: 16px;
  }

  .how-work .work-list__text {
    font-size: 14px;
  }

  .main__discr {
    width: calc(100% - 30px);
  }

  .main__discr {
    margin-bottom: 20px;
  }

  .main__img {
    width: calc(100% - 30px);
  }

  .main__img img {
    border-radius: 20px;
  }

  .main__title {
    font-size: 20px;
  }

  .main__subtitle {
    font-size: 12px;
  }

  .advocate-card {
    border-radius: 20px;
    padding: 25px 15px;
  }

  .advocate-card__img {
    width: calc(100% - 30px);
  }

  .advocate-card__img {
    margin-bottom: 15px;
  }

  .advocate-card__img img {
    border-radius: 20px;
  }

  .advocate-card__discr {
    width: calc(100% - 30px);
  }

  .advocate-card__bg {
    display: none;
  }

  .advocate-card__name {
    font-size: 16px;
  }

  .advocate-card__text {
    font-size: 14px;
  }

  .list-wrapper {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .list-wrapper p {
    font-size: 14px;
  }

  .category-list a {
    font-size: 16px;
  }

  .dot-list li {
    font-size: 14px;
  }

  .pagination a {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }

  .partners-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .partners-slider .swiper-pagination-bullet {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }

  .contact {
    border-radius: 20px;
  }

  .contact__info {
    width: calc(100% - 30px);
  }

  .contact__info {
    text-align: left;
    margin-bottom: 20px;
  }

  .contact__map {
    width: calc(100% - 30px);
  }

  .contact__map .map iframe {
    border-radius: 20px;
  }

  section {
    padding: 25px 0;
  }

  .title3 {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .breadcrumbs {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .main-form__title {
    font-size: 18px;
  }

  .main-form__subtitle {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .formgroup {
    margin-bottom: 20px;
  }

  .formgroup input,
  .formgroup textarea {
    font-size: 14px;
  }

  .popup {
    max-width: 90vw;
  }

  .advantage__title {
    font-size: 36px;
  }

  .advantage__num {
    font-size: 32px;
  }

  .advantage__text {
    font-size: 12px;
  }

  .principle__item {
    width: calc(100% - 30px);
  }

  .assistance-tab-head__item {
    font-size: 12px;
    padding: 10px 5px;
    border-radius: 20px;
  }

  .assistance-tab-body__item:before {
    border-radius: 20px;
  }

  .how-work__circle1 {
    margin-left: 0;
    left: auto;
    right: 0;
  }

  .how-work .work-list__num {
    font-size: 68px;
    width: 44px;
    opacity: 0.7;
  }

  .service {
    padding-bottom: 0;
  }

  .service-img img {
    border-radius: 5px;
  }

  .contact {
    padding: 30px 20px;
  }
}
