/*! 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: "Lexend";
  src: url("../fonts/subset-Lexend-Medium.woff2") format("woff2"), url("../fonts/subset-Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/subset-Lexend-Regular.woff2") format("woff2"), url("../fonts/subset-Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/subset-Lexend-ExtraLight.woff2") format("woff2"), url("../fonts/subset-Lexend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/subset-Lexend-Light.woff2") format("woff2"), url("../fonts/subset-Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("../fonts/subset-PTSerif-Regular.woff2") format("woff2"), url("../fonts/subset-PTSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/subset-Lexend-SemiBold.woff2") format("woff2"), url("../fonts/subset-Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  overflow-x: hidden;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 18px;
  height: 100%;
  line-height: 1.27;
}

* {
  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;
  font-weight: 300;
}

input,
textarea,
label {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}

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: "PT Serif", sans-serif;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 1799px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    line-height: 1.1;
  }
}

h1,
.h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-size: 48px;
  margin: 0 0 1em;
}
@media screen and (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 36px;
  margin: 0 0 1em;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-size: 28px;
  margin: 0 0 1em;
}
@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 21px;
  }
}

p {
  margin: 0 0 1.2em;
}
@media screen and (max-width: 1799px) {
  p {
    margin: 0 0 1em;
  }
}

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

/***** Buttons *****/
.btn {
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-transform: uppercase;
  height: 44px;
  min-width: 170px;
}
.btn.btn-primary {
  background: #f89c1f;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #ffaa33;
}
.btn.btn-outline-secondary {
  border-color: #a5c715;
  color: #a5c715;
  background: none;
  padding: 11px 18px;
  height: 46px;
}
.btn.btn-outline-secondary:hover {
  background: #a5c715;
  color: #fff;
}
.btn.btn-outline-transparent {
  border-color: #a5c715;
  color: #fff;
  background: none;
  padding: 11px 18px;
  height: 46px;
}
.btn.btn-outline-transparent:hover {
  background: #a5c715;
  color: #fff;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}
.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: 10px;
  position: relative;
}
.form-group label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  transition: all 0.2s;
  pointer-events: none;
  font-size: 20px;
}
.form-group label .required {
  color: #f89c1f;
}

.form-control {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 0 0 1px;
  background: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 15px 15px;
  line-height: 24px;
  font-size: 18px;
  height: 56px;
}

textarea.form-control {
  height: 120px;
}

.form-group.focused label {
  opacity: 0.6;
}

.form-group.not-empty label {
  opacity: 0;
}

/* Selectric */
.selectric {
  border-color: transparent;
  background: none;
}
.selectric .label {
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #000;
  margin: 0 34px 0 0;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 1799px) {
  .selectric .label {
    letter-spacing: 0.1em;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .selectric .label {
    font-size: 16px;
  }
}
.selectric .button {
  background: none;
  transition: all 0.1s;
}
.selectric .button:after {
  border: none;
  width: 34px;
  height: 34px;
  background: url("../images/icons/dropdown.svg") 50% 50% no-repeat;
  background-size: 22px 13px;
}

.selectric-items {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1799px) {
  .selectric-items {
    letter-spacing: 0.1em;
  }
}
.selectric-items ul li {
  font-size: 18px;
  white-space: nowrap;
  transition: all 0.1s;
}
@media screen and (max-width: 1279px) {
  .selectric-items ul li {
    font-size: 16px;
  }
}
.selectric-items ul li:hover {
  background: #f0f0f0;
}
.selectric-items ul li.highlighted {
  background: #eaeaea;
}

.selectric-wrapper.selectric-hover .selectric,
.selectric-wrapper.selectric-open .selectric,
.selectric-wrapper.selectric-focus .selectric {
  border-color: transparent;
}

.selectric-wrapper.selectric-default .selectric .label {
  color: #979797;
}
.selectric-wrapper.selectric-default .selectric .button {
  filter: invert(81%) sepia(0%) saturate(125%) hue-rotate(142deg) brightness(75%) contrast(84%);
}

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

.highlight {
  color: #f89c1f;
}

/***** Components, common blocks *****/
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1440px;
}
@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

.container-sm {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1500px;
}
@media screen and (max-width: 1279px) {
  .container-sm {
    padding: 0 20px;
  }
}

.container-md {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1600px;
}
@media screen and (max-width: 1279px) {
  .container-md {
    padding: 0 20px;
  }
}

