/*** Variables ***/
/*** Mixins ***/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/roboto-medium-webfont.woff2") format("woff2"),
    url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/roboto-bold-webfont.woff2") format("woff2"),
    url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/roboto-black-webfont.woff2") format("woff2"),
    url("../fonts/roboto-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  background: #e4e5e6;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

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

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
label {
  font-family: "Roboto", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 800;
}

h1,
.h1 {
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 21px;
  }
}

h3,
.h3 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    flex: 20px;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

p {
  margin: 0 0 1em;
}

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

/***** Buttons *****/
@keyframes sweep {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateX(0);
    opacity: 0.5;
    animation-timing-function: linear;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    animation-timing-function: ease-out;
  }
}
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  padding: 6px 20px 5px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 128px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .btn {
    min-width: 100px;
    padding: 5px 20px;
    font-size: 16px;
  }
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.4) 70%,
    rgba(255, 255, 255, 0) 70.1%
  );
  transform: translateX(-100%);
}
.btn:hover:after {
  animation: sweep 1s;
}
.btn.btn-link {
  color: #fff;
  text-decoration: underline;
  line-height: 33px;
  height: 44px;
  min-width: 100px;
}
.btn.btn-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #eee;
}
.btn.btn-orange {
  background: #ff5000;
  color: #fff;
}
.btn.btn-orange:hover {
  background: #fd6c33;
}
.btn.btn-brown {
  background: #ce5800;
  color: #fff;
}
.btn.btn-brown:hover {
  background: #db6912;
}
.btn.btn-orange-outlined {
  background: #fff;
  border: 2px solid #ff5000;
  color: #ff5000;
}
.btn.btn-orange-outlined:hover {
  background: #ff5000;
  color: #fff;
}
.btn.btn-orange-outlined.btn-48 {
  line-height: 33px;
}
.btn.btn-orange-outlined.btn-60 {
  line-height: 20px;
}
.btn.btn-brown-outlined {
  background: #fff;
  border: 1px solid #ce5800;
  color: #ce5800;
}
.btn.btn-brown-outlined:hover {
  background: #ce5800;
  color: #fff;
}
.btn.btn-blue {
  background: #1898ed;
  color: #fff;
}
.btn.btn-blue:hover {
  background: #2baaff;
}
.btn.btn-blue:hover.btn-icon span {
  color: #fff;
}
.btn.btn-green {
  background: #42704e;
  color: #fff;
}
.btn.btn-green:hover {
  background: #50815d;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn.btn-icon span {
  transition: all 0.2s;
}
.btn.btn-38 {
  height: 38px;
  line-height: 27px;
  font-size: 16px;
}
.btn.btn-44 {
  line-height: 33px;
  height: 44px;
}
.btn.btn-48 {
  line-height: 37px;
  height: 48px;
  font-size: 18px;
}
.btn.btn-50 {
  line-height: 39px;
  height: 50px;
}
.btn.btn-60 {
  line-height: 36px;
  padding: 12px 50px;
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .btn.btn-60 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.btn-60 {
    font-size: 20px;
    line-height: 25px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 575px) {
  .btn.btn-60 {
    font-size: 16px;
  }
}

.btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 48px;
}
@media screen and (max-width: 1024px) {
  .btns {
    gap: 16px;
  }
}
.btns .btn {
  margin: 0 8px 4px 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.btns-centered {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}

.form-control {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 18px;
  line-height: 24px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .form-control {
    font-size: 16px;
  }
}

/* Selectric */
/***** Simple elements, atoms *****/
.icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
}

.highlight {
  color: #ff5000;
}

.is-hidden,
.hidden {
  display: none;
}

.stars {
  width: 160px;
  height: 32px;
  background: url("../images/icons/star.svg") 0 0 repeat-x;
  background-size: 32px 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .stars {
    width: 120px;
    height: 24px;
    background-size: 24px;
  }
}
.stars .current {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  background: url("../images/icons/star-orange.svg") 0 0 repeat-x;
  background-size: 32px 32px;
}
@media screen and (max-width: 1024px) {
  .stars .current {
    height: 24px;
    background-size: 24px;
  }
}

