@font-face {
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/SpaceGrotesk-Light.woff") format("woff"), url("../fonts/SpaceGrotesk-Light.woff2") format("woff2");
  font-family: "Space Grotesk";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SpaceGrotesk-Regular.woff") format("woff"), url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2");
  font-family: "Space Grotesk";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SpaceGrotesk-Medium.woff") format("woff"), url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2");
  font-family: "Space Grotesk";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff"), url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2");
  font-family: "Space Grotesk";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2");
  font-family: "Space Grotesk";
  font-display: swap;
}
[class^=ico_],
[class*=" ico_"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  line-height: 1em;
}

html,
body {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 767px) {
  html,
body {
    font-size: calc(13px + 11.9 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  html,
body {
    font-size: calc(13px + 7 * (100vw / 1920));
  }
}

main {
  flex-grow: 1;
}

h1, h2, h3, h4, h5, h6 {
  color: #5f2004;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.section-title {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 62px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title {
    font-size: calc(24px + 64.6 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .section-title {
    font-size: calc(24px + 38 * (100vw / 1920));
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin: 0 0 20px 0;
  }
}
.section-title small {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title small {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .section-title small {
    font-size: calc(12px + 6 * (100vw / 1920));
  }
}

@font-face {
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-family: "icons";
}
.ico_youtube:before, .ico_warning:before, .ico_view-list:before, .ico_view-grid:before, .ico_user:before, .ico_upload:before, .ico_unlocked:before, .ico_twitter:before, .ico_trash2:before, .ico_trash:before, .ico_success:before, .ico_submenu:before, .ico_search:before, .ico_plus:before, .ico_money:before, .ico_minus:before, .ico_menu9:before, .ico_menu8:before, .ico_menu7:before, .ico_menu6:before, .ico_menu5:before, .ico_menu4:before, .ico_menu3:before, .ico_menu2:before, .ico_menu14:before, .ico_menu13:before, .ico_menu12:before, .ico_menu11:before, .ico_menu10:before, .ico_menu1:before, .ico_locked:before, .ico_linkedin:before, .ico_instagram:before, .ico_import:before, .ico_home:before, .ico_google:before, .ico_flag:before, .ico_facebook:before, .ico_eye:before, .ico_eye-slash:before, .ico_exit:before, .ico_error:before, .ico_edit:before, .ico_dropdown-select-6:before, .ico_dropdown-select-5:before, .ico_dropdown-select-4:before, .ico_dropdown-select-3:before, .ico_dropdown-select-2:before, .ico_dropdown-select-1:before, .ico_download:before, .ico_diia:before, .ico_copy:before, .ico_close:before, .ico_clear:before, .ico_checkmark:before, .ico_bank:before, .ico_arrow-up:before, .ico_arrow-right:before, .ico_arrow-left:before, .ico_arrow-down:before, .ico_apple:before, .ico_angle-up:before, .ico_angle-right:before, .ico_angle-left:before, .ico_angle-down:before, .ico_add:before, .ico_accardion-arrow:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  font-family: "icons";
  text-decoration: none;
  text-decoration: inherit;
  text-transform: none;
}

.ico_accardion-arrow:before {
  content: "\e001";
}

.ico_add:before {
  content: "\e002";
}

.ico_angle-down:before {
  content: "\e003";
}

.ico_angle-left:before {
  content: "\e004";
}

.ico_angle-right:before {
  content: "\e005";
}

.ico_angle-up:before {
  content: "\e006";
}

.ico_apple:before {
  content: "\e007";
}

.ico_arrow-down:before {
  content: "\e008";
}

.ico_arrow-left:before {
  content: "\e009";
}

.ico_arrow-right:before {
  content: "\e00a";
}

.ico_arrow-up:before {
  content: "\e00b";
}

.ico_bank:before {
  content: "\e00c";
}

.ico_checkmark:before {
  content: "\e00d";
}

.ico_clear:before {
  content: "\e00e";
}

.ico_close:before {
  content: "\e00f";
}

.ico_copy:before {
  content: "\e010";
}

.ico_diia:before {
  content: "\e011";
}

.ico_download:before {
  content: "\e012";
}

.ico_dropdown-select-1:before {
  content: "\e013";
}

.ico_dropdown-select-2:before {
  content: "\e014";
}

.ico_dropdown-select-3:before {
  content: "\e015";
}

.ico_dropdown-select-4:before {
  content: "\e016";
}

.ico_dropdown-select-5:before {
  content: "\e017";
}

.ico_dropdown-select-6:before {
  content: "\e018";
}

.ico_edit:before {
  content: "\e019";
}

.ico_error:before {
  content: "\e01a";
}

.ico_exit:before {
  content: "\e01b";
}

.ico_eye-slash:before {
  content: "\e01c";
}

.ico_eye:before {
  content: "\e01d";
}

.ico_facebook:before {
  content: "\e01e";
}

.ico_flag:before {
  content: "\e01f";
}

.ico_google:before {
  content: "\e020";
}

.ico_home:before {
  content: "\e021";
}

.ico_import:before {
  content: "\e022";
}

.ico_instagram:before {
  content: "\e023";
}

.ico_linkedin:before {
  content: "\e024";
}

.ico_locked:before {
  content: "\e025";
}

.ico_menu1:before {
  content: "\e026";
}

.ico_menu10:before {
  content: "\e027";
}

.ico_menu11:before {
  content: "\e028";
}

.ico_menu12:before {
  content: "\e029";
}

.ico_menu13:before {
  content: "\e02a";
}

.ico_menu14:before {
  content: "\e02b";
}

.ico_menu2:before {
  content: "\e02c";
}

.ico_menu3:before {
  content: "\e02d";
}

.ico_menu4:before {
  content: "\e02e";
}

.ico_menu5:before {
  content: "\e02f";
}

.ico_menu6:before {
  content: "\e030";
}

.ico_menu7:before {
  content: "\e031";
}

.ico_menu8:before {
  content: "\e032";
}

.ico_menu9:before {
  content: "\e033";
}

.ico_minus:before {
  content: "\e034";
}

.ico_money:before {
  content: "\e035";
}

.ico_plus:before {
  content: "\e036";
}

.ico_search:before {
  content: "\e037";
}

.ico_submenu:before {
  content: "\e038";
}

.ico_success:before {
  content: "\e039";
}

.ico_trash:before {
  content: "\e03a";
}

.ico_trash2:before {
  content: "\e03b";
}

.ico_twitter:before {
  content: "\e03c";
}

.ico_unlocked:before {
  content: "\e03d";
}

.ico_upload:before {
  content: "\e03e";
}

.ico_user:before {
  content: "\e03f";
}

.ico_view-grid:before {
  content: "\e040";
}

.ico_view-list:before {
  content: "\e041";
}

.ico_warning:before {
  content: "\e042";
}

.ico_youtube:before {
  content: "\e043";
}

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

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

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

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

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

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

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

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

a:hover {
  text-decoration: none;
}

.tooltip::after {
  content: attr(data-tooltip);
}

.full-width {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

._video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
  z-index: -100;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.nowrap {
  white-space: nowrap;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff9f2;
}

.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: space-between;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.page-wrapper .page-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.uk-container {
  max-width: 1080px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-expand {
  max-width: none;
}

.uk-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  min-height: 60px;
  padding: 0 25px;
  color: #5f2004;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.uk-button-default {
  border: 1px solid #5f2004;
  border-radius: 5px;
}
.uk-button-default:hover {
  background-color: #5f2004;
  color: #fff;
}

[data-uk-scrollspy] > * {
  opacity: 0;
}

[data-uk-scrollspy] > .uk-scrollspy-inview {
  opacity: 1;
}

.uk-section-large + .uk-section-large {
  padding-top: 0;
}

.uk-input {
  height: 60px;
  padding-left: 20px;
  border: 1px solid #4e4e4e;
  border-radius: 5px;
  background: transparent;
}
.uk-input::-webkit-input-placeholder {
  -webkit-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-input::-moz-placeholder {
  -moz-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-input:-ms-input-placeholder {
  -ms-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-input::-ms-input-placeholder {
  -ms-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-input::placeholder {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-input:focus {
  border: 1px solid #166558;
  background: transparent;
}
.uk-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.uk-input:focus::-moz-placeholder {
  opacity: 0;
}
.uk-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.uk-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.uk-input:focus::placeholder {
  opacity: 0;
}

.uk-textarea {
  height: 120px;
  padding-top: 20px;
  padding-left: 20px;
  border: 1px solid #4e4e4e;
  border-radius: 5px;
  background: transparent;
}
.uk-textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-textarea::-moz-placeholder {
  -moz-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-textarea:-ms-input-placeholder {
  -ms-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-textarea::-ms-input-placeholder {
  -ms-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-textarea::placeholder {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-textarea:focus {
  border: 1px solid #166558;
  background: transparent;
}
.uk-textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.uk-textarea:focus::-moz-placeholder {
  opacity: 0;
}
.uk-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.uk-textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.uk-textarea:focus::placeholder {
  opacity: 0;
}

.--decor:after {
  -webkit-transform: rotate(171deg);
      -ms-transform: rotate(171deg);
  position: absolute;
  width: 248px;
  height: 204px;
          transform: rotate(171deg);
  background-image: url(../img/decor.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .--decor:after {
    display: none;
  }
}

.page-header {
  display: block;
  position: relative;
  max-height: 100px;
  background: #593427;
}
.page-header__scroll {
  background: #593427;
}
.page-header__scroll.uk-active {
  -webkit-box-shadow: -1px 5px 20px 5px hsla(0deg, 0%, 0%, 0.15);
          box-shadow: -1px 5px 20px 5px hsla(0deg, 0%, 0%, 0.15);
}
.page-header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 10px 0;
}
.page-header__logo {
  display: block;
  position: relative;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .page-header__logo .logo img {
    max-height: 60px;
  }
}
.page-header__menu {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1289px) {
  .page-header__menu {
    display: none;
  }
}
.page-header__menu .uk-navbar-nav {
  gap: 0;
}
.page-header__menu .uk-navbar-nav > li {
  position: relative;
}
.page-header__menu .uk-navbar-nav > li > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  min-height: 56px;
  padding: 0 25px;
  border-left: 1px dashed #f7e5e5;
  color: #f7f1e8;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
  transition: all 0.25s linear;
}
.page-header__menu .uk-navbar-nav > li > a:hover {
  background: #1e110d;
  color: #fff;
}
.page-header__menu .uk-navbar-dropdown {
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 20px;
  width: auto;
  padding: 0px;
  background: #fcf2e8;
  min-width: 100%;
}
.page-header__menu .uk-navbar-dropdown-nav {
  gap: 0;
}
.page-header__menu .uk-navbar-dropdown-nav > li > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  padding: 20px 50px;
  color: #000;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.page-header__menu .uk-navbar-dropdown-nav > li > a:hover {
  background: #593427;
  color: #fff;
}
.page-header__menu .uk-navbar-dropdown-nav > li > a:after {
  display: block;
  position: absolute;
  right: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  content: "";
}
.page-header__menu .uk-navbar-dropdown-nav > li > a::after {
  bottom: 0;
}
.page-header__menu .uk-navbar-dropdown-nav > li:last-child > a:after {
  display: none;
}
.page-header__lang {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1289px) {
  .page-header__lang {
    display: none;
  }
}
.page-header__menu-btn {
  display: none;
}
@media only screen and (max-width: 1289px) {
  .page-header__menu-btn {
    display: block;
  }
}
.page-header__menu-btn a {
  color: #f7f1e8;
}
.page-header__menu-btn a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.lang__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  gap: 2px;
  border: none;
  border-right: 1px dashed #f7e5e5;
  border-left: 1px dashed #f7e5e5;
  color: #f7f1e8;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.lang__dropdown {
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 20px;
  width: auto;
  min-width: none;
  padding: 0px;
  background: #fcf2e8;
}
.lang__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style-type: none;
}
.lang__nav > li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  padding: 20px 50px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.lang__nav > li a:hover {
  background: #593427;
  color: #fff;
}
.lang__nav > li a:after {
  display: block;
  position: absolute;
  right: 40px;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  content: "";
}
.lang__nav > li a::after {
  bottom: 0;
}
.lang__nav > li:last-child a:after {
  display: none;
}

.lang-ru {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 10px;
}
.lang-ru:before {
  display: block;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 15px;
  background-image: url(../img/ico_lang-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.lang-en {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 10px;
}
.lang-en:before {
  display: block;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 15px;
  background-image: url(../img/ico_lang-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.lang-tr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 10px;
}
.lang-tr:before {
  display: block;
  z-index: 1;
  position: relative;
  width: 20px;
  height: 15px;
  background-image: url(../img/ico_lang-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.page-footer {
  display: block;
  position: relative;
  padding: 50px 0 25px;
  background: #593427;
}
@media only screen and (max-width: 1199px) {
  .page-footer .logo {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .page-footer__inner {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 639px) {
  .page-footer__inner {
    max-width: 260px;
  }
}
.page-footer__title {
  margin: 0 0 18px 0;
  color: #f7e5e5;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.page-footer__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0 0 0 30px;
  gap: 18px;
  list-style-type: none;
}
.page-footer__menu > li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #f7e5e5;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.page-footer__menu > li a:hover {
  color: #000000;
}
.page-footer__link {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  margin-top: 25px;
  padding-left: 30px;
  color: #f7e5e5;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.page-footer__link:hover {
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  .page-footer__link {
    margin-top: 40px;
  }
}

.uk-offcanvas-bar {
  background: #593427;
}
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .lang-list > li > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #f7f1e8;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .lang-list > li > a:hover {
  color: #fff;
}
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  font-size: 18px;
}

.uk-modal-dialog {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  width: 400px;
  border: 1px solid #8b8b8b;
  border-radius: 20px;
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.uk-modal-dialog .uk-modal-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .uk-modal-dialog .uk-modal-title {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .uk-modal-dialog .uk-modal-title {
    font-size: calc(18px + 6 * (100vw / 1920));
  }
}
.uk-modal-dialog .uk-modal-title span {
  margin-left: 10px;
}

/* --------------------------------- Rating --------------------------------- */
.rating {
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  font-size: 8px;
}
.rating__caption {
  margin-bottom: 0.5em;
  padding: 0;
}
.rating__group {
  position: relative;
  width: 10em;
  height: 2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23DEE4E8' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
  background-size: 2em 1.9em;
  background-repeat: repeat-x;
}
.rating__input {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.rating__input:focus ~ .rating__focus {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0.2em solid #4a90e2;
  outline-offset: 0.2em;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 2em;
  margin: 0;
  background-size: 2em 1.9em;
  background-repeat: repeat-x;
}
.rating__star:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23FBBC05' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}
.rating__input:checked + .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23FBBC05' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}
.rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23DEE4E8' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 2em;
}
.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 4em;
}
.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 6em;
}
.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 8em;
}
.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 10em;
}

.section-hero {
  display: block;
  position: relative;
  background: #fcf2e8;
}
.section-hero__bg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: calc(100dvh - 100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .section-hero__bg {
    height: calc(100dvh - 76px);
  }
}
.section-hero__title > * {
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 100px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .section-hero__title > * {
    font-size: calc(40px + 102 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .section-hero__title > * {
    font-size: calc(40px + 60 * (100vw / 1920));
  }
}
@media only screen and (max-width: 767px) {
  .section-hero__title br {
    display: none;
  }
}
.section-hero__subtitle > * {
  margin: 0 0 30px 0;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .section-hero__subtitle > * {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .section-hero__subtitle > * {
    font-size: calc(16px + 8 * (100vw / 1920));
  }
}
@media only screen and (max-width: 767px) {
  .section-hero__subtitle br {
    display: none;
  }
}
.section-hero__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.section-hero__btn .uk-button-default {
  border-color: #fff;
  color: #fff;
}
.section-hero__btn .uk-button-default:hover {
  background-color: #fff;
  color: #000;
}
.section-hero__bottom {
  border-top: 1px solid #c38e76;
  border-bottom: 1px solid #c38e76;
}

.advantages-card {
  display: block;
  position: relative;
  margin-left: -1px;
  padding: 45px;
  border-right: 1px solid #c38e76;
  border-bottom: 1px solid #c38e76;
  border-left: 1px solid #c38e76;
}
@media only screen and (max-width: 767px) {
  .advantages-card {
    padding: 20px;
  }
}
.advantages-card__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .advantages-card__inner {
    gap: 15px;
  }
}
.advantages-card__icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 80px;
          align-items: center;
          justify-content: center;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .advantages-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
.advantages-card__title {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .advantages-card__title {
    font-size: calc(13px + 18.7 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .advantages-card__title {
    font-size: calc(13px + 11 * (100vw / 1920));
  }
}
@media only screen and (max-width: 767px) {
  .advantages-card__title br {
    display: none;
  }
}

.section-about {
  display: block;
  position: relative;
}
.section-about__content {
  max-width: 560px;
}

.section-about.--decor:after {
  right: -50px;
  bottom: 0;
}

.section-catalog {
  display: block;
  position: relative;
}

.section-catalog--coffee.--decor:after {
  top: 40%;
  left: -50px;
}

.product-card {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  padding: 15px 25px 30px;
          transform: scale(1);
  border: 1px solid #8b8b8b;
  border-radius: 20px;
  background: #fff;
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.25s linear;
}
.product-card:hover {
  -webkit-transform: scale(1.015);
      -ms-transform: scale(1.015);
          transform: scale(1.015);
}
.product-card__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
}
.product-card__img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
}
.product-card__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 1/1;
     object-fit: cover;
     object-position: center;
}
.product-card__title > * {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.product-card__price {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
.product-card__btn {
  margin-top: 20px;
}

.section-services {
  display: block;
  position: relative;
}

.section-services.--decor:after {
  z-index: 1;
  top: -30px;
  right: 100px;
}

.section-services .uk-container {
  z-index: 2;
  position: relative;
}

.service-card {
  -webkit-box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  overflow: hidden;
          transform: scale(1);
  border-radius: 20px;
  background: #fff;
          box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s linear;
}
.service-card:hover {
  -webkit-transform: scale(1.015);
      -ms-transform: scale(1.015);
          transform: scale(1.015);
}
.service-card__inner {
  display: block;
  position: relative;
}
.service-card__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  content: "";
  opacity: 0.6;
}
.service-card__img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  max-height: 250px;
     object-fit: cover;
     object-position: center;
}
.service-card__title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 335px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: calc(18px + 17 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .service-card__title {
    font-size: calc(18px + 10 * (100vw / 1920));
  }
}

.section-reviews__btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .section-reviews__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            flex-direction: column;
            align-items: stretch;
  }
}
.section-reviews__btns > .uk-button {
  min-width: 210px;
}
.section-reviews .uk-slider {
  margin-left: -20px;
}
.section-reviews .slidenav-controls {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -98px;
  right: 0;
          align-items: center;
          justify-content: space-between;
  width: 140px;
}
@media only screen and (max-width: 1199px) {
  .section-reviews .slidenav-controls {
    top: -58px;
    width: 100px;
  }
}
.section-reviews .slidenav-controls [data-uk-slider-item] {
  -webkit-transform: none;
      -ms-transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  top: auto;
  right: auto;
  left: auto;
          flex: 0 0 60px;
          align-items: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
          transform: none;
  border: 1px solid #5f2004;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s linear;
}
.section-reviews .slidenav-controls [data-uk-slider-item] svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1199px) {
  .section-reviews .slidenav-controls [data-uk-slider-item] svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}
.section-reviews .slidenav-controls [data-uk-slider-item]:hover {
  background-color: #5f2004;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .section-reviews .slidenav-controls [data-uk-slider-item] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}

.review-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 20px 25px;
  border: 1px solid #8b8b8b;
  border-radius: 20px;
  background: #fff;
}
.review-card__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.review-card__author {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin-bottom: 25px;
  gap: 12px;
}
.review-card__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.review-card__avatar img {
  width: 100%;
  height: 100%;
}
.review-card__name {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .review-card__name {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .review-card__name {
    font-size: calc(13px + 5 * (100vw / 1920));
  }
}
.review-card__date {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .review-card__date {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .review-card__date {
    font-size: calc(12px + 2 * (100vw / 1920));
  }
}
.review-card__text {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .review-card__text {
    font-size: calc(13px + 8.5 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .review-card__text {
    font-size: calc(13px + 5 * (100vw / 1920));
  }
}

.section-stocks__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
  gap: 25px;
}

.stock-card {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #8b8b8b;
  border-radius: 20px;
  background: #fff;
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.stock-card__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: stretch;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .stock-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stock-card__inner > * {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .stock-card__inner > * {
    width: 100%;
  }
}
.stock-card__content {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .stock-card__content {
    padding: 20px;
  }
}
.stock-card__title {
  margin: 0 0 20px 0;
  color: #000;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .stock-card__title {
    font-size: calc(24px + 30.6 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .stock-card__title {
    font-size: calc(24px + 18 * (100vw / 1920));
  }
}
.stock-card__desc {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .stock-card__desc {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .stock-card__desc {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
.stock-card__media {
  display: block;
  position: relative;
}
.stock-card__media img {
  -o-object-fit: cover;
  -o-object-position: right center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: right center;
}
@media only screen and (max-width: 767px) {
  .stock-card__media img {
    position: static;
  }
}

.section-form-order {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdcba), to(#ffe9d3));
  background: -o-linear-gradient(top, #ffdcba 0%, #ffe9d3 100%);
  background: linear-gradient(180deg, #ffdcba 0%, #ffe9d3 100%);
}
.section-form-order.uk-section-large {
  padding-top: 140px;
}
@media only screen and (max-width: 767px) {
  .section-form-order.uk-section-large {
    padding-top: 70px;
  }
}
.section-form-order span {
  color: #909090;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-form-order span {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .section-form-order span {
    font-size: calc(12px + 4 * (100vw / 1920));
  }
}

.section-form-order.--decor:after {
  top: -100px;
  right: 0;
}

.section-contacts {
  display: block;
  position: relative;
}
.section-contacts__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-contacts__content .uk-container {
  width: 100%;
}
.section-contacts__map {
  display: block;
  position: relative;
  height: 680px;
}
.section-contacts__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts-box {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  max-width: 500px;
  border: 1px solid #8b8b8b;
  border-radius: 20px;
  background: #fff;
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.contacts-box__inner {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .contacts-box__inner {
    padding: 30px;
  }
}
.contacts-box__btn {
  margin-top: 30px;
}

.contacts-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 20px;
  list-style-type: none;
}
.contacts-list__item {
  display: block;
}
.contacts-list__link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 20px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.25s linear;
}
@media (max-width: 767px) {
  .contacts-list__link {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }
}
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .contacts-list__link {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
.contacts-list__link:hover {
  color: #166558;
}
.contacts-list__icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 18px;
          align-items: center;
          justify-content: center;
  width: 18px;
  height: 18px;
}
.contacts-list__icon img {
  max-height: 100%;
}
.contacts-list__text {
  color: currentColor;
}

.social-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin: 25px 0;
  padding: 0;
  gap: 20px;
  list-style-type: none;
}
.social-list__item {
  display: block;
}
.social-list__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 20px;
          align-items: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}

body .swal2-popup {
  width: 400px;
}

body .swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border: none;
  text-align: center;
}

body .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding-top: 5px;
  padding-left: 20px;
}

/*# sourceMappingURL=maps/main.css.map */