.main {
  padding: 200px 0 70px;
}
@media screen and (max-width: 1799px) {
  .main {
    padding: 179px 0 70px;
  }
}
@media screen and (max-width: 1399px) {
  .main {
    padding: 151px 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 1399px) {
  .container .container-sm {
    padding: 0;
  }
}
@media screen and (max-width: 1399px) {
  .container .container-md {
    padding: 0;
  }
}

section {
  position: relative;
  z-index: 1;
}

/***** Header *****/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.header .container {
  max-width: 1336px;
}
.header .header-t {
  background: #000;
  height: 48px;
  padding: 12px 0;
  color: #fff;
}
@media screen and (max-width: 1799px) {
  .header .header-t {
    padding: 8px 0;
    height: 40px;
  }
}
.header .header-t .container .header-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header .header-t .container .header-social {
    justify-content: center;
  }
}
@media screen and (max-width: 413px) {
  .header .header-t .container .header-social {
    gap: 15px;
  }
}
.header .header-t .container .header-social span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.header .header-t .container .header-social .social-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
}
@media screen and (max-width: 413px) {
  .header .header-t .container .header-social .social-links ul {
    gap: 8px;
  }
}
.header .header-t .container .header-social .social-links li {
  margin: 0;
  padding: 0;
}
.header .header-t .container .header-social .social-links li a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.header .header-t .container .header-social .social-links li a:hover {
  color: #f89c1f;
}
.header .header-b {
  padding: 12px 0 12px;
  background: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header-b {
    padding: 5px 0;
  }
}
.header .header-b .header-i {
  display: flex;
  align-items: center;
}
.header .header-b .logo {
  padding-top: 12px;
  transition: all 0.2s;
}
@media screen and (max-width: 1799px) {
  .header .header-b .logo {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .header .header-b .logo {
    padding-top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .logo {
    padding-top: 5px;
  }
}
.header .header-b .logo a {
  display: block;
  line-height: 0;
}
.header .header-b .logo img {
  width: 206px;
  height: 70px;
  transition: all 0.2s;
}
@media screen and (max-width: 1399px) {
  .header .header-b .logo img {
    width: 148px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .logo img {
    height: 45px;
  }
}
.header .header-b .header-r {
  flex: 1;
  margin-left: 48px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 1279px) {
  .header .header-b .header-r {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    display: block;
    overflow: auto;
    /* flex-direction: column;
    justify-content: center; */
    padding: 20px 20px 100px;
    pointer-events: none;
    z-index: 1;
  }
}
.header .header-b .header-r .header-menu {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-right: 60px;
}
@media screen and (max-width: 1799px) {
  .header .header-b .header-r .header-menu {
    margin-right: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r .header-menu {
    margin: 0 0 60px;
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .header .header-b .header-r .header-menu {
    margin-bottom: 40px;
  }
}
.header .header-b .header-r .header-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 40px;
}
@media screen and (max-width: 1799px) {
  .header .header-b .header-r .header-menu > ul {
    gap: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .header .header-b .header-r .header-menu > ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r .header-menu > ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .header .header-b .header-r .header-menu > ul {
    gap: 20px;
  }
}
.header .header-b .header-r .header-menu > ul > li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r .header-menu > ul > li {
    width: 100%;
    text-align: center;
  }
}
.header .header-b .header-r .header-menu > ul > li > a,
.header .header-b .header-r .header-menu > ul > li > span {
  display: inline-flex;
  align-items: center;
  padding: 15px 0;
  line-height: 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 1399px) {
  .header .header-b .header-r .header-menu > ul > li > a,
  .header .header-b .header-r .header-menu > ul > li > span {
    padding: 8px 0;
  }
}
@media screen and (max-width: 479px) {
  .header .header-b .header-r .header-menu > ul > li > a,
  .header .header-b .header-r .header-menu > ul > li > span {
    padding: 3px 0;
  }
}
.header .header-b .header-r .header-menu > ul > li > a:hover {
  color: #a5c715;
}
.header .header-b .header-r .header-menu > ul > li > span {
  position: relative;
}
.header .header-b .header-r .header-menu > ul > li > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a5c715;
}

.header-menu .has-submenu {
  position: relative;
}

.header-menu .has-submenu:hover > a svg {
  stroke: #a5c715;
}

.header-menu .has-submenu:hover .header-submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header-menu .has-submenu > a svg {
  width: 12px;
  margin-left: 6px;
  stroke: #000000;
  transition: all 0.3s;
}

.header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .header-submenu {
    position: static;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: auto;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}

.header-submenu ul {
  list-style: none;
  padding: 0;
  background-color: #f5f5f5;
  padding: 16px;
}

.header-submenu li {
  margin-bottom: 10px;
}

.header-submenu li:last-child {
  margin-bottom: 0;
}

.header-submenu a {
  font-size: 15px;
}

.header-submenu a:hover {
  color: #a5c715;
}

.header .header-b .header-r .header-phone {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r .header-phone {
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
  }
}
.header .header-b .header-r .header-phone a {
  color: #a5c715;
  font-weight: 600;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 5px 0;
}
@media screen and (max-width: 1799px) {
  .header .header-b .header-r .header-phone a {
    letter-spacing: 0.1em;
    gap: 10px;
  }
}
.header .header-b .header-r .header-phone a:hover {
  color: #b3d420;
}
.header .header-b .header-r .header-phone a .icon {
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 1279px) {
  .header .header-b .header-r .header-phone a .icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1279px) {
  .header .header-b .header-r .header-phone a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r .header-phone a span {
    display: block;
  }
}
.header .header-b .header-r .header-btn {
  margin-left: 36px;
}
@media screen and (max-width: 1799px) {
  .header .header-b .header-r .header-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .header .header-b .header-r .header-btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-b .header-r .header-btn {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
.header .header-b .toggler {
  display: none;
  margin-left: auto;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  color: #000;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header-b .toggler {
    display: block;
  }
}
.header .header-b .toggler:hover {
  color: #a5c715;
}
.header .header-b .toggler .icon {
  position: absolute;
  overflow: visible;
  margin: auto;
  transition: all 0.1s;
}
.header .header-b .toggler .icon.icon-menu {
  width: 36px;
  height: 19px;
  margin-top: 8px;
}
.header .header-b .toggler .icon.icon-cross {
  opacity: 0;
  visibility: hidden;
  width: 24px;
  height: 24px;
  margin: 6px;
}
.header .header-b .toggler:hover .icon {
  opacity: 0.8;
}

body.is-scrolled .header {
  transform: translateY(-48px);
}
@media screen and (max-width: 1799px) {
  body.is-scrolled .header {
    transform: translateY(-40px);
  }
}
body.is-scrolled .header .header-b {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  body.is-scrolled .header .header-b {
    padding: 5px 0;
  }
}
body.is-scrolled .header .header-b .logo {
  padding-top: 5px;
}
body.is-scrolled .header .header-b .logo img {
  height: 50px;
}
@media screen and (max-width: 1024px) {
  body.is-scrolled .header .header-b .logo img {
    height: 45px;
  }
}
body.is-scrolled .header .header-b .header-menu ul li a,
body.is-scrolled .header .header-b .header-menu ul li span {
  padding: 5px 0;
}

body.is-menu .header {
  transform: translateY(-48px);
}
@media screen and (max-width: 1799px) {
  body.is-menu .header {
    transform: translateY(-40px);
  }
}
body.is-menu .header .header-b {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  body.is-menu .header .header-b {
    padding: 5px 0;
  }
}
body.is-menu .header .header-b .logo {
  padding-top: 5px;
}
body.is-menu .header .header-b .logo img {
  height: 50px;
}
@media screen and (max-width: 1024px) {
  body.is-menu .header .header-b .logo img {
    height: 45px;
  }
}
body.is-menu .header .header-b .header-menu ul li a,
body.is-menu .header .header-b .header-menu ul li span {
  padding: 5px 0;
}

body.is-menu {
  overflow: hidden;
}
body.is-menu .header .header-b .header-r {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  transition: all 0.2s;
}
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;
}

body.is-menu .contact-btn-fixed {
  opacity: 0;
  pointer-events: none;
}

/***** Footer *****/
.footer {
  background: #000;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #a5c715;
}
.footer .footer-t {
  padding: 64px 0 100px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-t {
    padding: 60px 0;
  }
}
.footer .footer-t .footer-t-i {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-t .footer-info {
  width: 46%;
  flex: 0 0 46%;
}
@media screen and (max-width: 1399px) {
  .footer .footer-t .footer-info {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-info {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.footer .footer-t .footer-info .logo {
  line-height: 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 1799px) {
  .footer .footer-t .footer-info .logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-t .footer-info .logo {
    margin-bottom: 40px;
  }
}
.footer .footer-t .footer-info .logo img {
  width: 290px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-t .footer-info .logo img {
    width: 200px;
  }
}
.footer .footer-t .footer-info .footer-contacts {
  padding-left: 22px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-t .footer-info .footer-contacts {
    padding: 0;
  }
}
.footer .footer-t .footer-info .footer-contacts .footer-contact:not(:last-child) {
  margin-bottom: 15px;
}
.footer .footer-t .footer-info .footer-contacts .footer-contact a {
  display: flex;
}
.footer .footer-t .footer-info .footer-contacts .footer-contact a .icon-w {
  width: 38px;
  flex: 0 0 38px;
  padding-right: 10px;
  text-align: center;
}
.footer .footer-t .footer-info .footer-contacts .footer-contact a span {
  flex: 1;
}
.footer .footer-t .footer-info .social-links {
  padding-left: 22px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-t .footer-info .social-links {
    padding: 0;
  }
}
.footer .footer-t .footer-info .social-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
}
.footer .footer-t .footer-info .social-links li {
  margin: 0;
  padding: 0;
}
.footer .footer-t .footer-info .social-links li a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-t .footer-info .social-links li a .icon {
  height: 22px;
  width: 22px;
}
.footer .footer-t .footer-info .social-links li a .icon.icon-linkedin {
  height: 19px;
}
.footer .footer-t .footer-info .social-links li a .icon.icon-tiktok {
  height: 21px;
}
.footer .footer-t .footer-nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.footer .footer-t .footer-nav .footer-menu h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-t .footer-nav .footer-menu h3 {
    margin-bottom: 20px;
  }
}
.footer .footer-t .footer-nav .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-t .footer-nav .footer-menu ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-t .footer-nav .footer-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .footer .footer-t .footer-nav .footer-menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer .footer-t .footer-nav .footer-menu.footer-menu-1 {
  width: 250px;
  flex: 0 0 250px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-nav .footer-menu.footer-menu-1 {
    width: 50%;
    flex: 0 0 50%;
    padding-right: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-nav .footer-menu.footer-menu-1 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 0 40px;
  }
}
.footer .footer-t .footer-nav .footer-menu.footer-menu-2 {
  width: 250px;
  flex: 0 0 250px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-nav .footer-menu.footer-menu-2 {
    width: 50%;
    flex: 0 0 50%;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-t .footer-nav .footer-menu.footer-menu-2 {
    width: 100%;
    flex: 0 0 100%;
  }
}
.footer .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 25px 0 25px 20px;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .footer .footer-b {
    padding: 20px 0;
  }
}
.footer .footer-b .footer-b-i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1399px) {
  .footer .footer-b .footer-copy {
    order: 2;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 413px) {
  .footer .footer-b .footer-copy {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .footer .footer-b .footer-b-menu {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-b .footer-b-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-b .footer-b-menu ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-b .footer-b-menu ul li:not(:last-child):after {
  content: "|";
  padding: 0 10px;
}
.footer .footer-b .footer-b-menu ul li a {
  padding: 3px 0;
  display: inline-block;
}
.footer .footer-b .footer-by {
  text-align: right;
}
@media screen and (max-width: 1399px) {
  .footer .footer-b .footer-by {
    order: 3;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 413px) {
  .footer .footer-b .footer-by {
    text-align: left;
    flex: 0 0 100%;
  }
}
/*** Hero ***/
@media screen and (max-width: 1799px) {
  .section-hero .container .container-sm {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .container .container-sm {
    padding: 0 20px;
  }
}
.section-hero .hero-t {
  position: relative;
  z-index: 1;
}
.section-hero .hero-h {
  position: absolute;
  left: 0;
  max-width: 650px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .section-hero .hero-h {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 1399px) {
  .section-hero .hero-h {
    padding: 30px 40px;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-h {
    max-width: 500px;
    padding: 20px 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero .hero-h {
    margin: 0 0;
    padding: 30px 0 10px;
  }
}
.section-hero .hero-h .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1799px) {
  .section-hero .hero-h .subtitle {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .section-hero .hero-h .subtitle {
    margin-bottom: 12px;
  }
}
.section-hero .hero-h h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .section-hero .hero-h h1 br {
    display: none;
  }
}
.section-hero .hero-bg {
  line-height: 0;
  position: relative;
  z-index: 0; 
  height: calc(85vh - 149px - 40px);
}
@media screen and (max-width: 1399px) {
  .section-hero .hero-bg {
    height: calc(85vh - 121px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-bg {
    height: 80vh;
  }
}
@media screen and (max-width: 479px) {
  .section-hero .hero-bg {
    padding-bottom: 100px;
  }
}
.section-hero .hero-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 75%);
}
.section-hero .hero-bg img,
.section-hero .hero-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-bg img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}
.section-hero .hero-bg video {
  vertical-align: top;
}
.section-hero .hero-content {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1799px) {
  .section-hero .hero-content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-content {
    padding-bottom: 60px;
  }
}
.section-hero .hero-content p:last-child {
  margin-bottom: 0;
}
/* @media screen and (max-width: 1024px) {
  .section-hero.section-hero--home {
    margin-top: -60px;
  }
} */
@media screen and (max-width: 575px) {
  .section-hero.section-hero--home .container-sm {
    padding: 0;
  }
}
.section-hero.section-hero--home .hero-t {
  margin-bottom: 125px;
}
@media screen and (max-width: 1799px) {
  .section-hero.section-hero--home .hero-t {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--home .hero-t {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero.section-hero--home .hero-t {
    margin-bottom: 30px;
  }
}
.section-hero.section-hero--home .hero-h {
  bottom: 0;
}
@media screen and (min-width: 1800px) {
  .section-hero.section-hero--home .hero-h {
    padding: 70px 95px 10px;
  }
}
.section-hero.section-hero--top .hero-h {
  top: 0;
}
@media screen and (min-width: 1800px) {
  .section-hero.section-hero--top .hero-h {
    padding: 40px 190px 70px 95px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--top .hero-h {
    top: auto;
    position: relative;
    padding: 20px 0;
    margin: 0;
  }
}
.section-hero.section-hero--top .hero-bg {
  padding-top: 120px;
}
@media screen and (max-width: 1799px) {
  .section-hero.section-hero--top .hero-bg {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--top .hero-bg {
    height: 70vh;
  }
}
@media screen and (max-width: 575px) {
  .section-hero.section-hero--top .hero-bg {
    padding-bottom: 0;
  }
}
.section-hero.section-hero--loc {
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-hero.section-hero--loc {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero.section-hero--loc .container-sm {
    padding: 0;
  }
}
.section-hero.section-hero--loc .hero-h-w {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .hero-h-w {
    position: static;
    padding-top: 40px;
  }
}
.section-hero.section-hero--loc .loc-price {
  /* position: absolute;
  z-index: 2;
  right: 0;
  bottom: 80px;
  left: 0; */
  padding: 40px 0;
  font-size: 20px;
}
@media screen and (max-width: 1799px) {
  .section-hero.section-hero--loc .loc-price {
    bottom: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .section-hero.section-hero--loc .loc-price {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .loc-price {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
.section-hero.section-hero--loc .loc-price .container-md {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .loc-price .container-md {
    justify-content: flex-start;
  }
}
.section-hero.section-hero--loc .loc-price .loc-price-i {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 1799px) {
  .section-hero.section-hero--loc .loc-price .loc-price-i {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .loc-price .loc-price-i {
    padding: 0;
    justify-content: flex-start;
  }
}
.section-hero.section-hero--loc .loc-price .val {
  font-weight: 600;
}
.section-hero.section-hero--loc .hero-h {
  position: relative;
  padding: 40px 64px;
}
@media screen and (max-width: 1399px) {
  .section-hero.section-hero--loc .hero-h {
    padding: 32px 40px;
    max-width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .hero-h {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
.section-hero.section-hero--loc .hero-panel {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1399px) {
  .section-hero.section-hero--loc .hero-panel {
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .hero-panel {
    left: 20px;
    right: 20px;
  }
}
.section-hero.section-hero--loc .hero-panel .hero-panel-i {
  display: flex;
  align-items: center;
}
.section-hero.section-hero--loc .hero-panel .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
.section-hero.section-hero--loc .hero-panel .hero-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .hero-panel .hero-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero.section-hero--loc .hero-panel .hero-nav {
    position: absolute;
    top: calc(100% + 60px);
    right: 20px;
    z-index: 2;
    color: #000;
  }
}
.section-hero.section-hero--loc .hero-panel .hero-nav .swiper-prev,
.section-hero.section-hero--loc .hero-panel .hero-nav .swiper-next {
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.2s;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .hero-panel .hero-nav .swiper-prev,
  .section-hero.section-hero--loc .hero-panel .hero-nav .swiper-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .section-hero.section-hero--loc .hero-panel .hero-nav .swiper-prev,
  .section-hero.section-hero--loc .hero-panel .hero-nav .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.section-hero.section-hero--loc .hero-panel .hero-nav .swiper-prev:hover,
.section-hero.section-hero--loc .hero-panel .hero-nav .swiper-next:hover {
  color: #f89c1f;
}
.section-hero.section-hero--loc .hero-bg {
  height: calc(100vh - 300px);
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .hero-bg {
    padding-top: 0;
    height: 400px;
  }
}
.section-hero.section-hero--loc .swiper--hero {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--loc .swiper--hero {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--bottom {
    margin-top: -60px;
  }
}
.section-hero.section-hero--bottom .hero-t {
  margin-bottom: 60px;
}
@media screen and (max-width: 1799px) {
  .section-hero.section-hero--bottom .hero-t {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .section-hero.section-hero--bottom .hero-t {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero.section-hero--bottom .hero-t {
    margin-bottom: 10px;
  }
}
.section-hero.section-hero--bottom .hero-h {
  bottom: 0;
}
@media screen and (min-width: 1800px) {
  .section-hero.section-hero--bottom .hero-h {
    padding: 70px 95px 10px;
  }
}

/*** Video ***/
.section-video {
  padding: 100px 0 50px;
}
@media screen and (max-width: 1799px) {
  .section-video {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-video {
    padding: 60px 0 40px;
  }
}
.section-video .video-h {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1799px) {
  .section-video .video-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-video .video-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-video .video-h h2 {
  width: 40%;
  flex: 0 0 40%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-video .video-h h2 {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-video .video-h h2 {
    margin: 0 0 20px;
  }
}
.section-video .video-h .desc {
  flex: 1;
}
.section-video .video-content {
  position: relative;
}
@media screen and (max-width: 575px) {
  .section-video .video-content {
    margin: 0 -20px;
  }
}
.section-video .video-content .video-preview {
  line-height: 0;
  position: relative;
  z-index: 0;
  transition: all 0.2s;
}
.section-video .video-content .video-preview:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58) 70%);
}
.section-video .video-content .video-preview img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.section-video .video-content .video-preview .btn {
  position: absolute;
  z-index: 2;
  top: calc(50% - 26px);
  left: 50%;
  transform: translateX(-50%);
}
.section-video .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.section-video .video-content.is-active .video-preview {
  opacity: 0;
  visibility: hidden;
}
.section-video .video-content.is-active iframe {
  opacity: 1;
  visibility: visible;
}
.section-video .all {
  padding: 100px 0 10px;
  text-align: center;
}
@media screen and (max-width: 1799px) {
  .section-video .all {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .section-video .all {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-video .all {
    padding-top: 40px;
  }
}
.section-video.section-video--wide {
  padding: 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .section-video.section-video--wide {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-video.section-video--wide .video-content {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-video.section-video--wide .video-content .video-preview img {
    height: 56.25vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-video.section-video--wide .video-content .video-preview:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58) 70%);
}

/*** Features ***/
.section-features {
  padding: 70px 0 130px;
}
@media screen and (max-width: 1399px) {
  .section-features {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-features {
    padding: 60px 0;
  }
}
.section-features .features-h {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1799px) {
  .section-features .features-h {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-features .features-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-features .features-h h2 {
  width: 33%;
  flex: 0 0 33%;
  margin: 0 11% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-features .features-h h2 {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-features .features-h h2 {
    margin: 0 0 20px;
  }
}
.section-features .features-h .desc {
  flex: 1;
}
.section-features .features-h .desc p:last-child {
  margin-bottom: 0;
}
.section-features .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .section-features .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .section-features .feature-list {
    grid-template-columns: 1fr;
  }
}
.section-features .feature-list .feature-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.section-features .feature-list .feature-item .feature-item-img {
  line-height: 0;
}
.section-features .feature-list .feature-item .feature-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-features .feature-list .feature-item.feature-item--wide {
  grid-column: span 2;
  background: #f5f5f5;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .section-features .feature-list .feature-item.feature-item--wide {
    grid-row: span 2;
    grid-column: span 1;
    height: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section-features .feature-list .feature-item.feature-item--wide {
    gap: 0;
  }

  /* .section-features .feature-list .feature-item .card--feature {
    order: 2;
  }

  .section-features .feature-list .feature-item .feature-item-img {
    order: 1;
  } */
}
.section-features .feature-list .feature-item.feature-item--wide .card {
  width: calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
@media screen and (max-width: 1199px) {
  .section-features .feature-list .feature-item.feature-item--wide .card {
    width: auto;
    font: 1px;
  }
}
@media screen and (max-width: 767px) {
  .section-features .feature-list .feature-item.feature-item--wide .card {
    flex: 0 0 50%;
    height: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .section-features .feature-list .feature-item.feature-item--wide .feature-item-img {
    width: 100%;
    height: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .section-features .feature-list .feature-item.feature-item--wide .feature-item-img {
    flex: 0 0 50%;
    height: 50%;
  }
}
.section-features .feature-list .feature-item.feature-item--sq {
  grid-row: span 2;
  height: 100%;
  flex-direction: column;
  gap: 24px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .section-features .feature-list .feature-item.feature-item--sq {
    gap: 0;
  }
}
.section-features .feature-list .feature-item.feature-item--sq .feature-item-img {
  width: 100%;
  height: calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .section-features .feature-list .feature-item.feature-item--sq .feature-item-img {
    flex: 0 0 50%;
    height: 50%;
  }
}
.section-features .feature-list .feature-item.feature-item--sq .card {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section-features .feature-list .feature-item.feature-item--sq .card {
    flex: 0 0 50%;
    height: 50%;
  }
}
.section-features .features-btn {
  margin-top: 130px;
  text-align: center;
}
@media screen and (max-width: 1799px) {
  .section-features .features-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-features .features-btn {
    margin-top: 60px;
  }
}
.section-features.section-features--2 .features-h h2 {
  width: 30%;
  flex: 0 0 30%;
  margin: 0 14% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-features.section-features--2 .features-h h2 {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-features.section-features--2 .features-h h2 {
    margin: 0 0 20px;
  }
}

.card.card--feature {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  min-height: 234px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .card.card--feature {
    min-height: 180px;
  }
}
.card.card--feature .card-icon {
  width: 30%;
  flex: 0 0 30%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.card--feature .card-body {
  flex: 1;
}
.card.card--feature .card-body .card-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .card.card--feature .card-body .card-title {
    margin-bottom: 5px;
  }
}
/*** News ***/
.section-news {
  padding: 200px 0 50px;
}
@media screen and (max-width: 1799px) {
  .section-news {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news {
    padding: 80px 0 40px;
  }
}
.section-news .container {
  max-width: 1798px;
}
.section-news h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1799px) {
  .section-news h2 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .section-news h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-news h2 {
    margin-bottom: 20px;
  }
}
.section-news .news-h {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 90px;
}
@media screen and (max-width: 1799px) {
  .section-news .news-h {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news .news-h {
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: block;
  }
}
.section-news .news-h .news-l {
  width: 40%;
  flex: 0 0 40%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-news .news-h .news-l {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-news .news-h .news-l {
    margin: 0 0 20px;
  }
}
.section-news .news-h h1,
.section-news .news-h h2 {
  margin: 0;
}
.section-news .news-h .desc {
  flex: 1;
}
.section-news .news-h .desc p:last-child {
  margin-bottom: 0;
}
.section-news .news-filter {
  margin: 0 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 1799px) {
  .section-news .news-filter {
    margin-bottom: 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news .news-filter {
    margin-bottom: 40px;
    gap: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-news .news-filter {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .section-news .news-filter {
    margin-left: 26vw;
  }
}
@media screen and (max-width: 479px) {
  .section-news .news-filter {
    margin-left: 24vw;
  }
}
@media screen and (max-width: 413px) {
  .section-news .news-filter {
    margin-left: 22vw;
  }
}
.section-news .news-filter > .label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 20px;
}
@media screen and (max-width: 1799px) {
  .section-news .news-filter > .label {
    letter-spacing: 0.1em;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news .news-filter > .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .section-news .news-filter > .label {
    width: 160px;
    text-align: center;
  }
}
.section-news .news-filter .filter-items {
  display: flex;
  flex-wrap: wrap;
  /* gap: 70px; */
  gap: 40px;
}
/* @media screen and (max-width: 1799px) {
  .section-news .news-filter .filter-items {
    gap: 40px;
  }
} */
@media screen and (max-width: 1024px) {
  .section-news .news-filter .filter-items {
    gap: 5px 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-news .news-filter .filter-items {
    flex-direction: column;
  }
}
.section-news .news-filter .selectric-wrapper {
  min-width: 160px;
}
.section-news .news-list-slider {
  position: relative;
}
.section-news .news-list-slider .swiper--news {
  position: relative;
  z-index: 0;
}
.section-news .news-list-slider .news-nav .swiper-prev,
.section-news .news-list-slider .news-nav .swiper-next {
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .section-news .news-list-slider .news-nav .swiper-prev,
  .section-news .news-list-slider .news-nav .swiper-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .section-news .news-list-slider .news-nav .swiper-prev,
  .section-news .news-list-slider .news-nav .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.section-news .news-list-slider .news-nav .swiper-prev:hover,
.section-news .news-list-slider .news-nav .swiper-next:hover {
  color: #f89c1f;
}
.section-news .news-list-slider .news-nav .swiper-prev {
  left: 50px;
}
@media screen and (max-width: 1024px) {
  .section-news .news-list-slider .news-nav .swiper-prev {
    left: 20px;
  }
}
.section-news .news-list-slider .news-nav .swiper-next {
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .section-news .news-list-slider .news-nav .swiper-next {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-news .news-list-slider .news-nav {
    position: absolute;
    bottom: -87px;
    right: 0;
    display: flex;
    align-items: center;
  }

  .section-news .news-list-slider .news-nav > div {
    margin-right: 20px;
  }

  .section-news .news-list-slider .news-nav > div:last-child {
    margin-right: 0;
  }

  .section-news .news-list-slider .news-nav .swiper-prev,
  .section-news .news-list-slider .news-nav .swiper-next {
    position: relative;
    top: unset;
    transform: translate(0, 0);
    right: unset;
    left: unset;
  }

  .section-news .news-list-slider .news-nav .swiper-prev svg,
  .section-news .news-list-slider .news-nav .swiper-next svg {
    color: #000000
  }
}
@media screen and (max-width: 479px) {
  .section-news .news-list-slider .news-nav {
    bottom: -81px;
  }
}
.section-news .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px -46px;
}
@media screen and (max-width: 1399px) {
  .section-news .news-list {
    margin: 0 -15px -40px;
  }
}
.section-news .news-list .news-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 21px 46px;
}
@media screen and (max-width: 1399px) {
  .section-news .news-list .news-item {
    padding: 0 15px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .section-news .news-list .news-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .section-news .news-list .news-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-news .news-list .news-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-news .all {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1799px) {
  .section-news .all {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .section-news .all {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news .all {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-news .all {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1800px) {
  .section-news.section-news--2 {
    padding-top: 120px;
  }
}
.section-news.section-news--3 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 1799px) {
  .section-news.section-news--3 {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section-news.section-news--3 {
    padding: 30px 0 40px;
  }
}

.card.card--news {
  position: relative;
  display: block;
}
.card.card--news .card-img {
  position: relative;
  z-index: 0;
  line-height: 0;
  padding-bottom: 149.1315%;
}
.card.card--news .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--news .card-body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 35px 40px 45px;
  transition: all 0.2s;
}
@media screen and (max-width: 1799px) {
  .card.card--news .card-body {
    padding: 10px 30px 30px;
  }
}
@media screen and (max-width: 1399px) {
  .card.card--news .card-body {
    padding: 10px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--news .card-body {
    padding: 10px 20px 20px;
  }
}
.card.card--news .card-body:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88) 75%);
}
.card.card--news .card-body .card-title {
  margin: auto 0 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .news-list .card.card--news .card-img {
    padding-bottom: 80%;
  }
}

a.card.card--news:hover .card-body {
  color: #a5c715;
}

/*** Location Gallery ***/
.section-loc-gallery {
  position: relative;
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide {
  position: relative;
  line-height: 0;
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide .container-sm {
  position: relative;
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide .loc-gallery-body {
  line-height: 1.27;
  position: absolute;
  color: #fff;
  bottom: 50px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide .loc-gallery-title {
  margin-bottom: 10px;
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide .loc-gallery-locality {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section-loc-gallery .swiper--loc-gallery .swiper-wrapper .swiper-slide img {
    height: 50vh;
  }
}
.section-loc-gallery .loc-gallery-nav {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.section-loc-gallery .loc-gallery-nav .container-sm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .section-loc-gallery .loc-gallery-nav .container-sm {
    gap: 20px;
  }
}
.section-loc-gallery .loc-gallery-nav .swiper-prev,
.section-loc-gallery .loc-gallery-nav .swiper-next {
  line-height: 0;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .section-loc-gallery .loc-gallery-nav .swiper-prev,
  .section-loc-gallery .loc-gallery-nav .swiper-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .section-loc-gallery .loc-gallery-nav .swiper-prev,
  .section-loc-gallery .loc-gallery-nav .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.section-loc-gallery .loc-gallery-nav .swiper-prev:hover,
.section-loc-gallery .loc-gallery-nav .swiper-next:hover {
  color: #f89c1f;
}

/*** Locations ***/
.section-loc {
  padding: 120px 0;
}
@media screen and (max-width: 1799px) {
  .section-loc {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc {
    padding: 60px 0 40px;
  }
}
.section-loc .container {
  max-width: 1798px;
}
.section-loc h2 {
  margin-bottom: 85px;
}
@media screen and (max-width: 1799px) {
  .section-loc h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .section-loc h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-loc h2 {
    margin-bottom: 20px;
  }
}
.section-loc .loc-h {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1799px) {
  .section-loc .loc-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc .loc-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-loc .loc-h h1,
.section-loc .loc-h h2 {
  width: 39%;
  flex: 0 0 39%;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-loc .loc-h h1,
  .section-loc .loc-h h2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-loc .loc-h h1,
  .section-loc .loc-h h2 {
    margin: 0 0 20px;
  }
}
.section-loc .loc-h .desc {
  flex: 1;
}
.section-loc .loc-h .desc p:last-child {
  margin-bottom: 0;
}
.section-loc .loc-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px -86px;
}
@media screen and (max-width: 1399px) {
  .section-loc .loc-list {
    margin: 0 -15px -60px;
  }
}
.section-loc .loc-list .loc-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 21px 86px;
}
@media screen and (max-width: 1399px) {
  .section-loc .loc-list .loc-item {
    padding: 0 15px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .section-loc .loc-list .loc-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .section-loc .loc-list .loc-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-loc .loc-list .loc-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-loc.section-loc--2 {
  padding: 30px 0 60px;
}
@media screen and (max-width: 1399px) {
  .section-loc.section-loc--2 {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc.section-loc--2 {
    padding: 40px 0 40px;
  }
}
.section-loc.section-loc--2 .loc-h {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 0 90px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1799px) {
  .section-loc.section-loc--2 .loc-h {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc.section-loc--2 .loc-h {
    padding: 0 0 40px;
    margin: 0;
    border: none;
  }
}
.section-loc.section-loc--3 {
  padding: 30px 0 110px;
}
@media screen and (max-width: 1399px) {
  .section-loc.section-loc--3 {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc.section-loc--3 {
    padding: 40px 0 40px;
  }
}
.section-loc.section-loc--3 .container {
  max-width: 1790px;
}
.section-loc.section-loc--3 .loc-h {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 0 90px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1799px) {
  .section-loc.section-loc--3 .loc-h {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc.section-loc--3 .loc-h {
    padding: 0 0 40px;
    margin: 0;
    border: none;
  }
}
.section-loc.section-loc--3 .loc-list .loc-item {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 575px) {
  .section-loc.section-loc--3 .loc-list .loc-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1800px) {
  .section-loc.section-loc--3 .card.card--loc .card-locality {
    margin-bottom: 60px;
  }
}

.card.card--loc .card-img {
  line-height: 0;
  margin-bottom: 40px;
  padding-bottom: 116.87345%;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .card.card--loc .card-img {
    margin-bottom: 20px;
  }
}
.card.card--loc .card-img a {
  display: block;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card.card--loc .card-img a:hover {
  opacity: 0.9;
}
.card.card--loc .card-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--loc .card-body .card-title {
  margin-bottom: 10px;
}
.card.card--loc .card-body .card-title a:hover {
  color: #a5c715;
}
.card.card--loc .card-body .card-locality {
  color: #f89c1f;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1399px) {
  .card.card--loc .card-body .card-locality {
    margin-bottom: 20px;
  }
}
.card.card--loc .card-body .btn {
  width: 100%;
}

.section-loc.section-loc--3 .card.card--loc .card-img {
  padding-bottom: 77.2512%;
}
@media screen and (max-width: 575px) {
  .section-loc.section-loc--3 .card.card--loc .card-img {
    padding-bottom: 80%;
  }
}

.loc-other .container {
  max-width: 1798px;
}

/*** Locations sm ***/
.section-loc-sm {
  padding: 70px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-loc-sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-loc-sm {
    padding: 40px 0 90px;
  }
}
.section-loc-sm .container {
  position: relative;
}
.section-loc-sm .loc-sm-h {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1799px) {
  .section-loc-sm .loc-sm-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc-sm .loc-sm-h {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-loc-sm .loc-sm-h {
    margin-bottom: 20px;
    display: block;
  }
}
.section-loc-sm .loc-sm-h h2 {
  width: 60%;
  flex: 0 0 60%;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 575px) {
  .section-loc-sm .loc-sm-h h2 {
    margin: 0 0 20px;
    width: 100%;
  }
}
.section-loc-sm .loc-sm-h .loc-sm-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .section-loc-sm .loc-sm-h .loc-sm-nav {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section-loc-sm .loc-sm-h .loc-sm-nav {
    position: absolute;
    top: calc(100% + 20px);
    right: 40px;
    z-index: 2;
  }
}
.section-loc-sm .loc-sm-h .loc-sm-nav .swiper-prev,
.section-loc-sm .loc-sm-h .loc-sm-nav .swiper-next {
  line-height: 0;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .section-loc-sm .loc-sm-h .loc-sm-nav .swiper-prev,
  .section-loc-sm .loc-sm-h .loc-sm-nav .swiper-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .section-loc-sm .loc-sm-h .loc-sm-nav .swiper-prev,
  .section-loc-sm .loc-sm-h .loc-sm-nav .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.section-loc-sm .loc-sm-h .loc-sm-nav .swiper-prev:hover,
.section-loc-sm .loc-sm-h .loc-sm-nav .swiper-next:hover {
  color: #f89c1f;
}
.card--loc-sm {
  position: relative;
  display: block;
}
.card--loc-sm .card-img {
  position: relative;
  z-index: 0;
  line-height: 0;
}
.card--loc-sm .card-img img {
  width: 100%;
}
.card--loc-sm .card-distance {
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 33px;
  background: #f89c1f;
  color: #fff;
  font-weight: 400;
  padding: 15px 12px;
  line-height: 28px;
}
.card--loc-sm .card-body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 40px 30px 50px;
  transition: all 0.2s;
}
@media screen and (max-width: 1799px) {
  .card--loc-sm .card-body {
    padding: 10px 30px 30px;
  }
}
@media screen and (max-width: 1399px) {
  .card--loc-sm .card-body {
    padding: 10px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .card--loc-sm .card-body {
    padding: 10px 20px 20px;
  }
}
.card--loc-sm .card-body:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88) 72%);
}
.card--loc-sm .card-body .card-title {
  margin: auto 0 10px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.card--loc-sm .card-body .card-locality {
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}
a.card.card--loc-sm:hover .card-body {
  color: #a5c715;
}

/*** Locations info ***/
.section-loc-info {
  padding: 90px 0 0;
}
@media screen and (max-width: 1399px) {
  .section-loc-info {
    padding: 60px 0 0;
  }
}
.section-loc-info.section-loc-info--2 {
  padding: 90px 0 30px;
}
@media screen and (max-width: 1399px) {
  .section-loc-info.section-loc-info--2 {
    padding: 60px 0 20px;
  }
}
.section-loc-info .loc-info-h {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1799px) {
  .section-loc-info .loc-info-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc-info .loc-info-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-loc-info .loc-info-h .loc-info-l {
  width: 33%;
  flex: 0 0 33%;
  margin: 0 11% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-loc-info .loc-info-h .loc-info-l {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-loc-info .loc-info-h .loc-info-l {
    margin: 0 0 20px;
  }
}
.section-loc-info .loc-info-h h2 {
  margin: 0;
}
.section-loc-info .loc-info-h .desc {
  flex: 1;
}
.section-loc-info .loc-info-h .desc p:last-child {
  margin-bottom: 0;
}
.section-loc-info .loc-info-h .locality {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #a5c715;
}
@media screen and (max-width: 1024px) {
  .section-loc-info .loc-info-h .locality {
    margin-top: 10px;
  }
}
.section-loc-info .loc-info-list {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px -46px;
}
@media screen and (max-width: 1399px) {
  .section-loc-info .loc-info-list {
    margin: 0 -15px -40px;
  }
}
.section-loc-info .loc-info-list .loc-info-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 21px 46px;
}
@media screen and (max-width: 1399px) {
  .section-loc-info .loc-info-list .loc-info-item {
    padding: 0 15px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .section-loc-info .loc-info-list .loc-info-item {
    padding: 0 5px 20px;
  }
}
@media screen and (max-width: 960px) {
  .section-loc-info .loc-info-list .loc-info-item {
    padding: 0 15px 40px;
  }
}
/* @media screen and (max-width: 1199px) {
  .section-loc-info .loc-info-list .loc-info-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
} */
@media screen and (max-width: 960px) {
  .section-loc-info .loc-info-list .loc-info-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-loc-info .loc-info-list .loc-info-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-loc-info .loc-info-list .loc-info-item.loc-info-item--wide {
  width: 50%;
  flex: 0 0 50%;
}
/* @media screen and (max-width: 1199px) {
  .section-loc-info .loc-info-list .loc-info-item.loc-info-item--wide {
    width: 66.6666%;
    flex: 0 0 66.6666%;
  }
} */
/* @media screen and (max-width: 1080px) {
  .section-loc-info .loc-info-list .loc-info-item {
    width: 50%;
    flex: 0 0 50%;
  }
} */
@media screen and (max-width: 960px) {
  .section-loc-info .loc-info-list .loc-info-item.loc-info-item--wide {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-loc-info .all {
  padding: 100px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 1799px) {
  .section-loc-info .all {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1399px) {
  .section-loc-info .all {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-loc-info .all {
    padding: 60px 0 60px;
  }
}

.card.card--loc-info {
  position: relative;
  display: block;
}
.card.card--loc-info .card-img {
  position: relative;
  z-index: 0;
  line-height: 0;
  padding-bottom: 149.1315%;
}
@media screen and (max-width: 575px) {
  .card.card--loc-info .card-img {
    padding-bottom: 80%;
  }
}
.card.card--loc-info .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card--loc-info .card-body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 35px 40px 45px;
  transition: all 0.2s;
}
@media screen and (max-width: 1799px) {
  .card.card--loc-info .card-body {
    padding: 10px 30px 30px;
  }
}
@media screen and (max-width: 1399px) {
  .card.card--loc-info .card-body {
    padding: 10px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--loc-info .card-body {
    padding: 10px 20px 20px;
  }
}
.card.card--loc-info .card-body:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88) 75%);
}
.card.card--loc-info .card-body .card-title {
  margin: auto 0 10px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.card.card--loc-info .card-body .card-desc {
  z-index: 2;
}

.loc-info-item.loc-info-item--wide .card.card--loc-info .card-img {
  padding-bottom: 70.7892%;
}
@media screen and (max-width: 575px) {
  .loc-info-item.loc-info-item--wide .card.card--loc-info .card-img {
    padding-bottom: 80%;
  }
}

a.card.card--loc-info:hover .card-body {
  color: #a5c715;
}

/*** Reviews ***/
.section-reviews {
  overflow: hidden;
  padding: 100px 0 80px;
}
@media screen and (max-width: 1799px) {
  .section-reviews {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-reviews {
    padding: 60px 0 40px;
  }
}
.section-reviews .reviews-i {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-reviews .reviews-i {
    display: block;
  }
}
.section-reviews .reviews-i .reviews-h {
  width: 33%;
  flex: 0 0 33%;
  margin: 0 11% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-reviews .reviews-i .reviews-h {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.section-reviews .reviews-i .reviews-h h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .section-reviews .reviews-i .reviews-h h2 {
    margin-bottom: 20px;
  }
}
.section-reviews .reviews-i .reviews-h .reviews-google a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a5c715;
}
.section-reviews .reviews-i .reviews-h .reviews-google a:hover {
  color: #b3d420;
}
.reviews-google.not-clickable {
  pointer-events: none;
}
.section-reviews .reviews-i .review-list {
  flex: 1;
  min-width: 0;
  position: relative;
}
.section-reviews .reviews-i .review-list .swiper--reviews .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.section-reviews .reviews-i .review-list .swiper--reviews .review-nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .section-reviews .reviews-i .review-list .swiper--reviews .review-nav {
    gap: 20px;
    right: 0;
    bottom: 10px;
  }
}
.section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-prev,
.section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-next {
  color: #000;
  line-height: 0;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-prev,
  .section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  .section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-prev,
  .section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-next {
    width: 36px;
    height: 36px;
  }
}
.section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-prev:hover,
.section-reviews .reviews-i .review-list .swiper--reviews .review-nav .swiper-next:hover {
  color: #f89c1f;
}
.section-reviews.section-reviews--2 {
  padding: 70px 0 0;
}
@media screen and (max-width: 1799px) {
  .section-reviews.section-reviews--2 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-reviews.section-reviews--2 {
    padding: 60px 0 0;
  }
}
.section-reviews.section-reviews--2 .container-sm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 180px;
}
@media screen and (max-width: 1799px) {
  .section-reviews.section-reviews--2 .container-sm {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-reviews.section-reviews--2 .container-sm {
    border: none;
  }
}

.card.card--review {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.card.card--review .card-text {
  margin-bottom: 20px;
}
.card.card--review .card-customer {
  font-weight: 500;
  margin-bottom: 35px;
}
.card.card--review .card-logo {
  line-height: 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .card.card--review .card-logo {
    padding-right: 150px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--review .card-logo {
    padding-right: 140px;
  }
}
/*** In touch ***/
.section-intouch {
  overflow: hidden;
  padding: 100px 0 50px;
}

.section-intouch .intouch-form .section-intouch-thank-you {
  display: none;
  margin: 40px 0 20px;
}

.section-intouch .intouch-form .section-intouch-thank-you p a {
  color: #a5c715;
  font-weight: 700;
}

.section-intouch .intouch-form.js-sentForm .section-intouch-form-wrap {
  display: none;
}

.section-intouch .intouch-form.js-sentForm .section-intouch-intro {
  display: none;
}

.section-intouch .intouch-form.js-sentForm .section-intouch-thank-you {
  display: block;
}

@media screen and (max-width: 1799px) {
  .section-intouch {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-intouch {
    padding: 40px 0;
  }
}
.section-intouch .intouch-i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i {
    display: block;
  }
}
.section-intouch .intouch-i .intouch-map {
  order: 1;
  width: 741px;
  flex: 0 0 741px;
}
@media screen and (max-width: 1799px) {
  .section-intouch .intouch-i .intouch-map {
    width: 42%;
    flex: 0 0 42%;
  }
}
@media screen and (max-width: 1279px) {
  .section-intouch .intouch-i .intouch-map {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i .intouch-map {
    order: 2;
    width: auto;
    height: 500px;
    margin: 60px -20px 0;
  }
}
.section-intouch .intouch-i .intouch-map img,
.section-intouch .intouch-i .intouch-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-intouch .intouch-i .intouch-map .mapster-wp-maps {
  width: 100% !important;
}
.section-intouch .intouch-i .intouch-info {
  order: 1;
  width: 631px;
  flex: 0 0 631px;
  margin-right: 110px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  padding: 60px 50px 100px 90px;
}
@media screen and (max-width: 1799px) {
  .section-intouch .intouch-i .intouch-info {
    width: 42%;
    flex: 0 0 42%;
  }
}
@media screen and (max-width: 1399px) {
  .section-intouch .intouch-i .intouch-info {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .section-intouch .intouch-i .intouch-info {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i .intouch-info {
    order: 2;
    width: auto;
    height: 500px;
    margin: 60px -20px 0;
  }
}
.section-intouch .intouch-i .intouch-info .info-item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1799px) {
  .section-intouch .intouch-i .intouch-info .info-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i .intouch-info .info-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.section-intouch .intouch-i .intouch-info h2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i .intouch-info h2 {
    margin-bottom: 10px;
  }
}
.section-intouch .intouch-i .intouch-info .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-intouch .intouch-i .intouch-info .contact-item:not(:last-child) {
  margin-bottom: 15px;
}
.section-intouch .intouch-i .intouch-info .contact-item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-intouch .intouch-i .intouch-info .contact-item a:hover {
  color: #a5c715;
}
.section-intouch .intouch-i .intouch-info .contact-item .icon {
  width: 16px;
  height: 16px;
}
.section-intouch .intouch-i .intouch-form {
  order: 2;
  flex: 1;
  padding: 20px 150px;
}
@media screen and (max-width: 1799px) {
  .section-intouch .intouch-i .intouch-form {
    padding: 20px 100px;
  }
}
@media screen and (max-width: 1399px) {
  .section-intouch .intouch-i .intouch-form {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1279px) {
  .section-intouch .intouch-i .intouch-form {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i .intouch-form {
    padding: 0;
    order: 1;
  }
}
.section-intouch .intouch-i .intouch-form h1,
.section-intouch .intouch-i .intouch-form h2 {
  margin-bottom: 22px;
}
@media screen and (max-width: 575px) {
  .section-intouch .intouch-i .intouch-form h1,
  .section-intouch .intouch-i .intouch-form h2 {
    margin-bottom: 20px;
  }
}
.section-intouch .intouch-i .intouch-form .locality {
  display: flex;
  align-items: center;
  color: #a5c715;
  gap: 10px;
  margin-bottom: 15px;
}
.section-intouch .intouch-i .intouch-form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.section-intouch .intouch-i .intouch-form .row .col-6 {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 8px;
}
@media screen and (max-width: 1279px) {
  .section-intouch .intouch-i .intouch-form .row .col-6 {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-intouch .intouch-i .intouch-form .btn {
  margin-top: 90px;
}
@media screen and (max-width: 1799px) {
  .section-intouch .intouch-i .intouch-form .btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch .intouch-i .intouch-form .btn {
    margin-top: 40px;
  }
}
.section-intouch.section-intouch--2 {
  padding: 60px 0 60px;
}
@media screen and (max-width: 1799px) {
  .section-intouch.section-intouch--2 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch.section-intouch--2 {
    padding: 40px 0;
  }
}
.section-intouch.section-intouch--2 .intouch-i {
  align-items: flex-start;
  padding-bottom: 140px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1799px) {
  .section-intouch.section-intouch--2 .intouch-i {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1399px) {
  .section-intouch.section-intouch--2 .intouch-i {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch.section-intouch--2 .intouch-i {
    padding-bottom: 40px;
  }
}
.section-intouch.section-intouch--2 .intouch-i .intouch-info {
  order: 1;
  width: 631px;
  flex: 0 0 631px;
  margin-right: 110px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  padding: 60px 50px 100px 90px;
}
@media screen and (max-width: 1799px) {
  .section-intouch.section-intouch--2 .intouch-i .intouch-info {
    width: 42%;
    flex: 0 0 42%;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1399px) {
  .section-intouch.section-intouch--2 .intouch-i .intouch-info {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1279px) {
  .section-intouch.section-intouch--2 .intouch-i .intouch-info {
    width: 50%;
    flex: 0 0 50%;
    padding: 30px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-intouch.section-intouch--2 .intouch-i .intouch-info {
    order: 2;
    width: auto;
    margin: 60px 0 0;
    padding: 0;
    height: auto;
    border: none;
  }
}

.intouch-details {
  margin-top: 60px;
}

.intouch-details-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.intouch-details-item:last-child {
  margin-bottom: 0;
}

.intouch-details-icon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  min-width: 30px;
  text-align: center;
}

.intouch-details-icon img {
  display: block;
  margin: 0 auto;
}

/*** Map ***/
.section-map {
  padding: 70px 0 80px;
}
@media screen and (max-width: 1399px) {
  .section-map {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-map {
    padding: 40px 0;
  }
}
.section-map .map-h {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1799px) {
  .section-map .map-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-map .map-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-map h2 {
  width: 38%;
  flex: 0 0 38%;
  margin: 0 6% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-map h2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-map h2 {
    margin: 0 0 20px;
  }
}
.section-map .desc {
  flex: 1;
}
.section-map .desc p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section-map .map {
    height: 500px;
    margin: 0 -20px 0;
  }
}
.section-map .map img,
.section-map .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** Text ***/
.section-text {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .section-text {
    padding: 20px 0 40px;
  }
}
.section-text h1 {
  margin-bottom: 0.8em;
}
.section-text .back {
  padding: 100px 0 40px;
  text-align: center;
}
@media screen and (max-width: 1799px) {
  .section-text .back {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 1399px) {
  .section-text .back {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-text .back {
    padding: 40px 0 0;
  }
}
.section-text.section-text--2 {
  padding: 30px 0 50px;
}
@media screen and (max-width: 1024px) {
  .section-text.section-text--2 {
    padding: 40px 0 40px;
  }
}

.txt h2 {
  margin-top: 1em;
  font-size: 36px;
}
@media screen and (max-width: 1799px) {
  .txt h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .txt h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .txt h2 {
    font-size: 27px;
  }
}
.txt h3 {
  font-family: "Lexend", sans-serif;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1399px) {
  .txt h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .txt h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .txt h3 {
    font-size: 20px;
  }
}
.txt a {
  color: #a5c715;
  font-weight: 500;
}
.txt a:hover {
  color: #b3d420;
}

/*** Why ***/
.section-why {
  padding: 40px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-why {
    padding: 40px 0;
  }
}
.section-why .why-h {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1799px) {
  .section-why .why-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-why .why-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-why .why-h .why-l {
  width: 40%;
  flex: 0 0 40%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-why .why-h .why-l {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-why .why-h .why-l {
    margin: 0 0 20px;
  }
}
.section-why .why-h h2 {
  margin: 0;
}
.section-why .why-h .desc {
  flex: 1;
}
.section-why .why-h .desc p:last-child {
  margin-bottom: 0;
}
.section-why .why-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -39px -30px;
}
@media screen and (max-width: 1799px) {
  .section-why .why-content {
    margin: 0 -20px -30px;
  }
}
.section-why .why-content .why-col {
  padding: 0 39px 40px;
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1799px) {
  .section-why .why-content .why-col {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .section-why .why-content .why-col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-why .why-content .why-group {
  background: #f5f5f5;
  padding: 60px 60px 80px 65px;
}
@media screen and (max-width: 1799px) {
  .section-why .why-content .why-group {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1399px) {
  .section-why .why-content .why-group {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-why .why-content .why-group {
    padding: 20px;
  }
}
.section-why .why-content h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .section-why .why-content h2 {
    margin-bottom: 20px;
  }
}
.section-why .why-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-why .why-content ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.section-why .why-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section-why .why-content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-why .why-content ul li .why-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
}
.section-why .why-content ul li .why-desc {
  padding-top: 10px;
  flex: 1;
}
.section-why .why-btn {
  margin-top: 110px;
}
@media screen and (max-width: 1799px) {
  .section-why .why-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .section-why .why-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-why .why-btn {
    margin-top: 40px;
  }
}
.section-why .why-btn .btn {
  width: 100%;
}

/*** Price ***/
.section-price {
  padding: 50px 0;
}
.section-price .price-t {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1799px) {
  .section-price .price-t {
    margin-bottom: 40px;
  }
}
.section-price .price-t .price-h {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .section-price .price-t .price-h {
    bottom: 0;
  }
}
.section-price .price-t .container {
  max-width: 1690px;
}
.section-price .price-t h2 {
  padding: 55px 60px 55px 95px;
  max-width: 810px;
  margin: 0;
  background: #fff;
}
@media screen and (max-width: 1799px) {
  .section-price .price-t h2 {
    padding: 30px 60px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1399px) {
  .section-price .price-t h2 {
    padding: 30px 40px;
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-price .price-t h2 {
    max-width: 500px;
    padding: 30px 20px 10px;
  }
}
@media screen and (max-width: 575px) {
  .section-price .price-t h2 {
    max-width: 100%;
  }
}
.section-price .price-bg {
  line-height: 0;
  position: relative;
  z-index: 0;
  height: 608px;
}
@media screen and (max-width: 1799px) {
  .section-price .price-bg {
    height: 550px;
  }
}
@media screen and (max-width: 1399px) {
  .section-price .price-bg {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .section-price .price-bg {
    height: 400px;
  }
}
.section-price .price-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-price .price-list table {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table {
    font-size: 16px;
  }
}
.section-price .price-list table thead {
  font-family: "PT Serif", sans-serif;
  font-size: 36px;
}
@media screen and (max-width: 1799px) {
  .section-price .price-list table thead {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .section-price .price-list table thead {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table thead {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-price .price-list table thead {
    font-size: 18px;
  }
}
.section-price .price-list table thead tr th {
  padding: 8px 50px 8px 50px;
  font-weight: normal;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 23%;
}
@media screen and (max-width: 1279px) {
  .section-price .price-list table thead tr th {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table thead tr th {
    padding: 5px 10px;
  }
}
.section-price .price-list table thead tr th:first-child {
  width: 31%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table thead tr th:first-child {
    padding-left: 0;
  }
}
.section-price .price-list table tbody tr td {
  padding: 8px 50px 8px 50px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1279px) {
  .section-price .price-list table tbody tr td {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table tbody tr td {
    padding: 5px 10px;
  }
}
.section-price .price-list table tbody tr td:first-child {
  text-align: left;
  border: none;
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table tbody tr td:first-child {
    padding-left: 0;
  }
}
.section-price .price-list table tbody tr:first-child td {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .section-price .price-list table tbody tr:first-child td {
    padding-top: 20px;
  }
}
.section-price .price-list table tbody tr:last-child td {
  padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .section-price .price-list.price-list--desktop {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .section-price .price-list.price-list--mobile {
    display: none;
  }
}
.section-price .price-list.price-list--mobile table:not(:last-child) {
  margin-bottom: 40px;
}

/*** Contact ***/
.section-contact {
  padding: 60px 0 150px;
}
@media screen and (max-width: 1799px) {
  .section-contact {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 1399px) {
  .section-contact {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-contact {
    padding: 30px 0 60px;
  }
}
.section-contact .contact-h {
  display: flex;
  align-items: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 1799px) {
  .section-contact .contact-h {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .section-contact .contact-h {
    margin-bottom: 40px;
    display: block;
  }
}
.section-contact .contact-h .contact-l {
  width: 40%;
  flex: 0 0 40%;
  margin: 0 4% 0 0;
}
@media screen and (max-width: 1024px) {
  .section-contact .contact-h .contact-l {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-contact .contact-h .contact-l {
    margin: 0 0 20px;
  }
}
.section-contact .contact-h h2 {
  margin: 0;
}
.section-contact .contact-h .desc {
  flex: 1;
}
.section-contact .contact-h .desc p:last-child {
  margin-bottom: 0;
}
.section-contact .contact-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -22px;
}
.section-contact .contact-list .contact-item {
  padding: 0 12px 22px;
  width: 33.3333%;
  flex: 0 0 33.3333%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1199px) {
  .section-contact .contact-list .contact-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .contact-list .contact-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-contact .contact-list .contact-item .card {
  width: 100%;
}

.card--contact {
  background: #f5f5f5;
  padding: 35px 50px 25px 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 1799px) {
  .card--contact {
    padding: 30px 40px 20px;
  }
}
@media screen and (max-width: 1399px) {
  .card--contact {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .card--contact {
    padding: 20px 20px;
  }
}
.card--contact h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .card--contact h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .card--contact h3 {
    margin-bottom: 16px;
  }
}
.card--contact .card-locality {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.card--contact .card-locality .icon {
  margin-top: 3px;
}
.card--contact .card-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.card--contact .card-phone .icon {
  width: 16px;
  height: 16px;
}
.card--contact .card-phone a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card--contact .card-phone a:hover {
  color: #a5c715;
}
.card--contact .card-person {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 25px 8px 0;
  margin: auto -8px 0;
}
@media screen and (max-width: 1399px) {
  .card--contact .card-person {
    padding: 20px 0 0;
    margin: auto 0 0;
  }
}
.card--contact .card-person .card-photo {
  line-height: 0;
  width: 71px;
  flex: 0 0 71px;
  margin-right: 18px;
}
.card--contact .card-person .card-photo img {
  width: 71px;
  height: 71px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card--contact .card-person .card-name {
  flex: 1;
  max-width: 272px;
}
@media screen and (max-width: 1799px) {
  .card--contact .card-person .card-name {
    max-width: 242px;
  }
}
@media screen and (max-width: 1199px) {
  .card--contact .card-person .card-name {
    max-width: 100%;
  }
}

.content-section {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1799px) {
  .content-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .content-section {
    padding: 60px 0;
  }
}

.content-section.p-no {
  padding: 0;
}

.content-section.pt-no {
  padding-top: 0;
}

.content-section.pb-no {
  padding-bottom: 0;
}

.content-section.mt {
  margin-top: 100px;
}

@media screen and (max-width: 1799px) {
  .content-section.mt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .content-section.mt {
    margin-top: 60px;
  }
}

.content-section.mb {
  margin-bottom: 100px;
}

.content-section.mb.content-section--smallerMb {
  margin-bottom: 20px;
}

@media screen and (max-width: 1799px) {
  .content-section.mb {
    margin-bottom: 80px;
  }

  .content-section.mb.content-section--smallerMb {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .content-section.mb {
    margin-bottom: 60px;
  }
  
  .content-section.mb.content-section--smallerMb {
    margin-bottom: 0;
  }
}

.content-section.br-t:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1440px) {
  .content-section.br-t:before {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 575px) {
  .content-section.br-t:after {
    width: calc(100% - 40px);
  }
}

.content-section.br-b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1440px) {
  .content-section.br-b:after {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 575px) {
  .content-section.br-b:after {
    width: calc(100% - 40px);
  }
}

.content-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .content-wrap {
    flex-direction: column;
  }
}

.content-info {
  width: 55%;
  padding-right: 64px;
}

@media screen and (max-width: 767px) {
  .content-info {
    width: 100%;
    padding-right: 0;
    order: 2;
  }  
}

.content-description {
  max-width: 600px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .content-description {
    max-width: none;
  }
}

.content-description h2 {
  margin-bottom: 32px;
}

.content-description .btn {
  margin-top: 32px;
}

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

.content-img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .content-img {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
}

.content-img img {
  width: 100%;
}

.popup-fade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.popup-fade.visible {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 64px 32px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .popup-inner {
    padding: 40px 16px;
  }
}

.popup-container {
  position: relative;
  max-width: 700px;
  padding: 64px;
  background-color: #ffffff;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .popup-container {
    padding: 40px 24px;
  }
}

.popup-close {
  position: absolute;
  top: 32px;
  right: 32px;
  display: block;
  cursor: pointer;
  background: none;
  border: none;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .popup-close {
    top: 24px;
    right: 24px;
  }
}

.popup-close:hover {
  opacity: 0.8;
}

.popup-close svg {
  width: 32px;
  height: 32px;
  stroke: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .popup-close svg {
    width: 24px;
    height: 24px;
  }
}

.popup-description .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}

.popup-description h2 {
  margin-bottom: 24px;
}

.popup-form .btn {
  margin-top: 24px;
}

.form-call {
  margin: 24px 0;
}

.form-call a {
  font-weight: 700;
  color: #a5c715;
}

.form-accept,
.form-accept label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.form-accept input {
  position: relative;
  top: 4px;
  margin-right: 6px;
}

/* SINGLE POST */
body.single-post .section-hero .hero-h {
  left: 40px;
}

@media screen and (max-width: 1024px) {
  body.single-post .section-hero .hero-h {
    left: 0;
    margin-left: 0;
  }
}

/* body.single-post .section-hero .hero-h {
	background-color: transparent;
  max-width: 750px;
}

body.single-post .section-hero .hero-bg::after {
  height: 75%;
}

body.single-post .section-hero .hero-h .subtitle,
body.single-post .section-hero .hero-h h1 {
	color: #ffffff;
}

@media screen and (min-width: 1800px)  {
  body.single-post .section-hero.section-hero--bottom .hero-h {
    padding: 70px 95px 60px;
  }
}

@media screen and (max-width: 575px) {
  body.single-post .section-hero .hero-h {
    padding: 30px 16px 16px;
  }
}

@media screen and (max-width: 479px) {
  body.single-post .section-hero .hero-bg {
    padding-bottom: 0;
  }
} */
/* END OF SINGLE POST */

/* SINGLE LOCATIONS */
body.single-locations .popup-fade .form-group--hidden {
  display: none;
}

body.single-locations .popup-fade .popup-description-thank-you {
  display: none;
}

body.single-locations .popup-fade .popup-description-thank-you p a {
  font-weight: 700;
  color: #a5c715;
}

body.single-locations .popup-fade .popup-form-btn-download {
  display: none;
}

body.single-locations .popup-fade.js-sentForm .popup-description-intro {
  display: none;
}

body.single-locations .popup-fade.js-sentForm .popup-form {
  display: none;
}

body.single-locations .popup-fade.js-sentForm .popup-description-thank-you {
  display: block;
}

body.single-locations .popup-fade.js-sentForm .popup-form-btn-download {
  display: block;
}
/* END OF SINGLE LOCATIONS */

/* CONTACT FIXED BUTTON */
/* .contact-btn-fixed {
  display: none;
}

@media screen and (max-width: 1024px) {
  .contact-btn-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 16px;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: opacity 0.5s ease;
  }
} */
/* END OF CONTACT FIXED BUTTON */

/*** Other sections ***/
/*# sourceMappingURL=main.css.map */
