@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700");
* {
  user-select: none;
  outline: none;
  text-rendering: optimizeLegibility;
}

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

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("/assets/fonts/Roboto-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url("/assets/fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("assets/fonts/Roboto-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/assets/fonts/Roboto-Bold.ttf");
  font-display: swap;
}
.zayavka-01 {
  display: none;
}

.zayavka-01.active {
  font-family: "Roboto";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
.zayavka-01.active .zayavka-01__body {
  background: #1f1e21;
  position: absolute;
  width: 700px;
  height: 514px;
  left: 50%;
  margin-left: -350px;
  top: 50%;
  margin-top: -257px;
  background-image: url("/assets/images/zayavka_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: hidden;
  box-shadow: 0 0 7px #a59278;
}
@media (max-width: 730px) {
  .zayavka-01.active .zayavka-01__body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    background-image: none;
  }
}
.zayavka-01.active .zayavka-01__body #zayavka-01__close {
  position: absolute;
  color: white;
  top: 0px;
  right: 5px;
  font-size: 20px;
  padding: 10px 10px;
  cursor: pointer;
}
.zayavka-01.active .zayavka-01__row {
  position: relative;
  width: 500px;
  height: 514px;
  margin-left: 150px;
  margin-top: 0;
  background: transparent;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 730px) {
  .zayavka-01.active .zayavka-01__row {
    overflow: hidden;
    width: 92%;
    height: auto;
    padding: 0;
    margin: 45px 3% auto 3%;
  }
}
.zayavka-01.active .zayavka-01__row input {
  padding: 5px 10px;
}
.zayavka-01.active .zayavka-01__row-item h2 {
  margin-top: 45px;
  color: #ffffff;
  font-size: 22px;
  width: 100%;
  text-align: center;
}
.zayavka-01.active .zayavka-01__row-item p {
  margin-top: 10px;
  color: #a59278;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.zayavka-01.active .zayavka-01__row-item button {
  margin-top: 30px;
  background: #a59278;
  color: #1f1e21;
  padding: 10px 25px;
  width: 200px;
  margin-left: 0;
  cursor: pointer;
  border: none;
  outline: none;
}
.zayavka-01.active .zayavka-01__row-item button:hover {
  color: white;
}
.zayavka-01.active .zayavka-01__row-flex {
  display: inline-flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 45px;
  align-items: baseline;
}
@media (max-width: 730px) {
  .zayavka-01.active .zayavka-01__row-flex {
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.zayavka-01.active .zayavka-01__row-flex .flex-input1 {
  background: transparent;
  width: 200px;
  text-align: left;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Roboto";
  color: white;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #a59278;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input1::placeholder {
  color: #a59278;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input2 {
  background: transparent;
  width: 170px;
  text-align: left;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Roboto";
  color: white;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #a59278;
}
@media (max-width: 730px) {
  .zayavka-01.active .zayavka-01__row-flex .flex-input2 {
    width: 200px;
  }
}
.zayavka-01.active .zayavka-01__row-flex .flex-input2::placeholder {
  color: #a59278;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg {
  border-radius: 50px;
  width: 250px;
  align-items: center;
  background: transparent;
  border: 1px solid #a59278;
  height: 35px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg .flex-input3-span1 {
  padding-left: 10px;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg .flex-input3-span2 {
  padding-right: 10px;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg input {
  width: 0;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  padding: 0 0 0 60px;
  margin-left: -51px;
  margin-top: -5px;
  background: transparent;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg input:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #a7947b;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg input:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #1f1e21;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg input:checked:after {
  left: 28px;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input3-bg span {
  color: #ffffff;
  font-weight: 200;
  font-size: 16px;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input5 {
  width: 60px;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-family: "Roboto";
  color: white;
  background: #1f1e21;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #a59278;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input5::placeholder {
  color: #a59278;
}
.zayavka-01.active .zayavka-01__row-flex .flex-input6 {
  width: 60px;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-family: "Roboto";
  color: white;
  font-weight: 500;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #a59278;
}
.zayavka-01.active .zayavka-01__row-flex input::placeholder {
  font-size: 16px;
  font-family: "Roboto";
  color: #a59278;
  font-weight: 200;
}
.zayavka-01.active .zayavka-01__row-flex label {
  font-size: 18px;
  font-family: "Roboto";
  color: #a59278;
  font-weight: 200;
}
@media (max-width: 730px) {
  .zayavka-01.active .addflex1 {
    gap: 0;
  }
}
@media (max-width: 730px) {
  .zayavka-01.active .addflex2 {
    flex-direction: row;
    gap: 2px;
    justify-content: right;
  }
  .zayavka-01.active .addflex2 label {
    font-size: 14px;
    padding: 0 10px;
    text-align: right;
  }
}

.general__demontazh {
  position: relative;
  width: 100%;
  background: #19191b;
  height: auto;
  min-height: 850px;
  background-image: url(/assets/images/ns_09.jpg);
  background-size: auto 400px;
  background-position: right bottom;
  justify-content: center;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .general__demontazh {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (max-width: 1030px) {
  .general__demontazh {
    background-size: auto 40vw;
  }
}
@media (max-width: 680px) {
  .general__demontazh {
    height: 1000px;
    background-size: auto 285px;
  }
}
.general__demontazh .general__demontazh-title {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  height: max-content;
  position: relative;
  top: 230px;
  display: block;
  text-align: left;
}
.general__demontazh .general__demontazh-title zagolovok2 {
  font-family: "Roboto";
  font-size: 42px;
  color: white;
  font-width: 200;
}
@media (max-width: 680px) {
  .general__demontazh .general__demontazh-title zagolovok2 {
    font-size: 30px;
  }
}
.general__demontazh .general__demontazh-title p {
  font-family: "Roboto";
  font-size: 20px;
  color: #a59278;
  padding-top: 10px;
}
@media (max-width: 680px) {
  .general__demontazh .general__demontazh-title p {
    font-size: 18px;
  }
}

.general__demontazh-row {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: relative;
  margin: 310px auto 20px auto;
}
@media (max-width: 1500px) {
  .general__demontazh-row {
    justify-content: flex-start;
  }
}

.general__demontazh-text {
  position: absolute;
  z-index: 4;
  width: 500px;
  height: 300px;
  background: #38363c;
  background-image: url("/assets/images/proem2.jpg");
  background-size: cover;
  border: 10px solid #38363c;
  left: 0;
}
@media (max-width: 1500px) {
  .general__demontazh-text {
    width: 30vw;
    height: 20vw;
  }
}
@media (max-width: 680px) {
  .general__demontazh-text {
    display: none;
  }
}

.general__demontazh-item {
  z-index: 3;
  position: absolute;
  width: max-content;
  height: max-content;
  background: #38363c;
}
@media (max-width: 680px) {
  .general__demontazh-item {
    top: 0;
    margin-top: -50px;
    left: 50%;
    margin-left: -135px;
  }
}
.general__demontazh-item img {
  position: absolute;
  z-index: 3;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border: 10px solid #38363c;
}
@media (max-width: 1500px) {
  .general__demontazh-item img {
    width: 20vw;
    height: 20vw;
    margin-left: 35vw;
  }
}
@media (max-width: 680px) {
  .general__demontazh-item img {
    width: 270px;
    height: 270px;
    margin: 0;
    padding: 0;
    right: unset;
    left: unset;
    top: unset;
  }
}
.general__demontazh-item p {
  display: block;
  width: max-content;
  color: rgba(255, 255, 255, 0.6274509804);
  margin-left: auto;
  margin-right: auto;
}

.general__demontazh-item:before {
  z-index: 1;
  width: 400px;
  height: 400px;
  border: 10px solid #a59278;
  content: "";
  position: absolute;
  margin-top: -50px;
  margin-left: -150px;
}
@media (max-width: 1500px) {
  .general__demontazh-item:before {
    width: 23vw;
    height: 27vw;
    margin-left: 16vw;
    margin-top: -25px;
  }
}
@media (max-width: 680px) {
  .general__demontazh-item:before {
    width: 350px;
    height: 200px;
    left: 0;
    margin: 0;
    margin-left: -40px;
    margin-top: 33px;
    top: 0;
    right: unset;
  }
}

/* -------------------------- */
.general__callback {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
}

.general__callback-row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 919px) {
  .general__callback-row {
    flex-direction: column;
  }
}

.general__callback-leftpanel {
  position: relative;
  flex: 1 1 50%;
  min-height: 800px;
  background: #171717;
  padding: 50px;
  background-image: url("/assets/images/ns_14.jpg");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1050px) {
  .general__callback-leftpanel {
    background-position: 40% top;
  }
}
.general__callback-leftpanel .general__callback-lefttitle {
  position: absolute;
  right: 100px;
  top: 80px;
  width: 200px;
}
@media (max-width: 1050px) {
  .general__callback-leftpanel .general__callback-lefttitle {
    right: 20px;
  }
}
.general__callback-leftpanel .general__callback-lefttitle h2 {
  position: relative;
  color: #ffffff;
  font-family: "Roboto";
  line-height: 50px;
  font-weight: 400;
  font-size: 42px;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .general__callback-leftpanel .general__callback-lefttitle h2 {
    font-size: 30px;
    font-weight: 500;
  }
}
.general__callback-leftpanel .general__callback-strelka {
  position: absolute;
  right: 100px;
  top: 500px;
  width: max-content;
  height: max-content;
}
.general__callback-leftpanel .general__callback-strelka img {
  width: 120px;
  height: auto;
}
@media (max-width: 919px) {
  .general__callback-leftpanel .general__callback-strelka img {
    transform: rotate(90deg);
  }
}

.general__callback-rightpanel {
  flex: 0 1 50%;
  min-width: 670px;
  height: 800px;
  background: #ececec;
  background-image: url("/assets/images/ugolok.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200px auto;
  padding: 40px 50px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 649px) {
  .general__callback-rightpanel {
    padding: 40px 0;
    background-size: 120px auto;
    max-width: 100vw;
  }
}

.general__callback-body {
  max-width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.general__callback-item1 h2 {
  padding-top: 20px;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 30px;
  color: black;
  text-align: center;
}
@media (max-width: 649px) {
  .general__callback-item1 h2 {
    font-size: 22px;
    font-weight: 500;
    width: 300px;
    display: block;
    margin: 0 auto;
    padding: 0;
    left: unset;
    right: unset;
  }
}
.general__callback-item1 p {
  padding-top: 30px;
  color: #1f1e21;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.general__callback-flex {
  display: flex;
  gap: 30px;
  padding-top: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 649px) {
  .general__callback-flex {
    gap: 10px;
    padding-left: 16px;
  }
}
.general__callback-flex input {
  border: 1px solid #1f1e21;
  background: white;
  padding: 7px 10px;
  border-radius: 5px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
}
@media (max-width: 649px) {
  .general__callback-flex input {
    max-width: 160px;
    margin: 0;
  }
}
.general__callback-flex input::placeholder {
  color: #a59278;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 200;
}
.general__callback-flex p {
  font-size: 14px;
  font-weight: 500;
  color: #1f1e21;
  padding-right: 16px;
  box-sizing: border-box;
}

.general__callback-bg {
  display: flex;
  width: 485px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Roboto";
  background: #1f1e21;
  padding: 6px 0;
  border-radius: 5px;
}
@media (max-width: 649px) {
  .general__callback-bg {
    width: 100%;
    border-radius: 0;
  }
}
.general__callback-bg div {
  min-width: 50px;
}
.general__callback-bg label {
  color: #ffffff;
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 16px;
  font-weight: 200;
}
.general__callback-bg p {
  color: #cfcfcf;
  font-weight: 200;
}
.general__callback-bg input {
  width: 0;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  padding: 0 0 0 60px;
  margin-top: -5px;
  background: transparent;
}
.general__callback-bg input:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.general__callback-bg input:checked:after {
  left: 28px;
}
.general__callback-bg input:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #707070;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.callback-flex_add2 label {
  color: #1f1e21;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  padding: 0;
  margin: 0;
}
.callback-flex_add2 input {
  width: 60px;
  text-align: center;
}

.callback-flex_add3 p {
  padding: 0 10px 0 0;
  display: inline-block;
}
.callback-flex_add3 input {
  position: relative;
  z-index: 1;
}
.callback-flex_add3 input:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: white;
  border: 1px solid #1f1e21;
  margin-left: -3px;
  margin-top: -1px;
  cursor: pointer;
}
.callback-flex_add3 input:checked:after {
  content: "";
  position: absolute;
  top: 3px;
  padding: top;
  left: 0;
  z-index: 3;
  width: 15px;
  height: 8px;
  border-left: 2px solid #1f1e21;
  border-bottom: 2px solid #1f1e21;
  transform: rotate(-45deg);
}

.callback-flex_add4 {
  margin-top: 20px;
  border-top: 1px solid #1f1e21;
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 649px) {
  .callback-flex_add4 {
    width: 100%;
  }
}
.callback-flex_add4 p:last-child {
  color: #a59278;
}

.callback-flex_add5 input {
  width: 150px;
  text-align: right;
}

.callback-flex_add6 {
  margin-top: 20px;
}
.callback-flex_add6 button {
  padding: 10px 10px;
  background: black;
  width: 220px;
  color: white;
  border: none;
  border-radius: unset;
  cursor: pointer;
}
.callback-flex_add6 button:hover {
  color: #1f1e21;
}

/*-----------------------------*/
.general__disign {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 100px;
  background: #38363c;
  height: 600px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}

.general__disign-row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 1170px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .general__disign-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
  }
}

.general__disign-item1 {
  flex: 0 0 400px;
}
@media (max-width: 1199px) {
  .general__disign-item1 {
    flex: 0 0 auto;
    padding: 30px 16px;
    box-sizing: border-box;
  }
}
.general__disign-item1 p {
  font-family: "Roboto";
  font-size: 20px;
  color: #a59278;
}
.general__disign-item1 h2 {
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 300;
  color: white;
  line-height: 1.1;
  margin-top: 3px;
  margin-bottom: 20px;
}

.general__disign-item2 {
  flex: 1 1 auto;
}
.general__disign-item2 img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: contain;
}
@media (max-width: 650px) {
  .general__disign-item2 img {
    height: 250px;
  }
}

.general__whiteblock {
  width: 100%;
  min-height: 500px;
  background: white;
}
.general__whiteblock .general__body {
  max-width: 1140px;
  height: auto;
  padding: 50px 0 100px 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .general__whiteblock .general__body {
    padding: 50px 16px 100px 16px;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .general__whiteblock .general__body {
    padding: 80px 16px 100px 16px;
    box-sizing: border-box;
  }
}

.general__whiteblock-title h2 {
  font-size: 42px;
  text-align: left;
  font-family: "Roboto";
  font-weight: 200;
  color: black;
  padding-bottom: 40px;
  border-bottom: 1px solid #a59278;
}
@media (max-width: 680px) {
  .general__whiteblock-title h2 {
    font-size: 30px;
  }
}

.general__whiteblock-row {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a59278;
  cursor: pointer;
  transition: 0.6s;
  overflow: hidden;
  height: 75px;
}
.general__whiteblock-row h3 {
  font-size: 24px;
  font-weight: 200;
  color: #1f1e21;
  font-family: "Roboto";
  padding: 10px 0 20px 0;
}
@media (max-width: 680px) {
  .general__whiteblock-row h3 {
    max-width: 70%;
    font-size: 18px;
  }
}
.general__whiteblock-row p {
  font-size: 16px;
  color: #514f56;
  padding-bottom: 30px;
}

.general__whiteblock-row.active {
  height: auto;
  transition: 0.6s;
}

.general__whiteblock-row:after {
  content: "╳";
  position: absolute;
  color: #a59278;
  top: 15px;
  right: 0;
  border: 1px solid #a59278;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 9px;
  background: white;
}

.general__whiteblock-row.active:after {
  position: absolute;
  color: white;
  transform: rotate(45deg);
  background: #a59278;
}

.general__image-director {
  width: 100%;
}
.general__image-director img {
  width: auto;
  display: block;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.general__image-engineer img {
  width: auto;
  height: 200px;
  padding-left: 50px;
}

zagolovok2 {
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 200;
  color: #a59278;
  line-height: 1.1;
  margin-top: 3px;
}

zagolovok6 {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
  font-family: "Roboto";
}

.testimonials__row {
  display: flex;
  max-width: 1120px;
  width: 92%;
  margin: 0 3%;
  flex-wrap: nowrap;
  gap: 0;
  box-sizing: border-box;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .testimonials__row {
    flex-direction: column;
  }
}

.testimonials__leftpanel {
  padding: 30px;
  box-sizing: border-box;
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .testimonials__leftpanel {
    padding: 0;
  }
}
.testimonials__leftpanel .testimonials__leftpanel-item2 {
  padding: 100px 30px 30px 30px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 1200px) {
  .testimonials__leftpanel .testimonials__leftpanel-item2 {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .testimonials__leftpanel .testimonials__leftpanel-item2 {
    align-items: center;
    padding: 50px 0;
    gap: 0;
  }
}
.testimonials__leftpanel .testimonials__leftpanel-item2 div {
  flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .testimonials__leftpanel .testimonials__leftpanel-item2 div {
    width: 100%;
  }
}

.testimonials__rightpanel {
  padding: 30px;
  box-sizing: border-box;
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .testimonials__rightpanel {
    padding: 30px 0 0 0;
  }
}
.testimonials__rightpanel .testimonials__rightpanel-item1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .testimonials__rightpanel .testimonials__rightpanel-item1 {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .testimonials__rightpanel .testimonials__rightpanel-item1 {
    align-items: center;
    gap: 0;
  }
}
.testimonials__rightpanel .testimonials__rightpanel-item1 div {
  flex: 0 1 50%;
  justify-content: center;
}
.testimonials__rightpanel .testimonials__rightpanel-item1 div img {
  padding: 30px 0 0 0;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.testimonials__rightpanel .testimonials__rightpanel-item2 {
  padding-top: 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .testimonials__rightpanel .testimonials__rightpanel-item2 {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .testimonials__rightpanel .testimonials__rightpanel-item2 {
    align-items: center;
    gap: 0;
  }
}
.testimonials__rightpanel .testimonials__rightpanel-item2 div {
  flex: 0 1 50%;
  justify-content: center;
}
.testimonials__rightpanel .testimonials__rightpanel-item2 div img {
  padding: 30px 0 0 0;
  max-width: 200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.popup-ok {
  display: none;
}

.popup-ok.active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 20000;
  backdrop-filter: blur(2px);
}
.popup-ok.active .popup-ok__body {
  width: 300px;
  height: 400px;
  background: white;
  background-image: url(/assets/images/popup.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 42px 3px rgba(255, 255, 255, 0.2509803922);
  border: 3px solid #f5f07e;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -200px;
}

/* CSS Document */
/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Boxes
7. About
8. Testimonials
9. Gallery
10. Services
11. Blog
12. Footer


******************************/
/***********
1. Fonts
***********/
/*********************************
2. Body and some general stuff
*********************************/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-family: "Roboro";
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #a5a5a5;
}

div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a:active {
  position: relative;
  color: #FF6347;
}

p a:hover {
  color: #FFFFFF;
  background: #ffa07f;
}

p a:hover::after {
  opacity: 0.2;
}

::selection {
  background: rgba(249, 140, 0, 0.75);
  color: #FFFFFF;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.2;
}

.form-control {
  color: #db5246;
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trans_800 {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.parallax_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.nopadding {
  padding: 0px !important;
}

.button {
  width: 270px;
  height: 50px;
  background: #1f1e21;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: #ffffff;
}

/*
.button:before {
  position: absolute;
  width: 50px;
  height: 30px;
  border-left: 4px solid #ffc130;
  border-bottom: 4px solid #ffc130;
  content: "";
  left: 0;
  margin-left: -10px;
  bottom: 0;
  margin-bottom: -10px;
}

.button:after {
  position: absolute;
  width: 50px;
  height: 30px;
  border-right: 4px solid #ffc130;
  border-top: 4px solid #ffc130;
  content: "";
  right: 0;
  margin-right: -10px;
  top: 0;
  margin-top: -10px;
}


 */
.button p {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 49px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
}

.section_subtitle {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a59278;
  line-height: 0.75;
}

.section_title {
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 300;
  color: #262626;
  line-height: 1.1;
  margin-top: 3px;
}

.section_title span {
  font-weight: 600;
}

.rating i::before {
  font-family: "FontAwesome";
  content: "\f005";
  font-style: normal;
  margin-right: 4px;
  color: #e0cccd;
}

.rating_1 i:first-child::before {
  color: #fba40e;
}

.rating_2 i:first-child::before {
  color: #fba40e;
}

.rating_2 i:nth-child(2)::before {
  color: #fba40e;
}

.rating_3 i:first-child::before {
  color: #fba40e;
}

.rating_3 i:nth-child(2)::before {
  color: #fba40e;
}

.rating_3 i:nth-child(3)::before {
  color: #fba40e;
}

.rating_4 i:first-child::before {
  color: #fba40e;
}

.rating_4 i:nth-child(2)::before {
  color: #fba40e;
}

.rating_4 i:nth-child(3)::before {
  color: #fba40e;
}

.rating_4 i:nth-child(4)::before {
  color: #fba40e;
}

.rating_5 i:first-child::before {
  color: #fba40e;
}

.rating_5 i:nth-child(2)::before {
  color: #fba40e;
}

.rating_5 i:nth-child(3)::before {
  color: #fba40e;
}

.rating_5 i:nth-child(4)::before {
  color: #fba40e;
}

.rating_5 i:nth-child(5)::before {
  color: #fba40e;
}

/*********************************
3. Header
*********************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px #FFFFFF;
  background: transparent;
  z-index: 100;
}

.header_content {
  width: 100%;
  height: 101px;
  outline: none;
}
@media (max-width: 765px) {
  .header_content {
    height: 60px;
  }
}
.header_content .logo {
  left: 0px;
  outline: none;
}
.header_content .logo img {
  height: 60px;
  width: auto;
  outline: none;
  transition: 0.5s;
}
@media (max-width: 765px) {
  .header_content .logo img {
    height: 40px;
  }
}

.header.scrolled {
  background: rgba(31, 30, 33, 0.5647058824);
  backdrop-filter: blur(6px);
}

.header.scrolled .header_content {
  height: 65px;
}
.header.scrolled .header_content .logo {
  left: 0px;
}
.header.scrolled .header_content .logo img {
  height: 45px;
  width: auto;
  transition: 0.5s;
}
@media (max-width: 765px) {
  .header.scrolled .header_content .logo img {
    height: 40px;
  }
}

.logo > div {
  font-size: 28.3px;
  line-height: 0.75;
  color: #FFFFFF;
  font-weight: 700;
}

.logo > div span {
  font-weight: 300;
  text-transform: uppercase;
}

.main_nav {
  margin-left: 120px;
}

.main_nav ul li:not(:last-of-type) {
  margin-right: 52px;
}

.main_nav ul li a {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  color: #a59278;
}

.main_nav ul li.active a,
.main_nav ul li a:hover {
  color: #ffffff;
  font-family: "Roboto";
}

.phone {
  height: 43px;
  padding-left: 23px;
  padding-right: 20px;
  border: solid 1px #a59278;
  box-shadow: 0 0 1px 0 #a59278 inset, 0 0 1px 0 #a59278;
  font-family: "Roboto";
}
.phone a {
  text-decoration: none;
  color: white;
}

.phone i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 12px;
}

.phone > div {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.phone > div a {
  text-decoration: none;
}

.hamburger_bar {
  position: fixed;
  top: 0;
  right: calc((100vw - 690px) / 2 - 15px);
  width: auto;
  height: 101px;
  z-index: 102;
}

.hamburger_bar.scrolled {
  height: 65px;
}

.hamburger {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  padding: 15px;
  z-index: 2;
}

.menu_toggle {
  display: block;
}

.menu_hamburger {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}

.hamburger_lines {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #F7F7F7;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  transform-origin: center center;
}

.line_1 {
  top: 0px;
}

.line_2 {
  top: 5px;
}

.line_3 {
  top: 10px;
}

.hamburger.active .line_1 {
  transform: translateY(5px) rotate(45deg) !important;
}

.hamburger.active .line_3 {
  transform: translateY(-5px) rotate(-45deg) !important;
}

.hamburger.active .line_2 {
  opacity: 0 !important;
}

.menu_toggle span {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F7F7F7;
  margin-top: 1px;
  font-family: "Roboto";
  padding-right: 5px;
}

/*********************************
4. Menu
*********************************/
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 100px;
}

.menu.active {
  visibility: visible;
  opacity: 1;
}

.menu_content {
  width: 100%;
  height: 100%;
}

.menu_content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.menu_content ul li {
  display: block;
}

.menu_content ul li a {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 200;
  letter-spacing: 1px;
  font-family: "Roboto";
}

.menu_content ul:hover li a {
  color: rgba(255, 255, 255, 0.5);
}

.menu_content ul li a:hover {
  color: rgb(255, 255, 255);
}

.menu_phone {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  height: 43px;
  padding-left: 23px;
  padding-right: 20px;
  border-radius: 22px;
  border: solid 1px #ffc130;
  box-shadow: 0 0 1px 0 #ffc130 inset, 0 0 1px 0 #ffc130;
}
.menu_phone span a {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.menu_phone i {
  font-size: 18px;
  color: #ffc130;
  margin-right: 12px;
}

/*********************************
5. Home
*********************************/
.home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 765px) {
  .home {
    height: 800px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  bottom: -270px;
  width: 120%;
  height: 270px;
  background: #FFFFFF;
  transform-origin: top left;
  transform: rotate(-8deg);
  z-index: 1;
  box-shadow: 0 0 1px 0 #FFFFFF inset, 0 0 1px 0 #FFFFFF;
}

.box__image {
  width: 100%;
  height: 185px;
}
.box__image img {
  height: 185px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
}

.home_content {
  margin-top: 30%;
}

.video_link {
  display: inline-block;
  z-index: 1;
}

.video_icon {
  width: 30px;
  height: 30px;
  background: #ffc130;
  border-radius: 50%;
  margin-right: 16px;
}

.video_icon i {
  color: #FFFFFF;
  font-size: 10px;
}

.vimeo:focus {
  outline: none;
}

.video_text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video_text:hover {
  color: #ffc130;
}

.home_title {
  margin-top: -20px;
}
.home_title h1 {
  font-family: "Roboto";
  font-size: 50px;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home_title h1 {
    font-size: 30px;
    padding: 50px 0;
  }
}

.home_subtitle {
  backdrop-filter: blur(8px);
  font-family: "Roboto";
  font-size: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
  font-weight: 400;
  color: #ffb300;
  /* border-radius: 50px; */
  margin-top: 6px;
  border: 1px solid #959595;
  padding: 12px 43px;
  margin: 20px auto;
  width: auto;
  letter-spacing: 1px;
}
/*
.home_subtitle:before {
  position: absolute;
  width: 50px;
  height: 30px;
  border-left: 4px solid #ffc130;
  border-bottom: 4px solid #ffc130;
  content: "";
  left: 0;
  margin-left: -10px;
  bottom: 0;
  margin-bottom: -10px;
}

.home_subtitle:after {
  position: absolute;
  width: 50px;
  height: 30px;
  border-right: 4px solid #ffc130;
  border-top: 4px solid #ffc130;
  content: "";
  right: 0;
  margin-right: -10px;
  top: 0;
  margin-top: -10px;
}


 */
.home_button {
  border: solid 1px #FFFFFF;
  margin-top: 44px;
}

.home_button a {
  line-height: 41px;
}

/*********************************
6. Boxes
*********************************/
.boxes_container {
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.27);
  position: relative;
  z-index: 2;
}

.boxes_container:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: calc(100% + 40px);
  left: 0;
  top: 0;
  margin-left: -20px;
  margin-top: -20px;
  height: 100%;
  background: #38363c;
}

.boxes {
  z-index: 1;
  margin-top: -270px;
}

.box {
  width: 33.3333333333%;
  padding: 0;
  min-height: 355px;
  background: black;
}

.box:first-child {
  background-image: url("/assets/images/plitka_03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.box:nth-child(2) {
  border-left: 2px solid #d6d6d6;
  background-image: url("/assets/images/plitka_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.box:nth-child(3) {
  border-left: 2px solid #d6d6d6;
  background-image: url("/assets/images/plitka_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.box_icon {
  width: 66px;
  height: 66px;
}

.box_icon img {
  max-width: 100%;
}

.box_title {
  font-size: 16px;
  font-family: Roboto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1490196078);
  font-weight: 200;
  color: white;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background: #1f1e21;
  height: 70px;
  top: 0;
  position: absolute;
  width: 100%;
  vertical-align: middle;
  line-height: 23px;
  box-sizing: border-box;
  padding: 10px;
  letter-spacing: 1px;
}

.box_text {
  margin-top: 20px;
}

.box_text p {
  color: #FFFFFF;
}

.box_link_container {
  position: absolute;
  left: 48px;
  bottom: -21px;
}

.box_link_container a {
  display: block;
  width: 100%;
  height: 100%;
}

.box_link {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #1f1e21;
}

.box_link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #a59278;
  border-bottom: 2px solid #a59278;
  transform: rotate(-45deg);
  margin-left: -3px;
}

.box_link:hover {
  transform: scale(1.2);
}

.box_link > div {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #1f1e21;
  font-size: 19.2px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 39px;
  text-align: center;
}

/*********************************
7. About
*********************************/
.about {
  padding-top: 94px;
  background: #FFFFFF;
}

.about_container {
  z-index: 2;
}

.about_content {
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
}

.about_background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  background: #FFFFFF;
  z-index: 1;
}

.about_background::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  background: #FFFFFF;
  content: "";
}

.about_overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2200px;
  height: 558px;
  background: #FFFFFF;
  transform-origin: bottom right;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: 1;
  padding-right: 190px;
}

.text_highlight {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  color: #535353;
  line-height: 1.75;
  margin-top: 35px;
}

.about_text {
  margin-top: 28px;
}

.about_button {
  margin-top: 50px;
}

.about_image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

/*********************************
8. Testimonials
*********************************/
.testimonials {
  padding-top: 316px;
  padding-bottom: 100px;
  padding-bottom: 0;
}

.testimonials .section_title {
  font-family: "Roboto";
  color: #fff;
}

.test:not(:last-child) {
  margin-bottom: 82px;
}

.test_image {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
}

.test_1 {
  margin-top: 137px;
}

.test_name {
  margin-top: 3px;
}

.test_name a {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
}

.test_name a:hover {
  color: #ffc130;
}

.test_title {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 600;
  color: #a59278;
  line-height: 0.75;
  text-transform: uppercase;
  margin-top: 9px;
}

.test_text {
  margin-top: 27px;
}

.test_text p {
  font-style: italic;
  color: #a8a8a8;
}

.test_rating {
  margin-top: 14px;
}

.rating i::before {
  font-size: 10px;
  margin-right: 4px;
}

.test_button_row {
  margin-top: 72px;
}

.test_button {
  display: inline-block;
  box-shadow: 0 0 1px 0 #f98c00 inset, 0 0 1px 0 #f98c00;
}

/*********************************
9. Gallery
*********************************/
.gallery {
  margin-top: -9px;
  margin-bottom: -9px;
}

.gallery_slider_container {
  width: 120%;
  left: -10%;
  padding-top: 9px;
  padding-bottom: 9px;
  background: #444444;
}

.gallery_slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.gallery_slider .owl-item.center {
  z-index: 1;
}

.gallery_slider .owl-item.center::after {
  position: absolute;
  top: -9px;
  left: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  background: transparent;
  border: solid 9px #ffb300;
  content: "";
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.owl-item div {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1882352941);
  color: #ffffff;
  backdrop-filter: blur(2px);
}
.owl-item div h2 {
  text-align: center;
  padding: 10px 20px;
  font-size: 20px;
}

/*********************************
10. Services
*********************************/
.services {
  padding-top: 111px;
  padding-bottom: 14px;
  background: #FFFFFF;
}

.services_row {
  margin-top: 87px;
}

.service_col:nth-last-child(n+4) {
  margin-bottom: 79px;
}

.service_icon {
  width: 81px;
  height: 81px;
  background-size: 483px auto;
  background-repeat: no-repeat;
  background-image: url("/assets/images/icon-collection.svg");
}

.service_icon.icon1 {
  background-position: 7px 3px;
}

.service_icon.icon2 {
  background-position: -296px 2px;
}

.service_icon.icon3 {
  background-position: -400px 6px;
}

.service_icon.icon4 {
  background-position: -101px -89px;
}

.service_icon.icon5 {
  background-position: -296px -186px;
}

.service_icon.icon6 {
  background-position: -198px -87px;
}

.service_icon img {
  max-width: 100%;
}

.service_title {
  padding-left: 37px;
  font-size: 24px;
  font-weight: 400;
  color: #262626;
}

.service_text {
  margin-top: 17px;
}

/*********************************
11. Blog
*********************************/
.blog {
  padding-top: 314px;
  padding-bottom: 100px;
  overflow: hidden;
}

.blog_overlay {
  position: absolute;
  top: -270px;
  right: 0;
  width: 130%;
  height: 270px;
  transform-origin: bottom right;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  background: #FFFFFF;
}

.blog .section_title {
  color: #FFFFFF;
  font-family: "Roboto";
}

.all_posts_link a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #a59278;
  font-family: "Roboto";
}

.all_posts_link a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #a59278;
  content: "";
}

.blog_row {
  margin-top: 86px;
}

.blog_post_image {
  width: 100%;
}

.blog_post_image img {
  max-width: 100%;
}

.blog_post_title {
  margin-top: 20px;
}

.blog_post_title a {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.1;
}

.blog_post_title a:hover {
  color: #ffc130;
}

.blog_post_date {
  margin-top: 4px;
}

.blog_post_date a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffc130;
}

.blog_post_text {
  margin-top: 22px;
}

.blog_post_text p {
  color: #a8a8a8;
}

.blog_post_link {
  margin-top: 36px;
}

.blog_post_link a {
  font-size: 12px;
  font-weight: 400;
  color: #ffc130;
}

/*********************************
12. Footer
*********************************/
.footer {
  height: 400px;
  display: block;
  width: 100%;
  background: #1f1e21;
  padding-top: 20px;
  border-top: 5px solid #a59278;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .footer {
    height: 565px;
  }
}

.footer .container {
  height: 100%;
}

.footer__row {
  max-width: 1140px;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer__row-logo {
  display: inline-block;
}
.footer__row-logo img {
  width: auto;
  height: 50px;
}

.footer_content {
  z-index: 1;
}

.footer_nav {
  margin-top: 60px;
  padding: 5px;
}
@media (max-width: 1200px) {
  .footer_nav {
    margin-top: 35px;
  }
}

.footer_nav ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .footer_nav ul {
    flex-direction: column;
    gap: 5px;
  }
}

.footer_nav ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #a59278;
  width: 150px;
  font-family: "Roboto";
  font-weight: 200;
  text-align: center;
}
.footer_nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}

.footer_nav ul li a:hover {
  color: #ffc130;
}

.footer_title {
  padding-top: 50px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .footer_title {
    flex-direction: column;
  }
}
.footer_title .footer_title-item1 {
  width: 100%;
  flex: 0 1 auto;
}
.footer_title .footer_title-item1 p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6274509804);
  font-family: "Roboto";
  text-align: right;
}
.footer_title .footer_title-item2 {
  flex: 0 0 60%;
}
.footer_title .footer_title-item2 a {
  font-size: 40px;
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto";
}
@media (max-width: 1200px) {
  .footer_title .footer_title-item2 a {
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
  }
}

