*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.wow {
  visibility: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
  min-width: 320px;
  font-weight: 400;
  margin: 0 auto;
  font-family: "Montserrat";
  color: #262626;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style-type: none;
}

textarea, input {
  font-family: inherit;
  resize: none;
}

a {
  transition: .4s all ease;
  text-decoration: none;
  color: inherit;
}

img, svg {
  max-width: 100%;
  display: block;
  height: auto;
}

b, strong {
  font-weight: 600;
}

.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
  display: none !important;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.col {
  padding: 0 15px;
}

.header {
  height: 120px;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  transition: .4s all ease;
}

.header.fixed {
  background: rgba(0, 0, 0, 0.7);
  height: 80px;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header__logo {
  width: 190px;
  flex-shrink: 0;
}

.header__adres {
  line-height: 1.7;
  padding-left: 20px;
  background: url(../img/marker.svg) left top 8px/13px 18px no-repeat;
}

.header__phones {
  font-weight: 700;
}

.header__phone {
  display: flex;
  align-items: center;
  fill: #fff;
  margin: 11px 0;
}

.header__phone:hover {
  color: #fca566;
}

.header__phone svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-right: 15px;
}

.header__toggle {
  display: block;
  height: 59px;
  width: 59px;
  background: #154854;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}
.header__toggle:hover {
  background: #fca566;
}
.header__toggle span {
  height: 2px;
  width: 25px;
  background: #fff;
  display: block;
  position: absolute;
  left: 17px;
  transition: .4s all ease;
}

.header__toggle span:nth-child(1) {
  top: 20px;
}

.header__toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header__toggle span:nth-child(3) {
  bottom: 19px;
}

.header__toggle.active span:nth-child(1) {
  top: 30px;
  transform: rotate(45deg);
}

.header__toggle.active span:nth-child(2) {
  opacity: 0;
}

.header__toggle.active span:nth-child(3) {
  top: 30px;
  transform: rotate(-45deg);
  bottom: unset;
}

.menu {
  position: fixed;
  z-index: 101;
  padding: 20px 20px 20px 70px;
  background: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  right: -100%;
  transition: .4s all ease;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.2);
}

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

.menu__close {
  position: absolute;
  right: 30px;
  top: 30px;
  fill: #fca566;
}

.menu__close svg {
  width: 30px;
  height: 30px;
}

.menu__title {
  font-size: 24px;
  font-weight: 700;
  color: #262626;
  padding: 0 30px;
  margin-bottom: 20px;
}

.menu__list {
  font-size: 18px;
  color: #154854;
  font-weight: 700;
}

.menu__list a {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  height: 55px;
}

.menu__list a:hover, .menu__list a.active {
  background: #fca566;
  color: #fff;
}

.menu__list a:after {
  content: '';
  position: absolute;
  right: 11px;
  height: 41px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  background: #fff;
}

.menu .header__adres {
  display: none;
}

.menu .header__phones {
  display: none;
}

.menu .social {
  display: none;
}

.banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner__img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.banner__img .background {
  position: absolute;
  left: -100px !important;
  width: 120%;
  height: 120%;
  position: absolute;
  top: -100px !important;
  background: url(../img/banner.jpg) center/cover;
}

.banner__content {
  width: 55%;
  position: relative;
  z-index: 1;
}

.banner__content:before {
  content: '';
  position: absolute;
  height: 175%;
  width: 105px;
  background: #154854;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  margin-right: 15px;
}

.banner__line {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 15px;
  height: 135%;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  margin-right: 70px;
}

.banner__line:before {
  content: '';
  height: 15px;
  background: inherit;
  width: 235px;
  position: absolute;
  top: 0;
  left: 15px;
}

.banner__line:after {
  content: '';
  height: 15px;
  background: inherit;
  width: 235px;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.banner__title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}

.banner__desc {
  font-size: 24px;
}

.banner__btn {
  display: flex;
  margin-top: 30px;
  padding-bottom: 15px;
}

.banner__text {
  position: absolute;
  width: 45%;
  bottom: 30px;
  right: 20px;
  opacity: .5;
}

.banner__text img {
  width: 100%;
}

.banner__mouse {
  fill: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  -webkit-animation: 2s ease mouse infinite;
          animation: 2s ease mouse infinite;
  cursor: pointer;
}

.banner__mouse svg {
  width: 19px;
  height: 26px;
}

