@font-face {
  font-family: TildaSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TildaSans-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Helvetica-Regular.woff2) format("woff2")
}
@font-face {
  font-family: TildaSans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/TildaSans-Semibold.woff2) format("woff2")
}
@font-face {
  font-family: TildaSans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/TildaSans-Bold.woff2) format("woff2")
}
html {
  min-height: 100%
}
body,
html {
  scroll-behavior: smooth
}
body {
  font-family: TildaSans,sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #393939;
  background-color: #f8f4ec;
  font-weight: 400
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 40px
  }
}
.heading h1,
.heading h2 {
  font-family: Helvetica,sans-serif;
  font-size: 46px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase
}
@media all and (max-width:991px) {
  .heading h1,
  .heading h2 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 32px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #000;
  padding: 18px 30px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  background-image: linear-gradient(112deg,#b87c2f 0,#faca8e 100%);
  border-radius: 30px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 3px rgba(248,244,236,.3);
  box-shadow: 0 0 3px 3px rgba(248,244,236,.3)
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(112deg,#faca8e 0,#b87c2f 100%);
  z-index: -1;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0
}
.btn:hover {
  color: #000
}
.btn:hover::before {
  opacity: 1
}
@media all and (max-width:575px) {
  .btn-100 {
    max-width: none!important;
    width: 100%!important;
    min-width: inherit!important
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
section {
  margin-bottom: 60px
}
section#footer {
  margin-bottom: 0
}
.mb-0 {
  margin-bottom: 0!important
}
.modal {
  color: #393939;
  max-width: 580px;
  width: 100%;
  border-radius: 20px;
  padding: 50px 60px
}
@media all and (max-width:575px) {
  .modal {
    padding: 30px
  }
}
.modal .modal__heading {
  margin-bottom: 30px
}
.modal .modal__heading h2 {
  font-size: 22px;
  text-transform: uppercase
}
#modal-thanks .modal__heading {
  margin-bottom: 0
}
.form__inner .form__item {
  margin-bottom: 20px
}
.form__inner .form__item .form__title {
  margin-bottom: 6px
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
  width: 100%;
  height: 42px;
  padding-left: 20px;
  padding-right: 10px;
  background: #f7f7f7;
  border: 1px solid #e7e6e6;
  border-radius: 2px
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item select:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item select::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
  color: #3b3b3b;
  opacity: 1
}
.form__inner .form__item textarea {
  padding-top: 8px;
  height: 120px;
  resize: none
}
.form__inner .form__submit {
  position: relative;
  text-align: center
}
.form__inner .form__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
.form__inner .form__file {
  margin-bottom: 20px
}
.form__inner .form__file .file-upload {
  position: relative;
  width: 100%;
  border: 1px solid rgba(29,29,31,.3);
  padding: 10px 0
}
.form__inner .form__file .file-upload:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/attachment.svg);
  width: 20px;
  height: 18px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto
}
.form__inner .form__file .file-upload label {
  display: block;
  position: relative;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.form__inner .form__file .file-upload label input[type=file] {
  display: none
}
.form__inner .form__file .file-upload #file-name {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  font-size: 10px;
  color: red;
  z-index: 100
}
.form__inner .form__policy {
  margin-bottom: 20px
}
.form__inner .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left
}
.form__inner .form__policy .policy .text p {
  color: #393939;
  font-size: 14px;
  line-height: 100%
}
.form__inner .form__policy .policy .text p a {
  text-decoration: underline;
  color: #393939
}
.form__inner .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  display: none;
  visibility: hidden
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #e1ad6c
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #e1ad6c;
  color: transparent;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 6px;
  background-color: transparent;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
