/*Fonts - family*/
/*Fonts - size*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1150px) {
  body {
    padding-top: 85px;
  }
}
button {
  border: none;
  background: transparent;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
.container {
  width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: calc(100vw - 56px);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.hidden {
  display: none !important;
}
.checkbox-item {
  cursor: pointer;
}
.checkbox-item input {
  display: none;
}
.checkbox-item span {
  display: block;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 35px;
  position: relative;
}
.checkbox-item span:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #FFA300;
  background: transparent;
  left: 0;
  top: -2px;
}
.checkbox-item input:checked + span:after {
  background: #FFA300;
  -webkit-box-shadow: inset 0 0 1px 2px #F6F6F6;
          box-shadow: inset 0 0 1px 2px #F6F6F6;
}
.coockie {
  padding: 30px 60px;
  border-radius: 15px 15px 0px 0px;
  background: #FFA300;
  position: fixed;
  bottom: 0;
  width: 1150px;
  max-width: calc(100% - 40px);
  left: calc((100vw - 1150px) / 2);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1150px) {
  .coockie {
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 30px 28px;
  }
}
.coockie.show {
  z-index: 999;
  opacity: 1;
}
.coockie .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.coockie .close:hover {
  opacity: 0.6;
}
.coockie .close svg {
  width: 100%;
  height: 100%;
}
.coockie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.coockie__wrap .image {
  width: 76px;
  height: 76px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .coockie__wrap .image {
    display: none;
  }
}
.coockie__wrap .image svg {
  width: 100%;
  height: 100%;
}
.coockie__wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.coockie__wrap .info .title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.coockie__wrap .info .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .coockie__wrap .info .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}
.coockie__wrap .info .text .image-mobile {
  display: none;
}
@media (max-width: 768px) {
  .coockie__wrap .info .text .image-mobile {
    display: block;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
  .coockie__wrap .info .text .image-mobile svg {
    width: 100%;
    height: 100%;
  }
}
.coockie__wrap .info .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 520px) {
  .coockie__wrap .info .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.coockie__wrap .info .buttons .agree-coockie {
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 40px;
}
@media (max-width: 520px) {
  .coockie__wrap .info .buttons .agree-coockie {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coockie__wrap .info .buttons .agree-coockie:hover {
  opacity: 0.6;
}
.coockie__wrap .info .buttons .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 520px) {
  .coockie__wrap .info .buttons .more {
    margin-top: 15px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coockie__wrap .info .buttons .more:hover {
  opacity: 0.6;
}
.coockie__wrap .info .buttons .more svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -110vh;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.popup.open {
  top: 0;
}
.popup__wrap {
  width: 690px;
  max-width: 100%;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #FFA300;
  background: #FFF;
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.25);
  margin: 40px auto;
  position: relative;
}
@media (max-width: 768px) {
  .popup__wrap {
    width: calc(100vw - 56px);
    padding: 20px;
  }
}
.popup__wrap .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
}
@media (max-width: 768px) {
  .popup__wrap .close {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
  }
}
.popup__wrap .close:hover {
  color: #FFA300;
}
.popup__wrap .close svg {
  width: 100%;
  height: 100%;
}
.popup__wrap .title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .popup__wrap .title {
    margin-top: 25px;
  }
}
.popup__wrap .subtitle {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 39.2px */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .popup__wrap .subtitle {
    font-size: 24px;
  }
}
.popup__wrap form,
.popup__wrap .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup__wrap form input,
.popup__wrap .form input {
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #FFA300;
  width: calc(50% - 10px);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .popup__wrap form input,
  .popup__wrap .form input {
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.popup__wrap form input::-webkit-input-placeholder,
.popup__wrap .form input::-webkit-input-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form input::-moz-placeholder,
.popup__wrap .form input::-moz-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form input:-moz-placeholder,
.popup__wrap .form input:-moz-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form input:-ms-input-placeholder,
.popup__wrap .form input:-ms-input-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form input.input-max-width,
.popup__wrap .form input.input-max-width {
  width: 100%;
}
.popup__wrap form textarea,
.popup__wrap .form textarea {
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid #FFA300;
  height: 60px;
  resize: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .popup__wrap form textarea,
  .popup__wrap .form textarea {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.popup__wrap form textarea::-webkit-input-placeholder,
.popup__wrap .form textarea::-webkit-input-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form textarea::-moz-placeholder,
.popup__wrap .form textarea::-moz-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form textarea:-moz-placeholder,
.popup__wrap .form textarea:-moz-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form textarea:-ms-input-placeholder,
.popup__wrap .form textarea:-ms-input-placeholder {
  color: #A3A3A3;
  font-family: "Montserrat", sans-serif;
}
.popup__wrap form .file-block,
.popup__wrap .form .file-block {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #FFA300;
  cursor: pointer;
  background-image: url(../images/file-icon.svg);
  background-size: 25px;
  background-position: 95% center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .popup__wrap form .file-block,
  .popup__wrap .form .file-block {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.popup__wrap form .file-block input,
.popup__wrap .form .file-block input {
  display: none;
}
.popup__wrap form .file-block span,
.popup__wrap .form .file-block span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .popup__wrap form .file-block span,
  .popup__wrap .form .file-block span {
    font-size: 14px;
    padding-right: 30px;
    width: 100%;
    display: block;
  }
}
.popup__wrap form .button,
.popup__wrap .form .button {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.popup__wrap form .button .btn-submit,
.popup__wrap .form .button .btn-submit {
  padding: 20px 30px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #FFA300;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .popup__wrap form .button .btn-submit,
  .popup__wrap .form .button .btn-submit {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.popup__wrap form .button .btn-submit:hover,
.popup__wrap .form .button .btn-submit:hover {
  background: transparent;
  border-color: #FFA300;
  color: #FFA300;
}
.block-with-slider {
  padding: 80px 0;
}
@media (max-width: 1050px) {
  .block-with-slider {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.block-with-slider .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .block-with-slider .top {
    margin-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .block-with-slider .top .block-title {
    width: 100%;
  }
}
.block-with-slider .top .block-title .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1050px) {
  .block-with-slider .top .block-title .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 850px) {
  .block-with-slider .top .block-title .title {
    text-align: center;
  }
}
.block-with-slider .top .block-title .subtitle {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .block-with-slider .top .block-title .subtitle {
    text-align: center;
  }
}
.block-with-slider .top .more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid #000;
}
@media (max-width: 850px) {
  .block-with-slider .top .more-news {
    display: none;
  }
}
.block-with-slider .top .more-news span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  margin: 0 10px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-with-slider .top .more-news svg {
  width: 20px;
  height: 20px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-with-slider .top .more-news:hover {
  border-color: #FFA300;
}
.block-with-slider .top .more-news:hover span,
.block-with-slider .top .more-news:hover svg {
  color: #FFA300;
}
.block-with-slider .project__item {
  margin: 0;
  width: 100%;
}
.block-with-slider .project__item .name {
  min-height: 74px;
}
.block-with-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.block-with-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
.block-with-slider .owl-dots .owl-dot:nth-last-child(1) {
  margin-right: 0;
}
.block-with-slider .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
}
.block-with-slider .owl-dots .owl-dot.active span {
  width: 30px;
  height: 30px;
  background-image: url(../images/slider-block-active.svg);
  -webkit-animation: rotating 5s linear infinite;
          animation: rotating 5s linear infinite;
  border: none;
}
.block-with-slider .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #A3A3A3;
  border-radius: 50%;
}
.block-with-slider .bottom-button {
  display: none;
}
@media (max-width: 850px) {
  .block-with-slider .bottom-button {
    display: block;
    margin-top: 40px;
  }
}
.block-with-slider .bottom-button .more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid #000;
}
.block-with-slider .bottom-button .more-news svg {
  width: 20px;
  height: 20px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-with-slider .bottom-button .more-news span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 10px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*Fonts - family*/
/*Fonts - size*/

/*Fonts - family*/
/*Fonts - size*/
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #FFFFFF;
  z-index: 999;
}
.header-top__wrap {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  .header-top__wrap {
    padding: 10px 0;
  }
}
.header-top__wrap .logo {
  width: 97px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  .header-top__wrap .logo {
    width: 67px;
  }
  .header-top__wrap .logo svg {
    width: 100%;
  }
}
.header-top__wrap .mobile-header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  .header-top__wrap .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-top__wrap .mobile-header .social-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top__wrap .mobile-header .social-header__item {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  color: #000000;
}
.header-top__wrap .mobile-header .social-header__item svg {
  width: 100%;
  height: 100%;
}
.header-top__wrap .mobile-header .burger {
  height: 26px;
  width: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
  position: relative;
}
.header-top__wrap .mobile-header .burger:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 27px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFA300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.header-top__wrap .mobile-header .burger .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFA300;
}
.header-top__wrap .mobile-header .burger .line1 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.header-top__wrap .mobile-header .burger .line2 {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.header-top__wrap .mobile-header .burger .line3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.header-top__wrap .mobile-header .burger.open .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-top__wrap .mobile-header .burger.open .line2 {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.header-top__wrap .mobile-header .burger.open .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-top__wrap .mobile-header .burger.open:after {
  opacity: 1;
}
.header-top__wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1150px) {
  .header-top__wrap .nav {
    display: none;
  }
}
.header-top__wrap .nav__item {
  margin-right: 20px;
  position: relative;
}
.header-top__wrap .nav__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
}
.header-top__wrap .nav__item .children {
  position: absolute;
  padding: 30px;
  border-radius: 8px;
  background: #FFA300;
  width: 300px;
  top: 45px;
  left: -50%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.header-top__wrap .nav__item .children:after {
  content: '';
  position: absolute;
  left: 135px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFA300;
}
.header-top__wrap .nav__item .children a {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header-top__wrap .nav__item .children a:hover {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 4px solid #000000;
  color: #000;
}
.header-top__wrap .nav__item:hover .children {
  opacity: 1;
  z-index: 10;
  display: block;
}
.header-top__wrap .nav__item:nth-last-child(1) {
  margin-right: 0;
}
.header-top__wrap .nav__item a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__wrap .nav__item a svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-top__wrap .nav__item a:hover {
  color: #FFA300;
  font-weight: 700;
}
.header-top__wrap .contacts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  .header-top__wrap .contacts-header {
    display: none;
  }
}
.header-top__wrap .contacts-header .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.header-top__wrap .contacts-header .header-phone:hover {
  color: #FFA300;
}
.header-top__wrap .contacts-header .header-phone svg {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.header-top__wrap .contacts-header .header-phone-2 {
  padding-bottom: 0;
  margin-top: 20px;
}
.header-top__wrap .contacts-header .contacts-header__info {
  color: #FFA300;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-top: 1px solid #FFA300;
  padding-top: 8px;
}
.header-bottom {
  background: #F6F6F6;
  padding-top: 140px;
}
@media (max-width: 1150px) {
  .header-bottom {
    display: none;
  }
}
.header-bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.header-bottom__wrap .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-bottom__wrap .main-nav a {
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #000;
}
.header-bottom__wrap .main-nav a:hover {
  color: #FFA300;
  font-weight: 700;
}
.header-bottom__wrap .btn-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
  background: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 24px;
  white-space: nowrap;
}
.header-bottom__wrap .btn-price:hover {
  opacity: 0.8;
}
.header-bottom__wrap .btn-price svg {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.mobile-menu {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 85px);
  overflow-y: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: -110vh;
}
.mobile-menu.open {
  top: 85px;
}
.mobile-menu__wrap {
  width: calc(100% - 28px);
  margin: 0 auto 60px;
  position: relative;
}
.mobile-menu__top {
  padding: 15px 30px;
  border-radius: 8px;
  background: #FFA300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.mobile-menu__top .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.mobile-menu__top .back svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-menu__top .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.mobile-menu__items,
.mobile-menu__child-items {
  padding: 15px 30px 30px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  background: #FFA300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-menu__items a,
.mobile-menu__child-items a,
.mobile-menu__items .mobile-menu__item,
.mobile-menu__child-items .mobile-menu__item {
  padding: 15px 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu__items a svg,
.mobile-menu__child-items a svg,
.mobile-menu__items .mobile-menu__item svg,
.mobile-menu__child-items .mobile-menu__item svg {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-menu__contacts {
  padding: 30px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  background: #FFA300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.mobile-menu__contacts .phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.mobile-menu__contacts .phone-block .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 104.167% */
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #FFF;
}
.mobile-menu__contacts .phone-block .header-phone svg {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-menu__contacts .phone-block .contacts-header__info {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.mobile-menu__contacts .btn-price {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 208.333% */
  text-transform: uppercase;
}
.mobile-menu__contacts .btn-price svg {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

/*Fonts - family*/
/*Fonts - size*/
.footer {
  background: #F6F6F6;
  padding: 60px 0;
}
@media (max-width: 1050px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1050px) {
  .footer__top {
    padding-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__top .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__top .col-left .logo {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .footer__top .col-left .logo {
    display: none;
  }
}
.footer__top .col-left .logo svg {
  width: 162px;
  height: 135px;
}
.footer__top .col-left .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .footer__top .col-left .phone {
    margin-bottom: 20px;
  }
}
.footer__top .col-left .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 104.167% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__top .col-left .phone a svg {
  width: 38px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.footer__top .col-left .phone a:hover {
  color: #FFA300;
}
.footer__top .col-left .phone span {
  color: #FFA300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #FFA300;
}
@media (max-width: 900px) {
  .footer__top .col-left .phone span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__top .col-right {
  width: 790px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1150px) {
  .footer__top .col-right {
    width: 65%;
  }
}
@media (max-width: 900px) {
  .footer__top .col-right {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__top .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 178.571% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__top .contacts__item__email {
  text-transform: none;
}
.footer__top .contacts__item svg {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  color: #FFA300;
}
.footer__top a.contacts__item {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .footer__top a.contacts__item {
    margin-bottom: 20px;
  }
}
.footer__top a.contacts__item:hover {
  color: #FFA300;
}
@media (max-width: 900px) {
  .footer__top .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.footer__top .block-info .logo {
  display: none;
}
@media (max-width: 900px) {
  .footer__top .block-info .logo {
    display: block;
    width: 60px;
    height: 50px;
  }
  .footer__top .block-info .logo svg {
    width: 100%;
    height: 100%;
  }
}
.footer__top .block-info .burger {
  height: 26px;
  width: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
  position: relative;
}
.footer__top .block-info .burger .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFA300;
}
.footer__top .block-info .burger .line1 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.footer__top .block-info .burger .line2 {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.footer__top .block-info .burger .line3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.footer__top .block-info .burger.open .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__top .block-info .burger.open .line2 {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.footer__top .block-info .burger.open .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
.footer__bottom .copy {
  max-width: 100%;
  width: 485px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .footer__bottom .copy {
    margin-top: 20px;
  }
}
.footer__bottom a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__bottom a:hover {
  color: #FFA300;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
@media (max-width: 900px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav__item {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__nav__item:hover {
  color: #FFA300;
  font-weight: 700;
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .footer .social {
    margin-bottom: 0;
  }
}
.footer .social__item {
  width: 30px;
  height: 30px;
  margin-right: 40px;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .social__item:hover {
  color: #FFA300;
}
.footer .social__item svg {
  width: 100%;
  height: 100%;
}
.footer__subscribe .title {
  color: #FFA300;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer__subscribe .subtitle {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 178.571% */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .footer__subscribe .subtitle {
    margin-bottom: 20px;
  }
}
.footer__subscribe form,
.footer__subscribe .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.footer__subscribe form input,
.footer__subscribe .form input {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media (max-width: 425px) {
  .footer__subscribe form input,
  .footer__subscribe .form input {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.footer__subscribe form button,
.footer__subscribe .form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 10px;
}
.footer__subscribe form button.subscribe-success,
.footer__subscribe .form button.subscribe-success {
  color: #00a300;
}
@media (max-width: 425px) {
  .footer__subscribe form button,
  .footer__subscribe .form button {
    position: relative;
    top: unset;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__subscribe form button:hover,
.footer__subscribe .form button:hover {
  color: #FFA300;
}
.footer__subscribe form button svg,
.footer__subscribe .form button svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.footer__subscribe form .error-msg,
.footer__subscribe .form .error-msg {
  color: red;
  margin-top: 1em;
}

.breadcrumbs {
  margin-bottom: 80px;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__item {
  color: #A3A3A3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 208.333% */
  text-transform: uppercase;
  display: block;
  margin-right: 45px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.breadcrumbs__item:hover {
  color: #000;
}
.breadcrumbs__item:nth-last-child(1) {
  margin-right: 0;
}
.breadcrumbs__item:nth-last-child(1):hover {
  color: #A3A3A3;
}
.breadcrumbs__item:nth-last-child(1):after {
  display: none;
}
.breadcrumbs__item:after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/breadcrumbs-item.svg);
  background-size: cover;
  position: absolute;
  right: -30px;
  top: 5px;
}

.main-banner {
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .main-banner {
    margin-bottom: 40px;
  }
}
.main-banner__slider__item {
  aspect-ratio: 3.5;
  padding: 100px 0 145px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1050px) {
  .main-banner__slider__item {
    padding: 60px 0 100px;
  }
}
@media (max-width: 650px) {
  .main-banner__slider__item {
    aspect-ratio: 0.9;
    padding: 60px 0 0;
  }
}
@media (max-width: 500px) {
  .main-banner__slider__item {
    aspect-ratio: 0.9;
  }
}
@media (max-width: 425px) {
  .main-banner__slider__item {
    aspect-ratio: 0.9;
  }
}
@media (max-width: 375px) {
  .main-banner__slider__item {
    aspect-ratio: 0.9;
  }
}
@media (max-width: 325px) {
  .main-banner__slider__item {
    aspect-ratio: 1;
  }
}
.main-banner__slider__item .slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  width: 650px;
}
.main-banner__slider__item .type {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFA300;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1050px) {
  .main-banner__slider__item .type {
    margin-bottom: 10px;
  }
}
.main-banner__slider__item .name {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFA300;
  border-radius: 10px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 5px 10px;
}
@media (max-width: 1050px) {
  .main-banner__slider__item .name {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
.main-banner__slider__item .price {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFA300;
  border-radius: 10px;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 5px 10px;
}
@media (max-width: 1050px) {
  .main-banner__slider__item .price {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
  }
}
.main-banner__slider__item .text {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFA300;
  border-radius: 10px;
  padding: 5px 10px;
}
.main-banner__slider__item .text p {
  color: #FFA300;
}
.main-banner__slider__item p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1050px) {
  .main-banner__slider__item p {
    font-size: 16px;
  }
}
.main-banner__slider__item .buttons {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1050px) {
  .main-banner__slider__item .buttons {
    margin-top: 60px;
  }
}
@media (max-width: 650px) {
  .main-banner__slider__item .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-banner__slider__item .buttons a {
  background: transparent;
  border-radius: 8px;
  border: 1px solid #FFF;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
@media (max-width: 1050px) {
  .main-banner__slider__item .buttons a {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .main-banner__slider__item .buttons a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-banner__slider__item .buttons a:hover {
  border-color: #FFA300;
  background: #FFA300;
}
.main-banner__slider__item .buttons a svg {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}
.main-banner__slider__item .btn-price {
  padding: 15px 20px;
  border-radius: 8px;
  background: #FFA300;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 40px;
  border: 1px solid transparent;
}
@media (max-width: 1050px) {
  .main-banner__slider__item .btn-price {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .main-banner__slider__item .btn-price {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.main-banner__slider__item .btn-price:hover {
  border-color: #FFA300;
  background: transparent;
}
.main-banner__slider__item .btn-price:focus {
  border-color: transparent;
  background: #000000;
}
.main-banner__slider .owl-dots {
  max-width: 100%;
  width: 1150px;
  margin: 0 auto;
  position: absolute;
  bottom: 46px;
  left: calc((100vw - 1150px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .main-banner__slider .owl-dots {
    width: calc(100vw - 56px);
    left: 28px;
  }
}
@media (max-width: 650px) {
  .main-banner__slider .owl-dots {
    bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 450px) {
  .main-banner__slider .owl-dots {
    display: none;
  }
}
.main-banner__slider .owl-dots button {
  margin-right: 20px;
}
.main-banner__slider .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #F6F6F6;
  border-radius: 50%;
}
.main-banner__slider .owl-dots button.active span {
  width: 30px;
  height: 30px;
  background-image: url(../images/slider-active.svg);
  -webkit-animation: rotating 5s linear infinite;
          animation: rotating 5s linear infinite;
  border: none;
}
.advantages {
  margin-bottom: 140px;
}
@media (max-width: 1050px) {
  .advantages {
    margin-bottom: 80px;
  }
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: #FFA300;
}
@media (max-width: 1050px) {
  .advantages__list {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  .advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.advantages__item {
  width: 25%;
  position: relative;
  height: 200px;
}
@media (max-width: 900px) {
  .advantages__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 700px) {
  .advantages__item {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }
}
.advantages__item__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  height: 300px;
  position: absolute;
  top: -50px;
  background: transparent;
  border-radius: 20px;
}
@media (max-width: 700px) {
  .advantages__item__wrap {
    position: relative;
    top: unset;
    height: auto;
    padding: 15px 0;
  }
}
.advantages__item .image {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1050px) {
  .advantages__item .image {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}
.advantages__item .image svg {
  width: 100%;
  height: 100%;
}
.advantages__item .name {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 1050px) {
  .advantages__item .name {
    font-size: 16px;
  }
}
.portfolio__title .main-title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  .portfolio__title .main-title {
    font-size: 24px;
  }
}
.portfolio__title .sub-title {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .portfolio__title .sub-title {
    text-align: center;
  }
}
.portfolio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.portfolio__list__item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .portfolio__list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 650px) {
  .portfolio__list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.portfolio__list__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .portfolio__list__item:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  .portfolio__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.portfolio__list__item .image {
  aspect-ratio: 1.4;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.project__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .project__title {
    margin-bottom: 30px;
  }
}
.project__title .main-title {
  color: #FFA300;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project__title .sub-title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .project__title .sub-title {
    font-size: 24px;
  }
}
.project .text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .project .text {
    margin-bottom: 40px;
  }
}
.project-filter {
  padding: 15px 0;
  background: #F6F6F6;
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .project-filter {
    display: none;
  }
}
.project-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-filter__item {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  white-space: pre-line;
}
.project-filter__item:hover,
.project-filter__item.active {
  color: #FFA300;
  font-weight: 700;
}
.project-filter__mobile {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 950px) {
  .project-filter__mobile {
    display: block;
  }
}
.project-filter__mobile .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFA300;
}
.project-filter__mobile .title svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.project-filter__mobile .title span {
  color: #FFA300;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
}
.project-filter__mobile .title .icon-down {
  margin-left: auto;
}
.project-filter__mobile .title .icon-down svg {
  margin-right: 0;
}
.project-filter__mobile .project-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project-filter__mobile .project-filter__list.open {
  max-height: 1000px;
}
.project-filter__mobile .project-filter__list .project-filter__item {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  white-space: normal;
  text-align: center;
}
.project__list__wrap {
  margin: 0 80px;
}
@media (max-width: 1024px) {
  .project__list__wrap {
    margin: 0;
  }
}
.project__list .owl-nav {
  position: absolute;
  top: 45%;
  width: calc(100% + 160px);
  left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1190px) {
  .project__list .owl-nav {
    width: 100%;
    left: 0;
  }
}
.project__list .owl-nav button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .project__list .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.project__list .owl-nav button:hover {
  opacity: 0.7;
}
.project__list .owl-nav button svg {
  width: 100%;
  height: 100%;
}
.project__item {
  margin-right: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .project__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 650px) {
  .project__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.project__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .project__item:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  .project__item:nth-child(2n) {
    margin-right: 0;
  }
}
.project__item .image {
  aspect-ratio: 1.4;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.project__item .date {
  color: #FFA300;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.project__item .name {
  color: #202255;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 15px;
}
@media (max-width: 1050px) {
  .project__item .name {
    font-size: 18px;
  }
}
.project__item .city {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}
.project__item .show-more {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project__item .show-more span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  margin: 0 10px;
}
@media (max-width: 1050px) {
  .project__item .show-more span {
    font-size: 14px;
  }
}
.project__item .show-more svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.project__item:hover {
  border: 1px solid #A3A3A3;
}
.project__item:hover .show-more {
  background: #FFA300;
  border-color: #FFA300;
}
.project__item:hover .show-more span,
.project__item:hover .show-more svg {
  color: #FFFFFF;
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts__wrap .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .contacts__wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .contacts__wrap .title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.contacts__wrap .office {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contacts__wrap .office {
    width: 45%;
  }
}
.contacts__wrap .office__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 950px) {
  .contacts__wrap .office__title {
    text-align: center;
  }
}
.contacts__wrap .office__address {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 100%;
}
.contacts__wrap .office__map {
  height: 400px;
  width: 100%;
}
.about {
  padding: 80px 0;
  background: #F6F6F6;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .about {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__wrap .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 60px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .about__wrap .logo {
    display: none;
  }
}
.about__wrap .image {
  width: 546px;
  height: 464px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 60px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .about__wrap .image {
    display: none;
  }
}
.about__wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.about__wrap .text .image-mobile {
  display: none;
}
@media (max-width: 950px) {
  .about__wrap .text .image-mobile {
    display: block;
    margin-bottom: 40px;
    aspect-ratio: 1.1;
    background-size: cover;
    border-radius: 8px;
  }
}
.about__wrap .text .video-mobile {
  display: none;
}
@media (max-width: 950px) {
  .about__wrap .text .video-mobile {
    display: block;
    margin-bottom: 40px;
    width: 100%;
  }
}
.about__wrap .text .logo-mobile {
  display: none;
}
@media (max-width: 950px) {
  .about__wrap .text .logo-mobile {
    display: block;
    margin-bottom: 40px;
    background-size: cover;
    border-radius: 8px;
    text-align: center;
  }
}
.about__wrap .text .sub-title {
  color: #FFA300;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 950px) {
  .about__wrap .text .sub-title {
    text-align: center;
  }
}
.about__wrap .text .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .about__wrap .text .title {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .about__wrap .text .title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.about__wrap .text p {
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
.get-price {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .get-price {
    margin-bottom: 40px;
  }
}
.get-price__wrap .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 1000px;
  max-width: 100%;
}
@media (max-width: 1050px) {
  .get-price__wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.get-price__wrap .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 80px;
  width: 760px;
  max-width: 100%;
}
@media (max-width: 1050px) {
  .get-price__wrap .text {
    margin-bottom: 60px;
  }
}
.get-price__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.get-price__tabs__item {
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 700px) {
  .get-price__tabs__item {
    display: none;
  }
}
.get-price__tabs__item:nth-last-child(1) {
  margin-right: 0;
}
.get-price__tabs__item .top {
  position: relative;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 40px;
}
.get-price__tabs__item .top .name {
  color: #A3A3A3;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.get-price__tabs__item .top .question {
  display: none;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.get-price__tabs__item .answer {
  display: none;
}
.get-price__tabs__item .answer textarea {
  background: #F6F6F6;
  width: 100%;
  resize: none;
  border: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
.get-price__tabs__item .answer .answer-error-msg {
  color: red;
}
.get-price__tabs__item .answer .next-btn {
  padding: 10px 20px;
  border-radius: 8px;
  background: #FFA300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 156.25% */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .get-price__tabs__item .answer .next-btn {
    padding: 10px 30px;
    margin-top: 30px;
  }
}
.get-price__tabs__item .answer .next-btn:hover {
  background: #000000;
}
.get-price__tabs__item .answer .next-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.get-price__tabs__item.active {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 700px) {
  .get-price__tabs__item.active {
    display: block;
  }
}
.get-price__tabs__item.active .top {
  border-color: #FFA300;
}
.get-price__tabs__item.active .top .name {
  position: absolute;
  color: #FFA300;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  top: -20px;
}
.get-price__tabs__item.active .top .question {
  display: block;
}
.get-price__tabs__item.active .answer {
  display: block;
}
.get-price__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 700px) {
  .get-price__bottom {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.get-price__bottom .get-price-btn {
  padding: 20px 30px;
  border-radius: 8px;
  background: #FFA300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.get-price__bottom .get-price-btn.get-price-success {
  background: #00a300;
}
@media (max-width: 700px) {
  .get-price__bottom .get-price-btn {
    padding: 10px 30px;
    margin-top: 30px;
  }
}
.get-price__bottom .get-price-btn:hover {
  background: #000000;
}
.get-price__bottom .get-price-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.get-price__nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-price__nav-tabs__item {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  border: 1px solid #A3A3A3;
  border-radius: 50%;
  cursor: pointer;
}
.get-price__nav-tabs__item.active {
  width: 30px;
  height: 30px;
  background-image: url(../images/get-price-icon.svg);
  -webkit-animation: rotating 5s linear infinite;
          animation: rotating 5s linear infinite;
  border: none;
}
.news {
  padding: 80px 0;
  background: #F6F6F6;
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .news {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.news .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .news .top {
    margin-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .news .top .block-title {
    width: 100%;
  }
}
.news .top .block-title .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1050px) {
  .news .top .block-title .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 850px) {
  .news .top .block-title .title {
    text-align: center;
  }
}
.news .top .block-title .subtitle {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .news .top .block-title .subtitle {
    text-align: center;
  }
}
.news .top .more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid #000;
}
@media (max-width: 850px) {
  .news .top .more-news {
    display: none;
  }
}
.news .top .more-news span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  margin: 0 10px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .top .more-news svg {
  width: 20px;
  height: 20px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .top .more-news:hover {
  border-color: #FFA300;
}
.news .top .more-news:hover span,
.news .top .more-news:hover svg {
  color: #FFA300;
}
.news .main-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .news .main-new {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .main-new .image {
  width: 469px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
}
@media (max-width: 850px) {
  .news .main-new .image {
    width: 100%;
    height: 190px;
    border-radius: 8px 8px 0px 0px;
  }
}
.news .main-new .info {
  padding: 34px 40px;
  border-radius: 0px 8px 8px 0px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 1050px) {
  .news .main-new .info {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  .news .main-new .info {
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
  }
}
.news .main-new .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 850px) {
  .news .main-new .info .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
.news .main-new .info .top .name {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .news .main-new .info .top .name {
    font-size: 18px;
  }
}
.news .main-new .info .top .date {
  color: #FFA300;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 178.571% */
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .news .main-new .info .top .date {
    margin-bottom: 10px;
  }
}
.news .main-new .info .text {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}
.news .main-new .info .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1050px) {
  .news .main-new .info .more {
    font-size: 14px;
  }
}
.news .main-new .info .more svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.news .main-new .info .more:hover {
  color: #FFA300;
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__item {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 850px) {
  .news__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.news__item:hover {
  background: #FFF;
}
.news__item:focus {
  background: #FFA300;
}
.news__item:focus .date {
  color: #000;
}
.news__item:nth-child(3n) {
  margin-right: 0;
}
.news__item .image {
  aspect-ratio: 1.9;
  border-radius: 8px 8px 0px 0px;
  background-size: cover;
}
@media (max-width: 850px) {
  .news__item .image {
    aspect-ratio: none;
    height: 190px;
    width: 100%;
  }
}
.news__item .info {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news__item .info .date {
  color: #FFA300;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 178.571% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news__item .info .name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1050px) {
  .news__item .info .name {
    font-size: 18px;
  }
}
.news__item .info .text {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.news__item .info .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1050px) {
  .news__item .info .more {
    font-size: 14px;
  }
}
.news__item .info .more:hover {
  color: #FFA300;
}
.news__item .info .more svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.news .bottom-button {
  display: none;
}
@media (max-width: 850px) {
  .news .bottom-button {
    display: block;
  }
}
.news .bottom-button .more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 30px;
  border-radius: 8px;
  border: 1px solid #000;
}
.news .bottom-button .more-news span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  margin: 0 10px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .bottom-button .more-news svg {
  width: 20px;
  height: 20px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .bottom-button .more-news:hover {
  border-color: #FFA300;
}
.news .bottom-button .more-news:hover span,
.news .bottom-button .more-news:hover svg {
  color: #FFA300;
}
.faq {
  margin-bottom: 80px;
}
@media (max-width: 1050px) {
  .faq {
    margin-bottom: 40px;
  }
}
.faq .faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.faq .faq__title .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1050px) {
  .faq .faq__title .title {
    font-size: 24px;
  }
}
.faq .faq__title .sub-title {
  color: #A3A3A3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__item {
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .faq__item {
    margin-bottom: 20px;
  }
}
.faq__item:hover .question {
  background: transparent;
}
.faq__item.active .question {
  background: #FFA300;
}
.faq__item.active .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.faq__item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
  background: #F6F6F6;
}
@media (max-width: 1050px) {
  .faq__item .question {
    padding: 15px 20px;
  }
}
.faq__item .question .name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .faq__item .question .name {
    font-size: 16px;
  }
}
.faq__item .question .icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.faq__item .question .icon svg {
  width: 100%;
  height: 100%;
}
.faq__item .answer {
  padding-top: 30px;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 1050px) {
  .faq__item .answer {
    padding-top: 20px;
    font-size: 14px;
  }
}
.popup-get-price .error-msg {
  display: block;
  width: 100%;
  color: red;
  margin-top: 20px;
}
.popup-get-price .price-success {
  background: #00a300 !important;
}
.contacts .sub-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1050px) {
  .contacts .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .contacts .sub-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.project-page .news {
  margin-bottom: 0;
}
.project-page .projects-portfolio__wrap {
  margin: 0 80px;
}
@media (max-width: 1024px) {
  .project-page .projects-portfolio__wrap {
    margin: 0;
  }
}
.project-page .projects-portfolio .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .project-page .projects-portfolio .top {
    margin-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .project-page .projects-portfolio .top .block-title {
    width: 100%;
  }
}
.project-page .projects-portfolio .top .block-title .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1050px) {
  .project-page .projects-portfolio .top .block-title .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 850px) {
  .project-page .projects-portfolio .top .block-title .title {
    text-align: center;
  }
}
.project-page .projects-portfolio .top .more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid #000;
}
@media (max-width: 850px) {
  .project-page .projects-portfolio .top .more-news {
    display: none;
  }
}
.project-page .projects-portfolio .top .more-news span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  margin: 0 10px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project-page .projects-portfolio .top .more-news svg {
  width: 20px;
  height: 20px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project-page .projects-portfolio .top .more-news:hover {
  border-color: #FFA300;
}
.project-page .projects-portfolio .top .more-news:hover span,
.project-page .projects-portfolio .top .more-news:hover svg {
  color: #FFA300;
}
.project-page .projects-portfolio__list__item {
  margin-right: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .project-page .projects-portfolio__list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 650px) {
  .project-page .projects-portfolio__list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.project-page .projects-portfolio__list__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .project-page .projects-portfolio__list__item:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  .project-page .projects-portfolio__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.project-page .projects-portfolio__list__item .image {
  aspect-ratio: 1.4;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.project-page .projects-portfolio__list .owl-nav {
  position: absolute;
  top: 45%;
  width: calc(100% + 160px);
  left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1190px) {
  .project-page .projects-portfolio__list .owl-nav {
    width: 100%;
    left: 0;
  }
}
.project-page .projects-portfolio__list .owl-nav button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .project-page .projects-portfolio__list .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.project-page .projects-portfolio__list .owl-nav button:hover {
  opacity: 0.7;
}
.project-page .projects-portfolio__list .owl-nav button svg {
  width: 100%;
  height: 100%;
}
.team {
  padding: 60px 0;
  background: #FFA300;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .team {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.team .subtitle {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .team .title {
    font-size: 24px;
  }
}
.team .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team__item {
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  background: #F6F6F6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .team__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .team__item {
    width: 100%;
  }
}
.team__item .image {
  width: 100%;
  height: 190px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  background-position: center;
}
@media (max-width: 1024px) {
  .team__item .image {
    height: 290px;
  }
}
@media (max-width: 350px) {
  .team__item .image {
    height: 190px;
  }
}
.team__item .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
}
.team__item .post {
  color: #A3A3A3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.team__item .about {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
  padding: 0;
}
.team__item .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team__item .contacts a {
  display: block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #A3A3A3;
}
.team__item .contacts a:hover {
  color: #000;
}
.team__item .contacts a svg {
  width: 100%;
  height: 100%;
}
.project-view-projects-slider__wrap {
  margin: 40px 80px 20px;
}
@media (max-width: 1024px) {
  .project-view-projects-slider__wrap {
    margin: 0;
  }
}
.project-view-projects-slider__item {
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .project-view-projects-slider__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.project-view-projects-slider__item:nth-child(3n) {
  margin-right: 0;
}
.project-view-projects-slider__item .image {
  aspect-ratio: 1.4;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.project-view-projects-slider .owl-nav {
  position: absolute;
  top: 45%;
  width: calc(100% + 160px);
  left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1190px) {
  .project-view-projects-slider .owl-nav {
    width: 100%;
    left: 0;
  }
}
.project-view-projects-slider .owl-nav button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .project-view-projects-slider .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.project-view-projects-slider .owl-nav button:hover {
  opacity: 0.7;
}
.project-view-projects-slider .owl-nav button svg {
  width: 100%;
  height: 100%;
}

.news-page .breadcrumbs {
  margin-bottom: 0;
}
.news-page .news {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.news-page .news .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-page .news .block-title {
  text-align: center;
}
.news-page .news__item {
  margin-bottom: 60px;
}
.news-detail-page .subtitle {
  color: #FFA300;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-detail-page .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .news-detail-page .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.news-detail-page .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .news-detail-page .news-info {
    margin-bottom: 40px;
  }
}
.news-detail-page .news-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.news-detail-page .news-info__item svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.news-detail-page p {
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.news-detail-page .news-slider {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .news-detail-page .news-slider {
    margin: 40px 0;
  }
}
.news-detail-page .news-slider__item {
  aspect-ratio: 1.9;
  background-size: cover;
  border-radius: 8px;
}
.news-detail-page .news-slider__item.project-view-slider-item {
  aspect-ratio: 1;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .news-detail-page .news-slider__item.project-view-slider-item {
    width: 50%;
  }
}
.news-detail-page .news-slider .owl-dots {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail-page .news-slider .owl-dots button {
  width: 50px;
  /*calc((100% - 16px) / 5);*/
  margin-right: 4px;
}
.news-detail-page .news-slider .owl-dots button:nth-last-child(1) {
  margin-right: 0;
}
.news-detail-page .news-slider .owl-dots button.active span {
  background: #FFA300;
}
.news-detail-page .news-slider .owl-dots button span {
  width: 100%;
  height: 5px;
  display: block;
  border-radius: 99px;
  background: #A3A3A3;
}
.news-detail-page .block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
}
@media (max-width: 768px) {
  .news-detail-page .block-image {
    margin: 40px 0;
  }
}
.news-detail-page .block-image .image {
  width: calc(50% - 25px);
}
@media (max-width: 600px) {
  .news-detail-page .block-image .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news-detail-page .block-image .image img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.news-detail-page .news {
  margin-bottom: 0;
}

.company-page .breadcrumbs {
  margin-bottom: 0;
}
.company-page .orange-line {
  width: 100%;
  height: 60px;
  background: #FFA300;
  margin-bottom: 80px;
}
.how-we-work {
  margin-bottom: 80px;
}
.how-we-work__wrap .subtitle {
  color: #FFA300;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.how-we-work__wrap .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .how-we-work__wrap .title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.how-we-work .steps__item {
  width: 932px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .how-we-work .steps__item {
    width: 100%;
  }
}
.how-we-work .steps__item .number {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 3px solid #FFA300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFA300;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .how-we-work .steps__item .number {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  .how-we-work .steps__item .number {
    display: none;
  }
}
.how-we-work .steps__item .info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  border-left: 1px solid #FFA300;
}
@media (max-width: 1024px) {
  .how-we-work .steps__item .info {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .how-we-work .steps__item .info {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .how-we-work .steps__item .info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.how-we-work .steps__item .info .top .number {
  display: none;
}
@media (max-width: 650px) {
  .how-we-work .steps__item .info .top .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    border: 3px solid #FFA300;
    border-radius: 50%;
    color: #FFA300;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 20px;
  }
}
.how-we-work .steps__item .info .name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .how-we-work .steps__item .info .name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .how-we-work .steps__item .info .name {
    padding-left: 20px;
    border-left: 3px solid #FFA300;
    margin-bottom: 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.how-we-work .steps__item .info .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .how-we-work .steps__item .info .text {
    font-size: 14px;
  }
}
.how-we-work .steps .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .how-we-work .steps .owl-dots {
    margin-top: 60px;
  }
}
.how-we-work .steps .owl-dots button {
  margin-right: 20px;
  cursor: pointer;
}
.how-we-work .steps .owl-dots button:nth-last-child(1) {
  margin-right: 0;
}
.how-we-work .steps .owl-dots button.active {
  width: 30px;
  height: 30px;
}
.how-we-work .steps .owl-dots button.active span {
  width: 30px;
  height: 30px;
  background-image: url(../images/slider-block-active.svg);
  -webkit-animation: rotating 5s linear infinite;
          animation: rotating 5s linear infinite;
  border: none;
}
.how-we-work .steps .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #A3A3A3;
  border-radius: 50%;
}
.how-we-work .steps .owl-nav {
  position: absolute;
  top: 15%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1190px) {
  .how-we-work .steps .owl-nav {
    position: relative;
    top: unset;
  }
}
.how-we-work .steps .owl-nav button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1190px) {
  .how-we-work .steps .owl-nav button {
    position: absolute;
    bottom: -120px;
  }
}
@media (max-width: 768px) {
  .how-we-work .steps .owl-nav button {
    width: 30px;
    height: 30px;
    bottom: -90px;
  }
}
@media (max-width: 1190px) {
  .how-we-work .steps .owl-nav button.owl-prev {
    left: 0;
  }
}
@media (max-width: 1190px) {
  .how-we-work .steps .owl-nav button.owl-next {
    right: 0;
  }
}
.how-we-work .steps .owl-nav button:hover {
  opacity: 0.7;
}
.how-we-work .steps .owl-nav button svg {
  width: 100%;
  height: 100%;
}
.review {
  padding: 80px 0;
  background: #FFA300;
  margin-bottom: 80px;
}
@media (max-width: 1190px) {
  .review {
    padding: 80px 0 100px;
  }
}
@media (max-width: 1024px) {
  .review {
    padding: 40px 0 100px;
  }
}
.review__wrap {
  margin: 0 80px;
}
@media (max-width: 1024px) {
  .review__wrap {
    margin: 0;
  }
}
.review__wrap .title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.review__wrap .subtitle {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .review__wrap .subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.review__list .owl-nav {
  position: absolute;
  top: 45%;
  width: calc(100% + 160px);
  left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1190px) {
  .review__list .owl-nav {
    top: unset;
    width: 100%;
    left: 0;
    bottom: -70px;
  }
}
.review__list .owl-nav button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .review__list .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.review__list .owl-nav button:hover {
  opacity: 0.7;
}
.review__list .owl-nav button svg {
  width: 100%;
  height: 100%;
}
.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .review__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.review__item .user {
  width: calc(55% - 30px);
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .review__item .user {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.review__item .user .photo {
  width: 100%;
  height: 370px;
  border-radius: 8px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: top center;
}
.review__item .user .name {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.review__item .user .post {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
}
.review__item .user-review {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 30px;
  border-radius: 8px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .review__item .user-review {
    padding: 20px;
    background-position: 20px 20px;
  }
}
.review__item .user-review .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .review__item .user-review .review-header {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.review__item .user-review .review-header .user-name {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  text-transform: uppercase;
}
.review__item .user-review .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.review__item .user-review .rating-item {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  color: #BABCC2;
}
.review__item .user-review .rating-item.active {
  color: #FFA300;
}
.review__item .user-review .rating-item svg {
  width: 100%;
  height: 100%;
}
.review__item .user-review .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .review__item .user-review .text {
    margin-bottom: 20px;
  }
}
.review__item .user-review .city {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: auto;
}

.service-page .block-with-slider {
  padding: 80px 0;
  background: #F6F6F6;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .service-page .block-with-slider {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.service-page .about {
  margin-bottom: 0;
}
.about-service {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .about-service {
    margin-bottom: 80px;
  }
}
.about-service .subtitle {
  color: #FFA300;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-service .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .about-service .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.about-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-service__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .about-service__item {
    width: 100%;
  }
}
.about-service__item .image {
  width: 213px;
  height: 213px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .about-service__item .image {
    width: 80px;
    height: 80px;
  }
}
.about-service__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .about-service__item .info {
    padding: 0 0 0 20px;
  }
}
.about-service__item .info .name {
  color: #202255;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-service__item .info .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.about-service__item .info .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 768px) {
  .about-service__item .info .text {
    font-size: 14px;
  }
}
.advantages-service {
  background: #F6F6F6;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .advantages-service {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.advantages-service .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .advantages-service .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.advantages-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 60px) / 4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .advantages-service__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .advantages-service__item {
    width: 100%;
  }
}
.advantages-service__item .icon {
  width: 100px;
  margin-bottom: 20px;
}
.advantages-service__item .icon img {
  width: 100%;
}
.advantages-service__item .name {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: pre-line;
}
.advantages-service__item .text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

