/*--global--*/
/* base sizes */
/* colors */
/* base variables */
/* titles */
.user-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.icon {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.absolute-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* for multiline */
/*
1. Reset CSS
2. Fonts
3. Basic styles, components
    3.1 Global
	3.2 Tags, text
    3.3 Basic elements
        3.3.1 Buttons, links
        3.3.2 Text fields
		3.3.3 Selects, dropdowns
		3.3.4 Checkboxes, radio
    3.4 Content        
    3.5 Basic sections
        3.5.1 Header
        3.5.2 Footer
        3.5.3 Mobile navigation   
        3.5.4 Popups
4. Pages and sections
    4.1 Index
	4.2 Inner pages
		 4.2.1 Catalog
		 4.2.2 Article
		 4.2.3 Contacts
		 4.2.4 Order
		 4.2.5 Card
*/
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------1. RESET CSS--------------------------------------*/
/*------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
cite,
code,
em,
font,
img,
q,
s,
small,
strong,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
section,
nav,
header,
footer,
main,
figure,
figcaption,
fgroup,
time,
hr {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
article,
aside,
section,
nav,
header,
footer,
main,
figure,
figcaption,
fgroup,
time,
hr,
picture {
  display: block;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
body {
  line-height: 1;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
[type=submit],
[type=button],
[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
}
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
}
input {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none;
}
button {
  overflow: visible;
}
textarea {
  overflow: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
:focus {
  outline: 0;
}
:disabled {
  cursor: default;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*------------------------------------------------------------------------------------------*/
/*----------------------------------------2. FONTS------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/hinted-subset-Lato-Regular.woff2') format('woff2'), url('../fonts/hinted-subset-Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/hinted-subset-Lato-Medium.woff2') format('woff2'), url('../fonts/hinted-subset-Lato-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/hinted-subset-Lato-Semibold.woff2') format('woff2'), url('../fonts/hinted-subset-Lato-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/hinted-subset-Lato-Bold.woff2') format('woff2'), url('../fonts/hinted-subset-Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/hinted-subset-Montserrat-Regular.woff2') format('woff2'), url('../fonts/hinted-subset-Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/hinted-subset-Montserrat-Medium.woff2') format('woff2'), url('../fonts/hinted-subset-Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/hinted-subset-Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/hinted-subset-Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/hinted-subset-Montserrat-Bold.woff2') format('woff2'), url('../fonts/hinted-subset-Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------*/
/* -------------------------------3. BASIC STYLES, COMPONENTS-------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*____________________3.1 GLOBAL____________________*/
html {
  height: 100% !important;
  margin: auto;
  position: relative;
}
body {
  min-width: 320px;
  height: 100% !important;
  position: relative;
  font: normal 14px/1.2 "Lato";
  background: #fafafa;
  color: #282828;
}
.page-container {
  max-width: 100%;
  min-height: 100%;
  margin: auto;
  padding-top: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.ie .page-container {
  display: block;
}
@media (max-width:767px) {
  .page-container {
    padding-top: 108px;
  }
}
.main {
  width: 100%;
  min-width: 0;
  padding-top: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}
.container {
  width: 100%;
  min-width: 320px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width:767px) {
  .container {
    max-width: 440px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width:479px) {
  .container {
    max-width: 340px;
  }
}
.section {
  margin-bottom: 25px;
}
.section:last-child {
  margin-bottom: 0;
}
.block {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width:1279px) {
  .block {
    margin-bottom: 80px;
  }
}
@media (max-width:767px) {
  .block {
    margin-bottom: 50px;
  }
}
.block__top {
  margin-bottom: 25px;
  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;
}
@media (max-width:767px) {
  .block__top {
    display: block;
    text-align: center;
  }
}
.block__col {
  min-width: 0;
  padding-right: 20px;
}
.block__col:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block__col:last-child {
  padding-right: 0;
}
@media (max-width:767px) {
  .block__col {
    padding: 0 0 25px;
  }
  .block__col:last-child {
    padding-bottom: 0;
  }
}
.block__title {
  margin-bottom: 20px;
  font: bold 28px/36px "Lato";
  letter-spacing: -0.5px;
}
@media (max-width:767px) {
  .block__title {
    font-size: 24px;
  }
}
.block__title:last-child {
  margin-bottom: 0;
}
.block__button {
  margin-bottom: 20px;
}
.block__button:last-child {
  margin-bottom: 0;
}
.block__button_map .button__text:before {
  content: "Показать на карте";
}
.block__button_map.active .button__text:before {
  content: "Скрыть";
}
@media (max-width:767px) {
  .block__button {
    width: 100%;
  }
  .block__button:last-child {
    margin-bottom: -5px;
  }
}
/*____________________3.2 TAGS, TEXT____________________*/
.title-1 {
  font: bold 38px/1.22 "Montserrat";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .title-1 {
    font-size: 24px;
  }
}
.title-2 {
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .title-2 {
    font-size: 18px;
  }
}
.title-3 {
  font: bold 28px/36px "Lato";
  letter-spacing: -0.5px;
}
@media (max-width:767px) {
  .title-3 {
    font-size: 24px;
  }
}
.title-4 {
  font: 600 20px/1.2 "Lato";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .title-4 {
    font-size: 18px;
  }
}
.title-5 {
  font: bold 16px/1.3 "Lato";
  letter-spacing: normal;
}
.title-6 {
  font: bold 16px/1.3 "Lato";
  letter-spacing: normal;
}
h1 {
  font: bold 38px/1.22 "Montserrat";
  letter-spacing: normal;
}
@media (max-width:767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
}
@media (max-width:767px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font: bold 28px/36px "Lato";
  letter-spacing: -0.5px;
}
@media (max-width:767px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font: 600 20px/1.2 "Lato";
  letter-spacing: normal;
}
@media (max-width:767px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font: bold 16px/1.3 "Lato";
  letter-spacing: normal;
}
h6 {
  font: bold 16px/1.3 "Lato";
  letter-spacing: normal;
}
ul > li {
  list-style: none;
}
ol {
  list-style: none;
  counter-reset: item;
}
ol > li:before {
  content: counter(item, decimal) ". ";
  counter-increment: item;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #AB8F69;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
button,
input[type=submit],
input[type=reset] {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
button,
textarea,
label {
  font-family: "Lato";
}
hr {
  height: 2px;
  margin: 28px 0;
  padding: 0;
  border: none;
  background: #282828;
}
.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*____________________3.3 BASIC ELEMENTS____________________*/
/* 3.3.1 Buttons, links */
.button,
.btn {
  min-height: 40px;
  padding: 10px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #AB8F69;
  border: none;
  border-radius: 4px;
  font: 600 16px/20px "Lato";
  text-align: center;
  letter-spacing: 0.1px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.desktop .button:hover,
.desktop .btn:hover {
  background: #282828;
}
.button.active,
.btn.active {
  background: #F9F5EF !important;
  color: #AB8F69 !important;
}
.button_white,
.btn_white {
  background: #fafafa;
  color: #AB8F69;
}
.desktop .button_white:hover,
.desktop .btn_white:hover {
  background: #282828;
  color: #fff;
}
.button_light,
.btn_light,
.button.return-btn,
.btn.return-btn,
.button.btn-secondary,
.btn.btn-secondary {
  background: #F9F5EF;
  color: #AB8F69;
}
.desktop .button_light:hover,
.desktop .btn_light:hover,
.desktop .button.return-btn:hover,
.desktop .btn.return-btn:hover,
.desktop .button.btn-secondary:hover,
.desktop .btn.btn-secondary:hover {
  background: #F9F5EF;
  color: #282828;
}
.button__text {
  min-width: 0;
  position: relative;
  top: 1px;
}
.mozilla .button__text {
  top: auto;
}
.nav-button {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  border: 1px solid #AB8F69;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-button:before,
.nav-button:after {
  content: "";
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/svg/nav-arrow.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-button:after {
  background-image: url(../img/svg/nav-arrow-hover.svg);
  opacity: 0;
}
.nav-button_next,
.nav-button.next-month {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.desktop .nav-button:hover {
  background: #AB8F69;
}
.desktop .nav-button:hover:before {
  opacity: 0;
}
.desktop .nav-button:hover:after {
  opacity: 1;
}
.nav-button:disabled {
  opacity: 0;
  cursor: default;
}
.nav-button_brown {
  background: #AB8F69;
}
.nav-button_brown:before {
  background-image: url(../img/svg/nav-arrow-hover.svg);
}
.nav-button_brown:after {
  background-image: url(../img/svg/nav-arrow.svg);
}
.desktop .nav-button_brown:hover {
  background: #fff;
}
.nav-button i {
  display: none;
}
.close-button {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  background: #F5F5F8;
  border: none;
  border-radius: 50%;
}
.close-button:before,
.close-button:after {
  content: "";
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #282828;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.close-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.desktop .close-button:hover {
  background: #282828;
}
.desktop .close-button:hover:before,
.desktop .close-button:hover:after {
  background: #fff;
}
.burger-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-button:before,
.burger-button:after,
.burger-button .burger-button__icon:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #AB8F69;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.burger-button:before {
  margin-top: 8px;
}
.burger-button:after {
  margin-top: 16px;
}
.desktop .burger-button:hover:before,
.desktop .burger-button:hover:after,
.desktop .burger-button:hover .burger-button__icon:before {
  background: #282828;
}
.burger-button.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* 3.3.2 Text fields */
*::-moz-placeholder {
  opacity: 1;
  color: #282828;
}
*::-webkit-input-placeholder {
  line-height: normal;
  opacity: 1;
  color: #282828;
}
*:-ms-input-placeholder {
  opacity: 1;
  color: #282828;
}
.input {
  margin-bottom: 15px;
}
.input__label {
  margin-bottom: 10px;
  display: block;
  font: 600 14px/1 "Lato";
  cursor: text;
}
.input__field {
  width: 100%;
  height: 40px;
  padding: 1px 15px 0;
  display: block;
  background: #fff;
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 8px;
  -webkit-box-shadow: 0.7px 0.7px 7.05px 0px rgba(33, 33, 50, 0.06) inset;
  box-shadow: 0.7px 0.7px 7.05px 0px rgba(33, 33, 50, 0.06) inset;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font: 500 14px/1 "Lato";
}
.desktop .input__field:hover,
.input__field:focus {
  border-color: #AB8F69;
}
.input__field:focus::-moz-placeholder {
  opacity: 0;
}
.input__field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input__field:focus:-ms-input-placeholder {
  opacity: 0;
}
.input__field-wrap {
  position: relative;
}
.input__date {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 13px;
  cursor: text;
}
.input__icon {
  width: 16px;
}
.field {
  margin-bottom: 15px;
  position: relative;
}
.field__label {
  margin-bottom: 10px;
  display: block;
  font: bold 10px/16px "Lato";
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: text;
  opacity: 0.56;
}
.field__label b,
.field__label strong {
  font-weight: inherit;
}
.field__input {
  width: 100%;
  height: 46px;
  padding: 1px 0 0 15px;
  display: block;
  background: #F4F4F5;
  border: 1px solid #F4F4F5;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font: 500 14px/1 "Montserrat";
}
.desktop .field__input:hover,
.field__input:focus {
  border-color: #AB8F69;
}
.field__input::-moz-placeholder {
  opacity: 0.5;
}
.field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
.field__input:-ms-input-placeholder {
  opacity: 0.5;
}
.field__input:focus::-moz-placeholder {
  opacity: 0;
}
.field__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.field__input:focus:-ms-input-placeholder {
  opacity: 0;
}
textarea.field__input {
  min-height: 46px;
  padding-top: 14px;
  line-height: 16px;
  resize: none;
}
@media (max-width:767px) {
  textarea.field__input {
    min-height: 72px;
    height: 72px;
    padding-top: 9px;
    font-size: 12px;
    line-height: 16px;
  }
}
.field__input-wrap {
  position: relative;
}
.field__date {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 16px;
  cursor: text;
}
.field__icon {
  width: 16px;
}
/* 3.3.3 Selects, dropdowns */
.select {
  height: 50px;
  display: block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.select.opened .select__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
}
.select_inline {
  height: 46px;
  display: inline-block;
}
.select_inline .select__head {
  min-width: 202px;
  padding: 0 16px;
  background: #F4F4F5;
  border-radius: 4px;
}
.select_inline .select__arrow {
  margin-left: 16px;
}
.select_inline .select__dropdown {
  min-width: 100%;
  right: auto;
  left: 0;
}
.select_inline .select__text {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width:767px) {
  .select:not(.order__select, .first-screen__col) {
    height: 40px;
  }
}
.select__head {
  max-width: 100%;
  height: 100%;
  position: relative;
  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;
  font: 500 14px/1 "Montserrat";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #282828;
}
.desktop .select__head:hover {
  color: #AB8F69;
}
.select__value {
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mozilla .select__value {
  position: relative;
  top: -1px;
}
.select__arrow {
  width: 12px;
  margin-left: 8px;
  top: -1px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.select__dropdown {
  max-height: 258px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border: 1px solid rgba(33, 33, 35, 0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.select__dropdown::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #fafafa;
}
.select__dropdown::-webkit-scrollbar-thumb {
  background: #282828;
}
.select__item {
  display: block;
  cursor: pointer;
}
.select__input {
  display: none;
}
.select__input:checked + .select__text {
  background: #e0e0e0;
  color: #282828 !important;
}
.select__text {
  display: block;
  padding: 8px 18px;
  font: 500 14px/16px "Montserrat";
  color: #282828;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desktop .select__text:hover {
  color: #AB8F69;
}
/* 3.3.4 Checkboxes, radio */
.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 500 14px/16px "Montserrat";
  color: #282828;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desktop .checkbox:hover {
  color: #AB8F69;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__icon:after {
  opacity: 1;
}
.checkbox__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(33, 33, 50, 0.05) inset;
  box-shadow: 1px 1px 5px 0px rgba(33, 33, 50, 0.05) inset;
}
.checkbox__icon:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/svg/check.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.checkbox__text {
  min-width: 0;
}
.mozilla .checkbox__text {
  position: relative;
  bottom: 1px;
}
.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 500 16px/20px "Lato";
  color: #282828;
}
.desktop .check:hover .check__icon {
  border-color: #282828;
}
.check_sm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 13px;
}
.check_sm .check__icon {
  width: 16px;
  height: 16px;
}
.check_sm .check__icon:after {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
}
.check_sm .check__text {
  position: relative;
  top: 1px;
}
.check__input {
  display: none;
}
.check__input:checked + .check__icon:after {
  opacity: 1;
}
.check__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #AB8F69;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.check__icon:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/svg/checkbox.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.check__text {
  min-width: 0;
}
.mozilla .check__text {
  position: relative;
  bottom: 1px;
}
.check__text a {
  color: #AB8F69;
  border-bottom: 1px solid transparent;
}
.desktop .check__text a:hover {
  border-color: #AB8F69;
}
/*____________________3.4 CONTENT____________________*/
.content > p {
  margin-bottom: 10px;
}
.content > p:last-child {
  margin-bottom: 0;
}
.content > ul {
  margin-bottom: 10px;
}
.content > ul > li {
  padding-left: 20px;
  position: relative;
}
.content > ul > li:before {
  content: "·";
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.content > ul:last-child {
  margin-bottom: 0;
}
.content > ol {
  margin-bottom: 10px;
}
.content > ol:last-child {
  margin-bottom: 0;
}
.content a {
  color: #AB8F69;
  border-bottom: 1px solid transparent;
}
.desktop .content a:hover {
  border-color: #AB8F69;
}
.content > h1,
.content > h2,
.content > h3,
.content > h4 {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: bold 20px/30px "Lato";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .content > h1,
  .content > h2,
  .content > h3,
  .content > h4 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }
  .desktop .content p {
    margin-right: -10px;
  }
}
/*____________________3.5 BASIC SECTIONS____________________*/
/* 3.5.1 Header */
.header {
  width: 100%;
  min-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width:767px) {
  .header:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #e6ded2;
  }
  .header.nav-opened:after {
    opacity: 1;
  }
  .header_index {
    background: transparent;
  }
  .header_index .burger-button:before,
  .header_index .burger-button:after,
  .header_index .burger-button .burger-button__icon:before {
    background: #fafafa;
  }
  .desktop .header_index .burger-button:hover:before,
  .desktop .header_index .burger-button:hover:after,
  .desktop .header_index .burger-button:hover .burger-button__icon:before {
    background: #AB8F69;
  }
}
.header__top {
  height: 50px;
  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;
  position: relative;
}
.header__top:before {
  content: "";
  width: 10000px;
  height: 100%;
  margin-left: -5000px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #F9F5EF;
}
.header__top .header__col {
  position: relative;
  z-index: 1;
}
@media (max-width:767px) {
  .header__top {
    height: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header__bottom {
  height: 94px;
  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;
}
@media (max-width:767px) {
  .header__bottom {
    height: 68px;
    padding-bottom: 1px;
  }
}
.header__col {
  min-width: 0;
  max-width: 100%;
}
.header__col_1 {
  width: 100%;
  padding-right: 50px;
}
.header__col_2 {
  padding-right: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__col_3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__col_4 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__col_5 {
  padding: 0 16px;
}
.header__col_6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__col_7 {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width:1279px) {
  .header__col_1 {
    padding-right: 40px;
  }
  .header__col_2 {
    padding-right: 40px;
  }
  .header__col_5 {
    width: 100%;
    padding-right: 40px;
  }
  .header__col_6 {
    padding-right: 40px;
  }
  .header__col_7 {
    display: block;
  }
}
@media (max-width:991px) {
  .header__col_2 {
    display: none;
  }
}
@media (max-width:767px) {
  .header__col {
    display: none;
  }
  .header__col_3 {
    display: block;
  }
  .header__col_4 {
    display: block;
  }
  .header__col_7 {
    display: block;
  }
}
.header__button {
  min-width: 157px;
}
.header__contact {
  margin-right: 45px;
  vertical-align: middle;
}
.header__contact:last-child {
  margin-right: 0;
}
@media (max-width:1279px) {
  .header__contact {
    margin-right: 35px;
  }
}
@media (max-width:991px) {
  .header__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__socials .socials__link {
    width: 50px;
    height: 50px;
  }
}
.contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 500 14px/1 "Montserrat";
  color: #282828;
}
.desktop .contact:hover {
  color: #AB8F69;
}
.contact__icon {
  width: 20px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.contact__icon_mail {
  width: 24px;
  margin-left: -2px;
  margin-right: 13px;
  top: 1px;
}
.contact__text {
  min-width: 0;
  position: relative;
}
.mozilla .contact__text {
  top: -1px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.logo__image {
  max-width: 248px;
}
@media (max-width:767px) {
  .logo__image {
    max-width: 215px;
    top: auto;
  }
}
.header-nav > ul {
  margin: 0 -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: 1px;
  font: 500 16px/1 "Lato";
}
.header-nav > ul > li > a {
  padding: 4px 16px;
  display: block;
  color: #282828;
  border-right: 2px solid rgba(33, 33, 35, 0.25);
}
.desktop .header-nav > ul > li > a:hover {
  color: #AB8F69;
}
.header-nav > ul > li:last-child > a {
  border-right: none;
}
@media (max-width:1279px) {
  .header-nav {
    display: none;
  }
}
/* 3.5.2 Footer */
.footer {
  width: 100%;
  min-width: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  background: #AB8F69;
  color: #fafafa;
}
@media (max-width:767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.footer__cols {
  margin-bottom: 25px;
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.footer__cols:after {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(218, 231, 242, 0.2);
}
.footer__cols:last-child {
  margin-bottom: 0;
}
.footer__cols:last-child:after {
  display: none;
}
.footer__cols_bottom {
  margin-top: -5px;
  font-weight: 500;
  font-family: "Montserrat";
}
@media (max-width:1279px) {
  .footer__cols {
    margin-right: -40px;
  }
  .footer__cols:after {
    width: calc(100% - 40px);
  }
  .footer__cols_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width:767px) {
  .footer__cols {
    margin-top: 0;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
  }
  .footer__cols:after {
    width: 2000px;
    left: -500px;
  }
}
.footer__col {
  min-width: 0;
  padding-right: 50px;
  padding-bottom: 20px;
  position: relative;
}
.footer__col_1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__col_2 {
  width: 100%;
}
.footer__col_3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__col_4,
.footer__col_5 {
  margin-bottom: 5px;
}
.footer__col_6 {
  display: none;
}
@media (max-width:1279px) {
  .footer__col {
    padding-right: 40px;
  }
  .footer__col_2 {
    width: auto;
  }
  .footer__col_3 {
    display: none;
  }
  .footer__col_6 {
    padding-bottom: 15px;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__col_7 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__col_8 {
    padding-bottom: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width:1024px) {
  .footer__col_1 {
    padding-right: 25px;
  }
}
@media (max-width:767px) {
  .footer__col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__col_1 {
    margin-top: -5px;
    padding-bottom: 15px;
    text-align: center;
  }
  .footer__col_2 {
    padding-bottom: 15px;
  }
  .footer__col_6 {
    margin-top: -5px;
    padding-bottom: 15px;
  }
  .footer__col_8 {
    text-align: center;
  }
}
.footer__button {
  min-width: 203px;
  min-height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width:991px) {
  .footer__button {
    min-width: 140px;
  }
}
@media (max-width:767px) {
  .footer__button {
    width: 100%;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer__text {
  padding: 5px 0;
}
.footer__text > a {
  color: #fafafa;
}
.desktop .footer__text > a:hover {
  opacity: 0.6;
}
.footer-logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.desktop .footer-logo:hover {
  opacity: 0.6;
}
.footer-logo__image {
  width: 182px;
}
@media (max-width:767px) {
  .footer-logo__image {
    width: 216px;
  }
}
.footer-nav > ul {
  margin: 0 -16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font: 500 16px/1 "Lato";
}
.footer-nav > ul > li > a {
  padding: 4px 16px;
  display: block;
  color: #fafafa;
  border-right: 2px solid #fafafa;
}
.desktop .footer-nav > ul > li > a:hover {
  color: rgba(250, 250, 250, 0.6);
}
.footer-nav > ul > li:last-child > a {
  border-right: none;
}
@media (max-width:1279px) {
  .footer-nav > ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width:991px) {
  .footer-nav > ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
  }
}
@media (max-width:767px) {
  .footer-nav > ul {
    display: block;
  }
  .footer-nav > ul > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.bottom-nav > ul {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-nav > ul > li {
  padding: 5px 20px;
}
.bottom-nav > ul > li > a {
  color: #fafafa;
}
.desktop .bottom-nav > ul > li > a:hover {
  opacity: 0.6;
}
@media (max-width:1279px) {
  .bottom-nav > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width:767px) {
  .bottom-nav > ul {
    display: block;
  }
  .bottom-nav > ul > li {
    padding: 0;
  }
  .bottom-nav > ul > li > a {
    padding: 9px 20px;
    display: block;
  }
}
.socials {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width:767px) {
  .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.socials__item {
  padding: 0 2px;
}
.socials__link {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socials__link svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #AB8F69;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desktop .socials__link:hover .socials__icon {
  opacity: 0.6;
}
.desktop .socials__link:hover svg {
  fill: #282828;
}
@media (max-width:767px) {
  .socials__link {
    width: 50px;
    height: 50px;
  }
}
.socials__icon {
  width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info {
  margin-right: -50px;
  margin-bottom: -15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font: 16px/26px "Montserrat";
}
@media (max-width:1279px) {
  .info {
    margin-right: -40px;
  }
}
@media (max-width:991px) and (min-width:768px) {
  .info {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .info {
    display: block;
  }
}
.info__item {
  margin-right: 50px;
  margin-bottom: 15px;
}
.info__item b,
.info__item strong {
  font-weight: bold;
}
.info__item a {
  color: #fafafa;
}
.desktop .info__item a:hover {
  opacity: 0.6;
}
@media (max-width:1279px) {
  .info__item {
    margin-right: 40px;
  }
}
/* 3.5.3 Mobile navigation */
.mob-nav {
  width: 100%;
  min-width: 320px;
  height: calc(100% - 144px);
  display: none;
  position: fixed;
  top: 144px;
  left: 0;
  z-index: 99;
  background: rgba(40, 40, 40, 0.3);
}
.mob-nav.active .mob-nav__bg {
  right: 0;
}
@media (max-width:767px) {
  .mob-nav {
    height: calc(100% - 108px);
    top: 108px;
  }
}
.mob-nav__bg {
  width: 330px;
  max-height: 100%;
  padding: 25px 40px;
  position: absolute;
  top: 0;
  right: -330px;
  z-index: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #fafafa;
  border-top: 1px solid #e6ded2;
  overflow-x: hidden;
  overflow-y: auto;
}
.mob-nav__bg::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.mob-nav__bg::-webkit-scrollbar-thumb {
  background: transparent;
}
@media (max-width:991px) {
  .mob-nav__bg {
    padding-bottom: 15px;
  }
}
@media (max-width:767px) {
  .mob-nav__bg {
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    right: -100%;
    border: none;
  }
}
.mob-nav__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width:991px) {
  .mob-nav__socials {
    margin: 0 -40px;
    padding: 15px 40px;
    border-top: 1px solid #e6ded2;
  }
  .mob-nav__socials:last-child {
    padding-bottom: 0;
  }
}
.mob-nav__button {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
  display: none;
}
@media (max-width:767px) {
  .mob-nav__button {
    display: block;
  }
}
.mob-nav__section {
  margin: 0 -40px;
  padding: 25px 40px;
  display: none;
  border-top: 1px solid #e6ded2;
}
.mob-nav__section:last-child {
  padding-bottom: 0;
}
@media (max-width:767px) {
  .mob-nav__section {
    display: block;
  }
}
@media (max-width:767px) {
  .mob-nav__contact {
    max-width: 170px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mob-nav__contact:last-child {
    margin-bottom: 0;
  }
}
.hidden-nav {
  margin: 0 -40px;
}
.hidden-nav > ul > li > a {
  padding: 12px 40px;
  display: block;
  font: 600 16px/1 "Montserrat";
  color: #282828;
  text-transform: uppercase;
  text-align: center;
}
.desktop .hidden-nav > ul > li > a:hover {
  color: #AB8F69;
}
@media (max-width:991px) {
  .hidden-nav {
    padding-bottom: 15px;
  }
}
@media (max-width:767px) {
  .hidden-nav {
    margin: 0 -20px;
  }
  .hidden-nav > ul > li > a {
    padding: 12px 20px;
  }
}
/* 3.5.4 Popups */
.popup {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(40, 40, 40, 0.3);
}
.popup.active .popup__window {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup__row {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
}
.popup__cell {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width:767px) {
  .popup__cell {
    padding: 0;
  }
}
.popup__window {
  width: 100%;
  min-width: 320px;
  max-width: 506px;
  margin: auto;
  padding: 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 15px;
  color: #282828;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (max-width:767px) {
  .popup__window {
    max-width: none;
    padding: 30px 20px 20px;
  }
}
.popup__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.popup__input {
  max-width: 385px;
  margin-bottom: 20px;
}
.popup__input:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .popup__input {
    max-width: none;
  }
}
.popup__button {
  min-width: 225px;
  margin-bottom: 16px;
}
.popup__button:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .popup__button {
    width: 100%;
  }
}
.popup__checkbox {
  min-width: 225px;
  margin-bottom: 16px;
}
.popup__checkbox:last-child {
  margin-bottom: 0;
}
/*-------------------------------------------------------------------------------------------*/
/* ----------------------------------4. PAGES AND SECTIONS-----------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*____________________4.1 INDEX____________________*/
/* first screen */
.first-screen {
  min-height: 426px;
  margin-top: -25px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
}
@media (max-width:767px) {
  .first-screen {
    margin-top: -133px;
    padding-top: 157px;
    padding-bottom: 50px;
    display: block;
  }
}
.first-screen__image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 0 45px 45px;
}
.first-screen__image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 41, 48, 0.4);
}
@media (max-width:767px) {
  .first-screen__image-wrap:after {
    background: rgba(24, 41, 48, 0.5);
  }
}
.first-screen__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.first-screen__main {
  position: relative;
}
.first-screen__title {
  margin-bottom: 46px;
  font: bold 38px/1.22 "Montserrat";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .first-screen__title {
    font-size: 24px;
  }
}
.first-screen__title:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .first-screen__title {
    margin-bottom: 15px;
  }
}
.first-screen__cols {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.first-screen__cols:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fafafa;
  border-radius: 0 8px 8px 8px;
}
@media (max-width:991px) {
  .first-screen__cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width:767px) {
  .first-screen__cols {
    margin: 0 -5px -10px;
    padding-bottom: 25px;
  }
  .first-screen__cols:before {
    display: none;
  }
}
.first-screen__col {
  min-width: 0;
  height: 60px;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.first-screen__col_1 {
  width: 175px;
}
.first-screen__col_2 {
  width: 185px;
}
.first-screen__col_3 {
  width: 216px;
}
.first-screen__col_4 {
  width: 156px;
}
.first-screen__col_5 {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.first-screen__col .select__head {
  padding-left: 24px;
  padding-right: 17px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fafafa;
  font-weight: normal;
  font-family: "Lato";
}
.first-screen__col .select__head:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ddd;
}
.first-screen__col .select__dropdown {
  min-width: 100%;
  right: auto;
  left: 0;
}
.first-screen__col .select__text {
  padding-left: 24px;
  font-weight: normal;
  font-family: "Lato";
}
.first-screen__col.opened .select__head {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (min-width:992px) {
  .first-screen__col:first-child .select__head {
    border-bottom-left-radius: 8px;
  }
  .first-screen__col:last-child .select__head {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  .first-screen__col:last-child .select__head:after {
    display: none;
  }
}
@media (max-width:1279px) {
  .first-screen__col_1 {
    width: 165px;
  }
  .first-screen__col_2 {
    width: 165px;
  }
  .first-screen__col_3 {
    width: 200px;
  }
  .first-screen__col_4 {
    width: 130px;
  }
}
@media (max-width:991px) and (min-width:768px) {
  .first-screen__col {
    width: 50%;
  }
  .first-screen__col_5 {
    width: 100%;
  }
  .first-screen__col .select__head:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ddd;
  }
  .first-screen__col:not(.select):before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ddd;
  }
  .first-screen__col .select__dropdown {
    margin-top: -1px;
  }
  .first-screen__col:nth-child(2n) .select__head:after,
  .first-screen__col:last-child .select__head:after {
    display: none;
  }
  .first-screen__col:nth-child(2n) .first-screen__input,
  .first-screen__col:last-child .first-screen__input {
    border-right: transparent;
  }
  .first-screen__col_5 .select__head {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .first-screen__col_5:before,
  .first-screen__col_5 .select__head:before {
    display: none;
  }
}
@media (max-width:767px) {
  .first-screen__col {
    width: calc(100% - 10px);
    height: auto;
    margin: 0 5px 10px;
  }
  .first-screen__col_1,
  .first-screen__col_2 {
    width: calc(50% - 10px);
  }
  .first-screen__col.select {
    height: 40px;
  }
  .first-screen__col .select__head {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
  }
  .first-screen__col .select__head:before,
  .first-screen__col .select__head:after {
    display: none;
  }
  .first-screen__col .select__text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.first-screen__buttons {
  margin-right: -8px;
  margin-bottom: -12px;
  text-align: right;
}
@media (max-width:767px) {
  .first-screen__buttons {
    margin: 0 0 -10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.first-screen__button {
  margin-right: 8px;
  margin-bottom: 12px;
  padding-left: 45px;
  padding-right: 45px;
}
.first-screen__button.button_white {
  color: #282828;
}
@media (max-width:767px) {
  .first-screen__button {
    width: 100%;
    margin: 0 0 10px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .first-screen__button:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.first-screen__input {
  width: 100%;
  height: 60px;
  padding: 0 0 0 24px;
  display: block;
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  border-right: 1px solid #ddd;
  font: 14px/1 "Lato";
  color: #282828;
}
.first-screen__input.active + .first-screen__arrow-wrap .first-screen__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
}
@media (min-width:992px) {
  .first-screen__input.active {
    background: #fafafa;
  }
}
@media (max-width:767px) {
  .first-screen__input {
    height: 40px;
    padding-left: 10px;
    background: #fafafa;
    border: none;
    border-radius: 4px;
  }
  .first-screen__input.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.first-screen__arrow-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 17px;
  z-index: 1;
  cursor: text;
}
@media (max-width:767px) {
  .first-screen__arrow-wrap {
    right: 10px;
  }
}
.first-screen__arrow {
  width: 12px;
  top: -1px;
  position: relative;
}
.first-nav > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(37, 37, 37, 0.6);
  backdrop-filter: blur(3px);
  border-radius: 4px 4px 0 0;
}
.first-nav > ul > li > a {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: bold 16px/1 "Lato";
  color: #fff;
}
.desktop .first-nav > ul > li > a:hover {
  background: #AB8F69;
  color: #fff;
}
.first-nav > ul > li:first-child > a {
  border-top-left-radius: 4px;
}
.first-nav > ul > li:last-child > a {
  border-top-right-radius: 4px;
}
.first-nav > ul > li.active > a {
  background: #fff;
  color: #282828;
}
@media (max-width:767px) {
  .first-nav {
    display: none;
  }
}
/* catalog */
.catalog-block.active .catalog-map {
  display: block;
}
.catalog-map {
  height: 443px;
  margin-bottom: 20px;
  display: none;
  background: #D9D9D9;
  border: 1px solid rgba(33, 34, 19, 0.1);
  border-radius: 15px;
}
@media (max-width:1279px) {
  .catalog-map {
    height: 408px;
  }
}
@media (max-width:1024px) {
  .catalog-map {
    height: 385px;
  }
}
@media (max-width:991px) {
  .catalog-map {
    height: 408px;
  }
}
@media (max-width:767px) {
  .catalog-map {
    height: 190px;
  }
}
.catalog:not(.carousel__item) {
  margin: 0 -10px -20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog:not(.carousel__item):last-child {
  padding-bottom: 0;
}
@media (max-width:767px) {
  .catalog:not(.carousel__item) {
    padding-bottom: 25px;
  }
}
.catalog_inner .catalog__item {
  padding-bottom: 5px;
}
.catalog__item {
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  padding: 15px 15px 60px;
  position: relative;
  border: 1px solid rgba(33, 33, 35, 0.1);
  background: #fafafa;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.desktop .catalog__item:hover {
  border-color: #AB8F69;
}
@media (max-width:991px) {
  .catalog__item {
    width: calc(50% - 20px);
  }
}
@media (max-width:767px) {
  .catalog__item {
    width: calc(100% - 20px);
  }
}
.catalog__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.catalog__button {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.catalog__button .button__text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog__image-wrap {
  height: 225px;
  margin: -10px -10px 15px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width:1279px) {
  .catalog__image-wrap {
    height: 190px;
  }
}
@media (max-width:1024px) {
  .catalog__image-wrap {
    height: 167px;
  }
}
@media (max-width:991px) {
  .catalog__image-wrap {
    height: 190px;
  }
}
.catalog__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.catalog__title {
  margin-bottom: 10px;
  font: 600 20px/1.2 "Lato";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .catalog__title {
    font-size: 18px;
  }
}
.catalog__text {
  margin-bottom: 10px;
}
.catalog__char {
  margin-bottom: 10px;
  font-size: 16px;
}
.catalog__char b,
.catalog__char strong {
  font-weight: inherit;
  color: #AB8F69;
}
.catalog__char > a,
.catalog__text > a {
  color: #AB8F69;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 1;
}
.desktop .catalog__char > a:hover,
.desktop .catalog__text > a:hover {
  border-color: #AB8F69;
}
.nav {
  margin-bottom: 25px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav__button {
  min-width: 185px;
  margin-bottom: 15px;
}
.nav__button:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .nav__button {
    width: 100%;
    min-height: 46px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
  }
}
.nav__cols {
  margin-bottom: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  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;
  white-space: nowrap;
}
.nav__cols:last-child {
  padding-bottom: 0;
}
@media (max-width:767px) {
  .nav__cols {
    display: none;
  }
}
.nav__col {
  padding: 0 15px 15px 0;
}
.nav__arrow {
  margin-right: 16px;
  vertical-align: middle;
}
.nav__arrow:last-child {
  margin-right: 0;
}
.page-nav > ul {
  margin: 0 -10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-nav > ul > li {
  padding: 0 10px 10px;
}
.page-nav > ul > li > a {
  min-width: 40px;
  height: 40px;
  padding: 1px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #AB8F69;
  border-radius: 4px;
  font: 16px/1 "Lato";
  text-align: center;
  color: #282828;
}
.desktop .page-nav > ul > li > a:hover {
  background: #AB8F69;
  color: #fff;
}
.page-nav > ul > li.active > a {
  background: #AB8F69;
  color: #fff;
}
/* reviews */
.carousel {
  overflow: visible !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.carousel:before,
.carousel:after {
  content: "";
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
}
.carousel:after {
  left: auto;
  right: 100%;
}
.carousel .example,
.carousel .review__all,
.carousel .team,
.carousel .service {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel .catalog__item {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-property: opacity, border-color;
  transition-property: opacity, border-color;
}
.carousel_team .carousel__slider {
  overflow: visible !important;
}
@media (min-width:1025px) {
  .carousel_team:before {
    height: calc(100% + 100px);
    top: -50px;
    background: #fafafa;
  }
  .carousel_team .carousel__slider {
    max-width: 915px;
    margin-left: 0 !important;
    position: static;
  }
  .carousel_team .carousel__scroll {
    min-width: calc(100vw - 80px);
  }
  .carousel_team .team {
    margin-right: 20px;
  }
}
@media (min-width:1025px) and (max-width: 1359px) {
  .carousel:before {
    background: none;
  }
}
@media (max-width:767px) {
  .carousel_review .review__top {
    padding-bottom: 5px;
  }
  .carousel_review .review__top .review__col {
    width: 100%;
  }
  .carousel_review .review__top .review__col:first-child {
    display: none;
  }
  .carousel_review .review__top .review__col .review__title {
    width: 100%;
    text-align: center;
  }
  .carousel_review .review__name {
    padding-bottom: 0;
  }
  .carousel_review .review__text {
    padding-bottom: 5px;
  }
}
.carousel__item.swiper-slide-active .example,
.carousel__item.swiper-slide-active .team,
.carousel__item.swiper-slide-active .service,
.carousel__item.swiper-slide-active .catalog__item {
  opacity: 1;
}
.carousel__item.swiper-slide-active + .swiper-slide .team,
.carousel__item.swiper-slide-active + .swiper-slide .service,
.carousel__item.swiper-slide-active + .swiper-slide .catalog__item {
  opacity: 1;
}
.carousel__item.swiper-slide-active + .swiper-slide + .swiper-slide .catalog__item {
  opacity: 1;
}
.carousel__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .catalog__item {
  opacity: 1;
}
.carousel__item.catalog {
  height: auto !important;
}
.carousel__item .catalog__item {
  width: auto !important;
  margin: 0 !important;
  min-height: 100%;
}
@media (max-width:1024px) {
  .carousel__item.swiper-slide-active + .swiper-slide .team {
    opacity: 0;
  }
}
@media (max-width:767px) {
  .carousel__item .service {
    opacity: 1;
  }
}
@media (max-width: 1359px) {
  .carousel__arrows {
    display: none;
  }
}
.carousel__prev,
.carousel__next {
  margin-top: -24px;
  margin-right: 35px;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 3;
}
@media (max-width: 1400px) {
  .carousel__prev,
  .carousel__next {
    margin-right: 15px;
  }
}
.carousel__next {
  margin-right: 0;
  margin-left: 35px;
  right: auto;
  left: 100%;
}
@media (max-width: 1400px) {
  .carousel__next {
    margin-right: 0;
    margin-left: 15px;
  }
}
.carousel__scroll {
  display: none;
}
@media (max-width: 1359px) {
  .carousel__scroll {
    display: block;
  }
}
.review {
  height: auto !important;
}
.review.swiper-slide-active .review__all {
  opacity: 1;
}
.review.swiper-slide-active + .swiper-slide .review__all {
  opacity: 1;
}
.review.swiper-slide-active + .swiper-slide + .swiper-slide .review__all {
  opacity: 1;
}
@media (max-width:1279px) {
  .review.swiper-slide-active + .swiper-slide + .swiper-slide .review__all {
    opacity: 0;
  }
}
.review__all {
  min-height: 100%;
  padding: 20px 20px 51px;
  position: relative;
  background: #fafafa;
  border: 1px solid rgba(33, 33, 35, 0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
@media (max-width:767px) {
  .review__all {
    padding: 15px 15px 36px;
  }
}
.review__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 15px;
}
.desktop .review__link:hover {
  border-color: #AB8F69;
}
.review__top {
  margin-bottom: 10px;
  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;
}
.review__bottom {
  width: 100%;
  padding: 0 20px;
  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;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width:767px) {
  .review__bottom {
    padding: 0 15px;
    bottom: 15px;
  }
}
.review__col {
  min-width: 0;
  padding-right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.review__col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.review__col:nth-child(2) {
  text-align: right;
}
.review__col:last-child {
  padding-right: 0;
}
.review__title {
  padding: 6px 10px;
  background: #F6F6F6;
  border-radius: 4px;
  font: 12px/18px "Lato";
  color: #717171;
  letter-spacing: normal;
}
.review__name {
  margin-bottom: 5px;
  font: bold 16px/21px "Lato";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .review__name {
    padding-bottom: 5px;
  }
}
.review__date {
  margin-bottom: 10px;
}
.review__text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  color: #AB8F69;
}
.review__like {
  margin-bottom: 10px;
}
@media (max-width:479px) {
  .review__like {
    max-width: 260px;
  }
}
.review__desc {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width:767px) {
  .review__mob {
    min-height: 42px;
    padding-left: 52px;
    position: relative;
  }
}
.review__user {
  display: none;
}
@media (max-width:767px) {
  .review__user {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width:767px) {
  .user {
    width: 42px;
    height: 42px;
  }
}
.user__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date__icon {
  width: 16px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.date__text {
  min-width: 0;
  font-size: 14px;
  line-height: 16px;
  color: rgba(33, 33, 35, 0.5);
}
.like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.like__icon {
  width: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.like__text {
  min-width: 0;
  font-size: 16px;
  line-height: 20px;
}
.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.star__icon {
  width: 16px;
  margin-right: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.star__text {
  min-width: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
}
.example {
  min-height: 230px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid rgba(33, 33, 35, 0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.example__text {
  font: bold 28px/36px "Lato";
  letter-spacing: -0.5px;
  text-align: center;
}
@media (max-width:767px) {
  .example__text {
    font-size: 24px;
  }
}
/*____________________4.2 INNER PAGES____________________*/
.breadcrumbs {
  margin-bottom: 25px;
}
.breadcrumbs > ul {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 12px/18px "Montserrat";
}
.breadcrumbs > ul > li {
  min-width: 0;
  max-width: 100%;
  margin-right: 16px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs > ul > li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumbs > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs > ul > li:last-child:after {
  display: none;
}
.breadcrumbs > ul > li > a {
  color: #282828;
}
.desktop .breadcrumbs > ul > li > a:hover {
  color: #AB8F69;
}
@media (max-width:767px) {
  .breadcrumbs {
    display: none;
  }
}
/* 4.2.1 Catalog */
.filter {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width:1279px) {
  .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width:767px) {
  .filter {
    display: block;
  }
}
.filter__left {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width:767px) {
  .filter__left {
    margin: 0;
    padding-bottom: 4px;
  }
}
.filter__center {
  min-width: 0;
  width: 100%;
  padding-bottom: 11px;
}
@media (max-width:1279px) {
  .filter__center {
    width: auto;
  }
}
@media (max-width:767px) {
  .filter__center {
    padding: 0 0 10px;
  }
}
.filter__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width:1279px) {
  .filter__right {
    width: 100%;
    padding-top: 5px;
  }
}
@media (max-width:767px) {
  .filter__right {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filter__title {
  margin-bottom: 10px;
  font: bold 10px/16px "Lato";
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.56;
}
.filter__select {
  margin-bottom: 10px;
  vertical-align: bottom;
}
@media (max-width:767px) {
  .filter__select {
    margin-bottom: 15px;
    display: block;
  }
}
.filter__button-wrap {
  margin-right: 16px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
.filter__button-wrap:last-child {
  margin-right: 0;
}
@media (max-width:767px) {
  .filter__button-wrap {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .filter__button-wrap:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.filter__button {
  min-width: 185px;
  min-height: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width:767px) {
  .filter__button {
    width: 100%;
    min-width: 0;
  }
}
.filter__checkbox {
  margin-right: 16px;
  margin-bottom: 10px;
  vertical-align: bottom;
}
@media (max-width:767px) {
  .filter__checkbox {
    margin-right: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* 4.2.2 Article */
.article__image-wrap {
  height: 450px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.article__image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.article__image-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width:1024px) {
  .article__image-wrap {
    height: 342px;
  }
}
@media (max-width:991px) {
  .article__image-wrap {
    height: 258px;
  }
}
@media (max-width:767px) {
  .article__image-wrap {
    max-width: 390px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
  }
}
@media (max-width:479px) {
  .article__image-wrap {
    width: 390px;
    margin-right: -195px;
    position: relative;
    right: 50%;
  }
}
.article__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__title {
  margin-bottom: 15px;
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
  color: #AB8F69;
}
@media (max-width:767px) {
  .article__title {
    font-size: 18px;
  }
}
.article__title:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .article__title {
    font-size: 24px;
  }
}
.article__content,
.article__bottom {
  margin-bottom: 50px;
  font-size: 18px;
}
.article__content:last-child,
.article__bottom:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .article__content,
  .article__bottom {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .article__bottom {
    margin-bottom: 50px;
  }
}
.article__button {
  min-width: 157px;
  margin-bottom: 20px;
}
.article__button:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .article__button {
    width: 100%;
    min-width: 0;
  }
}
[data-fancybox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media (max-width:767px) {
  .gallery {
    overflow: visible !important;
  }
}
@media (min-width:768px) {
  .gallery__list {
    margin: 0 -10px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width:768px) {
  .gallery__item {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width:991px) {
  .gallery__item {
    width: calc(50% - 20px);
  }
}
.gallery__image-wrap {
  height: 265px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.gallery__image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desktop .gallery__image-wrap:hover:after {
  opacity: 1;
}
@media (max-width:1279px) {
  .gallery__image-wrap {
    height: 209px;
  }
}
@media (max-width:1024px) {
  .gallery__image-wrap {
    height: 180px;
  }
}
@media (max-width:991px) {
  .gallery__image-wrap {
    height: 209px;
  }
}
.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width:768px) {
  .gallery__scroll {
    display: none;
  }
}
/* 4.2.3 Contacts */
.team-block,
.contacts,
.request {
  margin-bottom: 50px;
}
@media (max-width:1279px) {
  .team-block,
  .contacts,
  .request {
    margin-bottom: 50px;
  }
}
.team {
  min-height: 425px;
  padding: 20px 20px 20px 348px;
  position: relative;
  background: #fafafa;
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width:991px) {
  .team {
    min-height: 362px;
    padding-left: 290px;
  }
}
@media (max-width:767px) {
  .team {
    min-height: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.team__image-wrap {
  width: 308px;
  height: 405px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:991px) {
  .team__image-wrap {
    width: 260px;
    height: 342px;
  }
}
@media (max-width:767px) {
  .team__image-wrap {
    width: calc(100% + 20px);
    height: 225px;
    margin: 0 -10px -10px;
    position: static;
    top: auto;
    left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.team__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team__col {
  min-height: 385px;
  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;
}
@media (max-width:991px) {
  .team__col {
    min-height: 322px;
  }
}
@media (max-width:767px) {
  .team__col {
    width: 100%;
    min-height: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.team__top {
  width: 100%;
  margin-bottom: 15px;
}
.team__top:last-child {
  margin-bottom: 0;
}
.team__title {
  margin-bottom: 15px;
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
  color: #AB8F69;
}
@media (max-width:767px) {
  .team__title {
    font-size: 18px;
  }
}
.team__title:last-child {
  margin-bottom: 0;
}
@media (max-width:991px) {
  .team__title {
    font-size: 24px;
  }
}
@media (max-width:767px) {
  .team__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.team__content {
  margin-bottom: 15px;
  font-size: 16px;
}
.team__content:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .team__content {
    font-size: 14px;
  }
}
.team__info {
  width: 100%;
  margin-bottom: 15px;
  text-align: right;
  font: bold 14px/16px "Lato";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(40, 40, 40, 0.56);
}
.team__info b,
.team__info strong {
  margin-top: 5px;
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #AB8F69;
  letter-spacing: -0.5px;
}
.team__info:last-child {
  margin-bottom: 0;
}
@media (max-width:991px) {
  .team__info b,
  .team__info strong {
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .team__info {
    display: none;
  }
}
.contacts__bg,
.request__bg {
  padding: 50px;
  background: #fafafa;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(33, 33, 35, 0.1);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width:1279px) {
  .contacts__bg,
  .request__bg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width:767px) {
  .contacts__bg,
  .request__bg {
    padding: 15px;
  }
}
@media (min-width:768px) {
  .contacts__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width:768px) {
  .contacts__col {
    width: calc(50% - 20px);
    max-width: 494px;
  }
}
.contacts__socials {
  margin-bottom: 16px;
  padding: 27px;
  background: #AB8F69;
  border-radius: 15px;
}
.contacts__socials .socials {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__socials .socials__item {
  padding-left: 15px;
  padding-right: 15px;
}
.contacts__socials .socials__link {
  width: 46px;
  height: 46px;
}
.contacts__socials:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .contacts__socials {
    padding: 7px;
  }
}
.contacts__section {
  min-height: 80px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DAE7F2;
  font-size: 14px;
  line-height: 1;
}
@media (max-width:767px) {
  .contacts__section {
    display: none;
  }
}
.contacts__map {
  height: 194px;
  background: #D9D9D9;
  border: 1px solid rgba(33, 34, 19, 0.1);
  border-radius: 15px;
}
@media (max-width:767px) {
  .contacts__map {
    height: 190px;
    margin: 0 -10px -10px;
    border-radius: 4px 4px 10px 10px;
  }
}
.contacts__border {
  min-height: 75px;
  margin-bottom: 25px;
  padding: 16px 0;
  border-bottom: 1px solid #DAE7F2;
}
@media (min-width:768px) {
  .contacts__border:first-child {
    min-height: 91px;
    margin-bottom: 30px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media (max-width:767px) {
  .contacts__border {
    min-height: 49px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .contacts__border:first-child {
    min-height: 60px;
    padding-top: 26px;
  }
}
.contacts__mail,
.contacts__tel {
  margin-bottom: 15px;
  display: block;
  color: #AB8F69;
  font: bold 38px/1 "Lato";
}
.desktop .contacts__mail:hover,
.desktop .contacts__tel:hover {
  color: #282828;
}
.contacts__mail:last-child,
.contacts__tel:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .contacts__mail,
  .contacts__tel {
    font-size: 24px;
  }
}
.contacts__tel {
  font-weight: 600;
  font-size: 21px;
}
@media (max-width:767px) {
  .contacts__tel {
    font-size: 18px;
  }
}
.contacts__adr {
  margin-bottom: 24px;
  font: 21px/1 "Lato";
}
.contacts__adr b,
.contacts__adr strong {
  padding-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: inherit;
}
.contacts__adr:last-child {
  margin-bottom: 0;
}
@media (max-width:1279px) {
  .contacts__adr {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width:767px) {
  .contacts__adr {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DAE7F2;
    font-size: 16px;
    line-height: 21px;
  }
  .contacts__adr:last-child {
    margin-bottom: 15px;
  }
  .contacts__adr b,
  .contacts__adr strong {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:767px) {
  .request__bg {
    padding: 20px 15px 15px;
  }
}
.request__title {
  margin-bottom: 43px;
  text-align: center;
  color: #AB8F69;
  text-transform: uppercase;
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
  font-family: "Lato";
}
@media (max-width:767px) {
  .request__title {
    font-size: 18px;
  }
}
.request__title:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .request__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.request__cols {
  max-width: 896px;
  margin: 0 auto -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:767px) {
  .request__cols {
    display: block;
  }
}
.request__col {
  width: 100%;
  min-width: 0;
  padding-right: 20px;
}
.request__col_button {
  width: 225px;
  padding-top: 24px;
  padding-right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width:991px) {
  .request__col_button {
    width: 200px;
  }
}
@media (max-width:767px) {
  .request__col {
    width: auto;
    padding: 0;
  }
  .request__col_button {
    padding-top: 7px;
  }
}
.request__input {
  margin-bottom: 15px;
}
.request__button {
  width: 100%;
  margin-bottom: 18px;
}
@media (min-width:768px) {
  .request__button {
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media (max-width:767px) {
  .request__button {
    margin-bottom: 12px;
  }
}
.request__text {
  margin-bottom: 15px;
  font: 500 11px/13px "Lato";
}
.request__text a {
  color: #AB8F69;
  border-bottom: 1px solid transparent;
}
.desktop .request__text a:hover {
  border-color: #AB8F69;
}
.service {
  height: 590px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.service:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(40, 40, 40, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desktop .service:hover:after {
  opacity: 1;
}
@media (max-width:1279px) {
  .service {
    height: 480px;
  }
}
@media (max-width:1024px) {
  .service {
    height: 446px;
  }
}
@media (max-width:991px) {
  .service {
    height: 334px;
  }
}
@media (max-width:767px) {
  .service {
    height: 400px;
  }
}
@media (max-width:479px) {
  .service {
    height: 300px;
  }
}
@media (max-width:359px) {
  .service {
    height: 280px;
  }
}
.service__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-page + .our-page {
  margin-top: -50px;
}
@media (max-width:1279px) {
  .our-page + .our-page {
    margin-top: -30px;
  }
}
@media (max-width:767px) {
  .our-page + .our-page {
    margin-top: -25px;
  }
  .our-page .block__top {
    margin-bottom: 15px;
    text-align: left;
  }
}
/* 4.2.4 Order */
.order {
  position: relative;
}
.order + .order {
  margin-top: -50px;
}
@media (max-width:1279px) {
  .order + .order {
    margin-top: -30px;
  }
}
@media (max-width:767px) {
  .order + .order {
    margin-top: -25px;
  }
}
.order__image-wrap {
  height: 450px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.order__image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width:1024px) {
  .order__image-wrap {
    height: 342px;
  }
}
@media (max-width:991px) {
  .order__image-wrap {
    height: 258px;
  }
}
@media (max-width:767px) {
  .order__image-wrap {
    height: 250px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
}
.order__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.order__title {
  margin-bottom: 25px;
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
  color: #AB8F69;
}
@media (max-width:767px) {
  .order__title {
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .order__title {
    font-size: 24px;
  }
}
.order__subtitle {
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: bold 20px/30px "Lato";
  letter-spacing: normal;
}
.order__subtitle + .order__price {
  margin-top: -15px;
}
@media (max-width:767px) {
  .order__subtitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.order__section {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.order__section:last-child {
  margin-bottom: 0;
}
.order__section_bottom {
  overflow: hidden;
}
@media (min-width:992px) {
  .order__section_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width:767px) {
  .order__section {
    margin-bottom: 25px;
    padding: 15px;
  }
  .order__section_bottom {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.order__block {
  margin-bottom: 50px;
}
.order__block:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .order__block {
    margin-bottom: 25px;
  }
}
.order__buttons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.order__button {
  min-height: 46px;
  margin-right: 16px;
  padding: 13px 20px;
}
.order__button:first-child {
  min-width: 185px;
}
@media (max-width:767px) {
  .order__button {
    width: 100%;
    margin: 0 0 15px;
  }
  .order__button:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:767px) {
  .order__mob-bg {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid rgba(33, 33, 35, 0.1);
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  }
}
.order__cols {
  margin-bottom: -15px;
  margin-right: -32px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.order__cols:last-child {
  padding-bottom: 0;
}
.order__cols_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width:1280px) {
  .order__cols_content {
    padding-top: 5px;
    padding-bottom: 30px;
    margin-right: -64px;
  }
  .order__cols_content .order__col {
    margin-right: 64px;
  }
  .order__cols_content .order__field {
    width: calc(100% - 64px);
    margin-right: 64px;
  }
}
@media (max-width:767px) {
  .order__cols {
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-bottom: 15px;
  }
}
.order__col {
  margin-right: 32px;
  margin-bottom: 15px;
}
@media (max-width:767px) {
  .order__col {
    width: calc(100% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
.order__field {
  width: calc(100% - 32px);
  max-width: 163px;
  margin-right: 32px;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .order__field_1 {
    max-width: 253px;
  }
  .order__field_2 {
    max-width: 110px;
  }
  .order__field_2 .field__input {
    padding-left: 0;
    text-align: center;
  }
  .order__field_3 {
    max-width: 41px;
  }
  .order__field_3 .field__input {
    padding-left: 0;
    text-align: center;
  }
  .order__field_4 {
    width: auto;
  }
  .order__field_5 {
    width: auto;
  }
  .order__field_5 .field__input {
    max-width: 69px;
    padding-left: 0;
    text-align: center;
  }
  .order__field_6 {
    max-width: 412px;
  }
  .order__field_7 {
    width: auto;
  }
  .order__field_7 .field__input {
    max-width: 118px;
  }
  .order__field_8 {
    max-width: 140px;
  }
}
@media (max-width:991px) and (min-width:768px) {
  .order__field_6 {
    max-width: 350px;
  }
}
@media (max-width:767px) {
  .order__field {
    width: calc(100% - 15px);
    max-width: none;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .order__field_2,
  .order__field_4,
  .order__field_5,
  .order__field_7,
  .order__field_8 {
    width: calc(50% - 15px);
  }
  .order__field .field__input {
    max-width: none;
  }
  .order__field .field__label {
    margin-right: -5px;
  }
  .order__field .field__label b,
  .order__field .field__label strong {
    display: none;
  }
}
.order__line {
  height: 1px;
  margin: 0 -20px 25px;
  background: rgba(33, 33, 35, 0.1);
}
@media (max-width:767px) {
  .order__line {
    margin: 0 -15px 15px;
  }
}
.order__add {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  background: none;
  border: none;
  font: bold 16px/20px "Lato";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.order__add:last-child {
  margin-bottom: 0;
}
.order__add b,
.order__add strong {
  font-weight: inherit;
  border-bottom: 1px solid #AB8F69;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.desktop .order__add:hover b,
.desktop .order__add:hover strong {
  border-color: transparent;
}
@media (max-width:767px) {
  .order__add {
    margin-bottom: 15px;
  }
}
.order__price {
  margin-bottom: 25px;
  font: bold 32px/40px "Lato";
  letter-spacing: 0.2px;
  text-shadow: 0 0;
  color: #AB8F69;
}
.order__price:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .order__price {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.order__change {
  min-height: 46px;
  margin-bottom: 15px;
  padding: 13px 20px;
}
.order__change:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .order__change {
    width: 100%;
  }
}
.order__cost {
  margin-bottom: 15px;
  font: bold 20px/24px "Lato";
  color: #AB8F69;
}
.order__cost b,
.order__cost strong {
  padding-top: 3px;
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(40, 40, 40, 0.56);
}
.order__cost:last-child {
  margin-bottom: 0;
}
.order__text {
  margin-bottom: 15px;
  font: 500 16px/19px "Lato";
}
.order__text:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .order__text {
    font-size: 14px;
    line-height: 16px;
  }
  .order__text br {
    display: none;
  }
}
.order__select .select__head {
  min-width: 68px;
}
@media (max-width:767px) {
  .order__select {
    display: block;
  }
}
.order__checkbox {
  margin-bottom: 15px;
}
.order__checkbox:last-child {
  margin-bottom: 0;
}
.order__map {
  height: 467px;
  background: #D9D9D9;
  border: 1px solid rgba(33, 34, 19, 0.1);
  border-radius: 6px;
}
@media (max-width:1024px) {
  .order__map {
    height: 400px;
  }
}
@media (max-width:767px) {
  .order__map {
    height: 270px;
  }
}
@media (min-width:992px) {
  .order__left {
    width: calc(50% + 40px);
    max-width: 562px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.order__right {
  width: 100%;
  min-width: 0;
}
@media (max-width:991px) {
  .order__right {
    width: auto;
    margin: 20px -20px 0;
    padding: 20px 20px 0;
    border-top: 1px solid rgba(33, 33, 35, 0.1);
  }
}
@media (max-width:767px) {
  .order__right {
    margin: 15px -15px 0;
    padding: 15px 15px 0;
  }
}
.order__chars {
  margin-bottom: 25px;
}
.order__chars:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .order__chars {
    margin-bottom: 15px;
  }
  .order__chars + .order__buttons {
    padding-top: 5px;
  }
}
.order__char {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: bold 10px/16px "Lato";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(40, 40, 40, 0.56);
}
.order__char b,
.order__char strong {
  min-width: 0;
  margin-left: 15px;
  position: relative;
  bottom: 1px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  color: #282828;
}
.order__char:last-child {
  margin-bottom: 0;
}
.order__char a {
  color: #282828;
}
.desktop .order__char a:hover {
  color: #AB8F69;
}
@media (max-width:767px) {
  .order__char b,
  .order__char strong {
    margin-left: 10px;
  }
}
.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch__label {
  cursor: pointer;
}
.desktop .switch__label:hover .switch__text {
  color: #AB8F69;
}
.switch__label:first-child .switch__text {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.switch__label:last-child .switch__text {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width:767px) {
  .switch__label {
    width: 100%;
    min-width: 0;
  }
}
.switch__input {
  display: none;
}
.switch__input:checked + .switch__text {
  background: #F4F4F5;
  color: #282828;
}
.switch__text {
  height: 46px;
  padding: 1px 31px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: f9f9f9;
  border: 1px solid #F4F4F5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font: 500 14px/16px "Montserrat";
  color: #cdcdcd;
  text-align: center;
}
.area {
  max-width: 692px;
  position: relative;
  color: #fafafa;
}
.area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #AB8F69;
  border-radius: 15px;
}
.area__content {
  max-height: 350px;
  padding: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
}
.area__content > p,
.area__content > ul,
.area__content > ol {
  max-width: 570px;
}
.area__content::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background: #f1f1f1;
}
.area__content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 2px solid #f1f1f1;
}
.area__content::-webkit-scrollbar-button:single-button {
  height: 14px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
}
.area__content::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-top: 4px solid #f1f1f1;
  background-image: url(../img/webp/scroll-top.webp);
}
.area__content::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url(../img/webp/scroll-bottom.webp);
  border-bottom: 4px solid #f1f1f1;
}
@media (max-width:767px) {
  .area__content {
    padding-top: 27px;
    font-size: 14px;
  }
}
@media (min-width:768px) {
  .pay {
    margin-bottom: 50px;
    padding-right: 132px;
    position: relative;
  }
}
.pay__slider {
  overflow: visible !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static !important;
}
@media (max-width:1279px) and (min-width:768px) {
  .pay__slider {
    max-width: 750px;
    margin-left: 0 !important;
  }
}
@media (max-width:767px) {
  .pay__list {
    margin: 0 -7.5px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width:359px) {
  .pay__list {
    margin: 0 -5px -10px;
  }
}
@media (max-width:767px) {
  .pay__arrows {
    display: none;
  }
}
.pay__prev,
.pay__next {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 3;
}
.pay__prev:disabled,
.pay__next:disabled {
  display: none;
}
.pay__next {
  left: auto;
  right: 0;
}
@media (min-width:768px) {
  .pay__item.swiper-slide-active .pay__label {
    opacity: 1;
  }
  .pay__item.swiper-slide-active .pay__label:after {
    opacity: 0;
  }
  .pay__item.swiper-slide-active:not(:nth-child(1)) .pay__label:before {
    opacity: 0.7;
  }
  .pay__item.swiper-slide-active + .swiper-slide .pay__label {
    opacity: 1;
  }
  .pay__item.swiper-slide-active + .swiper-slide .pay__label:after {
    opacity: 0;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide .pay__label {
    opacity: 1;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide .pay__label:after {
    opacity: 0;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 1;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .pay__label:after {
    opacity: 0;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 1;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label:after {
    opacity: 0;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 1;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label:after {
    opacity: 0;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 0.7;
  }
}
@media (min-width:768px) and (max-width:1279px) {
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label:after {
    opacity: 0.7;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 0;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 0;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .pay__label:after {
    opacity: 0.7;
  }
  .pay__item.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .pay__label {
    opacity: 0;
  }
}
@media (max-width:767px) {
  .pay__item {
    width: calc(50% - 15px);
    max-width: 127px;
    margin: 0 7.5px 15px;
  }
}
@media (max-width:359px) {
  .pay__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.pay__label {
  height: 100px;
  display: block;
  cursor: pointer;
}
@media (min-width:768px) {
  .pay__label {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
  .pay__label:before,
  .pay__label:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: -webkit-gradient(linear, right top, left top, from(rgba(33, 33, 35, 0.5)), color-stop(37.69%, rgba(33, 33, 35, 0.492873)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, rgba(33, 33, 35, 0.5) 0%, rgba(33, 33, 35, 0.492873) 37.69%, rgba(0, 0, 0, 0) 100%);
    border-radius: 12px;
    opacity: 0.7;
  }
  .pay__label:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(33, 33, 35, 0.5)), color-stop(37.69%, rgba(33, 33, 35, 0.492873)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(-270deg, rgba(33, 33, 35, 0.5) 0%, rgba(33, 33, 35, 0.492873) 37.69%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
  }
}
.desktop .pay__label:hover .pay__image-wrap:before {
  border-color: #AB8F69;
}
@media (max-width:767px) {
  .pay__label {
    height: 78px;
  }
}
@media (max-width:359px) {
  .pay__label {
    height: 74px;
  }
}
.pay__input {
  display: none;
}
.pay__input:checked + .pay__image-wrap:after {
  opacity: 1;
}
.pay__image-wrap {
  height: 100%;
  padding: 5px;
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.pay__image-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 12px;
}
.pay__image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  border: 3px solid #AB8F69;
  border-radius: 12px;
}
.pay__cols {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 600 16px/19px "Lato";
  color: #fafafa;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width:767px) {
  .pay__cols {
    font-size: 12px;
    line-height: 14px;
  }
}
.pay__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.pay__icon {
  width: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pay__icon_1 {
  width: 40px;
}
.pay__icon_3 + .pay__text {
  color: #AB8F69;
}
@media (max-width:767px) {
  .pay__icon {
    width: 24px;
    margin-right: 7px;
  }
  .pay__icon_1 {
    width: 30px;
  }
  .pay__icon_4 {
    width: 30px;
  }
}
@media (max-width:767px) and (max-width:479px) {
  .pay__icon {
    width: 20px;
    margin-right: 5px;
  }
  .pay__icon_1,
  .pay__icon_4 {
    width: 26px;
  }
}
.pay__text {
  min-width: 0;
}
.weather {
  height: 525px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(33, 34, 19, 0.1);
}
@media (max-width:1024px) {
  .weather {
    height: 400px;
  }
}
@media (max-width:767px) {
  .weather {
    height: 270px;
  }
}
.weather__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* 4.2.5 Card */
.card + .block {
  margin-top: -50px;
}
@media (max-width:1279px) {
  .card + .block {
    margin-top: -30px;
  }
}
@media (max-width:767px) {
  .card + .block {
    margin-top: -25px;
  }
}
.card__sides {
  margin-bottom: 20px;
}
.card__sides:last-child {
  margin-bottom: 0;
}
@media (min-width:1025px) {
  .card__sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width:1025px) {
  .card__left {
    width: 100%;
    min-width: 0;
    padding-right: 10px;
  }
}
@media (min-width:1025px) {
  .card__right {
    width: 50%;
    max-width: 498px;
    padding-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
  }
}
.card__section {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(33, 33, 35, 0.1);
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.card__section_mob {
  display: none;
}
.card__section_min {
  margin-bottom: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
@media (max-width:1024px) {
  .card__section_first {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .card__section_min {
    min-height: 0 !important;
    margin-bottom: 20px;
  }
  .card__section_hide-mob {
    display: none;
  }
  .card__section_mob {
    display: block;
  }
}
@media (max-width:767px) {
  .card__section {
    margin-bottom: 15px;
    padding: 15px;
  }
  .card__section_first {
    padding: 0;
  }
}
.card__top {
  margin-bottom: 30px;
}
.card__top:last-child {
  margin-bottom: 0;
}
@media (max-width:1024px) {
  .card__top {
    display: none;
  }
}
.card__title {
  margin-bottom: 15px;
  font: bold 36px/1.22 "Montserrat";
  letter-spacing: normal;
}
@media (max-width:767px) {
  .card__title {
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .card__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width:1279px) and (min-width:1025px) {
  .card__title {
    font-size: 30px;
  }
}
@media (max-width:767px) {
  .card__title {
    margin-bottom: 10px;
  }
}
.card__subtitle {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: bold 20px/30px "Lato";
  letter-spacing: normal;
}
.card__subtitle + .card__content {
  margin-top: -15px;
}
@media (max-width:767px) {
  .card__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .card__subtitle + .card__content {
    margin-top: -10px;
  }
  .card__subtitle_center-mob {
    text-align: center;
  }
}
.card__content {
  min-height: 147px;
  font-size: 14px;
}
@media (max-width:1024px) {
  .card__content {
    min-height: 0;
  }
}
.card__cols {
  margin: 0 -10px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #AB8F69;
}
.card__col {
  padding: 0 10px 5px;
}
@media (max-width:767px) {
  .card__col {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .card__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.card__button {
  width: 100%;
  min-height: 52px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.card__button:last-child {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .card__button {
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.card__line {
  height: 1px;
  margin-bottom: 15px;
  background: rgba(33, 33, 35, 0.1);
}
.card__line:last-child {
  margin-bottom: 0;
}
.card__share {
  margin-bottom: 8px;
  font: bold 12px/16px "Lato";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: rgba(40, 40, 40, 0.56);
}
.card__share:last-child {
  margin-bottom: 0;
}
.card__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width:767px) {
  .card__socials .socials__link {
    width: 32px;
    height: 32px;
  }
}
.card__price {
  padding-bottom: 25px;
}
.card__price:last-child {
  padding-bottom: 0;
}
@media (max-width:767px) {
  .card__price {
    padding-bottom: 20px;
  }
}
@media (max-width:1024px) {
  .card__desktop {
    margin-bottom: 25px;
  }
}
@media (max-width:767px) {
  .card__desktop {
    margin-bottom: 15px;
  }
}
.price {
  margin-right: -20px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width:767px) {
  .price {
    margin-right: 0;
  }
}
.price__item {
  margin-bottom: 10px;
  margin-right: 21px;
  padding-right: 22px;
  position: relative;
  font: bold 12px/16px "Lato";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(40, 40, 40, 0.56);
}
.price__item:after {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 0;
  background: rgba(40, 40, 40, 0.3);
}
.price__item b,
.price__item strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #AB8F69;
}
.price__item i {
  font-weight: normal;
  font-style: normal;
  font-family: sans-serif;
}
.price__item:last-child {
  padding-right: 0;
}
.price__item:last-child:after {
  display: none;
}
@media (max-width:767px) {
  .price__item {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 11px;
  }
  .price__item:last-child {
    padding-bottom: 0;
  }
  .price__item:after {
    width: 45px;
    height: 1px;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
  }
}
.views {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(40, 40, 40, 0.4);
  font-size: 14px;
  line-height: 20px;
}
.views__icon {
  width: 16px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.views__text {
  min-width: 0;
}
.card-map {
  height: 325px;
  background: #D9D9D9;
  border-radius: 4px;
}
@media (max-width:767px) {
  .card-map {
    height: 190px;
  }
}
.check-list {
  margin-right: -20px;
  margin-bottom: -14px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.check-list:last-child {
  padding-bottom: 0;
}
.check-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.check-list > ul > li {
  width: 57%;
  min-height: 24px;
  margin-bottom: 14px;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 34px;
  position: relative;
}
.check-list > ul > li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F9F5EF;
  border-radius: 4px;
}
.check-list > ul > li:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  background: url(../img/svg/checkmark.svg) no-repeat;
  background-size: 100% 100%;
}
.check-list > ul > li:nth-child(2n-1) {
  width: 43%;
}
.check-list > ul > li.active:after {
  display: block;
}
@media (max-width:767px) {
  .check-list {
    margin-bottom: -10px;
  }
  .check-list > ul > li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 5px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .check-list > ul > li:nth-child(2n-1) {
    width: 50%;
  }
  .check-list > ul > li:nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .check-list > ul > li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .check-list > ul > li:nth-child(4) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .check-list > ul > li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .check-list > ul > li:nth-child(6) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .check-list > ul > li:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .check-list > ul > li:nth-child(8) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .check-list > ul > li:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .check-list > ul > li:nth-child(10) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .check-list > ul > li:nth-child(11) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .check-list > ul > li:nth-child(12) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .check-list > ul > li:nth-child(13) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .check-list > ul > li:nth-child(14) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
.slider {
  border-radius: 4px;
  overflow: hidden;
  background: #D9D9D9;
}
@media (max-width:1024px) {
  .slider {
    max-width: 662px;
    margin-left: 0 !important;
    overflow: visible !important;
    background: none;
  }
}
@media (max-width:767px) {
  .slider {
    max-width: 300px;
  }
}
.slider__image-wrap {
  height: 425px;
  display: block;
  overflow: hidden;
}
@media (max-width:1279px) and (min-width:1025px) {
  .slider__image-wrap {
    height: 360px;
  }
}
@media (max-width:1024px) {
  .slider__image-wrap {
    background: #D9D9D9;
    border-radius: 4px;
  }
}
@media (max-width:767px) {
  .slider__image-wrap {
    height: 209px;
  }
}
.slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-lazy-preloader + .slider__image {
  opacity: 0;
}
.thumbs {
  margin-top: 13px;
  position: relative;
}
@media (max-width:1024px) {
  .thumbs {
    display: none;
  }
}
.thumbs__item {
  cursor: pointer;
}
.thumbs__item.swiper-slide-thumb-active .thumbs__image-wrap:after {
  opacity: 0 !important;
}
.desktop .thumbs__item:hover .thumbs__image-wrap:after {
  opacity: 0.5;
}
.thumbs__image-wrap {
  height: 110px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.thumbs__image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.swiper-initialized .thumbs__image-wrap {
  opacity: 1;
}
@media (max-width:1279px) and (min-width:1025px) {
  .thumbs__image-wrap {
    height: 80px;
  }
}
.thumbs__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumbs__prev,
.thumbs__next {
  margin-top: -24px;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 2;
}
.thumbs__prev:disabled,
.thumbs__next:disabled {
  display: none;
}
.thumbs__next {
  left: auto;
  right: 20px;
}
/* date */
.card-date__cols {
  margin-top: -5px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(33, 33, 35, 0.1);
}
.card-date__cols:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media (max-width:767px) {
  .card-date__cols {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card-date__left {
  width: 367px;
  min-width: 0;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width:1279px) {
  .card-date__left {
    width: 280px;
  }
}
@media (max-width: 1150px) {
  .card-date__left {
    display: none;
  }
}
.card-date__right {
  width: 100%;
  min-width: 0;
  max-width: 774px;
}
.card-date__image-wrap {
  height: 255px;
  overflow: hidden;
  border-radius: 4px;
}
.card-date__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-date__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width:991px) {
  .card-date__bottom {
    display: block;
  }
}
.card-date__legends {
  min-width: 0;
}
.card-date__button-wrap {
  padding-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width:991px) {
  .card-date__button-wrap {
    padding: 20px 0 0;
  }
}
@media (max-width:767px) {
  .card-date__button-wrap {
    padding-top: 15px;
  }
}
.card-date__button {
  min-width: 157px;
}
@media (max-width:767px) {
  .card-date__button {
    width: 100%;
  }
}
.legends {
  margin: 0 -45px -11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .legends {
    margin-right: -20px;
  }
}
@media (max-width:991px) {
  .legends {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width:767px) {
  .legends {
    display: block;
  }
}
.legends__item {
  margin-bottom: 11px;
  padding: 0 45px 0 40px;
  position: relative;
}
@media (max-width:1024px) {
  .legends__item {
    padding-right: 20px;
  }
}
@media (max-width:991px) {
  .legends__item {
    padding-left: 29px;
  }
}
@media (max-width:767px) {
  .legends__item {
    padding-right: 0;
  }
}
.legends__color {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #AB8F69;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 4px;
}
.legends__color.checkin {
  background: #fafafa;
}
.legends__color.checkin:before,
.legends__color.checkout:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #AB8F69;
}
.legends__color.checkout:before {
  background: #fafafa;
}
@media (max-width:991px) {
  .legends__color {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
}
.legends__text {
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 600 16px/20px "Lato";
}
@media (max-width:991px) {
  .legends__text {
    min-height: 24px;
    font-size: 14px;
  }
}