@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #1f232b;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 14px;
}

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #b49c53;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
}

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input, textarea {
  font-size: 16px;
}
@media (min-width: 768px) {
  input, textarea {
    font-size: 14px;
  }
}

img, svg {
  display: block;
}

.OF-Hidden {
  overflow: hidden;
}

.slick-slide > div {
  display: flex;
}

.textPage__pic img, .svcMain__pic--img, .recentProjects__list--img, .servicesHome .homeSVCCard__pic--img, .homeSlider__list--img, .rightSide__list--item .rightSVCItem__pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.container {
  width: 100%;
  max-width: 560px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
}

.twoColLayout {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .twoColLayout {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .twoColLayout .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.twoColLayout--left {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .twoColLayout--left {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .twoColLayout--left {
    width: calc(100% - 410px);
    padding-right: 50px;
    padding: 0 50px 50px 0;
  }
}
.twoColLayout--right {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .twoColLayout--right {
    max-width: 360px;
    margin: 0;
    padding-bottom: 50px;
  }
}

.button-1 {
  height: 45px;
  border-radius: 3px;
  background-color: #1f232b;
  color: #ffffff;
  padding: 0 25px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .button-1 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .button-1 {
    height: 55px;
    padding: 0 30px;
  }
}
.button-1:after {
  content: "";
  position: relative;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 2px;
  transition: left 0.25s;
}
@media (min-width: 1200px) {
  .button-1:hover {
    background-color: #b49c53;
  }
}
@media (min-width: 1200px) {
  .button-1:hover:after {
    left: 3px;
  }
}

.button-2 {
  height: 45px;
  border-radius: 999px;
  border: 1px solid #1f232b;
  color: #000000;
  padding: 0 25px;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .button-2 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .button-2 {
    height: 55px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .button-2:hover {
    background-color: #1f232b;
    color: #ffb400;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  margin: 0 3px;
  height: 14px;
}
.slick-dots li button {
  border: 1px solid #077744;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  transition: background-color 0.5s, border-color 0.5s;
}
@media (min-width: 1200px) {
  .slick-dots li button:hover {
    background-color: #b49c53;
    border-color: #b49c53;
  }
}
.slick-dots li.slick-active button {
  background-color: #077744;
  border-color: #077744;
}

.formBlock {
  background-color: #ecf0f1;
  padding: 30px 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 576px) {
  .formBlock {
    padding: 50px;
  }
}
.formBlock .formMessage .status-msg {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .formBlock .formMessage .status-msg {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.formBlock .formMessage .status-msg.error {
  background-color: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
  padding: 15px 20px;
}
.formBlock .formMessage .status-msg.error p {
  font-weight: 700;
  padding-bottom: 5px;
}
.formBlock .formMessage .status-msg.success {
  background-color: #6ab04c;
  padding: 15px 20px;
  color: #ffffff;
}
.formBlock .formMessage .status-msg.success span {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.formBlock .form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .formBlock--inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .formBlock--inner {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock--inner {
    margin: 0 -15px;
  }
}
.formBlock__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .formBlock__list {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock__list {
    width: 50%;
    padding: 0 15px;
  }
}
.formBlock__list.fullCol {
  width: 100%;
}
.formBlock__list--label {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: block;
  cursor: pointer;
}
.formBlock__list--label .required {
  color: #e74c3c;
  font-size: 11px;
}
.formBlock__list--field {
  position: relative;
}
.formBlock__list--field.number {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.formBlock__list--field.number .number-button {
  width: 45px;
  height: 45px;
  background-color: #077744;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: background-color 0.5s;
  cursor: pointer;
}
.formBlock__list--field.number .number-button.plus {
  border-radius: 0 5px 5px 0;
}
.formBlock__list--field.number .number-button.minus {
  border-radius: 5px 0 0 5px;
}
@media (min-width: 1200px) {
  .formBlock__list--field.number .number-button:hover {
    background-color: #0aa760;
  }
}
.formBlock__list--field.number .formBlock__list--input {
  width: calc(100% - 90px);
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.formBlock__list--input, .formBlock__list--textarea, .formBlock__list--select {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #1f232b;
  background-color: #ffffff;
}
.formBlock__list--input:focus, .formBlock__list--textarea:focus, .formBlock__list--select:focus {
  border-color: #b49c53;
}
.formBlock__list--textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.formBlock__list--maxGuest {
  display: block;
  font-size: 11px;
  color: #e74c3c;
  padding-top: 5px;
  font-weight: 600;
}
.formBlock__list .g-recaptcha > div > div {
  display: flex;
}
.formBlock__list__dropDown {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #077744;
  background-color: #ffffff;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  padding: 10px;
}
@media (min-width: 1200px) {
  .formBlock__list__dropDown--list {
    display: flex;
    flex-wrap: wrap;
  }
}
.formBlock__list__dropDown--item {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 768px) {
  .formBlock__list__dropDown--item {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .formBlock__list__dropDown--item {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .formBlock__list__dropDown--item:hover {
    background-color: #dde4e6;
  }
}
.formBlock__list__dropDown--item.active {
  background-color: #077744;
  color: #ffffff;
}
.formBlock__list__dropDown--item:last-child {
  margin-bottom: 0;
}
.formBlock__button {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .formBlock__button {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .formBlock__button {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .formBlock__button {
    padding: 0 15px;
  }
}
.formBlock__button--btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #b49c53;
  padding: 15px 35px;
  border-radius: 5px;
  transition: background-color 0.5s;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .formBlock__button--btn {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .formBlock__button--btn:hover {
    background-color: #1f232b;
  }
}
.formBlock input::-webkit-outer-spin-button,
.formBlock input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formBlock input[type=number] {
  -moz-appearance: textfield;
}

.header {
  position: relative;
  z-index: 25;
}
.header__top {
  background: linear-gradient(45deg, #373e49 0%, #1d242e 100%);
  padding: 15px 0;
}
@media (min-width: 768px) {
  .header__top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__logo--link {
  display: flex;
  justify-content: center;
}
.header__logo--img {
  height: 120px;
}
@media (min-width: 1200px) {
  .header__logo--img {
    height: 170px;
  }
}
.header__contactList {
  display: none;
}
@media (min-width: 768px) {
  .header__contactList {
    display: flex;
    margin-left: auto;
  }
}
.header__contactList--item {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 992px) {
  .header__contactList--item {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .header__contactList--item:nth-child(1) {
    display: flex;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .header__contactList--item:nth-child(2) {
    display: flex;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header__contactList--item:nth-child(2) {
    margin-right: 30px;
  }
}
.header__contactList--item:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .header__contactList--item:last-child {
    display: flex;
  }
}
.header__contactList--iconBlock {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #b49c53;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .header__contactList--iconBlock {
    height: 44px;
    width: 44px;
  }
}
.header__contactList--iconBlock .iconSVG {
  width: 16px;
  height: 16px;
  fill: #b49c53;
}
@media (min-width: 1200px) {
  .header__contactList--iconBlock .iconSVG {
    width: 18px;
    height: 18px;
  }
}
.header__contactList__right {
  line-height: 1.2;
}
.header__contactList__right--title {
  color: #bdc3c7;
  font-size: 12px;
  padding-bottom: 3px;
}
.header__contactList__right--text {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .header__contactList__right--text {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .header__contactList__right--text {
    font-size: 14px;
  }
}
.header__contactList__right--text a {
  color: #ffffff;
}
.header__socialTop {
  display: none;
}
.header__socialTop--link {
  width: 32px;
  height: 32px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
.header__socialTop--link:not(:first-child) {
  margin-left: 5px;
}
.header__socialTop--link .iconSVG {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.header__socialTop--link:hover {
  background-color: #b49c53;
}
.header__navBar {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .header__navBar {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .header__navBar {
    top: 200px;
  }
}
.header__navBar.fixed {
  position: fixed;
  top: 0;
  background-color: #373e49;
}
.header__navBar--text {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .header__navBar--text {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__navBar__navBlock {
    position: fixed;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #1f232b;
  }
}
@media (min-width: 768px) {
  .header__navBar__navBlock {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__navBar__navBlock {
    display: block;
  }
}
.header__navBar__navBlock.visible {
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__navBar__navBlock--cross {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .header__navBar__navBlock--cross {
    display: none;
  }
}
.header__navBar__navBlock--cross .iconSVG {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.header__navBar__nav {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .header__navBar__nav {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header__navBar__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
  }
}
.header__navBar__nav--item {
  position: relative;
  width: 150px;
}
@media (min-width: 768px) {
  .header__navBar__nav--item {
    width: auto;
    margin: 0 20px;
  }
}
.header__navBar__nav--item.hasDropDown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header__navBar__nav--item.hasDropDown .arrow {
  margin-left: 8px;
  width: 22px;
  height: 22px;
  border: 1px solid #525252;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__navBar__nav--item.hasDropDown .arrow {
    margin-left: 10px;
    border-color: #ffffff;
  }
}
.header__navBar__nav--item.hasDropDown .arrow .iconSVG {
  width: 10px;
  height: 10px;
  fill: #ffffff;
}
.header__navBar__nav--item.hasDropDown .subMenu {
  display: none;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header__navBar__nav--item.hasDropDown .subMenu {
    display: block;
    position: absolute;
    top: 52px;
    left: 0;
    width: 200px;
    background-color: #1f232b;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 15px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
  }
}
@media (min-width: 1200px) {
  .header__navBar__nav--item.hasDropDown .subMenu {
    top: 55px;
  }
}
.header__navBar__nav--item.hasDropDown .subMenu.visible {
  opacity: 1;
  pointer-events: all;
}
.header__navBar__nav--item.hasDropDown .subMenu--item {
  display: block;
  font-size: 12px;
  padding: 8px 0;
  color: #bdc3c7;
  transition: color 0.5s;
}
@media (min-width: 768px) {
  .header__navBar__nav--item.hasDropDown .subMenu--item {
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .header__navBar__nav--item.hasDropDown .subMenu--item {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .header__navBar__nav--item.hasDropDown .subMenu--item:hover {
    color: #ffb400;
  }
}
.header__navBar__nav--item.hasDropDown .subMenu--item.active {
  color: #b49c53;
}
@media (min-width: 1200px) {
  .header__navBar__nav--item.hasDropDown:hover .subMenu {
    opacity: 1;
    pointer-events: all;
  }
}
.header__navBar__nav--link {
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding: 12px 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header__navBar__nav--link {
    position: relative;
    padding: 17px 0;
  }
}
@media (min-width: 1200px) {
  .header__navBar__nav--link {
    font-size: 15px;
    padding: 18px 0;
  }
}
.header__navBar__nav--link.active {
  color: #b49c53;
}
@media (min-width: 1200px) {
  .header__navBar__nav--link.active {
    color: #d3c59a;
  }
}
.header__navBar__nav--link.active:before {
  background-color: #b49c53;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__navBar__nav--link.active:before {
    background-color: #d3c59a;
  }
}
@media (min-width: 1200px) {
  .header__navBar__nav--link:hover:before {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header__navBar__nav--link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.5s;
  }
}
.header__navBar__social {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .header__navBar__social {
    display: none;
  }
}
.header__navBar__social--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #525252;
  border-radius: 50%;
  transition: background-color 0.5s;
}
.header__navBar__social--link:not(:last-child) {
  margin-right: 10px;
}
.header__navBar__social--link .iconSVG {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  transition: fill 0.5s;
}
.header__navBar__lines {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .header__navBar__lines {
    display: none;
  }
}
.header__navBar__lines--line {
  width: 24px;
  height: 2px;
  background-color: #ffb400;
}
.header__navBar__lines--line:nth-child(2) {
  margin: 5px 0;
}

.footer {
  background: linear-gradient(45deg, #373e49 0%, #1d242e 100%);
  color: #ffffff;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.footer__logo--link {
  display: block;
}
.footer__logo--link img {
  height: 120px;
}
@media (min-width: 768px) {
  .footer__logo--link img {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .footer__logo--link img {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .footer__addressBlock {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__addressBlock--item {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .footer__addressBlock--item {
    width: 33.3333%;
  }
}
.footer__addressBlock--icon {
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}
.footer__addressBlock--icon .iconSVG {
  fill: #b49c53;
  width: 24px;
  height: 24px;
}
.footer__addressBlock .text {
  text-align: center;
  display: block;
}
.footer__addressBlock .text a {
  color: #ffffff;
}
.footer__doc {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__doc {
    padding: 20px 0 80px;
  }
}
@media (min-width: 1200px) {
  .footer__doc {
    padding-bottom: 100px;
  }
}
.footer__doc--link {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 500;
  color: #1f232b;
  transition: background-color 0.5s, color 0.5s;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .footer__doc--link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.footer__doc--link .iconSVG {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .footer__doc--link .iconSVG {
    width: 20px;
    height: 20px;
    transition: fill 0.5s;
  }
}
@media (min-width: 1200px) {
  .footer__doc--link:hover {
    background-color: #b49c53;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .footer__doc--link:hover .iconSVG {
    fill: #ffffff;
  }
}
.footer__social {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .footer__social {
    padding-bottom: 80px;
  }
}
.footer__social--link {
  background-color: #b49c53;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
.footer__social--link .iconSVG {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .footer__social--link:hover {
    background-color: #ffb400;
  }
}
.footer--lastRow {
  text-align: center;
  background-color: #b49c53;
  color: #ffffff;
  line-height: 1.8;
  padding: 15px 20px 65px;
}
@media (min-width: 768px) {
  .footer--lastRow {
    font-size: 14px;
    padding: 30px 0 100px;
  }
}
.footer--lastRow a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer--lastRow a:hover {
    text-decoration: none;
  }
}

.footerFix {
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footerFix {
    bottom: 25px;
  }
}
.footerFix__items:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .footerFix__items:not(:last-child) {
    margin-right: 15px;
  }
}
.footerFix__items .contactFix {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .footerFix__items .contactFix {
    border-radius: 6px;
  }
}
.footerFix__items .contactFix--left {
  background-color: #077744;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .footerFix__items .contactFix--left {
    border-radius: 6px 0 0 6px;
    padding: 0 15px;
  }
}
.footerFix__items .contactFix--left .iconSVG {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .footerFix__items .contactFix--left .iconSVG {
    width: 24px;
    height: 24px;
  }
}
.footerFix__items .contactFix--right {
  background-color: #088f52;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .footerFix__items .contactFix--right {
    padding: 0 15px;
    border-radius: 0 6px 6px 0;
  }
}
@media (min-width: 1200px) {
  .footerFix__items .contactFix:hover .contactFix--left, .footerFix__items .contactFix:hover .contactFix--right {
    background-color: #1f232b;
  }
}
.footerFix__items .go-to-top {
  background-color: #1f232b;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  transition: background-color 0.5s;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .footerFix__items .go-to-top {
    padding: 18px;
    border-radius: 6px;
  }
}
.footerFix__items .go-to-top .iconSVG {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .footerFix__items .go-to-top .iconSVG {
    width: 16px;
    height: 16px;
  }
}
.footerFix__items .go-to-top.active {
  background-color: #947f40;
  pointer-events: all;
}
@media (min-width: 1200px) {
  .footerFix__items .go-to-top:hover {
    background-color: #ffb400;
  }
}

.innerIntro {
  margin-bottom: 60px;
  position: relative;
  background: url("../images/slider-bg.jpg") center/cover;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .innerIntro {
    height: 320px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .innerIntro {
    height: 370px;
  }
}
@media (min-width: 1400px) {
  .innerIntro {
    height: 450px;
    margin-bottom: 100px;
  }
}
.innerIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.innerIntro__textBlock {
  position: relative;
  color: #ffffff;
}
.innerIntro__textBlock--title {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .innerIntro__textBlock--title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .innerIntro__textBlock--title {
    font-size: 50px;
  }
}
.innerIntro__textBlock--breadcrumb {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .innerIntro__textBlock--breadcrumb {
    font-size: 14px;
  }
}
.innerIntro__textBlock--breadcrumb a {
  color: #ffb400;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .innerIntro__textBlock--breadcrumb a:hover {
    text-decoration: underline;
  }
}

.rightSide__title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #1f232b;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .rightSide__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .rightSide__title {
    font-size: 20px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
.rightSide__list--item {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .rightSide__list--item {
    margin-bottom: 20px;
  }
}
.rightSide__list--item .rightSVCItem {
  position: relative;
  box-shadow: 0 0 15px rgba(31, 35, 43, 0.15);
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.rightSide__list--item .rightSVCItem__pic {
  height: 180px;
}
.rightSide__list--item .rightSVCItem--text {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  font-weight: 500;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .rightSide__list--item .rightSVCItem--text {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .rightSide__list--item .rightSVCItem:hover .rightSVCItem--text {
    background-color: #b49c53;
  }
}

.homeSlider {
  position: relative;
  margin-bottom: 60px;
  padding: 80px 10px 0;
  background: url("../images/slider-bg.jpg") center/cover;
}
@media (min-width: 768px) {
  .homeSlider {
    margin-bottom: 80px;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .homeSlider {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding: 150px 0 0;
  }
}
.homeSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.homeSlider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}
.homeSlider .container {
  position: relative;
}
.homeSlider__arrow {
  position: absolute;
  top: calc(50% - 25px);
  left: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .homeSlider__arrow {
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__arrow {
    left: 25px;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
}
.homeSlider__arrow .iconSVG {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .homeSlider__arrow .iconSVG {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__arrow .iconSVG {
    width: 40px;
    height: 40px;
  }
}
.homeSlider__arrow--right {
  left: auto;
  right: 20px;
}
@media (min-width: 1200px) {
  .homeSlider__arrow--right {
    right: 25px;
  }
}
.homeSlider__arrow--right .iconSVG {
  transform: rotate(-90deg);
}
@media (min-width: 1200px) {
  .homeSlider__arrow:hover {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.homeSlider__list {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 5px solid #ffffff;
}
@media (min-width: 1200px) {
  .homeSlider__list {
    border-width: 10px;
  }
}
.homeSlider__list--item {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 350px;
}
@media (min-width: 576px) {
  .homeSlider__list--item {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .homeSlider__list--item {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .homeSlider__list--item {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .homeSlider__list--item {
    height: 650px;
  }
}
.homeSlider__list__textBlock {
  display: none;
}
@media (min-width: 1200px) {
  .homeSlider__list__textBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 50px;
    left: 50px;
  }
}
.homeSlider__list__textBlock--title {
  background-color: #000000;
  color: #ffb400;
  padding: 10px 15px;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
}
.homeSlider__list__textBlock--subTitle {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.whyUs {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .whyUs {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .whyUs {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .whyUs__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .whyUs__list {
    align-items: center;
  }
}
.whyUs__list--item {
  background-color: #b49c53;
  color: #ffffff;
  padding: 35px 25px;
}
@media (min-width: 576px) {
  .whyUs__list--item {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .whyUs__list--item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .whyUs__list--item {
    width: 25%;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
  }
}
.whyUs__list--item:nth-child(2n+2) {
  background-color: #373e49;
}
.whyUs__list--item:nth-child(2n+2) .whyUs__list--iconBlock {
  background-color: #b49c53;
}
@media (min-width: 768px) {
  .whyUs__list--item:nth-child(3) {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .whyUs__list--item:nth-child(3) {
    order: initial;
  }
}
@media (min-width: 1200px) {
  .whyUs__list--item:nth-child(2), .whyUs__list--item:nth-child(3) {
    min-height: 340px;
  }
}
.whyUs__list--iconBlock {
  width: 60px;
  height: 60px;
  background-color: #373e49;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .whyUs__list--iconBlock {
    width: 70px;
    height: 70px;
  }
}
.whyUs__list--iconBlock img {
  width: 36px;
  height: 36px;
}
.whyUs__list--title {
  font-size: 20px;
  padding-bottom: 5px;
}
.whyUs__list--text {
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .whyUs__list--text {
    font-size: 13px;
  }
}

.homeIntro {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .homeIntro {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .homeIntro {
    margin-bottom: 60px;
  }
}
.homeIntro__textBlock {
  padding-bottom: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.homeIntro__textBlock--title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock--title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock--title {
    font-size: 20px;
  }
}
.homeIntro__textBlock--title .block {
  display: block;
  text-transform: uppercase;
  color: #b49c53;
  font-size: 24px;
}
@media (min-width: 768px) {
  .homeIntro__textBlock--title .block {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .homeIntro__textBlock--title .block {
    font-size: 36px;
  }
}
.homeIntro__textBlock--text {
  opacity: 0.8;
  line-height: 1.7;
}
.homeIntro__btn {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.homeVideo {
  position: relative;
  background: url("../images/slider-bg.jpg") center/cover;
  margin-bottom: 60px;
  padding: 0 10px 35px;
}
@media (min-width: 576px) {
  .homeVideo {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .homeVideo {
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .homeVideo {
    margin-bottom: 100px;
  }
}
.homeVideo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.homeVideo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}
.homeVideo__videoBlock {
  position: relative;
  z-index: 2;
  width: 100%;
}
.homeVideo__videoBlock--video {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .homeVideo__videoBlock--video {
    border: 5px solid #ffffff;
  }
}
@media (min-width: 1200px) {
  .homeVideo__videoBlock--video {
    border-width: 10px;
  }
}
.homeVideo__videoBlock--video iframe {
  height: 350px;
  display: block;
}
@media (min-width: 576px) {
  .homeVideo__videoBlock--video iframe {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .homeVideo__videoBlock--video iframe {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .homeVideo__videoBlock--video iframe {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .homeVideo__videoBlock--video iframe {
    height: 600px;
  }
}
.homeVideo__videoBlock__imgBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/video-bg.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.homeVideo__videoBlock__imgBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity 0.5s;
}
@media (min-width: 1200px) {
  .homeVideo__videoBlock__imgBlock:hover:before {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .homeVideo__videoBlock__imgBlock:hover .homeVideo__videoBlock__imgBlock--icon {
    transform: rotate(360deg);
  }
}
.homeVideo__videoBlock__imgBlock--icon {
  position: relative;
  z-index: 1;
  width: 50px;
  transition: transform 0.5s;
}
@media (min-width: 576px) {
  .homeVideo__videoBlock__imgBlock--icon {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .homeVideo__videoBlock__imgBlock--icon {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .homeVideo__videoBlock__imgBlock--icon {
    width: 120px;
  }
}

.servicesHome {
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .servicesHome {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .servicesHome {
    margin-bottom: 100px;
  }
}
.servicesHome--container {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .servicesHome--container {
    padding: 0 0 0 calc((100% - 1120px) / 2 + 5px);
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .servicesHome--container {
    padding-left: calc((100% - 1300px) / 2 + 5px);
  }
}
.servicesHome__title {
  color: #b49c53;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .servicesHome__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .servicesHome__title {
    font-size: 40px;
    padding-bottom: 5px;
  }
}
.servicesHome__slider {
  margin-bottom: 10px;
}
.servicesHome__slider .slick-list {
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .servicesHome__slider .slick-list {
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .servicesHome__slider .slick-list {
    padding-right: 150px;
  }
}
.servicesHome__slider .slick-track {
  display: flex;
}
.servicesHome__slider .slick-track .slick-slide {
  height: auto;
}
@media (min-width: 768px) {
  .servicesHome__slider .slick-track .slick-slide {
    padding: 0 10px;
  }
}
.servicesHome__slider .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.servicesHome__slider--item {
  padding: 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .servicesHome__slider--item {
    padding: 20px 5px;
  }
}
.servicesHome .homeSVCCard {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(31, 35, 43, 0.15);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
.servicesHome .homeSVCCard__pic {
  height: 250px;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard__pic {
    height: 280px;
  }
}
.servicesHome .homeSVCCard__textBlock {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard__textBlock {
    padding: 25px 30px;
  }
}
.servicesHome .homeSVCCard__textBlock--iconBlock {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #1f232b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard__textBlock--iconBlock {
    top: -35px;
    width: 70px;
    height: 70px;
  }
}
.servicesHome .homeSVCCard__textBlock--iconBlock img {
  width: 30px;
  height: 30px;
}
.servicesHome .homeSVCCard__textBlock--title {
  padding: 20px 0 5px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard__textBlock--title {
    padding-top: 25px;
    font-weight: 600;
  }
}
.servicesHome .homeSVCCard__textBlock--text {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard__textBlock--text {
    line-height: 1.7;
  }
}
.servicesHome .homeSVCCard__textBlock__more {
  display: flex;
  padding-top: 20px;
}
.servicesHome .homeSVCCard__textBlock__more--btn {
  color: #b49c53;
  text-decoration: underline;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .servicesHome .homeSVCCard__textBlock__more--btn:hover {
    color: #1f232b;
  }
}
.servicesHome__arrows {
  display: flex;
  justify-content: center;
}
.servicesHome__arrows__btn {
  width: 40px;
  height: 40px;
  background-color: #b49c53;
  border-radius: 5px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
  cursor: pointer;
}
.servicesHome__arrows__btn .iconSVG {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transform: rotate(90deg);
  transition: fill 0.5s;
}
.servicesHome__arrows__btn--right .iconSVG {
  transform: rotate(-90deg);
}
@media (min-width: 1200px) {
  .servicesHome__arrows__btn:hover {
    background-color: #1f232b;
  }
}

.recentProjects {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .recentProjects {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .recentProjects {
    margin-bottom: 70px;
  }
}
.recentProjects--title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #b49c53;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .recentProjects--title {
    font-size: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .recentProjects--title {
    font-size: 36px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .recentProjects__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .recentProjects__list {
    margin: 0 -15px;
  }
}
.recentProjects__list--item {
  overflow: hidden;
  transition: filter 0.5s;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .recentProjects__list--item {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .recentProjects__list--item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .recentProjects__list--item:first-child {
    width: 66.6667%;
  }
}
.recentProjects__list--link {
  position: relative;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .recentProjects__list--link {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .recentProjects__list--link {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .recentProjects__list--link {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .recentProjects__list--link {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .recentProjects__list--link {
    height: 450px;
  }
}
.recentProjects__list--link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .recentProjects__list--link:hover .recentProjects__list--text {
    opacity: 1;
    bottom: 30px;
  }
}
.recentProjects__list--text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .recentProjects__list--text {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .recentProjects__list--text {
    bottom: 0;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
  }
}
.recentProjects__list--text .inner {
  background-color: #ffffff;
  color: #1f232b;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .recentProjects__list--text .inner {
    padding: 15px 20px;
    background-color: #b49c53;
    color: #ffffff;
  }
}
.recentProjects__list--img {
  transition: transform 0.5s;
}
.recentProjects__btn {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .recentProjects__btn {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .recentProjects__btn {
    padding-top: 25px;
  }
}

.svcMain__list--item {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .svcMain__list--item {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .svcMain__list--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .svcMain__list--item {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .svcMain__list--item:nth-child(2n+2) .svcMain__text {
    order: 1;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .svcMain__list--item:nth-child(2n+2) .svcMain__text {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .svcMain__list--item:nth-child(2n+2) .svcMain__pic {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .svcMain__list--item:nth-child(2n+2) .svcMain__pic {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .svcMain__text {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .svcMain__text {
    padding-right: 40px;
  }
}
.svcMain__text--title {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .svcMain__text--title {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .svcMain__text--title {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.svcMain__text--icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: #1f232b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .svcMain__text--icon {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .svcMain__text--icon {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
  }
}
.svcMain__text--icon img {
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .svcMain__text--icon img {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .svcMain__text--icon img {
    width: 40px;
    height: 40px;
  }
}
.svcMain__text--text {
  text-align: center;
  line-height: 1.5;
  opacity: 0.8;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .svcMain__text--text {
    line-height: 1.7;
  }
}
.svcMain__text__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .svcMain__text__btn {
    padding-bottom: 0;
  }
}
.svcMain__text__btn--link {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #b49c53;
  color: #ffffff;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .svcMain__text__btn--link {
    padding: 12px 18px;
  }
}
@media (min-width: 1200px) {
  .svcMain__text__btn--link {
    padding: 12px 25px;
  }
}
@media (min-width: 1200px) {
  .svcMain__text__btn--link:hover {
    background-color: #1f232b;
  }
}
.svcMain__pic {
  height: 280px;
}
@media (min-width: 768px) {
  .svcMain__pic {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .svcMain__pic {
    width: 50%;
    padding-left: 20px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .svcMain__pic {
    padding-left: 40px;
    height: 450px;
  }
}
.svcMain__pic--img {
  border-radius: 5px;
}

.svc-new-build .svc1 {
  display: none;
}

.svc-extension .svc2 {
  display: none;
}

.svc-loft-conversion .svc3 {
  display: none;
}

.svc-refurbishment .svc4 {
  display: none;
}

.svc-structural-drawing .svc5 {
  display: none;
}

@media (min-width: 1200px) {
  .services-details-page .rightSide__list--item .rightSVCItem__pic {
    height: 200px;
  }
}

.photoGallery {
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .photoGallery {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .photoGallery {
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .photoGallery .container {
    padding: 0 2px;
  }
}
.photoGallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.photoGallery__list--item {
  width: 50%;
  padding: 0 1px 2px;
}
@media (min-width: 768px) {
  .photoGallery__list--item {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .photoGallery__list--item {
    width: 25%;
  }
}
.photoGallery__list--inner {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .photoGallery__list--inner {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .photoGallery__list--inner {
    height: 250px;
  }
}
.photoGallery__list--link {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .photoGallery__list--link:hover {
    transform: scale(1.1);
  }
}

.textPage__pic {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  margin: 5px 0 20px;
}
@media (min-width: 768px) {
  .textPage__pic {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .textPage__pic {
    height: 400px;
    margin-bottom: 30px;
  }
}
.textPage__video {
  width: 100%;
  height: 280px;
  margin: 5px 0 20px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .textPage__video {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .textPage__video {
    height: 420px;
  }
}
.textPage__video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.textPage h2, .textPage h3, .textPage h4, .textPage h5 {
  font-size: 24px;
  font-weight: 600;
  color: #b49c53;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 28px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .textPage h2, .textPage h3, .textPage h4, .textPage h5 {
    font-size: 32px;
    padding-bottom: 15px;
  }
}
.textPage h3 {
  font-size: 22px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .textPage h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .textPage h3 {
    font-size: 28px;
  }
}
.textPage h3 .break {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .textPage h3 .break {
    font-size: 18px;
    padding: 5px 0 15px;
  }
}
.textPage h3 .inlineBlock {
  display: inline-block;
}
.textPage h4 {
  font-size: 20px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .textPage h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .textPage h4 {
    font-size: 24px;
  }
}
.textPage h5 {
  font-size: 16px;
  padding: 5px 0 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .textPage h5 {
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .textPage h5 {
    font-size: 18px;
    line-height: 1.7;
  }
}
.textPage p {
  line-height: 1.8;
  padding-bottom: 15px;
}
.textPage p a {
  color: #b49c53;
}
@media (min-width: 1200px) {
  .textPage p a:hover {
    text-decoration: underline;
  }
}
.textPage ul, .textPage ol {
  padding-bottom: 10px;
  margin-left: 20px;
}
.textPage ul li, .textPage ol li {
  list-style: disc;
  line-height: 1.7;
  padding-bottom: 8px;
}
.textPage ul li a, .textPage ol li a {
  color: #b49c53;
}
@media (min-width: 1200px) {
  .textPage ul li a:hover, .textPage ol li a:hover {
    text-decoration: underline;
  }
}
.textPage ul ol, .textPage ul ul, .textPage ol ol, .textPage ol ul {
  padding: 10px 0 0 0;
  margin-left: 20px;
}
.textPage ul ol li:last-child, .textPage ul ul li:last-child, .textPage ol ol li:last-child, .textPage ol ul li:last-child {
  padding-bottom: 0;
}
.textPage ul ol li, .textPage ol ol li {
  list-style: decimal;
}
.textPage ol > li {
  list-style: decimal;
}

.contactTitle {
  font-weight: 500;
  font-size: 16px;
  color: #b49c53;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .contactTitle {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .contactTitle {
    font-size: 20px;
  }
}
.contactTitle.center {
  text-align: center;
}

@media (min-width: 1200px) {
  .contactInfo {
    padding-bottom: 30px;
  }
}
.contactInfo__list {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contactInfo__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.contactInfo__list--item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contactInfo__list--item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .contactInfo__list--item {
    width: 33.3333%;
  }
}
.contactInfo__list--item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactInfo__list--item:last-child {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contactInfo__list--item:last-child {
    width: 33.3333%;
  }
}
.contactInfo__list--icon {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.contactInfo__list--icon .iconSVG {
  width: 32px;
  height: 32px;
  fill: #b49c53;
}
.contactInfo__list--text {
  text-align: center;
  font-weight: 600;
  display: block;
}
.contactInfo__list--text .break {
  display: block;
}
.contactInfo__list--text a {
  color: #1f232b;
}
.contactInfo__map {
  padding: 5px;
  border: 1px solid #bdc3c7;
}
@media (min-width: 1200px) {
  .contactInfo__map {
    padding: 10px;
  }
}
.contactInfo__map iframe {
  display: block;
}

.contactForm {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .contactForm {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .contactForm {
    margin-bottom: 100px;
  }
}

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