header {
  background-color: #f8f4ec;
  padding: 26px 0
}
@media all and (max-width:1400px) {
  header {
    padding: 16px 0
  }
}
header .header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
header .header__top .wrapper .header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 20
}
header .header__top .wrapper .header__logo img {
  width: 260px;
  height: auto
}
@media all and (max-width:1400px) {
  header .header__top .wrapper .header__logo img {
    width: 200px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__logo img {
    width: 150px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__menu {
    display: none
  }
}
header .header__top .wrapper .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px
}
@media all and (max-width:1400px) {
  header .header__top .wrapper .header__menu ul {
    gap: 35px
  }
}
header .header__top .wrapper .header__menu ul li.current-menu-item:not(.menu-item-object-custom) > a {
  background-size: 100% 1px
}
header .header__top .wrapper .header__menu ul li a {
  color: #393939;
  display: inline;
  background: -webkit-gradient(linear,right top,left top,from(#393939),to(#393939));
  background: linear-gradient(to left,#393939,#393939);
  background-size: 0 1px;
  -webkit-background-position: 0 100%,100% 100%;
  background-position: 0 100%,100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size cubic-bezier(.8,0,.2,1) .4s;
  transition: background-size cubic-bezier(.8,0,.2,1) .4s
}
header .header__top .wrapper .header__menu ul li a:hover {
  background-size: 100% 1px
}
header .header__top .wrapper .header__contacts {
  white-space: nowrap
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__contacts {
    display: none
  }
}
header .header__top .wrapper .header__contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px
}
@media all and (max-width:1400px) {
  header .header__top .wrapper .header__contacts ul {
    gap: 35px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__contacts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
  }
}
header .header__top .wrapper .header__contacts ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
header .header__top .wrapper .header__contacts ul li .contacts__details a {
  display: inline-block;
  color: #393939;
  font-weight: 700
}
header .header__top .wrapper .header__contacts ul li .contacts__details a:hover {
  color: #e1ad6c
}
header .header__top .wrapper .header__contacts ul li .contacts__details span {
  font-size: 12px;
  line-height: 14px;
  display: block
}
header .header__top .wrapper .header__lang {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px
  }
}
header .header__top .wrapper .header__lang .lang-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f8f4ec;
  border: 1px solid #e1ad6c;
  border-radius: 50px;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 20
}
header .header__top .wrapper .header__lang .lang-switcher .lang-item {
  margin: 0
}
header .header__top .wrapper .header__lang .lang-switcher .lang-item a {
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  color: #393939;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__lang .lang-switcher .lang-item a {
    padding: 3px 14px
  }
}
header .header__top .wrapper .header__lang .lang-switcher .lang-item.current-lang a {
  background: #e1ad6c;
  color: #fff
}
header .header__top .wrapper .header__lang .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .header__lang .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .header__top .wrapper .header__lang .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .wrapper .header__lang .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #393939;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .wrapper .header__lang .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .wrapper .header__lang .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .wrapper .header__lang .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__top .wrapper .header__lang .header_burger .burger_button.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .wrapper .header__lang .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .wrapper .header__lang .header_burger .burger_button.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f4ec;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 90px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .container {
  padding-left: 15px;
  padding-right: 15px
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .mobile__menu {
  margin-bottom: 30px
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .mobile__menu li:not(:last-child) {
  margin-bottom: 16px
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item:not(.menu-item-object-custom) > a {
  background-size: 100% 1px
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  color: #393939;
  display: inline;
  background: -webkit-gradient(linear,right top,left top,from(#393939),to(#393939));
  background: linear-gradient(to left,#393939,#393939);
  background-size: 0 1px;
  -webkit-background-position: 0 100%,100% 100%;
  background-position: 0 100%,100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size cubic-bezier(.8,0,.2,1) .4s;
  transition: background-size cubic-bezier(.8,0,.2,1) .4s
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
  background-size: 100% 1px
}
header .header__top .wrapper .header__lang .header_burger .menu_toggle .toggle__inner .header__contacts {
  display: block
}
#breadcrumbs .breadcrumbs {
  color: #e1ad6c
}
#breadcrumbs .breadcrumbs span {
  color: #393939;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a {
  color: #e1ad6c;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px
}
article h3 {
  font-size: 26px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: 1em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1em;
  padding-left: 15px
}
article mark {
  padding: 0
}
article .wp-block-table,
article table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
  border-spacing: 0
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
.lightbox-image-container {
  width: 100vw!important
}
.lightbox-image-container figure img {
  width: auto!important;
  height: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  max-height: 100%!important
}
.wpcf7-validation-errors {
  display: none!important
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 0!important;
  padding: 0!important;
  border: none!important
}
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 2px solid #ec3c06!important;
  position: relative
}
body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: 0 0
}
body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000
}
.contact-inner-form .wpcf7-response-output {
  width: 95%
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731
}
body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center
}
.section-mainblock {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/1.webp);
  padding: 60px 0
}
@media all and (max-width:575px) {
  .section-mainblock {
    background-image: url(../img/1_1.webp)
  }
}
.section-mainblock .content {
  max-width: 640px;
  width: 100%;
  color: #f8f4ec
}
.section-mainblock .content h1 {
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 50px
}
@media all and (max-width:767px) {
  .section-mainblock .content h1 {
    font-size: 36px
  }
}
@media all and (max-width:575px) {
  .section-mainblock .content h1 {
    font-size: 32px
  }
}
.section-mainblock .content h1 strong {
  font-weight: 400
}
@media all and (max-width:575px) {
  .section-mainblock .content h1 strong {
    display: block
  }
}
.section-mainblock .content .features {
  margin-bottom: 50px
}
.section-mainblock .content .features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}
.section-mainblock .content .features ul li:not(:last-child) {
  margin-bottom: 16px
}
@media all and (max-width:575px) {
  .section-mainblock .content .features ul li .icon img {
    width: 55px;
    height: 55px
  }
}
.section-mainblock .content .features ul li p {
  font-size: 20px
}
.section-mainblock .content .features ul li p strong {
  display: block
}
.section-conditions .wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 200px
}
@media all and (max-width:1400px) {
  .section-conditions .wrapper {
    gap: 150px
  }
}
@media all and (max-width:1199px) {
  .section-conditions .wrapper {
    gap: 100px
  }
}
@media all and (max-width:991px) {
  .section-conditions .wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 30px
  }
}
.section-conditions .wrapper .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px
}
@media all and (max-width:991px) {
  .section-conditions .wrapper .column {
    gap: 30px
  }
}
.section-conditions .wrapper .conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px
}
@media all and (max-width:575px) {
  .section-conditions .wrapper .conditions__item {
    gap: 20px
  }
}
@media all and (max-width:575px) {
  .section-conditions .wrapper .conditions__item .icon img {
    width: 55px;
    height: 55px
  }
}
.section-conditions .wrapper .conditions__item h4 {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 15px
}
.section-conditions .wrapper .conditions__item p {
  font-size: 20px;
  line-height: 120%
}
.section-advantages {
  color: #f8f4ec;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/2.webp);
  position: relative
}
.section-advantages .wrapper {
  position: relative;
  z-index: 2;
  padding: 70px 0;
  min-height: 500px
}
@media all and (max-width:1199px) {
  .section-advantages .wrapper {
    padding-top: 60px;
    padding-bottom: 0
  }
}
.section-advantages .wrapper .image {
  position: absolute;
  bottom: -100px;
  right: -100px;
  z-index: -1
}
@media all and (max-width:1534px) {
  .section-advantages .wrapper .image {
    right: 0
  }
}
@media all and (max-width:1199px) {
  .section-advantages .wrapper .image {
    position: relative;
    bottom: -40px
  }
}
@media all and (max-width:1534px) {
  .section-advantages .wrapper .image img {
    width: 600px;
    height: 480px
  }
}
@media all and (max-width:1199px) {
  .section-advantages .wrapper .image img {
    height: auto
  }
}
.section-advantages .content {
  max-width: 710px;
  width: 100%
}
.section-advantages .content ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 55px 50px
}
@media all and (max-width:767px) {
  .section-advantages .content ul {
    grid-template-columns: repeat(1,1fr);
    gap: 30px
  }
}
.section-advantages .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-size: 25px;
  line-height: 120%
}
@media all and (max-width:575px) {
  .section-advantages .content ul li {
    gap: 20px;
    font-size: 20px
  }
}
@media all and (max-width:575px) {
  .section-advantages .content ul li .icon img {
    width: 55px;
    height: 55px
  }
}
.section-supply {
  background-position: 60% 0;
  background-repeat: no-repeat;
  background-image: url(../img/map.webp);
  padding-bottom: 140px
}
@media all and (max-width:575px) {
  .section-supply {
    padding-bottom: 100px
  }
}
.section-supply ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-size: 25px;
  line-height: 120%
}
@media all and (max-width:575px) {
  .section-supply ul li {
    gap: 20px;
    font-size: 20px
  }
}
.section-supply ul li:not(:last-child) {
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  .section-supply ul li .icon img {
    width: 55px;
    height: 55px
  }
}
#footer {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/3.webp);
  padding-top: 90px;
  padding-bottom: 36px;
  color: #f8f4ec
}
@media all and (max-width:1199px) {
  #footer {
    padding-top: 60px
  }
}
@media all and (max-width:575px) {
  #footer {
    background-image: url(../img/3_1.webp)
  }
}
#footer .content {
  max-width: 580px;
  width: 100%;
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  #footer .content {
    margin-bottom: 50px
  }
}
#footer .content h2 {
  margin-bottom: 36px
}
#footer .content p {
  font-size: 25px;
  line-height: 120%
}
@media all and (max-width:575px) {
  #footer .content p {
    font-size: 20px
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  font-size: 25px;
  line-height: 120%
}
@media all and (max-width:575px) {
  .footer__bottom {
    font-size: 20px
  }
}
.footer__bottom .webdev a {
  color: #f8f4ec;
  text-decoration: underline
}
.footer__bottom .webdev a:hover {
  color: #e1ad6c
}
#page-contacts {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/4.webp);
  color: #f8f4ec
}
#page-contacts .content {
  max-width: 630px;
  width: 100%
}
#page-contacts .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  padding-top: 60px;
  padding-bottom: 36px;
  min-height: calc(100vh - 116px);
  min-height: calc(100svh - 116px)
}
@media all and (max-width:1400px) {
  #page-contacts .wrapper {
    min-height: calc(100vh - 81px);
    min-height: calc(100svh - 81px)
  }
}
@media all and (max-width:1199px) {
  #page-contacts .wrapper {
    min-height: calc(100vh - 70px);
    min-height: calc(100svh - 70px)
  }
}
#page-contacts .contacts {
  margin-bottom: 60px
}
#page-contacts .contacts li:not(:last-child) {
  margin-bottom: 28px
}
#page-contacts .contacts li p {
  font-size: 20px;
  line-height: 120%
}
#page-contacts .contacts li a {
  color: #f8f4ec
}
#page-contacts .contacts li a:hover {
  color: #e1ad6c
}
#page-contacts .contacts li span {
  display: block
}
#page {
  padding-top: 60px
}