@-webkit-keyframes mouse {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mouse {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}

.banner .btn:hover {
  padding: 0 40px;
}

.btn {
  height: 55px;
  background: #fca566;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 22px;
  justify-content: center;
  cursor: pointer;
  transition: .4s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover {
  background: #ff8c39;
}

.lang {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lang__item {
  border-left: 1px solid #d7d7d6;
  padding-left: 7px;
  margin-left: 8px;
}

.lang a:hover {
  color: #fca566;
  opacity: 1;
}

.lang a {
  opacity: .5;
}

.lang a.active {
  display: none;
}

.social {
  display: flex;
  align-items: center;
}

.social li {
  padding: 0 10px;
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
}

.social a:hover {
  fill: #fca566;
}

.social svg {
  max-width: 26px;
  width: auto;
  max-height: 26px;
}

.sec {
  padding: 100px 0;
  overflow: hidden;
}

.title-sec {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.services .container {
  max-width: 1680px;
}

.services__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.services__item {
  width: 33.3333%;
  height: 300px;
  background: url() center/cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 15px;
}

.services__item--big {
  width: 50%;
}

.services__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(21, 72, 84, 0.5);
  opacity: 0;
  transition: .4s all ease;
}

.services__item:hover:before {
  opacity: 1;
}

.services__item:hover .services__btn {
  margin-top: 0;
  opacity: 1;
}

.services__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  transition: .4s all ease;
}

.services__btn .btn {
  width: 180px;
}

.services__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: rgba(21, 72, 84, 0.8);
  padding: 17px 25px;
  margin: 0 auto;
  position: relative;
}

.services__title--left {
  margin-left: 0;
}

.services__title--right {
  margin-right: 0;
}

.how {
  color: #fff;
  padding-bottom: 70px;
  background: url() center/cover;
}

.how .container {
  max-width: 1020px;
}

.how__wrapper {
  justify-content: center;
  margin-top: 40px;
}

.how__item {
  display: flex;
  width: 33.333%;
  align-items: center;
  margin-bottom: 30px;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}
.how__item:hover {
  color: #fca566;
}
.how__item:hover span {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.how__item:hover .how__number:before {
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.how__number {
  color: #fca566;
  position: relative;
  font-size: 70px;
  font-weight: 700;
  border-right: 1px solid #fff;
  padding-right: 12px;
  padding-left: 7px;
  line-height: 1;
}

.how__number:before {
  content: '';
  width: 100%;
  height: 22px;
  background: #154854;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}

.how__number span {
  position: relative;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
  display: block;
}

.how__title {
  font-size: 18px;
  padding-left: 15px;
}

.calculate__wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
}

.calculate__wrapper:before {
  content: '';
  width: 307px;
  height: 364px;
  position: absolute;
  background: url(../img/calc1.png) center/contain;
  z-index: -1;
  left: -83px;
  bottom: -43px;
}

.calculate__wrapper:after {
  content: '';
  width: 265px;
  height: 342px;
  position: absolute;
  background: url(../img/calc2.png) center/contain;
  z-index: -1;
  right: -113px;
  top: -30px;
}

.calculate__form {
  width: 60%;
}

.calculate__inner {
  border: 15px solid #154854;
  position: relative;
  background: url(../img/calc.jpg) center/cover;
  color: #fff;
  padding: 40px 55px;
}

.calculate__inner:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(21, 72, 84, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.calculate__inner > * {
  position: relative;
}

.calculate__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.calculate__selects {
  display: flex;
  justify-content: center;
}

.calculate__select {
  margin-right: 70px;
  margin-bottom: 15px;
  width: 100%;
}

.calculate__select:last-child {
  margin-right: 0;
}

.calculate__select .select {
  position: relative;
}

.calculate__select .select:after {
  content: '';
  width: 7px;
  height: 11px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../img/arrow.svg) center/contain no-repeat;
}

.calculate__select select {
  width: 100%;
  background: transparent;
  height: 55px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  padding-right: 30px;
}

.calculate__select option {
  color: #000;
}

.calculate__sizes {
  justify-content: center;
}

.calculate__sizes input,
.calculate .form input,
.calculate .form textarea {
  height: 55px;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.calculate .form input::placeholder,
.calculate .form textarea::placeholder {
  color: #fff;
}
.calculate .form textarea {
  height: auto;
}

div#mfcf7_zl_multifilecontainer p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
a.mfcf7_zl_delete_file {
  flex-shrink: 0;
}

.calculate .form .row .col {
  width: 50%;
}
.calculate__size {
  text-align: center;
}

.calculate .btn {
  width: 240px;
  margin: 30px auto 0;
}

.calculate__img {
  width: 40%;
}

.calculate__img-inner {
  height: 100%;
  background: url() center/cover;
  border: 15px solid #154854;
}

.preims {
  background: url() center/cover;
  color: #fff;
}

.preims__desc {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.preims__wrapper {
  align-items: stretch;
}

.preims__item {
  width: 25%;
}

.preims__inner {
  border: 15px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  padding: 20px 5px 25px;
  position: relative;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}
.preims__inner:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fca566;
}

.preims__inner:after {
  content: '';
  height: 10px;
  width: 90px;
  position: absolute;
  background: #154854;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.preims__icon {
  height: 100px;
  margin-bottom: 30px;
}

.preims__icon img {
  max-height: 100%;
  width: auto;
}

.preims__title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.works__wrapper {
  display: flex;
  align-items: stretch;
}
.works__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative
  z-index: 50;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
  position: relative;
  z-index: 11;
}
.works__bottom .btn {
  margin-left: 30px;
  width: 240px;
}
.works__content {
  border-left: 2px solid #154854;
  width: 100%;
}

.works__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1;
  margin-top: -2px;
}

.works__menu {
  width: 468px;
  flex-shrink: 0;
  margin-right: 50px;
  background: #fff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 48px 0;
  padding-left: 115px;
  position: relative;
}

.works__list li {
  margin-bottom: 10px;
}

.works__list li:last-child {
  margin-bottom: 0;
}

.works__list a {
  height: 37.5px;
  display: flex;
  align-items: center;
  color: #154854;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  border-left: 5px solid #154854;
}

.works__list a:hover, .works__list a.active {
  color: #fff;
  z-index: 1;
}

.works__list a:hover:before, .works__list a.active:before {
  margin-left: -23px;
  opacity: 1;
}

.works__list a:before {
  content: '';
  height: 55px;
  width: 102%;
  position: absolute;
  background: #fca566;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: .4s all ease;
}

.works__list a:after {
  content: '';
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.works__list a span {
  position: relative;
  z-index: 1;
}

.works__gallery {
  width: calc(100% - 535px);
  position: relative;
}

.works__gallery:after {
  content: '';
  width: 225px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
  z-index: 1;
  pointer-events: none;
}

.works .title-sec {
  text-align: left;
  line-height: 1;
  margin-top: -6px;
  margin-bottom: 55px;
}

.works__toggle {
  background: #154854;
  padding: 15px 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.works__inner {
  padding-right: 0;
  display: none;
  opacity: 0;
}

.works__inner.active {
  display: block;
  opacity: 1;
}

.works__inner .swiper-container {
  border: 15px solid #154854;
  padding: 15px;
}

.works__item {
  display: block;
  width: 300px;
  height: 440px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.works__item a {
  display: block;
  position: relative;
}

.works__item a:hover:before {
  opacity: 1;
  visibility: visible;
}

.works__item a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(21, 72, 84, 0.5);
  transition: .4s all ease;
  opacity: 0;
  visibility: hidden;
}

.works__item img {
  width: 100%;
}


.arrows {
  display: flex;
}

.arrows .arrow {
  width: 37px;
  height: 37px;
  background: #fca566;
  fill: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: .4s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.arrows .arrow:hover {
  background: #ff8c39;
}

.arrows .arrow.next svg {
  transform: rotate(180deg);
}

.arrows svg {
  width: 10px;
  height: 16px;
}

.arrows .line {
  height: 37px;
  width: 1px;
  background: #154854;
  display: block;
  flex-shrink: 0;
  margin: 0 10px;
}

.partners {
  
}

.partners__top {
  display: flex;
  justify-content: space-between;
}

.partners .title-sec {
  text-align: left;
  margin-bottom: 25px;
}

.partners .arrows {
  margin-top: 10px;
}
.partners .arrows--bottom {
  display: none;
}

.partners__desc {
  margin-bottom: 15px;
  font-size: 18px;
}

.partners__slider .swiper-container {
  padding: 23px 23px 0;
  margin: 0 -23px;
}

.partners__img {
  background: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.1);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px;
}

.partners__img:before {
  content: '';
  width: 2px;
  height: 90px;
  background: #154854;
  top: -10px;
  left: 10px;
  position: absolute;
}

.partners__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 18px;
}

.footer {
  background: url() center/cover;
}

.footer__wrapper {
  display: flex;
}

.footer .title-sec {
  color: #fff;
}

.footer__form {
  flex-grow: 1;
  padding: 40px;
  border: 15px solid #154854;
  background: rgba(0, 0, 0, 0.3);
}

.footer__col {
  width: 33.333%;
}

input.wpcf7-not-valid {
  border-color: red;
}

.form input, .form select {
  height: 55px;
  background: #fff;
  margin-bottom: 30px;
  padding: 0 15px;
  border: 2px solid #fff;
  display: block;
  width: 100%;
  font-weight: 300;
}

.form input:focus {
  border: 2px solid #fca566;
}

.form input.wpcf7-not-valid {
  border-color: red;
}

.form textarea {
  background: #fff;
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid #fff;
  width: 100%;
  display: block;
  font-weight: 300;
}

.form textarea:focus {
  border: 2px solid #fca566;
}

.form__btn {
  width: 225px;
  height: 55px;
  border: 0;
  margin: 30px auto 0;
  font-weight: 600;
}

.info {
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  margin-right: 40px;
  flex-shrink: 0;
  width: 310px;
}

.info__logo {
  width: 170px;
  margin: 0 auto 25px;
}

.info__phone {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
  line-height: 1;
  fill: #154854;
}

.info__phone:hover {
  color: #ff8c39;
  fill: #ff8c39;
}

.info__phone svg {
  position: absolute;
  left: 1px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.info__mail {
  display: block;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin: 17px 0;
  line-height: 1;
  color: #154854;
  fill: #154854;
}

.info__mail:hover {
  color: #ff8c39;
  fill: #ff8c39;
}

.info__mail svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.info__mail span {
  border-bottom: 1px solid #154854;
}

.info__adres {
  display: block;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin: 15px 0;
  line-height: 1.5;
}

.info__adres svg {
  position: absolute;
  width: 15px;
  height: 18px;
  left: 2px;
  fill: #154854;
  top: 5px;
}

.info__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.info__social a {
  display: block;
  fill: #154854;
}

.info__social a:hover {
  fill: #ff8c39;
}

.info__social a svg {
  max-width: 30px;
  max-height: 30px;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  height: 55px;
  background: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.up {
  fill: #fca566;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  cursor: pointer;
}

.up:hover {
  fill: #ff8c39;
}

.up svg {
  transform: rotate(90deg);
  width: 25px;
  height: 40px;
  right: 40px;
}

.modal {
  max-width: 770px;
  width: 100%;
  padding: 55px 120px;
  border: 15px solid #154854;
  background: #fff;
  display: none;
}

.modal .title-sec {
  margin-bottom: 30px;
  font-weight: 600;
}

.modal__desc {
  font-size: 1;
  font-size: 24px;
  font-weight: 600;
  margin: -15px 0 25px;
  text-align: center;
}

.modal .btn-close {
  width: 220px;
  height: 53px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
}

.modal input,
.modal select,
.modal textarea {
  border: 1px solid #bbbbbb;
}

.qbutton {
  background: #154854 !important;
  color: #fff !important;
  border: 1px solid #154854 !important;
  cursor: pointer;
  font-weight: 600 !important;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
}
.qbutton:hover {
  background: rgb(255, 140, 57) !important;
  border-color: rgb(255, 140, 57) !important;
}

select {
  cursor: pointer;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

@media all and (max-width: 1600px) {
  .header {
    height: 100px;
  }
  .works__menu {
    padding-left: 50px;
  }
}

@media all and (max-width: 1200px) {
  .banner__img .background {
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
  }
  .header {
    font-size: 16px;
    height: 90px;
  }
  .header.fixed {
    height: 70px;
  }
  .header__logo {
    width: 150px;
  }
  .menu {
    overflow-y: scroll;
  }
  .lang {
    font-size: 16px;
  }
  .banner__content {
    width: 60%;
    margin-left: 100px;
  }
  .sec {
    padding: 70px 0;
  }
  .title-sec {
    margin-bottom: 30px;
  }
  .works__menu {
    width: 380px;
  }
  .works__gallery {
    width: calc(100% - 430px);
  }
}

@media all and (max-width: 992px) {
  .header .header__adres {
    display: none;
  }
  .header .header__phones {
    display: none;
  }
  .header .header__info {
    margin-left: auto;
    margin-right: 30px;
  }
  .banner {
    padding: 200px 0;
  }
  .banner__content {
    width: 80%;
  }
  .menu {
    padding: 0 20px 0 40px;
  }
  .menu__close {
    top: 20px;
    right: 20px;
  }
  .menu__content {
    padding: 50px 0;
  }
  .menu .header__adres {
    display: flex;
    padding-left: 0;
    background: none;
    fill: #154854;
    margin-top: 20px;
  }
  .menu .header__adres svg {
    width: 13px;
    height: 18px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 17px;
  }
  .menu .header__phones {
    display: block;
  }
  .menu .header__phone {
    fill: #154854;
  }
  .services__item {
    height: 260px;
    width: 50% !important;
  }
  .services__title {
    margin: 0 auto !important;
    text-align: center;
  }
  .how {
    padding-bottom: 40px;
  }
  .how__item {
    width: 50%;
  }
  .title-sec {
    font-size: 40px;
  }
  .calculate__form {
    width: 100%;
  }
  .calculate__img {
    height: 400px;
    width: 100%;
  }
  .calculate__img-inner {
    border-top: 0;
  }
  .preims {
    padding-bottom: 40px;
  }
  .preims__item {
    width: 50%;
    margin-bottom: 30px;
  }
  .works__wrapper {
    flex-wrap: wrap;
  }
  .works__menu {
    padding-left: 15px;
    margin-right: 30px;
    width: 100%;
  }
  .works__gallery {
    width: 100%;
    margin-top: 40px;
  }
  .works .title-sec {
    margin-bottom: 30px;
    text-align: center;
  }
  .works__item {
    width: 250px;
    height: 366.66px;
  }
  .works .arrows {
    justify-content: center;
  }
  .works__toggle {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    padding: 0 20px !important;
    width: 290px;
    justify-content: space-between;
  }
  .works__toggle:after {
    content: '';
    width: 10px;
    height: 15px;
    background: url(../img/arrow.svg) center/contain no-repeat;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
  }
  .works__toggle.active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .works__menu {
    position: absolute;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    z-index: 10;
    top: 60px;
  }
  .works__wrapper {
    position: relative;
  }
  .works__menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .partners {
   
  }
  .partners__desc {
    line-height: 1.4;
  }
  .info {
    margin-right: 30px;
    width: 100%;
    justify-content: center;
  }
  .footer__wrapper {
    flex-wrap: wrap;
  }
  .footer__form {
    padding: 30px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .works__bottom {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .works__bottom .btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .works .arrows {
    width: 100%;
  }
  .calculate .form .row .col {
    width: 100%;
  }
  .banner__text {
    width: 80%;
  }
  .header {
    height: 60px;
  }
  .header.fixed {
    height: 60px;
  }
  .header__logo {
    width: 120px;
  }
  .header__info {
    margin-right: 10px !important;
  }
  .social {
    display: none;
  }
  .lang {
    margin-bottom: 0;
  }
  .menu {
    padding-left: 15px;
    align-items: flex-start;
  }
  .menu__content {
    padding-top: 30px;
  }
  .banner {
    text-align: center;
    padding: 70px 0;
  }
  .banner__content {
    width: 100%;
    margin-left: 0;
  }
  .banner__content:before {
    content: none;
  }
  .banner__line {
    display: none;
  }
  .banner__title {
    font-size: 30px;
  }
  .banner__desc {
    font-size: 20px;
    line-height: 1.4;
  }
  .banner__btn {
    justify-content: center;
  }
  .title-sec {
    font-size: 30px;
  }
  .services__item {
    width: 100% !important;
  }
  .sec {
    padding: 60px 0;
  }
  .how {
    padding-bottom: 40px;
  }
  .how__item {
    width: 100%;
  }
  .how__number {
    width: 110px;
    flex-shrink: 0;
    text-align: center;
  }
  .calculate__inner {
    padding: 30px 15px;
  }
  .calculate__selects {
    flex-wrap: wrap;
  }
  .calculate__select {
    margin-right: 0;
  }
  .calculate__img {
    height: 300px;
  }
  .preims {
    padding-bottom: 30px;
  }
  .preims__desc {
    font-size: 16px;
  }
  .preims__item {
    width: 100%;
  }
  .partners {
    
  }
  .partners__top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .partners .title-sec {
    text-align: center;
    margin-bottom: 20px;
  }
  .partners .arrows {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .partners .arrows--top {
    display: none;
  }
  .partners .arrows--bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .partners__desc {
    text-align: center;
  }
  .footer__form {
    padding: 15px;
    padding-top: 30px;
  }
  .footer__col {
    width: 100%;
  }
  .form input {
    margin-bottom: 15px;
  }
  .copyright {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 30px 15px 15px;
  }
  .up {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    top: 0;
    transform: none;
  }
  .modal {
    padding: 40px 15px;
  }
  .modal__desc {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .menu__title {
    margin-bottom: 13px;
  }
  .menu__list a {
    height: 45px;
  }
  .menu .social {
    display: flex !important;
    margin-left: -15px;
    margin-top: 20px;
  }
  .menu .social a {
    fill: #154854;
  }
}


.mfcf7-zl-multifile-name  {
  display: block;
  word-break: break-all;
}