@media screen and (max-width: 1279px) {
  .is-desktop {
    display: none;
  }
}

/***** Components, common blocks *****/
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1900px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
.container.container--narrow {
  max-width: 1400px;
}
.container.container--medium {
  max-width: 1600px;
}

/***** Header *****/
.header {
  padding: 10px 0;
  height: 75px;
  background: rgba(39, 39, 39, 0.9);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  z-index: 10;
}
@media screen and (max-width: 1399px) {
  .header {
    height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 50px;
    padding: 10px 0;
  }
}
.header .header-i {
  display: flex;
  align-items: center;
}
.header .header-l {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .header .header-l {
    gap: 30px;
  }
}
.header .logo {
  line-height: 0;
  color: #fff;
  transition: all 0.2s;
}
.header .logo a {
  display: block;
  line-height: 0;
}
.header .logo img {
  transition: all 0.2s;
  height: 40px;
}
@media screen and (max-width: 1279px) {
  .header .logo img {
    height: 32px;
  }
}
.header .header-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .header .header-tabs {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-tabs {
    gap: 16px;
  }
}
.header .header-tabs .header-tab a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 0;
}
.header .header-tabs .header-tab a.is-blue {
  color: #1898ed;
}
.header .header-tabs .header-tab a.is-orange {
  color: #ff5000;
}
.header .header-tabs .header-tab a.is-active {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
  .header .header-tabs .header-tab a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-tabs .header-tab img {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-tabs .header-tab a span {
    display: none;
  }
}
.header .header-r {
  margin-left: auto;
}
.header .header-r .header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .header .header-r .header-nav {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-r .btn.btn-44 {
    height: 36px;
  }
}
.header .header-r-narrow {
  margin-left: auto;
}
.header .toggler {
  display: none;
  margin-left: auto;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .toggler {
    display: block;
  }
}
.header .toggler .icon {
  position: absolute;
  overflow: visible;
  margin: auto;
  fill: #fff;
  transition: all 0.1s;
}
.header .toggler .icon.icon-menu {
  width: 36px;
  height: 19px;
  margin-top: 8px;
}
.header .toggler .icon.icon-cross {
  opacity: 0;
  visibility: hidden;
  width: 24px;
  height: 24px;
  margin: 6px;
}
.header .toggler:hover .icon {
  opacity: 0.8;
}
.header.header--narrow {
  height: 60px;
  padding: 10px 0;
}
.header.header--narrow .logo img {
  height: 36px;
}
@media screen and (max-width: 1279px) {
  .header.header--narrow .logo img {
    height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .header.header--narrow .logo img {
    height: 28px;
  }
}

body.is-scrolled .header {
  padding: 5px 0;
  height: 65px;
}
@media screen and (max-width: 1024px) {
  body.is-scrolled .header {
    height: 50px;
  }
}

body.is-menu {
  overflow: hidden;
}
body.is-menu .header .header-r {
  opacity: 1;
  visibility: visible;
}
body.is-menu .header .toggler .icon.icon-menu {
  opacity: 0;
  visibility: hidden;
}
body.is-menu .header .toggler .icon.icon-cross {
  opacity: 1;
  visibility: visible;
}
body.is-menu .header .toggler .icon.icon-cross:hover {
  opacity: 0.8;
}

/***** Footer *****/
.footer {
  position: relative;
  z-index: 1;
  background: #272727;
  padding: 45px 0 26px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .footer-i {
  display: flex;
  flex-wrap: wrap;
}
.footer h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.footer .footer-l {
  width: 300px;
  flex: 0 0 300px;
  padding-right: 60px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-l {
    width: 45%;
    flex: 0 0 45%;
    order: 1;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-l {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.footer .footer-l .logo {
  line-height: 0;
  margin-bottom: 50px;
  max-width: 140px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-l .logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-l .logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-l .logo img {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-l .logo img {
    width: 150px;
  }
}
.footer .footer-l .copy {
  font-size: 16px;
}
.footer .footer-c {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1399px) {
  .footer .footer-c {
    order: 3;
    margin-top: 40px;
    padding: 0;
  }
}
.footer .footer-c .footer-app {
  width: 320px;
  flex: 0 0 320px;
  padding: 0 40px 40px 0;
}
@media screen and (max-width: 575px) {
  .footer .footer-c .footer-app {
    padding: 0 0 40px;
  }
}
.footer .footer-c .footer-app .app-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer .footer-c .footer-app .app-item a {
  display: block;
  line-height: 0;
}
.footer .footer-c .footer-app .app-item img {
  width: 166px;
}
.footer .footer-c .footer-links {
  width: 220px;
  flex: 0 0 220px;
  padding-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .footer .footer-c .footer-links {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.footer .footer-c .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-c .footer-links ul {
    font-size: 16px;
  }
}
.footer .footer-c .footer-links ul li {
  padding: 0;
  margin: 0;
}
.footer .footer-c .footer-links ul li:not(:last-child) {
  margin-bottom: 5px;
}
.footer .footer-c .footer-links .social {
  margin-top: 24px;
  display: flex;
  gap: 11px;
}
.footer .footer-r {
  width: 400px;
  flex: 0 0 400px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-r {
    width: 50%;
    flex: 0 0 50%;
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-r {
    width: 100%;
    flex: 0 0 100%;
  }
}
.footer .footer-r form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.footer .footer-r form .row .col-6 {
  padding: 0 6px;
  width: 100%;
  flex: 0 0 100%;
}
.footer .footer-r form .form-group {
  margin-bottom: 21px;
}
.footer .footer-r form .form-control {
  border-radius: 12px;
  padding: 2px 10px;
  line-height: 31px;
  height: 37px;
  color: #fff;
  border-color: #42704e;
  background: none;
}
.footer .footer-r form textarea.form-control {
  height: 71px;
}
.footer .footer-r form .error-message {
  font-size: 14px;
  margin: 5px;
  text-align: left;
  color: #ce5800;
}
.footer .footer-r form .form-message {
  margin-top: 10px;
  display: none;
}
.footer .footer-r form .form-message .success {
  color: #59bd59;
  font-weight: bold;
}
.footer .footer-r form .form-message .error {
  color: #e56200;
  font-weight: bold;
}
.footer .footer-r form .btns {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-r form .btns .btn {
  min-width: 174px;
}

@keyframes highlight-border {
  0% {
    border-color: #42704e;
  }
  25% {
    border-color: #ff5000;
  } /* $red */
  50% {
    border-color: #42704e;
  }
  75% {
    border-color: #ff5000;
  }
  100% {
    border-color: #42704e;
  }
}
.is-highlighted .form-control {
  animation: highlight-border 1s ease;
}

/***** Homepage *****/
.section-hero {
  padding: 90px 0 170px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-hero {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero {
    padding: 80px 0;
  }
}
.section-hero .container {
  position: relative;
  z-index: 1;
}
.section-hero .hero-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-hero .hero-i {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-hero .hero-l {
  width: 575px;
  flex: 0 0 575px;
  margin: 70px 40px 0 250px;
}
@media screen and (max-width: 1599px) {
  .section-hero .hero-l {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .section-hero .hero-l {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-l {
    width: 450px;
    flex: 0 0 450px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-hero .hero-l {
    width: 100%;
    flex: auto;
  }
}
.section-hero .hero-l .hero-info {
  background: rgba(66, 112, 78, 0.8);
  border-radius: 20px;
  padding: 16px 48px 48px;
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-l .hero-info {
    padding: 16px;
    margin-bottom: 20px;
  }
}
.section-hero .hero-l .hero-info .hero-info-h {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-l .hero-info .hero-info-h {
    margin-bottom: 30px;
  }
}
.section-hero .hero-l .hero-info .hero-info-h .hero-label {
  color: #efce84;
}
.section-hero .hero-l .hero-info .hero-info-h a.hero-share {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #304936;
  margin-left: auto;
}
.section-hero .hero-l .hero-info .hero-info-h a.hero-share:hover {
  background: #3d5844;
}
.section-hero .hero-l .hero-info .hero-info-h a.hero-share img {
  margin-left: -2px;
}
.section-hero .hero-l .hero-info .hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.section-hero .hero-l .hero-info .hero-rating .rating {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-l .hero-info .hero-rating .rating {
    font-size: 24px;
  }
}
.section-hero .hero-l .hero-info .hero-desc {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-l .hero-info .hero-desc {
    font-size: 18px;
  }
}
.section-hero .hero-l .btns {
  justify-content: flex-start;
  gap: 24px;
}
.section-hero .hero-r {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section-hero .hero-r {
    margin: 50px 0 0;
    display: flex;
    align-items: flex-start;
  }
}
.section-hero .hero-r .hero-qr {
  background: rgba(66, 112, 78, 0.8);
  border-radius: 20px;
  margin-bottom: 14px;
  padding: 20px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .section-hero .hero-r .hero-qr {
    margin-right: 50px;
  }
}
.section-hero .hero-r .hero-qr img {
  width: 155px;
}
@media screen and (max-width: 575px) {
  .section-hero .hero-r .hero-qr img {
    width: 100px;
  }
}
.section-hero .hero-r .hero-distance {
  background: #eadfcc;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-r .hero-distance {
    font-size: 16px;
  }
}
.section-hero .hero-r .hero-distance .label {
  margin-bottom: 4px;
  display: block;
}
.section-hero .hero-r .hero-distance .val {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  color: #304936;
  justify-content: center;
}
.section-hero .hero-r .btns {
  margin-top: 10px;
}
.section-hero .hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-features {
  margin-top: -65px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .section-features {
    margin: 0;
    padding-top: 40px;
  }
}
.section-features .features-i {
  background: #304936;
  border-radius: 20px;
  padding: 20px;
}
.section-features .feature-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .section-features .feature-list {
    margin: 0 -10px -30px;
    align-items: flex-start;
  }
}
.section-features .feature-item {
  padding: 0 24px;
  width: 25%;
  flex: 0 0 25%;
  color: #fff;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .section-features .feature-item {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 10px 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-features .feature-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-features .feature-item:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
  .section-features .feature-item:not(:last-child) {
    border: none;
  }
}
.section-features .feature-item .feature-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  .section-features .feature-item .feature-icon {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}
.section-features .feature-item .feature-info {
  flex: 1;
}
.section-features .feature-item .feature-info .feature-title {
  margin-bottom: 3px;
}
.section-features .feature-item .feature-info .feature-desc {
  line-height: 1.2;
}

.section-about {
  padding: 50px 0 20px;
}
@media screen and (max-width: 1024px) {
  .section-about {
    padding: 40px 0 40px;
  }
}
.section-about .about-i {
  background: #fff;
  padding: 30px 60px 50px;
  border-radius: 20px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-about .about-i {
    padding: 16px;
    flex-direction: column;
  }
}
.section-about .about-info {
  width: 360px;
  flex: 0 0 360px;
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .section-about .about-info {
    width: 100%;
    flex: auto;
    margin: 0 0 40px;
  }
}
.section-about .about-info h2 {
  margin-bottom: 20px;
}
.section-about .about-info .about-title {
  color: #555;
  margin-bottom: 20px;
}
.section-about .about-info .about-desc {
  margin-bottom: 30px;
}
.section-about .about-info .about-contacts {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section-about .about-info .about-contacts {
    margin-bottom: 30px;
  }
}
.section-about .about-info .about-contacts .contact-item {
  display: flex;
  align-items: flex-start;
}
.section-about .about-info .about-contacts .contact-item:not(:last-child) {
  margin-bottom: 10px;
}
.section-about .about-info .about-contacts .contact-item .contact-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 3px 8px 0 0;
}
.section-about .about-info .about-contacts .contact-item .contact-label {
  font-weight: bold;
  font-size: 14px;
  width: 80px;
  flex: 0 0 80px;
  padding-right: 20px;
  margin-top: 2px;
}
.section-about .about-info .about-contacts .contact-item .contact-val a {
  color: #1898ed;
}
.section-about .about-info .about-contacts .contact-item .contact-val a:hover {
  color: #2baaff;
}
.section-about .about-info .about-details .details-item {
  background: #eadfcc;
  border-radius: 12px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  min-height: 60px;
}
.section-about .about-info .about-details .details-item:not(:last-child) {
  margin-bottom: 10px;
}
.section-about .about-info .about-details .details-item .details-icon {
  margin: 0 16px 0 -4px;
  line-height: 0;
}
.section-about .about-info .about-details .details-item .details-val {
  color: #304936;
  font-weight: bold;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-about .about-map {
  flex: 1;
  position: relative;
}
.section-about .about-map .btns {
  justify-content: flex-end;
  margin-bottom: 20px;
}
.section-about .map-container {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  background: #f5f5f5;
}
.section-about .about-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about .about-map .map img {
  width: 100%;
  border-radius: 20px;
}

.section-cta.section-cta--book {
  padding: 0;
}
.section-cta.section-cta--call {
  padding: 20px 0 40px;
}
.section-cta .cta-i {
  background: #304936;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section-cta .cta-i {
    padding: 16px;
  }
}
.section-cta .cta-icon {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section-cta .cta-icon {
    margin-right: 20px;
    flex: 0 0 48px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .section-cta .cta-icon img {
    max-width: 48px;
  }
}
.section-cta .cta-info {
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 575px) {
  .section-cta .cta-info {
    margin-right: 0;
  }
}
.section-cta .cta-info .cta-title {
  margin-bottom: 4px;
}
@media screen and (max-width: 575px) {
  .section-cta .btns {
    flex: 0 0 100%;
    margin-top: 20px;
    justify-content: center;
  }
}
.section-service {
  padding: 70px 0 20px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .section-service {
    padding: 40px 0 20px;
  }
}
.section-service h2 {
  text-align: center;
  margin-bottom: 20px;
}
.section-service .service-subtitle {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-service .service-subtitle {
    font-size: 20px;
  }
}
.section-service .service-filter {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.section-service .service-filter .filter-item {
  padding: 6px 16px;
  border-radius: 16px;
  border: 1px solid #555;
  color: #555;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.2s;
}
.section-service .service-filter .filter-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.section-service .service-filter .filter-item.is-active {
  background: #42704e;
  color: #fff;
  border-color: #42704e;
  cursor: default;
  pointer-events: none;
}
.section-service .service-list-wrapper {
  position: relative;
}
.section-service .service-list-wrapper.no-swiper .swiper-wrapper {
  justify-content: center;
}
.section-service .service-list {
  overflow: visible;
}
.section-service .service-list .swiper-slide {
  width: 400px;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .section-service .service-list .swiper-slide {
    padding: 0 8px;
    width: 320px;
  }
}
.section-service .service-nav .service-prev,
.section-service .service-nav .service-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
  top: calc(50% - 20px);
}
.section-service .service-nav .service-prev:hover,
.section-service .service-nav .service-next:hover {
  opacity: 0.8;
}
.section-service .service-nav .service-prev.swiper-button-disabled,
.section-service .service-nav .service-next.swiper-button-disabled {
  opacity: 0;
}
.section-service .service-nav .service-prev.swiper-button-lock,
.section-service .service-nav .service-next.swiper-button-lock {
  opacity: 0;
}
.section-service .service-nav .service-prev {
  left: 10px;
}
.section-service .service-nav .service-next {
  right: 10px;
}

.card--service {
  border-radius: 20px;
  background: #fff;
  box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.card--service .card-img {
  position: relative;
  padding-bottom: 70%;
}
.card--service .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 19px 19px 0 0;
}
.card--service .card-body {
  padding: 30px 35px 20px;
}
@media screen and (max-width: 1024px) {
  .card--service .card-body {
    padding: 16px;
  }
}
.card--service .card-body {
  text-align: center;
}
.card--service .card-body .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .card--service .card-body .card-title {
    font-size: 20px;
  }
}
.card--service .card-body .card-subtitle {
  font-weight: bold;
}
.card--service .card-body .card-desc {
  margin: 10px 0 10px;
  font-size: 14px;
}
.card--service .card-body .card-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.card--service .card-body .card-details .card-detail {
  padding: 0 10px 10px;
  flex: 1 1 auto;
  max-width: 80%;
  margin: 0 auto;
}
.card--service .card-body .card-details .card-detail span {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .card--service .card-body .card-details .card-detail span {
    font-size: 16px;
  }
}
.card--service .card-body .card-details .card-detail .detail-cols {
  display: flex;
  margin: 0 -10px;
  font-size: 14px;
}
.card--service .card-body .card-details .card-detail .detail-cols .detail-col {
  text-align: left;
  padding: 0 10px;
  width: 50%;
  flex: 0 0 50%;
}
.card--service .card-body .btns {
  margin-top: 10px;
}
.card--service .card-body .btns .btn {
  width: 100%;
}

.section-reviews {
  padding: 80px 0 30px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .section-reviews {
    padding: 40px 0 20px;
  }
}
.section-reviews h2 {
  text-align: center;
  margin-bottom: 20px;
}
.section-reviews .marquee:not(:last-child) {
  margin-bottom: 10px;
}
.section-reviews .marquee .marquee__track .reviews-item {
  padding: 0 5px;
  height: 230px;
  display: flex;
  align-items: stretch;
}
.section-reviews .marquee .marquee__track .reviews-item > img {
  border-radius: 8px;
}

.card.card--review {
  background: #434358;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: stretch;
  width: 330px;
}
.card.card--review .card-img {
  width: 130px;
  flex: 0 0 130px;
  position: relative;
}
.card.card--review .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px 0 0 7px;
}
.card.card--review .card-body {
  flex: 1;
  padding: 10px;
}
.card.card--review .card-body .card-rating {
  margin-bottom: 5px;
}
.card.card--review .card-body .card-rating .stars {
  width: 120px;
  height: 24px;
  background-size: 24px 24px;
}
.card.card--review .card-body .card-rating .stars .current {
  height: 24px;
  background-size: 24px 24px;
}
.card.card--review .card-body .card-review {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.card.card--review .card-body .card-author {
  font-weight: bold;
  margin-bottom: 5px;
}
.card.card--review .card-body .card-position {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.card.card--why-choose {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  width: 320px;
}
.card.card--why-choose .card-i {
  width: 100%;
}
.card.card--why-choose h3 {
  margin-bottom: 10px;
}
.card.card--why-choose ul.check-list {
  margin: 0;
  padding: 0;
}
.card.card--why-choose ul.check-list li {
  position: relative;
  padding-left: 24px;
  margin: 0;
  list-style: none;
}
.card.card--why-choose ul.check-list li:not(:last-child) {
  margin-bottom: 4px;
}
.card.card--why-choose ul.check-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../images/icons/check-green-round.svg") 0 0 no-repeat;
  background-size: contain;
}

.marquee {
  overflow: hidden;
}

.marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.grecaptcha-badge {
  display: none;
}
/*# sourceMappingURL=main.css.map */