.newsletter_container:before {
  position: absolute;
  top: -25px;
  left: 65px;
  content: "Заказать обратный звонок";
  color: #a59278;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 200;
}

.newsletter_form {
  flex: 0 0 auto;
}

.newsletter_input {
  width: 300px;
  height: 53px;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 50px;
  border: solid 1px #ffffff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6274509804);
  padding-left: 39px;
  outline: none;
  color: #FFFFFF;
  font-size: 22px;
}

.newsletter_input::-webkit-input-placeholder {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: italic;
  padding: 0;
  line-height: 0;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.48) !important;
}

.newsletter_input:-moz-placeholder {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 0;
  padding: 0;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.48) !important;
}

.newsletter_input::-moz-placeholder {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 0;
  padding: 0;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.48) !important;
}

.newsletter_input:-ms-input-placeholder {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 0;
  padding: 0;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.48) !important;
}

.newsletter_input::input-placeholder {
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 0;
  padding: 0;
  margin-top: -10px;
  color: rgba(255, 255, 255, 0.48) !important;
  font-family: "Roboto";
}

.newsletter_button {
  position: absolute;
  top: 0;
  left: 248px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #a59278;
  border: none;
  outline: none;
  font-size: 35px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  transform: rotate(45deg);
}

.copyright {
  max-width: 100%;
  position: absolute;
  bottom: 15px;
}
.copyright div {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  background: transparent;
  border-radius: 20px;
  font-family: "Roboto";
  border: 1px solid #a59278;
}
@media (max-width: 500px) {
  .copyright div {
    font-weight: 200;
    font-size: 11px;
    border: none;
    padding: 0;
  }
}

