/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 0;
}
button {
  font-family: inherit;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.text-and-img {
  position: relative;
  text-align: left;
  z-index: 0;
}
.text-and-img .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-and-img .content {
  padding-left: 15px;
  padding-right: 15px;
}
.text-and-img .title {
  display: inline-block;
  position: relative;
  margin: 0 0 57px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.page-id-153 .text {
  margin-top: 50px;
}
.page-id-153 .text * {
  margin: 50px 0 0;
  font-size: 18px;
  line-height: 1.5;
}
.text-and-img .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .text-and-img .title {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .text-and-img .title:after {
    bottom: -10px;
  }
}
@media (max-width: 800px) {
  .text-and-img .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 326px) {
  .text-and-img .title {
    font-size: 17px;
  }
}
.text-and-img .text {
  margin: 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  cursor: default;
}
@media (max-width: 800px) {
  .text-and-img .text {
    font-size: 14px;
  }
}
.text-and-img .img {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.text-and-img .img img {
  height: 100%;
  max-width: 460px;
  max-height: 520px;
  object-fit: cover;
}
.slider__wrapper {
  display: flex;
  align-items: center;
}
.slider {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.slider__btn {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  flex: 0 0 56px;
  transition: 0.2s ease;
}
@media (max-width: 800px) {
  .slider__btn {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    background-size: 9px;
  }
}
@media (max-width: 450px) {
  .slider__btn {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.slider__btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider__btn_left {
  background-image: url(../img/left.png);
  background-position-x: 13px;
  margin-right: 5px;
}
@media (max-width: 800px) {
  .slider__btn_left {
    background-position-x: 6px;
  }
}
.slider__btn_right {
  background-image: url(../img/right.png);
  background-position-x: 24px;
  margin-left: 5px;
}
@media (max-width: 800px) {
  .slider__btn_right {
    background-position-x: 9px;
  }
}
.slider__content {
  overflow: hidden;
  position: relative;
}
.slider__item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}
.slider__close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/m-close.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (max-width: 800px) {
  .slider__close {
    width: 20px;
    height: 20px;
  }
}
.slider__close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
}
.contactForm {
  display: inline-block;
  padding: 35px 22px 15px;
  width: 470px;
  background-color: rgba(96, 143, 151, 0.73);
  color: #fff;
  box-shadow: 5px 5px 6.79px 0.21px rgba(0, 0, 0, 0.35);
  text-align: left;
}
.contactForm .form-title {
  display: block;
  margin: 0 auto 28px;
  font-size: 19px;
  cursor: default;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.contactForm .input {
  display: inline-block;
  border: none;
  width: 205px;
  margin-bottom: 16px;
  padding: 12px 10px;
  font-size: 15px;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.contactForm .input::-webkit-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.contactForm .input:-ms-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.contactForm .input::-ms-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.contactForm .input::placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.contactForm .input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contactForm .input:focus:-ms-input-placeholder {
  opacity: 0;
}
.contactForm .input:focus::-ms-input-placeholder {
  opacity: 0;
}
.contactForm .input:focus::placeholder {
  opacity: 0;
}
.contactForm .input_margin {
  margin-right: 16px;
}
.contactForm .input_long {
  width: 100%;
}
.contactForm .input_message {
  width: 100%;
  height: 126px;
  resize: none;
}
.contactForm .captcha {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: default;
}
.contactForm .submit {
  border: none;
  width: 100%;
  margin-top: 0px;
  padding: 16px 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #dc900d;
  color: inherit;
  box-shadow: 2px 2px 0 #a36b0a;
  cursor: pointer;
  transition: 0.2s ease;
}
.contactForm .submit:hover {
  background-color: #f2a92a;
}
.contactForm .submit:active {
  background-color: #e18b10;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.contactForm .footerNote {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.header-layout .head, .head {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  padding: 8px 0 8px;
}
.header-layout .head .box, .head .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 966px) {
  .header-layout .head, .head {
    display: none;
  }
}
.header-layout .social, .head .social {
  display: inline-block;
}
.header-layout .social .icon, .social .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
}
.header-layout .social .icon:hover,.social .icon:hover {
  opacity: 0.7;
}
.header-layout .social .facebook,.social .facebook {
  background-image: url(../img/facebook.svg);
}
.header-layout .social .twitter,.social .twitter {
  background-image: url(../img/twitter.svg);
}
.header-layout .social .instagram, .social .instagram {
  background-image: url(../img/instagram.svg);
}
.header-layout .social .google-plus, .social .google-plus {
  background-image: url(../img/google-plus.svg);
}
.header-layout .social .youtube, .social .youtube {
  background-image: url(../img/youtube.svg);
}
.header-layout .social .yelp, .social .yelp {
  background-image: url(../img/yelp.svg);
}
.header-layout .social .pinterest, .social .pinterest {
  background-image: url(../img/pinterest.svg);
}
.header-layout .social .houzz, .social .houzz {
  background-image: url(../img/houzz.svg);
}
.header-layout .search, .search {
  display: inline-block;
  position: relative;
  border: 1px solid #565656;
  border-radius: 6px;
  width: 275px;
  text-align: left;
}
.header-layout .search .input, .search .input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  padding: 7px 49px 7px 9px;
}
.header-layout .search .input::-webkit-input-placeholder, .search .input::-webkit-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.header-layout .search .input:-ms-input-placeholder, .search .input:-ms-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.header-layout .search .input::-ms-input-placeholder, .search .input::-ms-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.header-layout .search .input::placeholder, .search .input::placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.header-layout .search .input:focus::-webkit-input-placeholder, .search .input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header-layout .search .input:focus:-ms-input-placeholder, .search .input:focus:-ms-input-placeholder {
  opacity: 0;
}
.header-layout .search .input:focus::-ms-input-placeholder, .search .input:focus::-ms-input-placeholder {
  opacity: 0;
}
.header-layout .search .input:focus::placeholder, .search .input:focus::placeholder {
  opacity: 0;
}
.header-layout .search .i, .search .i {
  display: block;
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  background-color: #565656;
  background-image: url(../img/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.header-layout .weekdays, .weekdays {
  margin: 0 15px;
  font-size: 18px;
  color: #fff;
  cursor: default;
}
@media (max-width: 1133px) {
  .header-layout .weekdays,  .weekdays {
    display: none;
  }
}
.header-layout .menu,  .menu {
  position: relative;
  will-change: transform;
  box-shadow: 0px 11px 16px 0.48px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.header-layout .menu .logo, .menu .logo {
  display: inline-block;
  width: 140px;
  height: 55px;
  background-image: url(https://fourseason.pro/wp-content/uploads/2023/10/logo1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 15px;
}
.header-layout .menu .phone, .menu .phone {
  position: relative;
  background-color: rgba(249, 158, 34, 0.8);
  box-shadow: -2px -2px 0px 0px rgba(0, 0, 0, 0.35) inset;
  font-size: 20px;
  color: #fff;
  padding: 13px 14px 13px 46px;
  text-decoration: none;
  border-radius: 6px;
  /* margin: 0 15px; */
  transition: 0.2s ease;
}
.header-layout .menu .phone:before, .menu .phone:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/phone.png);
  top: 50%;
  left: 19px;
  margin-top: -10px;
}
@media (max-width: 1202px) {
  .header-layout .menu .phone, .menu .phone {
    display: none;
  }
}
.header-layout .menu .phone:hover,.menu .phone:hover {
  background-color: #f2a92a;
}
.header-layout .menu .phone:active,.menu .phone:active  {
  background-color: #e18b10;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.header-layout .menu .menu__item {
  position: relative;
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 17px;
  text-decoration: none;
  word-spacing: 3px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
.header-layout .menu .menu__item_menu,
.header-layout .menu .menu__item_submenu {
  text-transform: uppercase;
  text-shadow: 0 0 2px #7c7c7c;
}
.header-layout .menu .menu__item_menu {
  padding: 25px 17px;
  font-weight: bold;
}
.header-layout .menu .menu__item_menu:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.header-layout .menu .menu__item_submenu {
  padding: 25px 20px;
  font-weight: 300;
}
.header-layout .menu .menu__item_submenu:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-layout .menu .menu__item_sub-submenu {
  display: table;
  padding: 6px 17px;
  font-size: 17px;
  font-weight: 300;
  text-transform: capitalize;
}
.header-layout .menu .menu__item_sub-submenu:hover:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 34px);
  background-color: #fff;
  bottom: 4px;
}
.header-layout .menu .submenu {
  display: inline-block;
}
.header-layout .menu .submenu:hover > .menu__item_menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.header-layout .menu .submenu:hover > .submenu__group {
  display: block;
}
.header-layout .menu .submenu__group {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: -4px;
  left: 0;
  z-index: 10;
}
.header-layout .menu .submenu__group:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.9;
}
.header-layout .menu .sub-submenu {
  display: inline-block;
}
.header-layout .menu .sub-submenu:hover > .menu__item_submenu {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-layout .menu .sub-submenu:hover > .sub-submenu__group {
  display: block;
}
.header-layout .menu .sub-submenu__group {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 17px 0;
  display: none;
}
.header-layout .menu .sub-submenu__group:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.93;
}
.header-layout .menu .sub-submenu__group .center {
  display: flex;
  justify-content: space-around;
}
.header-layout .menu .sub-submenu__col {
  display: inline-block;
}
.header-layout .menu:after,.menu:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.6;
  border-bottom: 4px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 966px) {
  .header-layout .menu {
    display: none;
  }
}
.header-layout .menu .box,.menu .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1193px) {
  .header-layout .menu .box {
    justify-content: center;
  }
}
.header-layout .menu .center {
  max-width: 1200px;
  margin: 0 auto;
}
.header-layout-mobile {
  will-change: transform;
  display: none;
  color: #fff;
}
.header-layout-mobile .logo {
  height: 40px;
  background-image: url(https://fourseason.pro/wp-content/uploads/2023/10/logo1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
  background-color: #1c5764;
  display: block;
  width: 100%;
}
.header-layout-mobile .tel {
  font-size: 19px;
	text-align: center;
  background-color: rgba(92, 141, 163, 0.9);
  box-shadow: 0px 11px 16px 0.48px rgba(0, 0, 0, 0.5);
}
.header-layout-mobile .tel a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 3px 0 6px;
  cursor: pointer;
}
.header-layout-mobile .tel a:before,
.header-layout-mobile .tel a:after {
  content: '';
  display: block;
  position: absolute;
}
.header-layout-mobile .tel a:before {
  width: 18px;
  height: 18px;
  background-image: url(../img/phone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -23px;
  top: 4px;
}
.header-layout-mobile .tel a:after {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #fff;
}
.header-layout-mobile .btn {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #308d9f;
  padding: 5px 0 5px 26px;
  font-size: 19px;
  border: none;
  text-transform: uppercase;
  background-image: url(../img/burger.svg);
  background-repeat: no-repeat;
  background-size: 21px 15px;
  background-position: calc(50% - 30px) center;
  color: inherit;
}
.header-layout-mobile .gr {
  background-color: #246a78;
  position: relative;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.4s ease;
  padding-left: 0;
}
.header-layout-mobile .link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 1.2;
  width: 320px;
  margin: 0 auto;
  padding-left: 50px;
  text-align: left;
}
.header-layout-mobile .link:last-child {
  padding-bottom: 5px;
}
.header-layout-mobile .menu__item_list {
  position: relative;
}
.header-layout-mobile .menu__item_list:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(../img/m-arrow.png);
  right: 15px;
  top: 8px;
}
.header-layout-mobile .menu__item_opened:after {
  background-image: url(../img/m-close.png);
}
.header-layout-mobile .submenu {
  background-color: #245963;
  padding: 12px 0;
}
.header-layout-mobile .sub-submenu {
  padding: 12px 0;
  background-color: #1c353a;
}
.header-layout-mobile .sub-submenu .link {
  text-transform: capitalize;
}
.header-layout-mobile .menu_closed {
  display: none;
}
.header-layout-mobile .add {
  margin-top: 10px;
  border: none;
  box-shadow: none;
  outline: none;
  margin: 0 auto;
  padding-left: 28px;
  display: block;
  position: relative;
  width: 0px;
  box-sizing: border-box;
  height: 32px;
  border-radius: 50%;
  background-color: #5093a0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9CAMAAAApvJHbAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZ3bsYwAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAAAJcEhZcwAADsEAAA7BAbiRa+0AAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMjHxIGmVAAAAZUlEQVRIS+3QMQ6AMAxD0eb+hw4UmcmJEUWii//kSn1DO1IVEVh1Up9Yc6UvLLk1Z91lzVl3WXM/aFx639SYK+XAWGur/vZu/H3VfafPmrPusuasu6y5nRoch6pnjV0m9eRYVZkHxBOm0Yc1w3MAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
@media (max-width: 966px) {
  .header-layout-mobile {
    display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1001;
  }
	.header-layout {
		padding-top: 102px !important;
	}
}
.header-layout .header-menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-layout .header-menu_fixed:after {
  opacity: 1;
}
.header-layout {
  text-align: center;
  z-index: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 70px;
  /*-webkit-filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.31));*/
  /*filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.31));*/
  margin-bottom: -70px;
}

.header-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/bg/1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
.header-layout .content {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-layout .content.thank-you {
	justify-content: center;
	height: 450px;
}
.header-layout .thank-you .left {
	text-align: center;
}
.header-layout .left {
  margin: 30px;
  padding: 23px 20px 25px;
  display: inline-block;
  max-width: 670px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: default;
  border-radius: 3px;
  text-align: left;
}
@media (max-width: 966px) {
  .header-layout .left {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header-layout .caption {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .header-layout .caption {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.header-layout .text {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.header-layout .text a {
	color: #fff;
}
@media (max-width: 800px) {
  .header-layout .text {
    font-size: 13px;
  }
}
.header-layout .contactForm {
  margin: 35px 30px 10px 30px;
  flex: 0 0 470px;
}
@media (max-width: 966px) {
  .header-layout .contactForm {
    display: none;
  }
}
.services-layout {
  text-align: center;
  z-index: auto;
  position: relative;
  padding-top: 70px;
  padding-bottom: 210px;
  margin-bottom: -145px;
}
.services-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-clip-path: polygon(0 0, 50% 70px, 100% 0, 100% calc(100% - 145px), 0 100%);
          clip-path: polygon(0 0, 50% 70px, 100% 0, 100% calc(100% - 145px), 0 100%);
}
@media (max-width: 800px) {
  .services-layout {
    padding-bottom: 185px;
  }
}
.services-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 72px;
  padding-top: 120px;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.services-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .services-layout .title {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .services-layout .title:after {
    bottom: -10px;
  }
  .services-layout .title:after {
    width: 152px;
  }
}
@media (max-width: 800px) {
  .services-layout .title {
    padding-top: 36px;
    margin-bottom: 25px;
  }
}
.services-layout .text {
  margin: 0 30px 84px;
  font-size: 21px;
  color: #383737;
  cursor: default;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .services-layout .text {
    font-size: 12px;
    margin-bottom: 31px;
  }
}
.services-layout .box {
  margin: 0 auto;
  max-width: 1230px;
}
.services-layout .item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .services-layout .item {
    margin-bottom: 55px;
  }
}
.services-layout .dialog {
  position: relative;
  margin: 37px 25px 0 auto;
  list-style: none;
  padding: 0;
  width: 330px;
  height: auto;
  padding: 12px 0;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
  background-color: #dc900d;
  border-radius: 6px;
}
@media (max-width: 1229px) {
  .services-layout .dialog {
    margin-right: 44px;
  }
}
@media (max-width: 800px) {
  .services-layout .dialog {
    width: 272px;
    margin-top: 32px;
  }
}
@media (max-width: 400px) {
  .services-layout .dialog {
    width: calc(70vw - 15px);
  }
}
.services-layout .dialog > .dialog__item {
  top: 50%;
  /* -webkit-transform: skew(25deg);
          transform: skew(25deg); */
}
.services-layout .dialog > .dialog__item a {
  text-decoration: none;
  color: inherit;
}
.services-layout .dialog:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -38px;
  right: 40px;
  border-style: solid;
  border-color: transparent transparent transparent #dc900d;
  border-width: 38px 0 0 17px;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}
@media (max-width: 800px) {
  .services-layout .dialog:before {
    top: -32px;
  }
}
.services-layout .dialog__item {
  display: table;
  position: relative;
  margin: 0 auto;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 18px;
  color: #fff;
  cursor: default;
  line-height: 1.4;
}
.services-layout .dialog__item > .dialog__item {
  position: relative;
  margin-left: -11px;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 800px) {
  .services-layout .dialog__item {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .services-layout .dialog__item {
    font-size: 13px;
  }
}
.services-layout .dialog__item > i {
  display: inline-block;
  cursor: pointer;
  transition: 0.1s linear;
}
.services-layout .dialog__item > i:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-layout .btn {
  margin-top: -3px;
  width: 400px;
  height: 90px;
  border-radius: 6px;
  border: none;
  border-right: 4px solid #8f5e08;
  border-bottom: 4px solid #8f5e08;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #dc900d;
  color: #fff;
  cursor: pointer;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
  transition: 0.2s ease;
}
.services-layout .btn span {
  display: inline-block;
  -webkit-transform: skew(13deg);
          transform: skew(13deg);
  transition: 0.1s ease;
}
@media (max-width: 800px) {
  .services-layout .btn {
    font-size: 16px;
    width: 292px;
    height: 65px;
  }
}
.services-layout .btn:hover {
  background-color: #f2a92a;
}
.services-layout .btn:active {
  background-color: #e18b10;
}
.services-layout .btn:active span {
  -webkit-transform: skew(13deg) translateY(2px);
          transform: skew(13deg) translateY(2px);
}
@media (max-width: 966px) {
  .services-layout .btn {
    display: none;
  }
}
.services-layout .img-with-note {
  display: inline-block;
  position: relative;
  width: 350px;
  height: 425px;
  background-color: silver;
  margin: 0 15px 0 35px;
}
.services-layout .img-with-note:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-layout .img-with-note:hover .caption {
  background-color: #46909e;
}
@media (max-width: 1229px) {
  .services-layout .img-with-note {
    margin-right: 35px;
  }
}
@media (max-width: 800px) {
  .services-layout .img-with-note {
    width: 292px;
    height: 354px;
  }
}
@media (max-width: 400px) {
  .services-layout .img-with-note {
    width: 70vw;
    height: 84.86vw;
  }
}
.services-layout .img-with-note .wrapper {
  overflow: hidden;
}
.services-layout .img-with-note .img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.services-layout .img-with-note .caption {
  display: block;
  position: absolute;
  bottom: 27px;
  left: -20px;
  width: 270px;
  padding: 23px 0;
  text-align: center;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 19px;
  background-color: #5faab8;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  letter-spacing: 1.4px;
  line-height: 1.3;
  transition: background-color 0.5s ease;
}
.services-layout .img-with-note .caption:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 20px;
  border-color: transparent transparent #274a50 transparent;
}
@media (max-width: 800px) {
  .services-layout .img-with-note .caption {
    font-size: 15.8px;
    width: 224px;
    padding: 19px 0;
  }
}
@media (max-width: 400px) {
  .services-layout .img-with-note .caption {
    font-size: 4vw;
    width: 60vw;
    padding: 5vw 0;
  }
}
.projects-layout {
  text-align: center;
  z-index: 1;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
  margin-bottom: -145px;
  cursor: default;
}
.projects-layout:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  -webkit-clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
          clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
}
.projects-layout:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(212, 130, 0, 0.67);
  -webkit-clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
          clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
}
.projects-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .projects-layout .box {
    padding-left: 0;
    padding-right: 0;
  }
}
.projects-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}
.projects-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 540px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .projects-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .projects-layout .title:after {
    bottom: -10px;
  }
  .projects-layout .title:after {
    width: 152px;
  }
}
@media (max-width: 355px) {
  .projects-layout .title {
    font-size: 16px;
  }
}
.projects-layout .slider__wrapper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .projects-layout .slider__wrapper {
    margin-top: 27px;
  }
}
.projects-layout .slider {
  box-shadow: 5px 8px 65.1px 4.9px rgba(0, 0, 0, 0.41);
  position: relative;
}
.projects-layout .slider:before,
.projects-layout .slider:after {
  position: absolute;
  text-transform: uppercase;
  bottom: 7%;
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 5;
}
@media (min-width: 1231px) {
  .projects-layout .slider:before,
  .projects-layout .slider:after {
    font-size: 30px;
  }
}
.projects-layout .slider:before {
  content: 'before';
  left: 2.5%;
}
.projects-layout .slider:after {
  content: 'after';
  right: 3.6%;
}
.projects-layout .label {
  position: absolute;
  text-transform: uppercase;
  font-size: 2.6vw;
  font-weight: bold;
  top: 9.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  letter-spacing: 2px;
}
@media (min-width: 1231px) {
  .projects-layout .label {
    font-size: 32px;
  }
}
.projects-layout .img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.why-choose-us-layout {
  text-align: center;
  z-index: auto;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
  margin-bottom: -145px;
}
.why-choose-us-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
          clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
}
@media (max-width: 966px) {
  .why-choose-us-layout {
    display: none;
  }
}
.why-choose-us-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.why-choose-us-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.why-choose-us-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .why-choose-us-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .why-choose-us-layout .title:after {
    bottom: -10px;
  }
}
.why-choose-us-layout .title {
  margin-left: 15px;
  margin-right: 15px;
}
.why-choose-us-layout .group {
  margin-top: 78px;
  padding-bottom: 150px;
  overflow: hidden;
}
.why-choose-us-layout .wrapper {
  vertical-align: top;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: -150px;
}
.why-choose-us-layout .label {
  width: 65%;
  font-size: 1.9vw;
  text-transform: uppercase;
  color: white;
  line-height: 1.5;
  cursor: default;
}
@media (min-width: 1231px) {
  .why-choose-us-layout .label {
    font-size: 23px;
  }
}
.why-choose-us-layout .label_logo {
  width: 60%;
  height: 60%;
  background-image: url(https://fourseason.pro/wp-content/uploads/2023/10/logo1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1250px) {
  .why-choose-us-layout .group {
    padding-bottom: 10vw;
  }
  .why-choose-us-layout .wrapper {
    width: 20vw;
    height: 20vw;
    margin-bottom: -10vw;
  }
  .why-choose-us-layout .label {
    font-size: 1.6vw;
  }
}
@-webkit-keyframes right_to_left {
  0% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right_to_left {
  0% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes left_to_right {
  0% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes left_to_right {
  0% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.why-choose-us-layout .animation_rtl {
  -webkit-animation: right_to_left 1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: right_to_left 1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}
.why-choose-us-layout .animation_ltr {
  -webkit-animation: left_to_right 1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: left_to_right 1s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}
.why-choose-us-layout .animation_no {
  opacity: 0;
}
.contact-form-mobile-layout {
  position: relative;
  padding-top: 0;
  padding-bottom: 145px;
  margin-bottom: -145px;
  display: none;
	margin-top: 70px;
}
.contact-form-mobile-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(61, 111, 120, 0.53);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 145px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 145px), 0 100%);
}
@media (max-width: 966px) {
  .contact-form-mobile-layout {
    display: block;
  }
}
.contact-form-mobile-layout .contactForm {
  background-color: transparent;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: none;
}
.contact-form-mobile-layout .input,
.contact-form-mobile-layout .submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 290px;
  width: 70%;
}
.video-layout {
  text-align: center;
  z-index: auto;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
  margin-bottom: -145px;
  color: #fff;
  cursor: default;
}
.video-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(61, 111, 120, 0.53);
  -webkit-clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
          clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 145px), 0 100%);
}
.video-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 14px;
}
.video-layout .box img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1183px) {
  .video-layout .box {
    padding-top: 0;
  }
}
.video-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}
.video-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 152px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .video-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .video-layout .title:after {
    bottom: -10px;
  }
  .video-layout .title:after {
    width: 152px;
  }
}
.video-layout .title {
  display: none;
}
@media (max-width: 1183px) {
  .video-layout .title {
    display: block;
    text-align: center;
  }
}
.video-layout .group {
  text-align: left;
}
@media (max-width: 1183px) {
  .video-layout .group {
    text-align: center;
  }
}
.video-layout .player,
.video-layout .content {
  display: inline-block;
  vertical-align: middle;
}
.video-layout .player {
  width: 734px;
  height: 410px;
  background-color: #eee;
  margin-right: 40px;
  box-shadow: 6px 7px 65.1px 4.9px rgba(0, 0, 0, 0.49);
}
.player .slider__wrapper,
.player .slider,
.player .slider__content,
.player .slider__item {
	width: 100%;
	height: 100%;
}
.player .slider__wrapper {
	position: relative;
}
.player .slider__btn {
	position: absolute;
	z-index: 2;
}
.player .slider__btn_right {
	right: -58px;
}
.player .slider__btn_left {
	left: -58px;
}
@media (max-width: 800px) {
	.player .slider__btn_right {
		right: 0;
	}
	.player .slider__btn_left {
		left: 0;
	}
}
@media (max-width: 1183px) {
  .video-layout .player {
    display: inline-block;
    margin: 31px auto 0;
    width: 70vw;
    height: 39.375vw;
  }
}
@media (max-width: 800px) {
  .video-layout .player {
    width: calc(100vw - 60px);
    height: calc((100vw - 60px) / 16 * 9);
  }
}
.video-layout .content {
  max-width: 350px;
  padding-left: 30px;
}
@media (max-width: 1183px) {
  .video-layout .content {
    display: none;
  }
}
.video-layout .caption {
  margin: 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
}
.video-layout .text {
  font-size: 19px;
  line-height: 1.5;
}
.video-layout .mini {
  margin-top: 34px;
  width: 734px;
  padding: 43px 0;
  background-color: #b09553;
  text-align: center;
}
@media (max-width: 1183px) {
  .video-layout .mini {
    display: inline-block;
    width: 70vw;
  }
}
@media (max-width: 800px) {
  .video-layout .mini {
    width: calc(100vw - 60px);
  }
}
@media (max-width: 500px) {
  .video-layout .mini {
    padding: 18px 0;
  }
}
.video-layout .spam {
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 850px) {
  .video-layout .spam {
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  .video-layout .spam {
    font-size: 11.07px;
  }
}
.testimonials-layout {
  text-align: center;
  z-index: auto;
  position: relative;
  padding-top: 145px;
  padding-bottom: 70px;
  -webkit-filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.35));
  margin-bottom: -70px;
  z-index: 2;
}
.testimonials-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/bg/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
          clip-path: polygon(0 145px, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
.testimonials-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 450px) {
  .testimonials-layout .box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonials-layout .bg {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 70px 0 60px;
}
@media (max-width: 450px) {
  .testimonials-layout .bg {
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }
}
.testimonials-layout .slider__btn {
  margin: 0 25px;
}
@media (max-width: 450px) {
  .testimonials-layout .slider__btn_left {
    margin: 0;
    margin-right: 15px;
  }
}
@media (max-width: 450px) {
  .testimonials-layout .slider__btn_right {
    margin: 0;
    margin-left: 15px;
  }
}
.testimonials-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.testimonials-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 254px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .testimonials-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .testimonials-layout .title:after {
    bottom: -10px;
  }
  .testimonials-layout .title:after {
    width: 142px;
  }
}
.testimonials-layout .title {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .testimonials-layout .title {
    margin-bottom: 22px;
  }
}
@media (max-width: 450px) {
  .testimonials-layout .title {
    color: inherit;
  }
  .testimonials-layout .title:after {
    background-color: #fff;
  }
}
.testimonials-layout .review {
  position: relative;
  display: inline-block;
  white-space: normal;
}
.testimonials-layout .caption {
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .testimonials-layout .caption {
    font-size: 11px;
  }
}
.testimonials-layout .stars {
  display: inline-block;
  background-image: url(../img/star.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  width: 150px;
  height: 30px;
  margin: 20px 0 50px;
}
@media (max-width: 800px) {
  .testimonials-layout .stars {
    margin: 10px 0 22px;
    width: 65px !important;
    height: 13px;
  }
}
.testimonials-layout .text {
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 19px;
  margin: 0;
  line-height: 1.9;
  margin-bottom: 34px;
  letter-spacing: 0.5px;
}
@media (max-width: 800px) {
  .testimonials-layout .text {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.testimonials-layout .human {
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 19px;
}
@media (max-width: 800px) {
  .testimonials-layout .human {
    font-size: 12px;
  }
}
.deserve-more-layout {
  text-align: center;
  z-index: auto;
  z-index: 1;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-filter: drop-shadow(0px 17px 19.95px rgba(0, 0, 0, 0.53));
          filter: drop-shadow(0px 17px 19.95px rgba(0, 0, 0, 0.53));
}
.deserve-more-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/bg/3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 50% 70px, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
          clip-path: polygon(0 0, 50% 70px, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
.deserve-more-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.deserve-more-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 52px;
  padding-top: 64px;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}
.deserve-more-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 506px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .deserve-more-layout .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .deserve-more-layout .title:after {
    bottom: -10px;
  }
  .deserve-more-layout .title:after {
    width: 146px;
  }
}
.deserve-more-layout .title {
  line-height: 1.7;
}
@media (max-width: 800px) {
  .deserve-more-layout .title {
    margin-bottom: 55px;
  }
}
.deserve-more-layout .post-title {
  margin-top: 0;
  margin-bottom: 64px;
  font-size: 21px;
  color: #fff;
  line-height: 1.7;
  cursor: default;
}
@media (max-width: 800px) {
  .deserve-more-layout .post-title {
    display: none;
  }
}
.deserve-more-layout .group {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 1120px) {
  .deserve-more-layout .group {
    justify-content: center;
  }
}
.deserve-more-layout .text-block-with-btn {
  display: inline-block;
  width: 500px;
  text-align: center;
  margin: 0 30px 30px;
  color: #fff;
  cursor: default;
  vertical-align: bottom;
}
@media (max-width: 800px) {
  .deserve-more-layout .text-block-with-btn {
    width: 292px;
  }
}
.deserve-more-layout .text-block-with-btn .img {
  width: 130px;
}
@media (max-width: 800px) {
  .deserve-more-layout .text-block-with-btn .img {
    width: 75px;
  }
}
.deserve-more-layout .text-block-with-btn .caption {
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .deserve-more-layout .text-block-with-btn .caption {
    font-size: 15px;
    margin-top: 17px;
  }
}
.deserve-more-layout .text-block-with-btn .text {
  font-size: 16px;
  margin: 20px 0 50px;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .deserve-more-layout .text-block-with-btn .text {
    font-size: 13px;
    margin: 14px 0 22px;
  }
}
.deserve-more-layout .text-block-with-btn .btn {
  display: inline-block;
  text-decoration: none;
  padding: 18px 0;
  color: inherit;
  cursor: pointer;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #f99e22;
  border-radius: 6px;
  width: 360px;
  transition: 0.3s ease;
  letter-spacing: 1px;
}
@media (max-width: 800px) {
  .deserve-more-layout .text-block-with-btn .btn {
    width: 205px;
    padding: 11px 0;
    font-size: 12.53px;
  }
}
.deserve-more-layout .text-block-with-btn .btn:hover {
  background-color: #f99e22;
}
.deserve-more-layout .text-block-with-btn .btn:active {
  background-color: #e18b10;
  border-color: #e18b10;
}
.brands-layout {
  padding: 156px 30px 86px;
  background-color: rgba(212, 130, 0, 0.67);
  text-align: center;
  margin-top: -70px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  .brands-layout {
    padding: 120px 30px 50px;
  }
}
.brands-layout .img {
  width: 160px;
  height: 160px;
  margin: 17px 62px;
  display: inline-block;
}
.brands-layout .img_brand2 {
  border: 5px solid #fff;
  border-radius: 50%;
}
.brands-layout .img_brand3 {
  border: 5px solid #fff;
  border-radius: 50%;
}
.brands-layout .img_brand4 {
  border: 5px solid #fff;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .brands-layout .img {
    width: 121px;
    height: 121px;
    margin: 17px 15px;
  }
}
@media (max-width: 362px) {
  .brands-layout .img {
    width: 102px;
    height: 102px;
    margin: 17px 10px;
  }
}
.brands-layout .triangles-down {
  display: block;
  position: absolute;
  left: 0;
  bottom: -70px;
  fill: rgba(212, 130, 0, 0.67);
}
.fourSeasonGroup-layout {
  padding-bottom: 115px;
  text-align: center;
  position: relative;
  margin-top: 70px;
}
.fourSeasonGroup-layout .arrow-up {
  display: block;
  position: absolute;
  left: 0;
  top: -70px;
  fill: transparent;
}
.fourSeasonGroup-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 99px;
  padding-top: 20px;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.fourSeasonGroup-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout .title {
    font-size: 18px;
    margin-bottom: 87px;
  }
  .fourSeasonGroup-layout .title:after {
    bottom: -10px;
  }
  .fourSeasonGroup-layout .title:after {
    width: 220px;
  }
}
.fourSeasonGroup-layout .title {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout .title {
    margin-bottom: 44px;
  }
}
.fourSeasonGroup-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fourSeasonGroup-layout .img-with-note {
  display: inline-block;
  position: relative;
  width: 350px;
  height: 425px;
  background-color: silver;
  margin: 0 15px 35px 35px;
}
.fourSeasonGroup-layout .img-with-note:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fourSeasonGroup-layout .img-with-note:hover .caption {
  background-color: #46909e;
}
@media (max-width: 1229px) {
  .fourSeasonGroup-layout .img-with-note {
    margin-right: 35px;
  }
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout .img-with-note {
    width: 292px;
    height: 354px;
  }
}
@media (max-width: 400px) {
  .fourSeasonGroup-layout .img-with-note {
    width: 70vw;
    height: 84.86vw;
  }
}
.fourSeasonGroup-layout .img-with-note .wrapper {
  overflow: hidden;
}
.fourSeasonGroup-layout .img-with-note .img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.fourSeasonGroup-layout .img-with-note .caption {
  display: block;
  position: absolute;
  bottom: 27px;
  left: -20px;
  width: 270px;
  padding: 23px 0;
  text-align: center;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 19px;
  background-color: #5faab8;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  letter-spacing: 1.4px;
  line-height: 1.3;
  transition: background-color 0.5s ease;
}
.fourSeasonGroup-layout .img-with-note .caption:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 20px;
  border-color: transparent transparent #274a50 transparent;
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout .img-with-note .caption {
    font-size: 15.8px;
    width: 224px;
    padding: 19px 0;
  }
}
@media (max-width: 400px) {
  .fourSeasonGroup-layout .img-with-note .caption {
    font-size: 4vw;
    width: 60vw;
    padding: 5vw 0;
  }
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout {
    padding-bottom: 25px;
  }
}
.fourSeasonGroup-layout .btn {
  margin-top: -3px;
  width: 400px;
  height: 90px;
  border-radius: 6px;
  border: none;
  border-right: 4px solid #8f5e08;
  border-bottom: 4px solid #8f5e08;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #dc900d;
  color: #fff;
  cursor: pointer;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
  transition: 0.2s ease;
}
.fourSeasonGroup-layout .btn span {
  display: inline-block;
  -webkit-transform: skew(13deg);
          transform: skew(13deg);
  transition: 0.1s ease;
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout .btn {
    font-size: 16px;
    width: 292px;
    height: 65px;
  }
}
.fourSeasonGroup-layout .btn:hover {
  background-color: #f2a92a;
}
.fourSeasonGroup-layout .btn:active {
  background-color: #e18b10;
}
.fourSeasonGroup-layout .btn:active span {
  -webkit-transform: skew(13deg) translateY(2px);
          transform: skew(13deg) translateY(2px);
}
.fourSeasonGroup-layout .btn {
  display: none;
}
@media (max-width: 966px) {
  .fourSeasonGroup-layout .btn {
    margin-top: 30px;
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .fourSeasonGroup-layout .btn {
    margin-bottom: 40px;
  }
}
.followUs-layout {
  padding: 27px 0 10px;
  background-color: #64aebc;
  box-shadow: 1px -14px 32px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
.followUs-layout .title {
  margin: 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0 15px 30px;
  cursor: default;
}
@media (max-width: 800px) {
  .followUs-layout .title {
    font-size: 18px;
  }
}
.followUs-layout .social {
  display: inline-block;
  margin: 0 15px 0;
}
.followUs-layout .social .icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
}
.followUs-layout .social .icon:hover {
  opacity: 0.7;
}
.followUs-layout .social .facebook {
  background-image: url(../img/facebook.svg);
}
.followUs-layout .social .twitter {
  background-image: url(../img/twitter.svg);
}
.followUs-layout .social .instagram {
  background-image: url(../img/instagram.svg);
}
.followUs-layout .social .google-plus {
  background-image: url(../img/google-plus.svg);
}
.followUs-layout .social .youtube {
  background-image: url(../img/youtube.svg);
}
.followUs-layout .social .yelp {
  background-image: url(../img/yelp.svg);
}
.followUs-layout .social .pinterest {
  background-image: url(../img/pinterest.svg);
}
.followUs-layout .social .houzz {
  background-image: url(../img/houzz.svg);
}
.followUs-layout .social .icon {
  margin-bottom: 15px;
}
.footer {
  padding: 85px 0 26px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 592px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.footer .title {
  position: relative;
  margin-bottom: 24px;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  cursor: default;
}
.footer .title:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 170px;
  margin-top: 12px;
}
@media (max-width: 592px) {
  .footer .title {
    font-size: 18px;
  }
  .footer .title:after {
    width: 180px;
  }
}
.footer .title_long:after {
  width: 225px;
}
@media (max-width: 592px) {
  .footer .title_long:after {
    width: 180px;
  }
}
.footer .title_last {
  margin-top: 53px;
}
.footer .list {
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  margin-bottom: 43px;
  list-style: none;
  vertical-align: top;
}
.footer .list:last-child .title:after {
  display: block;
}
@media (max-width: 1106px) {
  .footer .list:last-child .title:after {
    display: block;
  }
}
@media (max-width: 592px) {
  .footer .list {
    display: block;
    width: 100%;
  }
}
.footer .item {
  margin-bottom: 18px;
  font-size: 19px;
  cursor: default;
  white-space: nowrap;
}
@media (max-width: 592px) {
  .footer .item {
    font-size: 16px;
  }
}
.footer .item a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
.footer .item a:hover {
  color: #d9d9d9;
}
.footer .item a:active {
  color: white;
}
.footer .mail,
.footer .phone {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.footer .phone span {
  font-size: 24px;
}
@media (max-width: 592px) {
  .footer .phone span {
    font-size: 22px;
  }
}
.footer .copyright {
  margin-top: 7px;
  font-size: 17px;
  text-align: center;
  cursor: default;
}
@media (max-width: 592px) {
  .footer .copyright {
    font-size: 13px;
  }
}
.footer .payment {
  display: inline-block;
  width: 100%;
}
@media (max-width: 592px) {
  .footer .payment {
    width: 214px;
  }
}
.sale-layout {
  z-index: 100;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: calc(10% - (150px / 2));
  cursor: pointer;
}
.sale-layout:before {
  content: 'your discount';
  position: absolute;
  top: 33%;
  left: 16%;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  z-index: 102;
}
.sale-layout:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/sale.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.79;
  z-index: 101;
  -webkit-filter: drop-shadow(0px 3px 21.75px rgba(0, 0, 0, 0.46));
          filter: drop-shadow(0px 3px 21.75px rgba(0, 0, 0, 0.46));
}
.sale-layout .num,
.sale-layout .percent {
  position: absolute;
  color: white;
  z-index: 103;
}
.sale-layout .num {
  font-size: 30px;
  top: 54%;
  left: 28%;
  font-weight: bold;
}
.sale-layout .percent {
  font-size: 23px;
  top: 52%;
  right: 19%;
}
@media (max-width: 800px) {
  .sale-layout {
    width: 100px;
    height: 100px;
    bottom: calc(10% - (100px / 2));
  }
  .sale-layout:before {
    font-size: 9px;
    top: 34%;
  }
  .sale-layout .num {
    font-size: 17px;
    top: 55%;
    left: 32%;
  }
  .sale-layout .percent {
    font-size: 14px;
    top: 55%;
    right: 20%;
  }
}
.header-layout-internal {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-layout-internal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/bg/4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: none;
          clip-path: none;
}
.header-layout-internal:before {
  background-position: 10% center;
}
.header-layout-internal .content {
  display: block;
  padding: 215px 0 310px;
  text-align: center;
}
@media (max-width: 800px) {
  .header-layout-internal .content {
    padding: 146px 0;
  }
}
.header-layout-internal .caption {
  display: block;
  margin: 0 30px;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 0;
}
@media (max-width: 800px) {
  .header-layout-internal .caption {
    font-size: 24px;
  }
}
.get-quote-layout {
  margin-top: 186px;
  margin-bottom: 126px;
  text-align: center;
}
@media (max-width: 800px) {
  .get-quote-layout {
    margin-top: 137px;
    margin-bottom: 67px;
  }
}
.get-quote-layout .btn {
  margin-top: -3px;
  width: 400px;
  height: 90px;
  border-radius: 6px;
  border: none;
  border-right: 4px solid #8f5e08;
  border-bottom: 4px solid #8f5e08;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #dc900d;
  color: #fff;
  cursor: pointer;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
  transition: 0.2s ease;
}
.get-quote-layout .btn span {
  display: inline-block;
  -webkit-transform: skew(13deg);
          transform: skew(13deg);
  transition: 0.1s ease;
}
@media (max-width: 800px) {
  .get-quote-layout .btn {
    font-size: 16px;
    width: 292px;
    height: 65px;
  }
}
.get-quote-layout .btn:hover {
  background-color: #f2a92a;
}
.get-quote-layout .btn:active {
  background-color: #e18b10;
}
.get-quote-layout .btn:active span {
  -webkit-transform: skew(13deg) translateY(2px);
          transform: skew(13deg) translateY(2px);
}
.pressure-washing-layout {
  margin-bottom: -145px;
}
.pressure-washing-layout .content {
  padding-top: 176px;
  padding-bottom: 165px;
}
@media (max-width: 800px) {
  .pressure-washing-layout .content {
    padding-top: 168px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1090px) {
  .pressure-washing-layout .img {
    display: none;
  }
}
.health-and-wellness-layout .content {
  padding-top: 145px;
}
@media (max-width: 1090px) {
  .health-and-wellness-layout .content {
    padding-top: 181px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1090px) {
  .health-and-wellness-layout .img {
    display: none;
  }
}
.form-layout {
  text-align: right;
  z-index: 0;
  position: relative;
  padding-top: 82px;
  padding-bottom: 80px;
}
.form-layout:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url(../img/internal/bg-form.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.form-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 966px) {
  .form-layout {
    display: none;
  }
}
.include-layout {
  position: relative;
  text-align: center;
  z-index: auto;
  padding-top: 110px;
  padding-bottom: 20px;
}
@media (max-width: 966px) {
  .include-layout {
/*     margin-top: 145px; */
  }
}
@media (max-width: 800px) {
  .include-layout {
    padding-top: 10px;
  }
}
.include-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.include-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.include-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .include-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .include-layout .title:after {
    bottom: -10px;
  }
}
.include-layout .content {
  max-width: 1050px;
  margin: 60px auto 0;
  display: flex;
}
@media (max-width: 800px) {
  .include-layout .content {
    margin-top: 32px;
  }
}
.include-layout .left {
  flex: 1;
  text-align: right;
  margin-right: 100px;
}
@media (max-width: 800px) {
  .include-layout .left {
    display: none;
  }
}
.include-layout .link {
  display: block;
  margin-bottom: 40px;
  color: inherit;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.include-layout .link:hover {
  color: rgba(0, 0, 0, 0.5);
}
.include-layout .link:active {
  color: #000;
}
.include-layout .right {
  flex: 1;
  margin: 0;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .include-layout .right {
    font-size: 14px;
  }
}
.our-culture-layout {
  position: relative;
  text-align: center;
  z-index: auto;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 966px) {
  .our-culture-layout {
    margin-top: 145px;
  }
}
@media (max-width: 800px) {
  .our-culture-layout {
    padding-top: 10px;
  }
}
.our-culture-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.our-culture-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.our-culture-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .our-culture-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .our-culture-layout .title:after {
    bottom: -10px;
  }
}
.our-culture-layout .content {
  max-width: 1050px;
  margin: 42px auto 0;
  display: flex;
}
@media (max-width: 800px) {
  .our-culture-layout .content {
    margin-top: 32px;
  }
}
.our-culture-layout .right {
  flex: 1;
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .our-culture-layout .right {
    font-size: 14px;
  }
}
.page-id-155 header,
.page-id-151 header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-id-155 header:before,
.page-id-151 header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/about/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: none;
          clip-path: none;
}
.page-id-155 header:before,
.page-id-151 header:before {
  background-position: 10% center;
}
.page-id-155 header .content,
.page-id-151 header .content {
  display: block;
  padding: 215px 0 310px;
  text-align: center;
}
@media (max-width: 800px) {
  .page-id-155 header .content,
  .page-id-151 header .content {
    padding: 146px 0;
  }
}
.page-id-155 header .caption,
.page-id-151 header .caption {
  display: block;
  margin: 0 30px;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px 0;
}
@media (max-width: 800px) {
  .page-id-155 header .caption,
  .page-id-151 header .caption {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .pressure-washing-layout_about .img {
    display: none;
  }
}
.page-id-165 header {
  position: relative;
  background-color: transparent;
  background-image: none;
  padding: 0;
  -webkit-filter: none;
          filter: none;
  margin-bottom: 0;
}
.page-id-165 header:before,
.page-id-165 header:after {
  content: none;
  display: none;
  -webkit-clip-path: none;
          clip-path: none;
}
.page-id-165 header .absolute {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.page-id-165 header .map {
  width: 100%;
  height: 570px;
}
@media (max-width: 800px) {
  .page-id-165 header .map {
    height: 400px;
  }
}
.contact-us-layout {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.contact-us-layout:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-clip-path: none;
          clip-path: none;
}
.contact-us-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.contact-us-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .contact-us-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-us-layout .title:after {
    bottom: -10px;
  }
}
.contact-us-layout .title {
  margin-bottom: 18px;
}
.contact-us-layout .title:after {
  bottom: -18px;
}
.contact-us-layout .box {
  padding-top: 103px;
  padding-bottom: 145px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 966px) {
  .contact-us-layout .box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact-us-layout .left {
  display: inline-block;
  max-width: 600px;
  vertical-align: top;
  margin: 0 15px;
}
.contact-us-layout .contactForm {
  vertical-align: top;
  margin: 0 15px;
}
@media (max-width: 966px) {
  .contact-us-layout .contactForm {
    display: none;
  }
}
.contact-us-layout .text {
  margin: 38px 0;
  font-size: 19px;
  line-height: 1.5;
}
.contact-us-layout .text b {
  white-space: nowrap;
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 800px) {
  .contact-us-layout .text {
    font-size: 14px;
  }
  .contact-us-layout .text b {
    font-size: 18px;
  }
}
.contact-us-layout .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-us-layout .item {
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.5;
}
.contact-us-layout .item:before {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .contact-us-layout .item {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-us-layout .item:before {
    font-size: 14px;
  }
}
.contact-us-layout .address:before {
  content: 'Address: ';
}
.contact-us-layout .phone:before {
  content: 'Phone: ';
}
.contact-us-layout .email:before {
  content: 'E-Mail: ';
}
.contact-us-layout .workdays:before {
  content: 'Working Days/Hours: ';
}
.contact-us-layout .link {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}
.contact-us-layout .link:hover {
  color: rgba(0, 0, 0, 0.5);
}
.contact-us-layout .link:active {
  color: black;
}
.contacts-form-mobile {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 100px;
}
.contacts-form-mobile .contact-form-mobile-layout {
  position: relative;
  background-color: transparent;
  background-image: none;
  padding: 0;
  -webkit-filter: none;
          filter: none;
  margin-bottom: 0;
  background-color: rgba(61, 111, 120, 0.53);
}
.contacts-form-mobile .contact-form-mobile-layout:before,
.contacts-form-mobile .contact-form-mobile-layout:after {
  content: none;
  display: none;
  -webkit-clip-path: none;
          clip-path: none;
}
.page-id-18 header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-id-18 header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/gallery/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: none;
          clip-path: none;
}
.page-id-18 header:before {
  background-position: 50% center;
}
.page-id-18 header .content {
  display: block;
  padding: 215px 0 310px;
  text-align: center;
}
@media (max-width: 800px) {
  .page-id-18 header .content {
    padding: 146px 0;
  }
}
.page-id-18 header .caption {
  display: block;
  margin: 0 30px;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 0;
}
@media (max-width: 800px) {
  .page-id-18 header .caption {
    font-size: 24px;
  }
}
.gallery-text-layout {
  text-align: center;
  margin-top: 112px;
  margin-bottom: 94px;
}
.gallery-text-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.gallery-text-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.gallery-text-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .gallery-text-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .gallery-text-layout .title:after {
    bottom: -10px;
  }
}
.gallery-text-layout .text {
  margin-top: 47px;
  font-size: 18px;
  line-height: 1.5;
  cursor: default;
}
@media (max-width: 800px) {
  .gallery-text-layout .text {
    font-size: 14px;
  }
}
.gallery-images-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.gallery-images-layout .box:before,
.gallery-images-layout .box:after {
  content: '';
  display: table;
  clear: both;
}
.gallery-images-layout .img {
  display: inline-block;
  padding: 15px;
width: 50%;
	height: 595px;
	object-fit: cover;
  cursor: pointer;
  transition: all 1s ease;
}
/* .gallery-images-layout .img:nth-child(odd) {
  float: left;
}
.gallery-images-layout .img:nth-child(even) {
  float: right;
} */
@media (max-width: 800px) {
	.gallery-images-layout .img {
		width: 100%;
	}
}
.gallery-images-layout .img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
/* .gallery-images-layout .h {
  width: 33.3%;
} */
/* @media (max-width: 800px) {
  .gallery-images-layout .h {
    width: 50%;
  }
} */
/* @media (max-width: 600px) {
  .gallery-images-layout .h {
    width: 70%;
  }
}
.gallery-images-layout .w {
  width: 66.6%;
}
@media (max-width: 800px) {
  .gallery-images-layout .w {
    width: 100%;
  }
} */
.gallery-get-quote .get-quote-layout {
  margin-top: 126px;
}
@media (max-width: 800px) {
  .gallery-get-quote .get-quote-layout {
    margin-top: 67px;
  }
}
.gallery-fixed-layout {
  position: fixed;
  padding: 1% 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-fixed-layout .slider__wrapper {
  width: 100%;
  height: 75%;
}
.gallery-fixed-layout .slider,
.gallery-fixed-layout .slider__content,
.gallery-fixed-layout .slider__item {
  width: 100%;
  height: 100%;
}
.gallery-fixed-layout .slider__btn {
  margin: 0 15px;
}
.gallery-fixed-layout .slider__close {
  display: inline-block;
}
.gallery-fixed-layout .slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-fixed-layout .slider__image_w {
  width: 100%;
}
.gallery-fixed-layout .slider__image_h {
  height: 100%;
}
.gallery-fixed-layout .gallery__desc {
  margin: 0 86px;
  display: block;
  height: 25%;
  padding: 40px 36px;
  background-color: white;
  font-size: 16px;
  word-break: break-all;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .gallery-fixed-layout .gallery__desc {
    margin: 0;
    width: 100%;
  }
}
.gallery__hidden {
  z-index: -10;
  visibility: hidden;
  opacity: 0;
}
.gallery__visible {
  z-index: 10001;
  visibility: visible;
  opacity: 1;
}
.page-id-153 header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-id-153 header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/internal2/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: none;
          clip-path: none;
}
.page-id-153 header:before {
  background-position: 50% center;
}
.page-id-153 header .content {
  display: block;
  padding: 215px 0 310px;
  text-align: center;
}
@media (max-width: 800px) {
  .page-id-153 header .content {
    padding: 146px 0;
  }
}
.page-id-153 header .caption {
  display: block;
  margin: 0 30px;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 0;
}
@media (max-width: 800px) {
  .page-id-153 header .caption {
    font-size: 24px;
  }
}
.internal2-text-layout .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .internal2-text-layout .box {
    padding-bottom: 50px;
  }
}
.internal2-text-layout .title {
  display: inline-block;
  position: relative;
  margin: 0 0 22px;
  padding-top: 0;
  font-weight: normal;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #383737;
  cursor: default;
}
.internal2-text-layout .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  background-color: #383737;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
@media (max-width: 800px) {
  .internal2-text-layout .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .internal2-text-layout .title:after {
    bottom: -10px;
  }
}
.internal2-text-layout .title {
  margin-bottom: 20px;
}
.internal2-text-layout .title:after {
  bottom: -20px;
}
@media (max-width: 800px) {
  .internal2-text-layout .title {
    margin-bottom: 10px;
  }
  .internal2-text-layout .title:after {
    bottom: -10px;
  }
}
.internal2-text-layout .box .wpb_content_element p,
.internal2-text-layout .box .wpb_content_element h3 {
  margin: 50px 0 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .internal2-text-layout .box .wpb_content_element p,
  .internal2-text-layout .box .wpb_content_element h3 {
    margin-top: 25px;
    font-size: 14px;
  }
}
.internal2-blocks-layout {
  position: relative;
  text-align: center;
  z-index: auto;
}
.internal2-blocks-layout .box {
  margin: 0 auto;
  max-width: 1230px;
  overflow: hidden;
}
.internal2-blocks-layout .img-with-note {
  display: inline-block;
  position: relative;
  width: 350px;
  height: 425px;
  background-color: silver;
  margin: 0 15px 0 35px;
}
.internal2-blocks-layout .img-with-note:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.internal2-blocks-layout .img-with-note:hover .caption {
  background-color: #46909e;
}
@media (max-width: 1229px) {
  .internal2-blocks-layout .img-with-note {
    margin-right: 35px;
  }
}
@media (max-width: 800px) {
  .internal2-blocks-layout .img-with-note {
    width: 292px;
    height: 354px;
  }
}
@media (max-width: 400px) {
  .internal2-blocks-layout .img-with-note {
    width: 70vw;
    height: 84.86vw;
  }
}
.internal2-blocks-layout .img-with-note .wrapper {
  overflow: hidden;
}
.internal2-blocks-layout .img-with-note .img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.internal2-blocks-layout .img-with-note .caption {
  display: block;
  position: absolute;
  bottom: 27px;
  left: -20px;
  width: 270px;
  padding: 23px 0;
  text-align: center;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 19px;
  background-color: #5faab8;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  letter-spacing: 1.4px;
  line-height: 1.3;
  transition: background-color 0.5s ease;
}
.internal2-blocks-layout .img-with-note .caption:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 20px;
  border-color: transparent transparent #274a50 transparent;
}
@media (max-width: 800px) {
  .internal2-blocks-layout .img-with-note .caption {
    font-size: 15.8px;
    width: 224px;
    padding: 19px 0;
  }
}
@media (max-width: 400px) {
  .internal2-blocks-layout .img-with-note .caption {
    font-size: 4vw;
    width: 60vw;
    padding: 5vw 0;
  }
}
.internal2-blocks-layout .item {
  display: inline-block;
  max-width: 385px;
  vertical-align: top;
	margin-bottom: 30px;
}
.internal2-blocks-layout .links {
  margin-top: 38px;
  margin-left: 35px;
  margin-bottom: 46px;
  text-align: left;
}
@media (max-width: 800px) {
  .internal2-blocks-layout .links {
    margin-top: 19px;
  }
}
.internal2-blocks-layout .link {
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 24px;
}
.internal2-blocks-layout .link:hover {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 800px) {
  .internal2-blocks-layout .link {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (max-width: 966px) {
  .internal2-form-mobile {
/*     padding-bottom: 100px; */
	  margin-top: 70px;
  }
}
.internal2-form-mobile .contact-form-mobile-layout {
  position: relative;
  background-color: transparent;
  background-image: none;
  padding: 0;
  -webkit-filter: none;
          filter: none;
  margin-bottom: 0;
  background-color: rgba(61, 111, 120, 0.53);
}
.internal2-form-mobile .contact-form-mobile-layout:before,
.internal2-form-mobile .contact-form-mobile-layout:after {
  content: none;
  display: none;
  -webkit-clip-path: none;
          clip-path: none;
}
.category-blog header,
.search header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.category-blog header:before,
.search header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/blog/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-clip-path: none;
          clip-path: none;
}
.category-blog header:before,
.search header:before {
  background-position: 50% center;
}
.category-blog header .content,
.search header .content {
  display: block;
  padding: 224px 0 230px;
  text-align: center;
}
@media (max-width: 800px) {
  .category-blog header .content,
  .search header .content {
    padding: 146px 0;
  }
}
.category-blog header .caption,
.search header .caption {
  display: block;
  margin: 0 30px;
  color: #fff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 0;
}
@media (max-width: 800px) {
  .category-blog header .caption,
  .search-resultss header .caption {
    font-size: 24px;
  }
}
.blog-closed-blocks {
  padding-top: 95px;
}
.blog-closed-blocks .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.blog-closed-blocks .social {
  display: inline-block;
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: -100%;
  padding: 8px 5px;
  text-align: center;
  line-height: 2;
  background-color: #fc6b14;
  border-radius: 4px;
}
.blog-closed-blocks .social .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
}
.blog-closed-blocks .social .icon:hover {
  opacity: 0.7;
}
.blog-closed-blocks .social .facebook {
  background-image: url(../img/facebook.svg);
}
.blog-closed-blocks .social .twitter {
  background-image: url(../img/twitter.svg);
}
.blog-closed-blocks .social .instagram {
  background-image: url(../img/instagram.svg);
}
.blog-closed-blocks .social .google-plus {
  background-image: url(../img/google-plus.svg);
}
.blog-closed-blocks .social .youtube {
  background-image: url(../img/youtube.svg);
}
.blog-closed-blocks .social .yelp {
  background-image: url(../img/yelp.svg);
}
.blog-closed-blocks .social .pinterest {
  background-image: url(../img/pinterest.svg);
}
.blog-closed-blocks .social .houzz {
  background-image: url(../img/houzz.svg);
}
.blog-closed-blocks .social:before {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 13px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fc6b14;
  border-style: solid;
  border-width: 9px;
}
.blog-closed-blocks .item {
  display: inline-block;
  width: 370px;
  margin: 15px;
  padding: 0 0 40px;
  background-color: white;
  text-align: left;
}
@media (max-width: 450px) {
  .blog-closed-blocks .item {
    width: 100%;
    margin: 15px 0;
  }
}
.blog-closed-blocks .item__wrap {
  padding: 0 30px;
}
.blog-closed-blocks .item__img {
  display: inline-block;
  width: 100%;
  height: 230px;
  background-color: #463333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-closed-blocks .item__header {
  margin-top: 28px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fc6b14;
}
@media (max-width: 800px) {
  .blog-closed-blocks .item__header .item__date {
    font-size: 12px;
  }
}
.blog-closed-blocks .item__date {
  opacity: 0.8;
  cursor: default;
}
.blog-closed-blocks .item__comments {
  cursor: default;
}
.blog-closed-blocks .item__comments:before {
  content: '';
  display: inline-block;
  position: relative;
  margin: 0 10px -1px 0;
  width: 21px;
  height: 16px;
  background-image: url(../img/blog/comment.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: default;
}
.blog-closed-blocks .item__likes {
  cursor: default;
}
.blog-closed-blocks .item__likes:before {
  content: '';
  display: inline-block;
  position: relative;
  margin: 0 6px -1px 0;
  width: 19px;
  height: 16px;
  background-image: url(../img/blog/like.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: default;
}
.blog-closed-blocks .item__share {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../img/blog/share.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}
.blog-closed-blocks .item__share:hover > .social {
  display: inline-block;
}
.blog-closed-blocks .item__title,
.blog-closed-blocks .item__text,
.blog-closed-blocks .item__link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.blog-closed-blocks .item__title {
  margin: 28px 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .blog-closed-blocks .item__title {
    margin: 20px 0;
    font-size: 16px;
  }
}
.blog-closed-blocks .item__text {
  height: 245px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 800px) {
  .blog-closed-blocks .item__text {
    height: 150px;
    font-size: 14px;
  }
}
.blog-closed-blocks .item__link {
  display: inline-block;
  font-size: 19px;
  color: #fc6b14;
  transition: 0.3s ease;
}
.blog-closed-blocks .item__link:hover {
  opacity: 0.8;
}
.blog-closed-blocks .item__link:after {
  content: '>';
  display: inline-block;
  margin-left: 10px;
  color: #fc6b14;
  cursor: pointer;
}
@media (max-width: 800px) {
  .blog-closed-blocks .item__link {
    font-size: 15px;
  }
}
.blog-closed-pagination {
  margin-top: 97px;
  margin-bottom: -66px;
  text-align: center;
}
@media (max-width: 800px) {
  .blog-closed-pagination {
    margin-top: 50px;
  }
}
.blog-closed-pagination .items {
  font-size: 28px;
  cursor: default;
}
@media (max-width: 800px) {
  .blog-closed-pagination .items {
    font-size: 18px;
  }
}
.blog-closed-pagination .item {
  display: inline-block;
  cursor: pointer;
  margin: 0 14px;
}
@media (max-width: 800px) {
  .blog-closed-pagination .item {
    margin: 0 8px;
  }
}
.blog-closed-pagination .item_active {
  color: #fc6b14;
}
.blog-opened-blog {
  margin-bottom: -48px;
}
@media (max-width: 800px) {
  .blog-opened-blog {
    margin-bottom: -110px;
  }
}
.blog-opened-blog .box {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.blog-opened-blog .white {
  background-color: white;
  padding: 0 30px;
  color: black;
}
.blog-opened-blog .black {
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
.blog-opened-blog .social {
  display: inline-block;
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: -100%;
  padding: 8px 5px;
  text-align: center;
  line-height: 2;
  background-color: #fc6b14;
  border-radius: 4px;
}
.blog-opened-blog .social .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
}
.blog-opened-blog .social .icon:hover {
  opacity: 0.7;
}
.blog-opened-blog .social .facebook {
  background-image: url(../img/facebook.svg);
}
.blog-opened-blog .social .twitter {
  background-image: url(../img/twitter.svg);
}
.blog-opened-blog .social .instagram {
  background-image: url(../img/instagram.svg);
}
.blog-opened-blog .social .google-plus {
  background-image: url(../img/google-plus.svg);
}
.blog-opened-blog .social .youtube {
  background-image: url(../img/youtube.svg);
}
.blog-opened-blog .social .yelp {
  background-image: url(../img/yelp.svg);
}
.blog-opened-blog .social .pinterest {
  background-image: url(../img/pinterest.svg);
}
.blog-opened-blog .social .houzz {
  background-image: url(../img/houzz.svg);
}
.blog-opened-blog .social:before {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 13px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fc6b14;
  border-style: solid;
  border-width: 9px;
}
.blog-opened-blog .title {
  padding-top: 83px;
  display: block;
  margin: 0 0 30px;
  cursor: default;
  text-transform: uppercase;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .blog-opened-blog .title {
    font-size: 24px;
    padding-top: 40px;
  }
}
.blog-opened-blog .blog-header {
  font-size: 18px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #fc6b14;
  padding-bottom: 60px;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-header {
    font-size: 14px;
    padding-bottom: 30px;
  }
}
.blog-opened-blog .blog-header__date {
  margin-right: 20px;
}
@media (max-width: 360px) {
  .blog-opened-blog .blog-header__date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
.blog-opened-blog .blog-header__comments,
.blog-opened-blog .blog-header__likes,
.blog-opened-blog .blog-header__share {
  margin: 0 16px;
}
.blog-opened-blog .blog-header__comments:before,
.blog-opened-blog .blog-header__likes:before,
.blog-opened-blog .blog-header__share {
  content: '';
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: default;
}
.blog-opened-blog .blog-header__date {
  opacity: 0.8;
  cursor: default;
}
.blog-opened-blog .blog-header__comments:before {
  margin: 0 10px -1px 0;
  width: 21px;
  height: 16px;
  background-image: url(../img/blog/comment.png);
}
.blog-opened-blog .blog-header__likes:before {
  margin: 0 6px -1px 0;
  width: 19px;
  height: 16px;
  background-image: url(../img/blog/like.png);
}
.blog-opened-blog .blog-header__share {
  width: 23px;
  height: 23px;
  background-image: url(../img/blog/share.png);
  cursor: pointer;
}
.blog-opened-blog .blog-header__share:hover > .social {
  display: inline-block;
}
.blog-opened-blog .blog-post {
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.blog-opened-blog .blog-post p {
  display: block;
  margin: 0;
  padding: 25px 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-post p {
    font-size: 14px;
    padding: 15px 0;
  }
}
.blog-opened-blog .blog-post__img {
  display: block;
  width: 100%;
  cursor: default;
}
.blog-opened-blog .blog-footer {
  padding-top: 18px;
  color: #fc6b14;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 21px;
  line-height: 2.5;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-footer {
    font-size: 16px;
  }
}
.blog-opened-blog .blog-footer__likes,
.blog-opened-blog .blog-footer__share,
.blog-opened-blog .blog-footer__likes:before,
.blog-opened-blog .blog-footer__share:before {
  content: '';
  display: inline-flex;
  align-items: center;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: default;
}
.blog-opened-blog .blog-footer__likes {
  margin-right: 35px;
}
.blog-opened-blog .blog-footer__likes:before {
  width: 30px;
  height: 26px;
  background-image: url(../img/blog/like.png);
  margin-right: 20px;
}
.blog-opened-blog .blog-footer__share {
  margin-right: 35px;
}
.blog-opened-blog .blog-footer__share:before {
  width: 23px;
  height: 23px;
  background-image: url(../img/blog/share.png);
  cursor: pointer;
  margin-right: 20px;
}
.blog-opened-blog .blog-footer__share .icon {
  margin: 0 10px;
}
.blog-opened-blog .blog-footer__share:hover > .social {
  display: inline-block;
  left: 0;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.blog-opened-blog .blog-footer__tag {
  display: inline-block;
  margin-right: 35px;
  text-decoration: none;
  color: inherit;
}
.blog-opened-blog .blog-footer__tag:before {
  content: '#';
}
.blog-opened-blog .blog-pagination {
  color: #fc6b14;
  text-align: center;
  padding: 58px 0;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-pagination {
    padding: 35px 0;
  }
}
.blog-opened-blog .blog-pagination__w {
  display: inline-block;
  font-size: 22px;
  margin: 0 20px;
  cursor: default;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-pagination__w {
    font-size: 16px;
    margin: 0 10px;
  }
}
.blog-opened-blog .blog-pagination__prev,
.blog-opened-blog .blog-pagination__next {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.blog-opened-blog .blog-pagination__prev:hover,
.blog-opened-blog .blog-pagination__next:hover {
  opacity: 0.8;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-pagination__prev,
  .blog-opened-blog .blog-pagination__next {
    font-size: 16px;
  }
}
.blog-opened-blog .blog-pagination__prev:before {
  content: '<';
  margin-right: 10px;
}
.blog-opened-blog .blog-pagination__next:after {
  content: '>';
  margin-left: 10px;
}
.blog-opened-blog .blog-comments__header {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-comments__header {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.blog-opened-blog .blog-comments__items {
  padding: 26px 30px 15px;
}
.blog-opened-blog .blog-comments__item {
  margin-bottom: 55px;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-comments__item {
    margin-bottom: 30px;
  }
}
.blog-opened-blog .blog-comments__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}
.blog-opened-blog .blog-comments__name:after {
  content: '\B7';
  display: inline-block;
  margin: 0 12px;
  color: #7b7a7a;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-comments__name:after {
    margin: 0 8px;
  }
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-comments__name {
    font-size: 14px;
  }
}
.blog-opened-blog .blog-comments__date {
  color: #7b7a7a;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  cursor: default;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-comments__date {
    font-size: 12px;
  }
}
.blog-opened-blog .blog-comments__text {
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-comments__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.blog-opened-blog .blog-postc {
  padding-bottom: 57px;
}
.blog-opened-blog .blog-postc__header {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-postc__header {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.blog-opened-blog .blog-postc__text,
.blog-opened-blog .blog-postc__input {
  border: 1px solid #a7a7a7;
  background-color: white;
  padding: 15px;
  font-size: 18px;
  border-radius: 2px;
}
.blog-opened-blog .blog-postc__text::-webkit-input-placeholder,
.blog-opened-blog .blog-postc__input::-webkit-input-placeholder {
  color: #a7a7a7;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.blog-opened-blog .blog-postc__text:-ms-input-placeholder,
.blog-opened-blog .blog-postc__input:-ms-input-placeholder {
  color: #a7a7a7;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.blog-opened-blog .blog-postc__text::-ms-input-placeholder,
.blog-opened-blog .blog-postc__input::-ms-input-placeholder {
  color: #a7a7a7;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.blog-opened-blog .blog-postc__text::placeholder,
.blog-opened-blog .blog-postc__input::placeholder {
  color: #a7a7a7;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.blog-opened-blog .blog-postc__text:focus::-webkit-input-placeholder,
.blog-opened-blog .blog-postc__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.blog-opened-blog .blog-postc__text:focus:-ms-input-placeholder,
.blog-opened-blog .blog-postc__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.blog-opened-blog .blog-postc__text:focus::-ms-input-placeholder,
.blog-opened-blog .blog-postc__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.blog-opened-blog .blog-postc__text:focus::placeholder,
.blog-opened-blog .blog-postc__input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 700px) {
  .blog-opened-blog .blog-postc__text,
  .blog-opened-blog .blog-postc__input {
    font-size: 14px;
  }
}
.blog-opened-blog .blog-postc__text {
  margin-top: 44px;
  margin-bottom: 30px;
  width: 100%;
  height: 160px;
  resize: none;
}
.blog-opened-blog .blog-postc .inputs {
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 810px) {
  .blog-opened-blog .blog-postc .inputs {
    display: block;
  }
}
.blog-opened-blog .blog-postc__input {
  flex: 1;
  margin: 0 15px;
}
@media (max-width: 810px) {
  .blog-opened-blog .blog-postc__input {
    display: block;
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .blog-opened-blog .blog-postc__input:last-of-type {
    margin-bottom: 0;
  }
}
.blog-opened-blog .blog-postc__submit {
  padding: 55px 0;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #fc6b14;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.blog-opened-blog .blog-postc__submit:hover {
  opacity: 0.8;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup__message-block {
  background-color: rgba(96, 143, 151, 0.85);
  padding: 80px 14px;
  width: 420px;
  display: inline-block;
  text-align: center;
}
.popup__error,
.popup__thx {
  padding-top: 45vh;
}
.thx__title,
.error__title {
  font-size: 38px;
  color: #fff;
}
.error__title {
  font-size: 32px;
  color: red;
}
.thx__description,
.error__description {
  font-size: 14px;
  color: #fff;
  margin-top: 24px;
}
.popup .contactForm {
  display: inline-block;
  padding: 35px 22px 30px;
  width: 490px;
  background-color: rgba(96, 143, 151, 0.73);
  color: #fff;
  box-shadow: 5px 5px 6.79px 0.21px rgba(0, 0, 0, 0.35);
  text-align: left;
  margin: auto;
}
.popup .contactForm .form-title {
  display: block;
  margin: 0 auto 28px;
  font-size: 19px;
  cursor: default;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}
.popup .contactForm .input {
  display: inline-block;
  border: none;
  width: 205px;
  margin-bottom: 16px;
  padding: 12px 10px;
  font-size: 15px;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.popup .contactForm .input::-webkit-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.popup .contactForm .input:-ms-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.popup .contactForm .input::-ms-input-placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.popup .contactForm .input::placeholder {
  color: #858585;
  transition: opacity 0.3s ease;
}
.popup .contactForm .input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.popup .contactForm .input:focus:-ms-input-placeholder {
  opacity: 0;
}
.popup .contactForm .input:focus::-ms-input-placeholder {
  opacity: 0;
}
.popup .contactForm .input:focus::placeholder {
  opacity: 0;
}
.popup .contactForm .input_margin {
  margin-right: 16px;
}
.popup .contactForm .input_long {
  width: 100%;
}
.popup .contactForm .input_message {
  width: 100%;
  height: 126px;
  resize: none;
}
.popup .contactForm .captcha {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: default;
}
.popup .contactForm .submit {
  border: none;
  width: 100%;
  margin-top: 24px;
  padding: 16px 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #dc900d;
  color: inherit;
  box-shadow: 2px 2px 0 #a36b0a;
  cursor: pointer;
  transition: 0.2s ease;
}
.popup .contactForm .submit:hover {
  background-color: #f2a92a;
}
.popup .contactForm .submit:active {
  background-color: #e18b10;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.popup .contactForm .footerNote {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.screen-reader-response {
  display: none;
}
@media (max-width: 500px) {
  .popup__message-block {
    width: 280px;
  }
  .popup .contactForm {
    width: 100%;
  }
  .popup .contactForm .input {
    width: 100%;
  }
  .error__title {
    font-size: 30px;
  }
}
.popup {
  display: none;
  padding-top: 20vh;
  z-index: 999;
  text-align: center;
}
.popup .wpcf7 {
  position: relative;
  display: inline-block;
  z-index: 99;
}
.popup--overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 90;
}

/*# sourceMappingURL=style.css.map*/

/* MENU */
.header-layout .menu .menu__list-item, .menu .menu__list-item {
  padding: 25px 17px;
  display: inline-block;
  list-style: none;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 17px;
  text-decoration: none;
  word-spacing: 3px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.header-layout .menu .menu__list-item .menu__link, .menu .menu__list-item .menu__link {
  position: relative;
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 17px;
  text-decoration: none;
  word-spacing: 3px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 0 2px #7c7c7c;
  font-weight: bold;
}

.header-layout .menu .menu__list-item:hover, .menu .menu__list-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.header-layout .menu .menu__list-item .menu__sublist, .menu .menu__list-item .menu__sublist {
    display: flex;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: -4px;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 0;
    justify-content: center;

    width: 100%;
    flex-direction: column;
}

.header-layout .menu .menu__item--parent:hover > .menu__sublist, .menu .menu__item--parent:hover > .menu__sublist {
  visibility: visible;
}

.header-layout .menu .menu__sublist:after, .menu .menu__sublist:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.9;
}

.header-layout .menu .menu__sublist .menu__subitem, .menu .menu__sublist .menu__subitem {
  padding: 25px 20px;
  font-weight: 300;
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 17px;
  text-decoration: none;
  word-spacing: 3px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.menu .menu__sublist .menu__subitem .menu__sublink {
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 17px;
  text-decoration: none;
  word-spacing: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 0 2px #7c7c7c;
}

.menu .menu__sublist .menu__subitem:hover  {
  background-color: rgba(255, 255, 255, 0.2);
}

.menu .menu__sublist .menu__subitem .menu__sublist {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 18px 0;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  max-height: 220px;
}

.menu .menu__sublist .menu__subitem.menu__item--parent:hover .menu__sublist {
  display: flex;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);

  max-height: 900%;
  width: 100%;
  height: auto;
  flex-direction: column;
  transform: none;
  right: unset;
  top: 0;
  left: 100%;
  flex-wrap: wrap;
  position: absolute;
  margin-left: -1px;

  max-height: 500px;
  flex-wrap: wrap;
  max-width: 2000%;
  width: 275%;

  display: block;
  position: absolute;
  width: auto;
  text-align: left;
  max-height: none;
  max-width: none;
}

.menu__item--menu__dropdown--mode .menu__sublist {
  column-count: 2;
}

.menu .menu__sublist .menu__subitem .menu__sublist:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  opacity: 0.93;
}

.menu .menu__sublist .menu__subitem .menu__sublist .menu__subitem {
  padding: 6px 17px;
  font-size: 17px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  min-width: 280px;
}

.menu .menu__sublist .menu__subitem .menu__sublist .menu__subitem .menu__sublink {
  display: inline-block;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 17px;
  text-decoration: none;
  word-spacing: 3px;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}

.menu__subitem .menu__sublist .menu__subitem:hover {
  background-color: unset;
}

.menu .menu__sublist .menu__subitem .menu__sublist .menu__subitem:hover .menu__sublink{
  text-decoration: underline;
}

.header-layout-mobile .menus__list-item,
.header-layout-mobile .menus__list-item .menus__subitem {
  position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    text-align: left;
}

.header-layout-mobile .menus__link,
.menus__subitem .menus__sublink {
  color: inherit;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}

.header-layout-mobile .menus__item--parent {
  position: relative;
}

.header-layout-mobile .menus__sublist {
  display: none;
  /* background-color: #245963; */
  padding: 12px 0;
}

.header-layout-mobile .menus__item--parent:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(../img/m-arrow.png);
  right: 15px;
  top: 8px;
  cursor: pointer;
}

.header-layout-mobile .menu__item--opened:after {
  background-image: url(../img/m-close.png);
}

.header-layout-mobile .menu_closed {
  display: none;
}

.header-layout-mobile .menu_opened {
  display: block;
}

/* WPCF7 */
.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

/* COVEREAGE AREA */
.page-id-149 .box {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 70px;
  padding-bottom: 0;
}

.fancybox-content {
  padding: 0 !important;
}

.fancybox-close-small {
  z-index: 99999 !important;
}

.search h2,
.search a {
  font-size: 20px;
  text-decoration: none;
  color: inherit;
}

.search .blog-post {
  padding-top: 42px;
}

.search .find {
  padding-left: 0;
}

#searchform .input {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  padding: 5px 49px 5px 9px;
}

#searchform .search {
  display: inline-block;
  position: relative;
  border: 1px solid #565656;
  border-radius: 6px;
  width: 275px;
  text-align: left;
}

#searchsubmit {
  display: block;
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  background-color: #565656;
  background-image: url(../img/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
}

.internal2-text-layout .text {
   margin-top: 28px;
}

.projects-layout .label {
	display: none;
}

.projects-layout .slider:before, .projects-layout .slider:after {
	display: none;
}

.contactForm .input, .contactForm .input_message, .contactForm .input_margin {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}

.page-id-985 .header-layout:before {
	clip-path: unset;
}

.wpb_wrapper{
  font-size: 16px;
}