.footer_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding-left: 78px;
  z-index: 0;
}

.footer_image img {
  max-width: 100%;
}

/**************** UDOM ******************/
.udom {
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: auto;
}
.udom .udom__body {
  position: relative;
  width: 100%;
  height: 800px;
  background: #1c273d;
  background-image: url("/assets/images/bg_udom_pattern.png");
  background-size: auto 800px;
  background-repeat: repeat-x;
  overflow: hidden;
}
@media (max-width: 500px) {
  .udom .udom__body {
    background-image: unset;
  }
}
.udom .udom__row {
  position: relative;
  width: 50vw;
  margin: 0;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: white;
  justify-content: flex-start;
  align-items: start;
}
.udom .udom__item {
  width: 100%;
  height: max-content;
}
.udom .udom__item h1 {
  z-index: 5;
  position: absolute;
  top: 150px;
  left: 100px;
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 200;
  color: white;
}
@media (max-width: 1240px) {
  .udom .udom__item h1 {
    font-size: 30px;
    top: 100px;
    left: 50px;
  }
}
@media (max-width: 880px) {
  .udom .udom__item h1 {
    left: 0;
    font-size: 26px;
    width: max-content;
  }
}
@media (max-width: 500px) {
  .udom .udom__item h1 {
    left: 0;
    font-size: 26px;
    width: 100vw;
    background-image: linear-gradient(180deg, #0b0f1b, transparent);
    padding: 0;
    height: 55px;
    margin: 0;
    backdrop-filter: blur(5px);
    text-align: center;
    left: -50px;
    top: 36px;
    line-height: 55px;
  }
}
.udom .udom__item ul {
  width: max-content;
  z-index: 5;
  position: absolute;
  top: 155px;
  left: 600px;
  font-family: "Roboto";
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #a59278;
}
@media (max-width: 1240px) {
  .udom .udom__item ul {
    top: 140px;
    left: 50px;
    font-size: 14px;
    backdrop-filter: blur(5px);
    padding: 5px 15px;
    background: rgba(69, 75, 104, 0.58);
  }
}
@media (max-width: 880px) {
  .udom .udom__item ul {
    left: 0;
  }
}
@media (max-width: 500px) {
  .udom .udom__item ul {
    width: 100vw;
    left: 0;
    right: unset;
    margin: 0 0 0 -50px;
    top: 265px;
    z-index: 7;
  }
}
.udom .udom__item ul p {
  color: orange;
  font-size: 30px;
  font-weight: 200;
  padding-bottom: 10px;
}
@media (max-width: 1240px) {
  .udom .udom__item ul p {
    font-size: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .udom .udom__item ul p {
    font-size: 16px;
  }
}
.udom .udom__item ul li {
  letter-spacing: 0.5px;
  color: white;
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 5px;
  padding-left: 20px;
}
@media (max-width: 1240px) {
  .udom .udom__item ul li {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .udom .udom__item ul li {
    font-size: 13px;
    width: 90%;
  }
}
.udom .udom__item ul li:before {
  content: "🗸";
  position: absolute;
  color: #a59278;
  margin-left: -30px;
  font-size: 30px;
  font-weight: 500;
  margin-top: -5px;
}
@media (max-width: 1240px) {
  .udom .udom__item ul li:before {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.udom .udom__item ul h3 {
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.8509803922);
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .udom .udom__item ul h3 {
    font-size: 20px;
    width: 90%;
  }
}
.udom .udom__img {
  position: absolute;
  width: max-content;
  height: max-content;
  bottom: 50px;
  left: 5vw;
  z-index: 5;
}
@media (max-width: 500px) {
  .udom .udom__img {
    bottom: 0;
  }
}
.udom .udom__img img {
  width: 450px;
  height: auto;
}
@media (max-width: 500px) {
  .udom .udom__img img {
    width: 357px;
  }
}
.udom .udom__imgmain {
  position: absolute;
  right: 0;
  height: 800px;
  width: auto;
  top: 0;
  z-index: 4;
}
.udom .udom__imgmain img {
  width: auto;
  height: 800px;
}
@media (max-width: 500px) {
  .udom .udom__imgmain img {
    height: 560px;
  }
}

.planirovanie .planirovanie__body {
  display: flex;
}
.planirovanie .planirovanie__body .planirovanie__left {
  flex: 1 1 40%;
}
.planirovanie .planirovanie__body .planirovanie__right {
  flex: 1 1 60%;
  width: 100%;
  height: 800px;
  background-image: url("/assets/images/planirovanie.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.rating__body {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  height: 80px;
}
.rating__body a {
  text-decoration: none;
  cursor: pointer;
}
.rating__body a:hover p {
  text-decoration: underline;
}
.rating__body .rating__row {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.rating__body .rating__text {
  width: max-content;
}
.rating__body .rating__text p {
  color: white;
  font-size: 20px;
  font-family: "Roboto";
}
@media (max-width: 500px) {
  .rating__body .rating__text p {
    font-size: 16px;
  }
}

.general__pricepolitic {
  min-height: 600px;
  background: #1f1e21;
  padding: 30px 0;
  margin: 0;
  border: none;
}

.general__pricepolitic-row {
  padding-top: 50px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media (max-width: 575px) {
  .general__pricepolitic-row {
    flex-direction: column;
    padding: 0 16px;
  }
}

.general__pricepolitic-item:first-child {
  flex: 0 0 300px;
}

.general__pricepolitic-item:last-child {
  flex: 1 1 auto;
}

.general__pricepolitic-item .general__pricepolitic-img {
  width: max-content;
  height: max-content;
  padding: 50px;
}
@media (max-width: 575px) {
  .general__pricepolitic-item .general__pricepolitic-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.general__pricepolitic-item .general__pricepolitic-text {
  padding: 50px 50px 0 0;
}
@media (max-width: 575px) {
  .general__pricepolitic-item .general__pricepolitic-text {
    padding: 20px 0 0 0;
  }
}
.general__pricepolitic-item .general__pricepolitic-text > p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.general__pricepolitic-item .general__pricepolitic-text > h2 {
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 300;
  color: #a59278;
  line-height: 1.1;
  margin-top: 3px;
}
.general__pricepolitic-item .general__pricepolitic-text > h3 {
  padding: 10px 0;
  color: #a8a8a8;
  font-weight: 200;
}
.general__pricepolitic-item .general__pricepolitic-text > h3 span {
  color: #ffffff;
  font-weight: 400;
}
.general__pricepolitic-item img {
  overflow: hidden;
  width: 200px;
  height: auto;
  box-shadow: 0 0 10px 3px #a59278;
  margin: 0 auto;
  display: block;
}

.orange__design {
  width: 100%;
  height: 200px;
  background: #ff8e00;
}

.blog_post__row {
  display: flex;
  width: 100%;
  min-height: 300px;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blog_post__row {
    flex-direction: column;
  }
}

.blog_post__row-item {
  flex: 0 0 23%;
  min-height: 100%;
  background: rgba(60, 60, 60, 0.39);
  backdrop-filter: blur(5px);
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto";
  color: #ffffff;
  font-weight: 200;
}

.blog_post__row-title {
  background: #a59278;
  color: #1f1e21;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
}

.blog_post__row-text {
  padding: 0 10px;
  box-sizing: border-box;
  background: transparent;
  font-family: "Roboto";
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.general__pricepolitic-button {
  background: #a59278;
  margin-top: 25px;
  width: 220px;
  height: 50px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 575px) {
  .general__pricepolitic-button {
    margin: 20px auto;
  }
}
.general__pricepolitic-button p {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 49px;
  font-size: 16px;
  font-weight: 500;
  color: #1f1e21;
  z-index: 1;
  text-align: center;
}

.general__pricepolitic-button:hover {
  background: #1f1e21;
  background: #38363c;
  transition: 0.2s;
}
.general__pricepolitic-button:hover p {
  color: #a59278;
}

.general__overkey {
  position: relative;
  width: 100%;
  height: 900px;
  background: #1f1e21;
}
@media (max-width: 800px) {
  .general__overkey {
    height: 1200px;
  }
}

.general__overkey-body {
  position: relative;
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
}
.general__overkey-body .general__overkey-image {
  position: relative;
  margin: 10px 10px auto 10px;
  width: 330px;
  height: 250px;
}
@media (max-width: 800px) {
  .general__overkey-body .general__overkey-image {
    width: 300px;
  }
}
.general__overkey-body .general__overkey-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.general__overkey-body .general__overkey-item1 {
  position: absolute;
  right: 0px;
  bottom: 200px;
  width: 350px;
  height: 350px;
  background: #a59278;
  box-shadow: 0 0 10px 2px black;
}
@media (max-width: 1199px) {
  .general__overkey-body .general__overkey-item1 {
    right: 50%;
    margin-right: -385px;
  }
}
@media (max-width: 800px) {
  .general__overkey-body .general__overkey-item1 {
    right: 50%;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -160px;
    top: 340px;
    width: 320px;
    height: 320px;
  }
}
.general__overkey-body .general__overkey-item2 {
  position: absolute;
  right: 420px;
  bottom: 270px;
  width: 350px;
  height: 350px;
  background: #a59278;
  box-shadow: 0 0 10px 2px black;
}
@media (max-width: 1199px) {
  .general__overkey-body .general__overkey-item2 {
    left: 50%;
    margin-left: -385px;
  }
}
@media (max-width: 800px) {
  .general__overkey-body .general__overkey-item2 {
    right: 50%;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -160px;
    top: 730px;
    width: 320px;
    height: 320px;
  }
}
.general__overkey-body .general__overkey-text {
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  padding: 10px;
}
@media (max-width: 800px) {
  .general__overkey-body .general__overkey-text {
    font-size: 14px;
  }
}
.general__overkey-body .general__overkey-item3 {
  position: absolute;
  right: 305px;
  bottom: 570px;
  width: 95px;
  height: 30px;
  border-top: 1px solid #6e5e49;
  border-right: 1px solid #6e5e49;
}
@media (max-width: 1199px) {
  .general__overkey-body .general__overkey-item3 {
    right: 50%;
    margin-right: -80px;
  }
}
@media (max-width: 800px) {
  .general__overkey-body .general__overkey-item3 {
    right: 0px;
    margin: 0;
    padding: 0;
    top: 300px;
  }
}
@media (max-width: 550px) {
  .general__overkey-body .general__overkey-item3 {
    right: 0px;
    margin: 0;
    padding: 0;
    top: 330px;
  }
}
.general__overkey-body .general__overkey-item4 {
  position: absolute;
  right: 370px;
  bottom: 220px;
  width: 95px;
  height: 30px;
  border-bottom: 1px solid #6e5e49;
  border-left: 1px solid #6e5e49;
}
@media (max-width: 1199px) {
  .general__overkey-body .general__overkey-item4 {
    right: 50%;
    margin-right: -15px;
  }
}
@media (max-width: 800px) {
  .general__overkey-body .general__overkey-item4 {
    left: 30px;
    margin: 0;
    padding: 0;
    top: 1090px;
  }
}
@media (max-width: 550px) {
  .general__overkey-body .general__overkey-item4 {
    left: 5px;
    margin: 0;
    padding: 0;
    top: 1030px;
  }
}
.general__overkey-body .general__overkey-item5 {
  position: absolute;
  top: 60px;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.general__overkey-body .general__overkey-item5 h2 {
  color: #a59278;
  font-size: 42px;
  font-weight: 200;
  font-family: "Roboto";
}
@media (max-width: 757px) {
  .general__overkey-body .general__overkey-item5 h2 {
    font-size: 30px;
  }
}
.general__overkey-body .general__overkey-item5 h2 span {
  color: white;
}
.general__overkey-body .general__overkey-item5 p {
  color: #a5a5a5;
  padding: 10px 0;
  font-family: "Roboto";
  font-weight: 200;
  letter-spacing: 0.5px;
  font-size: 20px;
}
.general__overkey-body .general__overkey-item6 {
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
  bottom: 20px;
}
.general__overkey-body .general__overkey-item6 p {
  color: #a59278;
  font-size: 16px;
}
.general__overkey-body .general__overkey-item7 {
  position: absolute;
  width: 300px;
  height: auto;
  left: 0;
  top: 280px;
}
@media (max-width: 1199px) {
  .general__overkey-body .general__overkey-item7 {
    display: none;
  }
}
.general__overkey-body .general__overkey-item7 li {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 200;
  color: white;
  list-style: none;
  padding-left: 30px;
  padding-bottom: 20px;
}
.general__overkey-body .general__overkey-item7 li:before {
  margin-left: -30px;
  margin-top: 7px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #a59278;
  position: absolute;
  content: "";
}

/* CSS Document */
/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/
/************
1. 1600px
************/
/************
2. 1440px
************/
/************
3. 1380px
************/
/************
3. 1280px
************/
/************
4. 1199px
************/
@media only screen and (max-width: 1199px) {
  .phone {
    display: none !important;
  }
  .menu .phone {
    display: block !important;
  }
  .logo {
    left: auto;
  }
  .main_nav {
    margin-left: 90px;
  }
}
/************
4. 1100px
************/
/************
5. 1024px
************/
/************
6. 991px
************/
@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
  .hamburger_bar {
    display: block;
  }
  .main_nav {
    display: none;
  }
  .box {
    width: 100%;
  }
  .box:not(:last-child) {
    margin-bottom: 60px;
  }
  .about {
    margin-top: 28px;
  }
  .about_background {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -50px;
  }
  .about_image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .about_image img {
    max-width: 100%;
    margin-top: 80px;
  }
  .about_content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .test_1 {
    margin-top: 100px;
    margin-bottom: 82px;
  }
  .gallery_slider_container {
    width: 150%;
    left: -25%;
  }
  .blog_col:not(:last-child) {
    margin-bottom: 60px;
  }
}
/************
7. 959px
************/
/************
8. 880px
************/
/************
9. 768px
************/
/************
10. 767px
************/
@media only screen and (max-width: 767px) {
  .hamburger_bar {
    right: calc((100vw - 510px) / 2 - 15px);
  }
  .home_title {
    font-size: 72px;
    margin-top: -4px;
  }
  .home_subtitle {
    font-size: 18px;
    margin-top: -4px;
  }
  .home_button {
    margin-top: 37px;
  }
  .service_col:nth-last-child(n+4) {
    margin-bottom: 0px;
  }
  .service_col:not(:last-child) {
    margin-bottom: 79px;
  }
}
/************
11. 575px
************/
@media only screen and (max-width: 575px) {
  p {
    font-size: 13px;
  }
  .header_content,
.header.scrolled .header_content {
    height: 65px;
  }
  .hamburger_bar {
    right: 0px;
    height: 65px;
  }
  .home_title {
    font-size: 48px;
  }
  .section_title {
    font-size: 26px;
  }
  .video_icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
  .video_icon i {
    font-size: 8px;
  }
  .video_text {
    font-size: 14px;
  }
  .home_button {
    margin-top: 33px;
  }
  .home_button a {
    font-size: 14px;
  }
  .text_highlight {
    font-size: 15px;
  }
  .blog {
    padding-top: 244px;
  }
  .testimonials {
    padding-top: 244px;
  }
  .footer_content {
    padding-bottom: 40px;
  }
  .footer_nav ul li:not(:last-of-type) {
    margin-right: 0px;
  }
  .footer_image {
    opacity: 0.5;
  }
}
/************
11. 539px
************/
/************
12. 480px
************/
/************
13. 479px
************/
/************
14. 400px
************/
.contact__topblock {
  z-index: 2;
  width: 100%;
  min-height: 800px;
  background: #1f1e21;
}

.contact__topblock-grid {
  z-index: 2;
  padding: 200px 16px 100px 16px;
  box-sizing: border-box;
  width: 100%;
  height: 500px;
  display: grid;
  grid-template-columns: 1fr 590px 50px 450px 50px 1fr;
  grid-template-rows: 50px 400px 50px;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact__topblock-grid {
    height: auto;
    grid-template-columns: 0 auto 50px 450px 50px 0;
    grid-template-rows: 50px auto 50px;
  }
}
@media (max-width: 899px) {
  .contact__topblock-grid {
    height: auto;
    grid-template-columns: 100%;
    grid-template-rows: 60px auto 400px;
  }
}

.contact__topblock-item1 {
  z-index: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  align-self: start;
}
@media (max-width: 899px) {
  .contact__topblock-item1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.contact__topblock-item1 h1 {
  font-family: "Roboto";
  font-weight: 200;
  font-size: 50px;
  align-self: start;
  color: white;
}
@media (max-width: 1199px) {
  .contact__topblock-item1 h1 {
    font-size: 32px;
  }
}

.contact__topblock-item2 {
  z-index: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  background: #38363c;
}
@media (max-width: 899px) {
  .contact__topblock-item2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.contact__topblock-item2 div {
  padding: 50px 20px;
  box-sizing: border-box;
}
.contact__topblock-item2 p {
  color: #a59278;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 16px;
  height: max-content;
  padding-right: 20px;
}
.contact__topblock-item2 span {
  color: white;
  display: block;
}

.contact__topblock-item3 {
  z-index: 2;
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
  overflow: hidden;
}
@media (max-width: 899px) {
  .contact__topblock-item3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

.contact__topblock-item4 {
  z-index: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
  background: #a59278;
  width: 100%;
  height: 100%;
}
@media (max-width: 899px) {
  .contact__topblock-item4 {
    display: none;
  }
}

.contact__infoblock {
  width: 100%;
  height: auto;
  background: white;
}

.contact__infoblock-container {
  max-width: 1140px;
  height: auto;
  padding: 150px 16px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contact__infoblock-container h2 {
  color: #1f1e21;
  font-size: 42px;
  font-family: "Roboto";
  font-weight: 200;
  padding-bottom: 20px;
}
.contact__infoblock-container p {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
  color: black;
  line-height: 2;
}

.udom__block2 {
  width: 100%;
  height: 900px;
  background-image: url("/assets/images/udom_theme.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
}
@media (max-width: 1210px) {
  .udom__block2 {
    height: 700px;
  }
}

.udom__block2-body {
  position: relative;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px) brightness(0.5);
}

.udom__block2-title {
  position: absolute;
  left: 150px;
  margin-left: 0;
  top: 100px;
  max-width: 550px;
  height: 700px;
  padding: 20px;
  box-sizing: border-box;
  background: #1c273d;
  z-index: 4;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3137254902);
}
@media (max-width: 1520px) {
  .udom__block2-title {
    left: 2vw;
  }
}
@media (max-width: 1210px) {
  .udom__block2-title {
    left: 0;
    width: 470px;
    height: 100%;
    top: 0;
    box-shadow: none;
  }
}
@media (max-width: 1000px) {
  .udom__block2-title {
    left: 0;
    width: 380px;
    height: 100%;
    top: 0;
    box-shadow: none;
  }
}
@media (max-width: 860px) {
  .udom__block2-title {
    display: none;
  }
}
.udom__block2-title h2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: orange;
  font-weight: 200;
  font-family: "Roboto";
  padding-bottom: 20px;
}
.udom__block2-title p {
  font-size: 14px;
  font-family: "Roboto";
  line-height: 21px;
  padding: 0;
  color: white;
  font-weight: 100;
  width: 400px;
  margin-left: 100px;
}
@media (max-width: 1210px) {
  .udom__block2-title p {
    margin-left: 50px;
  }
}
@media (max-width: 1000px) {
  .udom__block2-title p {
    margin-left: 0;
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
.udom__block2-title p:before {
  content: "→";
  color: #a59278;
  font-size: 30px;
  position: absolute;
  margin-left: -60px;
}
@media (max-width: 1210px) {
  .udom__block2-title p:before {
    margin-left: -40px;
  }
}
@media (max-width: 1000px) {
  .udom__block2-title p:before {
    display: none;
  }
}

.udom__block2-datchiki {
  position: absolute;
  right: 100px;
  top: 150px;
  width: 700px;
  height: 250px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1330px) {
  .udom__block2-datchiki {
    width: 600px;
  }
}
@media (max-width: 1210px) {
  .udom__block2-datchiki {
    width: 500px;
  }
}
@media (max-width: 1520px) {
  .udom__block2-datchiki {
    right: 2vw;
  }
}
@media (max-width: 1210px) {
  .udom__block2-datchiki {
    top: 50px;
  }
}
@media (max-width: 1000px) {
  .udom__block2-datchiki {
    width: 450px;
  }
}
@media (max-width: 860px) {
  .udom__block2-datchiki {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
  }
}

.udom__block2-item {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.udom__block2-item div {
  background: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1210px) {
  .udom__block2-item div {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 860px) {
  .udom__block2-item div {
    width: 100px;
    height: 100px;
  }
}
.udom__block2-item img {
  height: 150px;
  width: auto;
}
@media (max-width: 860px) {
  .udom__block2-item img {
    width: 120px;
    height: 120px;
  }
}
.udom__block2-item p {
  border-radius: 6px;
  margin-top: 20px;
  font-size: 14px;
  color: white;
  font-family: "Roboto";
  padding: 10px;
  background: #a59278;
  text-align: center;
  font-weight: 200;
}
@media (max-width: 1000px) {
  .udom__block2-item p {
    font-size: 12px;
    letter-spacing: 1px;
    min-height: 110px;
    line-height: 18px;
  }
}
@media (max-width: 500px) {
  .udom__block2-item p {
    padding: 6px;
  }
}

.udom__block2-black {
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  width: 250px;
  height: 900px;
  background: rgba(0, 0, 0, 0.4392156863);
  content: "";
  z-index: 2;
}
@media (max-width: 860px) {
  .udom__block2-black {
    display: none;
  }
}

.udom__block2-image {
  z-index: 4;
  position: absolute;
  right: 200px;
  bottom: 0;
  width: auto;
  height: auto;
}
@media (max-width: 1210px) {
  .udom__block2-image {
    right: 50px;
  }
}
.udom__block2-image img {
  height: 440px;
  width: auto;
}
@media (max-width: 1210px) {
  .udom__block2-image img {
    height: 350px;
  }
}

.udom__block3 {
  width: 100%;
  height: max-content;
  background: white;
}

.udom__block3-body {
  padding: 100px 0 0 0;
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: auto 200px 298px 220px;
  grid-template-rows: 300px 30px 144px 30px 300px;
}
@media (max-width: 1550px) {
  .udom__block3-body {
    grid-template-columns: auto 200px 255px 100px;
    grid-template-rows: 250px 20px 120px 20px 250px;
  }
}
@media (max-width: 1199px) {
  .udom__block3-body {
    grid-template-columns: auto 200px 195px 100px;
    grid-template-rows: 210px 15px 80px 15px 210px;
  }
}
@media (max-width: 960px) {
  .udom__block3-body {
    grid-template-columns: auto 200px 160px 100px;
    grid-template-rows: 210px 10px 50px 10px 210px;
  }
}
@media (max-width: 765px) {
  .udom__block3-body {
    grid-template-columns: 1fr 300px 1fr;
    grid-template-rows: 150px 300px 300px 300px 150px;
    grid-row-gap: 0;
  }
}

.udom__block3-item1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  background: #1f1e21;
}
@media (max-width: 765px) {
  .udom__block3-item1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 5;
  }
}

.udom__block3-item2 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  background: #1f1e21;
}
@media (max-width: 765px) {
  .udom__block3-item2 {
    display: none;
  }
}

.udom__block3-item3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #1f1e21;
}
@media (max-width: 765px) {
  .udom__block3-item3 {
    display: none;
  }
}

.udom__block3-item4 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #a59278;
}
@media (max-width: 765px) {
  .udom__block3-item4 {
    display: none;
  }
}

.udom__block3-item5 {
  z-index: 3;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;
  background-image: url("/assets/images/udom_vstavka4.png");
  background-repeat: no-repeat;
  background-size: 460px auto;
  background-position: 119px 180px;
}
@media (max-width: 1550px) {
  .udom__block3-item5 {
    background-position: 131px 142px;
    background-size: 390px auto;
  }
}
@media (max-width: 1199px) {
  .udom__block3-item5 {
    background-position: 156px 127px;
    background-size: 285px auto;
  }
}
@media (max-width: 960px) {
  .udom__block3-item5 {
    background-position: 172px 139px;
    background-size: 216px auto;
  }
}
@media (max-width: 765px) {
  .udom__block3-item5 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background-position: center;
    background-size: contain;
  }
}

.udom__block3-item6 {
  z-index: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 6;
  background-image: url(/assets/images/udom_vstavka5.png);
  background-repeat: no-repeat;
  background-size: 535px auto;
  background-position: 150px 203px;
}
@media (max-width: 1550px) {
  .udom__block3-item6 {
    background-size: 452px auto;
    background-position: 100px 161px;
  }
}
@media (max-width: 1199px) {
  .udom__block3-item6 {
    background-size: 360px auto;
    background-position: 80px 131px;
  }
}
@media (max-width: 960px) {
  .udom__block3-item6 {
    background-size: 303px auto;
    background-position: 50px 131px;
  }
}
@media (max-width: 765px) {
  .udom__block3-item6 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    background-position: center;
    background-size: contain;
  }
}

.udom__block3-item7 {
  z-index: 3;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;
  background-image: url(/assets/images/udom_vstavka3.png);
  background-repeat: no-repeat;
  background-size: 360px auto;
  background-position: 55% 174px;
}
@media (max-width: 1550px) {
  .udom__block3-item7 {
    background-size: 292px auto;
    background-position: 60% 154px;
  }
}
@media (max-width: 1199px) {
  .udom__block3-item7 {
    background-size: 220px auto;
    background-position: 60% 127px;
  }
}
@media (max-width: 960px) {
  .udom__block3-item7 {
    background-size: 175px auto;
    background-position: 55% 132px;
  }
}
@media (max-width: 765px) {
  .udom__block3-item7 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    background-position: center;
    background-size: contain;
  }
}

.udom__block3-item8 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
  background: #a59278;
  background-repeat: no-repeat;
}
@media (max-width: 765px) {
  .udom__block3-item8 {
    display: none;
  }
}

.udom__block3-item9 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.udom__block3-item9 h2 {
  color: #1f1e21;
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 100;
  padding: 0;
  margin: 0;
}
@media (max-width: 1550px) {
  .udom__block3-item9 h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .udom__block3-item9 h2 {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .udom__block3-item9 h2 {
    font-size: 30px;
  }
}
@media (max-width: 765px) {
  .udom__block3-item9 h2 {
    font-size: 26px;
  }
}

.udom__block4 {
  width: 100%;
  height: auto;
  background: white;
  padding-bottom: 100px;
}

.udom__block4-body {
  padding: 50px 16px;
  box-sizing: border-box;
}
.udom__block4-body h2 {
  width: 100%;
  font-size: 42px;
  color: #1f1e21;
  text-align: center;
  font-weight: 200;
  font-family: "Roboto";
}

.udom__block4-row {
  margin: 0 auto;
  display: flex;
  max-width: 1140px;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 880px) {
  .udom__block4-row {
    flex-direction: column;
  }
}

.udom__block4-item {
  flex: 1 1 auto;
  min-width: 250px;
  position: relative;
  margin-top: 60px;
  background: rgba(204, 204, 204, 0.2509803922);
  border-top: 10px solid #1f1e21;
}
.udom__block4-item h3 {
  color: #0e223b;
  padding: 70px 10px 0;
  text-align: center;
}
.udom__block4-item p {
  padding: 10px 10px 30px;
  color: #514f56;
}
.udom__block4-item img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: lightblue;
  top: 0;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  border: 2px solid #1f1e21;
  box-shadow: inset 0 0 6px 1px #1f1e21;
}
@media (max-width: 880px) {
  .udom__block4-item img {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}

.udom__block5 {
  width: 100%;
  height: auto;
  background: white;
  padding-bottom: 150px;
}

.udom__block5-body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #aaa;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  box-shadow: 0 0 0px 1px #ab7575;
}
.udom__block5-body img {
  width: 100%;
  min-height: 200px;
  height: 15vw;
  object-fit: cover;
  object-position: center;
}

.udom__block5-row {
  min-width: 100%;
  display: flex;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  gap: 1px;
  align-items: center;
}
@media (max-width: 830px) {
  .udom__block5-row {
    flex-direction: column;
    align-items: unset;
  }
}

.udom__block5-item1 {
  width: 100%;
}
.udom__block5-item1 .udom__xx-item1 {
  width: 100%;
  background: #721c24;
  color: white;
  padding: 7px;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto";
  box-sizing: border-box;
}
.udom__block5-item1 .udom__xx-item2 {
  width: 100%;
  background: #005753;
  color: white;
  padding: 7px;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto";
  box-sizing: border-box;
}

.udom__block5-left,
.udom__block5-right {
  width: 50%;
  min-height: 115px;
}
@media (max-width: 830px) {
  .udom__block5-left,
.udom__block5-right {
    width: 100%;
  }
}
.udom__block5-left .udom__block5-item2,
.udom__block5-right .udom__block5-item2 {
  display: flex;
  min-height: 90px;
  background: white;
}
.udom__block5-left .block5-part1,
.udom__block5-right .block5-part1 {
  width: 120px;
}
@media (max-width: 630px) {
  .udom__block5-left .block5-part1,
.udom__block5-right .block5-part1 {
    width: 80px;
  }
}
.udom__block5-left .block5-part1 .udom__block5-img,
.udom__block5-right .block5-part1 .udom__block5-img {
  margin: 10px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: rgba(213, 213, 213, 0.4117647059);
  border-radius: 50%;
}
@media (max-width: 630px) {
  .udom__block5-left .block5-part1 .udom__block5-img,
.udom__block5-right .block5-part1 .udom__block5-img {
    max-width: 70px;
    max-height: 70px;
    margin: 5px;
  }
}
.udom__block5-left .block5-part1 .udom__block5-img img,
.udom__block5-right .block5-part1 .udom__block5-img img {
  min-height: unset;
  min-width: unset;
  object-fit: unset;
  max-width: 50px;
  max-height: 50px;
  margin: 15px;
}
@media (max-width: 630px) {
  .udom__block5-left .block5-part1 .udom__block5-img img,
.udom__block5-right .block5-part1 .udom__block5-img img {
    max-width: 40px;
    max-height: 40px;
    margin: 15px;
  }
}
.udom__block5-left .block5-part2,
.udom__block5-right .block5-part2 {
  flex: 1 1 auto;
  display: table-cell;
  font-size: 18px;
  color: black;
  align-self: center;
}
@media (max-width: 630px) {
  .udom__block5-left .block5-part2,
.udom__block5-right .block5-part2 {
    font-size: 18px;
  }
}

.usluga {
  width: 100%;
  height: 600px;
  background: #212123;
  background-image: url("/assets/images/ns_26.jpg");
  background-size: 600px auto;
  background-position: right 90%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 0 130px 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .usluga {
    background-size: 300px auto;
    height: 470px;
  }
}
@media (max-width: 939px) {
  .usluga {
    background-image: unset;
  }
}
@media (max-width: 680px) {
  .usluga {
    margin: 0 0 275px 0;
  }
}

.usluga__body {
  position: relative;
  padding: 150px 100px 50px 100px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .usluga__body {
    padding: 150px 30px 50px 30px;
  }
}
@media (max-width: 680px) {
  .usluga__body {
    padding: 80px 16px 50px 16px;
  }
}

.usluga__row {
  width: 100%;
  height: auto;
  display: flex;
  gap: 30px;
}
@media (max-width: 680px) {
  .usluga__row {
    flex-direction: column-reverse;
  }
}
.usluga__row .usluga__item1 {
  width: 350px;
  height: 500px;
  background: #a59278;
}
@media (max-width: 1199px) {
  .usluga__row .usluga__item1 {
    width: 250px;
    height: 358px;
  }
}
@media (max-width: 680px) {
  .usluga__row .usluga__item1 {
    align-self: center;
  }
}
.usluga__row .usluga__item1 .usluga__item1-image {
  width: 350px;
  height: 500px;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .usluga__row .usluga__item1 .usluga__item1-image {
    width: 250px;
    height: 358px;
    padding: 13px;
  }
}
.usluga__row .usluga__item1 .usluga__item1-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.usluga__row .usluga__item2 {
  max-width: 1000px;
}
.usluga__row .usluga__item2 .usluga__item2-text h2 {
  padding-top: 20px;
  font-family: "Roboto";
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 200;
}
.usluga__row .usluga__item2 .usluga__item2-text h2 span {
  text-transform: uppercase;
  color: white;
}
@media (max-width: 680px) {
  .usluga__row .usluga__item2 .usluga__item2-text h2 {
    font-size: 16px;
  }
}
.usluga__row .usluga__item2 .usluga__item2-text h1 {
  padding-top: 30px;
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 200;
  color: white;
}
@media (max-width: 1199px) {
  .usluga__row .usluga__item2 .usluga__item2-text h1 {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .usluga__row .usluga__item2 .usluga__item2-text h1 {
    font-size: 26px;
  }
}
@media (max-width: 680px) {
  .usluga__row .usluga__item2 .usluga__item2-text h1 {
    font-size: 22px;
  }
}
.usluga__row .usluga__item2 .usluga__item2-text h3 {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 14px;
  padding-top: 15px;
  font-weight: 100;
}
.usluga__row .usluga__item2 .usluga__item2-text a {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.usluga__row .usluga__item2 .usluga__item2-text p {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 680px) {
  .usluga__row .usluga__item2 .usluga__item2-text p {
    font-size: 16px;
  }
}
.usluga__row .usluga__item2 .usluga__item2-text p span:first-child {
  border: 1px solid #a59278;
  color: white;
  padding: 5px 7px;
  font-size: 60px;
  margin: 0 8px;
}
@media (max-width: 800px) {
  .usluga__row .usluga__item2 .usluga__item2-text p span:first-child {
    font-size: 26px;
  }
}
.usluga__row .usluga__item2 .usluga__item2-text p span:last-child {
  color: white;
}

.usluga__content {
  width: 100%;
  background: white;
  height: auto;
  padding: 0;
  margin-bottom: 150px;
}

.usluga__content-box {
  padding: 30px 16px 100px 16px;
  max-width: 1260px;
  margin: 0 auto;
}
.usluga__content-box * {
  color: black !important;
  font-family: "Roboto" !important;
  font-size: 16px !important;
}

.stroika {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  min-height: 700px;
}
@media (max-width: 800px) {
  .stroika {
    min-height: unset;
    max-height: 600px;
  }
}

.stroika__bodytop {
  position: relative;
  width: 100%;
  height: 400px;
  background: #1f1e21;
}

.stroika__bodytop-container {
  position: relative;
  max-width: 1260px;
  height: 450px;
  top: 150px;
  left: unset;
  right: unset;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .stroika__bodytop-container {
    top: 65px;
  }
}

.stroika__bodytop-image {
  position: relative;
  background: #a59278;
  width: 100%;
  height: 420px;
  margin: 0 0 auto 0;
}
.stroika__bodytop-image img {
  padding: 20px 20px 0 20px;
  position: relative;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.stroika__bodytop-image h1 {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 42px;
}
@media (max-width: 680px) {
  .stroika__bodytop-image h1 {
    font-size: 30px;
  }
}

.stroika__bodybottom {
  background: white;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.stroika__listing {
  position: relative;
  max-width: 1220px;
  padding: 0;
  margin: 0px auto 150px auto;
  height: auto;
  background: white;
}
.stroika__listing a {
  text-decoration: none !important;
}

.stroika__listing-item {
  background: #ececec;
  border-bottom: 2px solid #1f1e21;
  width: 100%;
  height: 120px;
  margin: 120px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
@media (max-width: 680px) {
  .stroika__listing-item {
    flex-direction: column;
    border-bottom: unset;
    height: 280px;
    width: 200px;
    margin: 30px auto;
  }
}
.stroika__listing-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 10px solid #a59278;
  margin: 0 20px 0 30px;
  flex: 0 0 200px;
}
@media (max-width: 680px) {
  .stroika__listing-item img {
    margin-left: 20px;
    left: 0;
  }
}
.stroika__listing-item h2 {
  font-weight: 200;
  font-size: 30px;
  color: #1f1e21;
  flex: 1 1 auto;
}
@media (max-width: 680px) {
  .stroika__listing-item h2 {
    font-size: 16px;
    padding: 5px 16px;
    text-align: center;
  }
}
.stroika__listing-item p {
  font-size: 40px;
  width: 60px;
  color: #1f1e21;
}
@media (max-width: 680px) {
  .stroika__listing-item p {
    display: none;
  }
}

.stroika__listing-body a {
  text-decoration: none;
}

.raboty__listing-item {
  width: 100%;
  height: auto;
  min-height: 35px;
  border-bottom: 2px solid #d1d0d4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 500px) {
  .raboty__listing-item {
    min-height: 20px;
    margin: 2px 0;
    background: white;
  }
}
.raboty__listing-item h2 {
  position: relative;
  flex: 1 1 auto;
  font-size: 20px;
  padding: 5px 20px;
  font-weight: 200;
  color: #1f1e21;
  margin: 0;
}
@media (max-width: 500px) {
  .raboty__listing-item h2 {
    font-size: 13px;
    padding: 3px 16px;
  }
}
@media (max-width: 500px) {
  .raboty__listing-item h2:before {
    content: "🢒";
    color: black;
    font-size: 20px;
    z-index: 23;
    left: 0;
    top: 0;
    margin-left: 8px;
    line-height: 19px;
    position: absolute;
  }
}
.raboty__listing-item p {
  width: 50px;
  color: #1f1e21;
  font-size: 30px;
}
@media (max-width: 500px) {
  .raboty__listing-item p {
    display: none;
  }
}

.subcat {
  width: 100%;
  height: 500px;
  margin: 0 0 60px 0;
  padding: 150px 16px 50px 16px;
  background: #1f1e21;
  box-sizing: border-box;
}

.subcat__bodytop {
  background: #38363c;
  max-width: 1140px;
  margin: 0 auto;
  padding-right: 15px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 800px) {
  .subcat__bodytop {
    padding-right: 0;
  }
}

.subcat__bodytop-container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0;
  justify-content: stretch;
  align-items: center;
}
@media (max-width: 800px) {
  .subcat__bodytop-container {
    flex-direction: column-reverse;
  }
}

.subcat__bodytop-image {
  flex: 0 0 300px;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.subcat__bodytop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcat__bodytop-h1 {
  width: 100%;
  height: auto;
  border: 1px solid #a59278;
}
.subcat__bodytop-h1 h1 {
  color: white;
  font-family: "Roboto";
  text-align: center;
  padding: 10px 0;
  font-size: 42px;
  font-weight: 200;
}
@media (max-width: 1140px) {
  .subcat__bodytop-h1 h1 {
    font-size: 30px;
  }
}
@media (max-width: 1140px) {
  .subcat__bodytop-h1 h1 {
    font-size: 20px;
  }
}

vstavka-content {
  text-transform: lowercase;
}

.portfolio {
  width: 100%;
  height: 800px;
  padding: 150px 16px 50px 16px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  background: #1f1e21;
  background-image: url("/assets/images/portfolio_3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio__body {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.portfolio__body-row {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
}
@media (max-width: 750px) {
  .portfolio__body-row {
    gap: 0;
  }
}

.portfolio__body-item h1 {
  font-family: "Roboto";
  font-weight: 200;
  font-size: 42px;
  line-height: 1.7;
  text-transform: uppercase;
  width: 270px;
  color: white;
  letter-spacing: 2px;
}
@media (max-width: 1050px) {
  .portfolio__body-item h1 {
    font-size: 30px;
    padding-left: 30px;
  }
}
.portfolio__body-item img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  object-position: left;
}
@media (max-width: 750px) {
  .portfolio__body-item img {
    display: none;
  }
}

.portfolio-block2 {
  width: 100%;
  height: 200px;
  background: white;
}
.portfolio-block2 h2 {
  width: 100% !important;
  height: max-content;
  display: block;
  padding: 0;
  max-width: unset;
  text-align: center;
  color: black;
  font-weight: 100;
  font-size: 60px;
  line-height: 180px;
  font-family: "Roboto" !important;
}
@media (max-width: 1170px) {
  .portfolio-block2 h2 {
    font-size: 45px;
  }
}
@media (max-width: 890px) {
  .portfolio-block2 h2 {
    font-size: 30px;
    line-height: 50px;
    padding-top: 50px;
  }
}

/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
.portfolio-big {
  background: url("/assets/images/portfolio_1.jpg");
  background-size: cover;
  /*----------------------------------
    Background Grid
  ------------------------------------*/
  /*----------------------------------
    Main
  ------------------------------------*/
  /*----------------------------------
    Medium devices: iPad vertical
  ------------------------------------*/
  /*----------------------------------
    Small devices: iPhone 6+ and below
  ------------------------------------*/
  /*----------------------------------
    iPhone 6 & 6+ specific text bump
  ------------------------------------*/
}
.portfolio-big h4 {
  font-size: 22px;
  margin-bottom: 28px;
}
.portfolio-big p {
  font-size: 22px;
}
.portfolio-big header h2 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-top: 70px;
}
.portfolio-big header a h2 {
  color: #222;
}
.portfolio-big header a h2 span {
  transition: all 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.portfolio-big header a:hover h2 span {
  color: #fff;
  margin-left: 10px;
}
.portfolio-big header .white-block {
  margin-top: 20px;
  width: 46px;
  height: 6px;
  background: #fff;
}
.portfolio-big .main-title .main-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 1160px) {
  .portfolio-big .main-title .main-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 850px) {
  .portfolio-big .main-title .main-row {
    flex-direction: column;
  }
}
.portfolio-big header .main-title {
  margin-top: 80px;
}
.portfolio-big header h2 {
  font-size: 96px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  margin-left: -6px;
  color: #e8c34b;
}
@media (max-width: 850px) {
  .portfolio-big header h2 {
    font-size: 75px;
  }
}
.portfolio-big header h2 span {
  display: inline-block;
  font-size: 20px;
  margin-top: 18px;
  vertical-align: top;
  letter-spacing: 0;
}
.portfolio-big header .main-title p {
  display: inline-block;
  margin-top: 6px;
  background: #222;
  padding: 26px;
  color: #fff;
  border-radius: 12px;
  font-size: 26px;
  letter-spacing: 0.2em;
  transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
@media (max-width: 850px) {
  .portfolio-big header .main-title p {
    padding: 10px;
    font-size: 20px;
  }
}
.portfolio-big header .main-title a:hover {
  margin-top: 12px;
  margin-right: -80px;
  padding: 20px 90px;
}
.portfolio-big header h3 {
  font-size: 21px;
}
@media (max-width: 1200px) {
  .portfolio-big .main-subtitle {
    padding: 16px;
  }
}
@media (max-width: 850px) {
  .portfolio-big .main-row__item h3 {
    font-weight: 200;
    padding-bottom: 10px;
  }
}
.portfolio-big .grid {
  position: fixed;
  width: 100%;
}
.portfolio-big .grid-line {
  height: 100vh;
  border-left: 1px solid #ccc;
}
.portfolio-big .fixed-top {
  position: absolute;
  width: 600px;
  height: 600px;
  background: #00F1C9;
  border-radius: 12px;
  z-index: -1;
  margin-top: -220px;
  margin-left: 100px;
}
.portfolio-big .main {
  overflow: hidden;
  width: 100%;
}
.portfolio-big .main-container {
  max-width: 1140px;
  margin: 0 auto;
}
.portfolio-big .section {
  position: relative;
}
.portfolio-big section.san-francisco {
  margin-top: 100px;
}
.portfolio-big .swiper-row {
  width: 100%;
  height: auto;
  padding-bottom: 200px;
  padding-top: 50px;
}
.portfolio-big .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 700px;
}
.portfolio-big .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.portfolio-big .swiper-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  color: #000000;
  font-weight: 500;
  font-family: "SiteFont-b";
  font-size: 13px;
  line-height: 20px;
  text-align: justify;
}
.portfolio-big .swiper-slide img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.portfolio-big .absolute {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.portfolio-big .absolute.above {
  z-index: 2;
}
.portfolio-big .absolute h2 {
  font-size: 140px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
@media (max-width: 950px) {
  .portfolio-big .absolute h2 {
    font-size: 52px;
  }
}
.portfolio-big .lg-green {
  width: 160px;
  height: 160px;
  background: #514f56;
  border-radius: 12px;
  margin-left: -80px;
  margin-top: 200px;
}
@media (max-width: 850px) {
  .portfolio-big .lg-green {
    margin-left: 140px;
  }
}
.portfolio-big .sm-green {
  width: 60px;
  height: 60px;
  background: #a59278;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 400px;
}
@media (max-width: 850px) {
  .portfolio-big .sm-green {
    margin-left: 20px;
  }
}
.portfolio-big .sm-purple {
  width: 60px;
  height: 60px;
  background: #e8c34b;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 400px;
}
@media (max-width: 850px) {
  .portfolio-big .sm-purple {
    margin-left: 0px;
    margin-top: 476px;
  }
}
.portfolio-big .xs-green {
  width: 60px;
  height: 60px;
  background: #00F1C9;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 400px;
}
@media (max-width: 850px) {
  .portfolio-big .xs-green {
    display: none;
  }
}
.portfolio-big .md-green {
  width: 120px;
  height: 120px;
  background: #a59278;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 10px;
  display: none;
}
.portfolio-big .lg-purple {
  width: 80px;
  height: 80px;
  background: #a59278;
  border-radius: 12px;
  margin-left: 57px;
  margin-top: 60px;
}
@media (max-width: 850px) {
  .portfolio-big .lg-purple {
    margin-left: 158px;
    margin-top: -59px;
  }
}
.portfolio-big .date {
  margin-top: 400px;
  font-size: 48px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6274509804);
  font-family: "Roboto";
  text-transform: uppercase;
}
.portfolio-big .temp {
  margin-top: 200px;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -0.07em;
  color: white;
  font-family: "Roboto";
  text-transform: uppercase;
  width: max-content;
}
@media (max-width: 850px) {
  .portfolio-big .temp {
    font-size: 60px;
  }
}
.portfolio-big .text-editor {
  background: #222;
  padding: 60px 50px;
  border-radius: 12px;
  margin-left: 15px;
}
.portfolio-big code {
  text-align: left;
  padding: 0;
  font-size: 22px;
  background: none;
  border-radius: 0;
  color: #00F1C9;
}
.portfolio-big .md-facebook {
  width: 60px;
  height: 60px;
  background: #5000F1;
  border-radius: 12px;
  margin-left: 68px;
  margin-top: 600px;
}
.portfolio-big .md-twitter {
  width: 120px;
  height: 120px;
  background: #00F1C9;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 60px;
}
.portfolio-big .md-dixonandmoe {
  width: 120px;
  height: 120px;
  background: #5000F1;
  border-radius: 12px;
  margin-left: -60px;
  margin-top: 760px;
}
.portfolio-big .bt-green {
  width: 60px;
  height: 60px;
  background: #00F1C9;
  border-radius: 12px;
  margin-left: -30px;
  margin-top: 700px;
}
.portfolio-big .bt-purple {
  width: 80px;
  height: 80px;
  background: #5000F1;
  border-radius: 12px;
  margin-left: 57px;
  margin-top: 600px;
}
.portfolio-big .share {
  position: relative;
  top: -240px;
}
.portfolio-big .share a {
  font-size: 34px;
}
.portfolio-big .share a span {
  transition: all 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.portfolio-big .share a:hover span {
  margin-left: 10px;
}
.portfolio-big a.dam,
.portfolio-big a.dam:hover,
.portfolio-big a.dam:active,
.portfolio-big a.dam:visited {
  color: #222;
}
.portfolio-big span.purple {
  color: #9571de;
}
.portfolio-big span.green {
  color: #A0F100;
}
.portfolio-big span.white {
  color: #fff;
}
@-webkit-keyframes fuzz /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    /*-webkit-transform: scaleY(1);*/
    opacity: 1;
  }
}
@-webkit-keyframes fuzz2 /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuzz3 /* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  54% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes stretch /* Safari and Chrome */ {
  0% {
    -webkit-transform: scaleX(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.portfolio-block4 {
  background-image: url("/assets/images/portfolio_0.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 800px;
  margin-bottom: 100px;
}

.row-add1 p {
  background: rgba(255, 255, 255, 0.1254901961);
  padding: 40px 20px;
  backdrop-filter: blur(8px);
  border: 1px solid #606060;
  color: white;
  font-family: "Roboto";
  font-weight: 200;
  letter-spacing: 0.5px;
}

.strelka1 {
  position: absolute;
  left: 20px;
  top: 315px;
  z-index: 10;
  font-size: 30px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2588235294);
  width: 70px;
  color: white;
  height: 70px;
  border-radius: 50%;
  padding: 12px 22px;
  cursor: pointer;
  backdrop-filter: blur(3px);
}
@media (max-width: 1200px) {
  .strelka1 {
    width: 50px;
    height: 50px;
    left: 10px;
    padding: 2px 13px;
  }
}

.strelka2 {
  position: absolute;
  right: 20px;
  top: 315px;
  z-index: 10;
  font-size: 30px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2588235294);
  width: 70px;
  color: white;
  height: 70px;
  border-radius: 50%;
  padding: 12px 22px;
  cursor: pointer;
  backdrop-filter: blur(3px);
}
@media (max-width: 1200px) {
  .strelka2 {
    width: 50px;
    height: 50px;
    right: 10px;
    padding: 2px 13px;
  }
}

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