/** adaptive **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy";
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px)
.stages-block {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:480px){	
.vk-button {
	position: initial;
		    margin-top: 25px;
    margin-left: 45px;
    transform: translate(-50%, -50%);
    background: #0077ff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 57px;
    font-size: 35px;
    z-index: 9999;
		}
	.vk-button img{padding-top:0.4em;}
	.vk-button-bottom {display:none;}
	.vk-button:before,
.vk-button:after {
	content            : "";
	display            : block;
	position           : absolute;
	border             : 50%;
	border             : 1px solid #0077ff;
	left               : -20px;
	right              : -20px;
	top                : -20px;
	bottom             : -20px;
	border-radius      : 50%;
	animation          : animate 1.5s linear infinite;
	opacity            : 0;
	backface-visibility: hidden;
	z-index			   : 1;
}

.vk-button:after {
	animation-delay: .5s;
}
			
@keyframes animate {
	0% {
		transform: scale(0.5);
		opacity  : 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity  : 0;
	}
}
	
	
	
}

		
				
		@media screen and (min-width:481px){
			.vk-button {display:none;}
			.vk-button-bottom {
	position     : fixed;
	right        : 13px;
	bottom       : 90px;
    margin-top: 25px;
    margin-left: 45px;
    transform: translate(-50%, -50%);
    background: #0077ff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 57px;
    font-size: 35px;
    z-index: 9999;
}

.vk-button-bottom a {
	color: #fff;
}
	.vk-button-bottom img{
		
margin-top:14px;
		width: 25px;
	}
.vk-button-bottom:before,
.vk-button-bottom:after {
	content            : "";
	display            : block;
	position           : absolute;
	border             : 50%;
	border             : 1px solid #0077ff;
	left               : -20px;
	right              : -20px;
	top                : -20px;
	bottom             : -20px;
	border-radius      : 50%;
	animation          : animate 1.5s linear infinite;
	opacity            : 0;
	backface-visibility: hidden;
	z-index			   : 1;
}

.vk-button-bottom:after {
	animation-delay: .5s;
}
			
@keyframes animate {
	0% {
		transform: scale(0.5);
		opacity  : 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity  : 0;
	}
}
}


.whatsapp-button { position     : fixed; right        : 13px; bottom       :190px; transform    : translate(-50%, -50%); background   : #25D366; border-radius: 50%; width        : 45px; height       : 45px; color        : #fff; text-align   : center; line-height  : 52px; font-size    : 35px; z-index      : 9999; } .whatsapp-button a { color: #fff; } .whatsapp-button:before, .whatsapp-button:after { content            : " "; display            : block; position           : absolute; border             : 50%; border             : 1px solid #25D366; left               : -20px; right              : -20px; top                : -20px; bottom             : -20px; border-radius      : 50%; animation          : animate 1.5s linear infinite; opacity            : 0; backface-visibility: hidden; } .whatsapp-button:after { animation-delay: .5s; } .whatsapp-button img{vertical-align:text-top;}



@media screen and (max-width:480px){	
	.whatsapp-button{bottom:85px;}
		
@keyframes animate {
	0% {
		transform: scale(0.5);
		opacity  : 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity  : 0;
	}
}
}

body, html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, a {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

ul {
  list-style: none;
}

.box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 30px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .box {
    padding: 20px;
  }
}

.button {
  padding: 20px 40px;
  background: #FFA500;
  border: none;
  outline: none;
  border-radius: 12px;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  background: #ffb733;
}

.button-o {
  padding: 20px 40px;
  background: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 12px;
  cursor: pointer;
  color: #FFA500;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button-o:hover {
  background: #FFA500;
  color: #FFFFFF;
}

.button-stroke {
  padding: 20px 40px;
  background: #FFFFFF;
  border: 2px solid currentColor;
  outline: none;
  border-radius: 12px;
  cursor: pointer;
  color: #FFA500;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button-stroke:hover {
  background: #FFA500;
  color: #FFFFFF;
}

.container {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.section {
  padding: 90px 0px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section {
    padding: 50px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .section {
    padding: 70px 0px;
  }
}

.textfield {
  outline: none;
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #11283C;
  padding: 20px;
  height: 58px;
  border-radius: 12px;
  background: #F7F7F7;
  border: 2px solid #EAEAEA;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.textfield::-webkit-input-placeholder {
  color: #939393;
}
.textfield::-moz-placeholder {
  color: #939393;
}
.textfield:-ms-input-placeholder {
  color: #939393;
}
.textfield::-ms-input-placeholder {
  color: #939393;
}
.textfield::placeholder {
  color: #939393;
}
.textfield:focus {
  border-color: #FFA500;
  background: #FFFFFF;
}
.textfield-calc {
  outline: none;
  padding: 5px 10px;
  font-family: "Gilroy";
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text {
  font-size: 16px;
  color: #11283C;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

.title {
  font-size: 42px;
  font-weight: 700;
  color: #11283C;
  margin-bottom: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .title {
    margin-bottom: 30px;
  }
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #11283C;
  line-height: 120%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .card-title {
    font-size: 18px;
  }
}

.burger {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  display: none;
  -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;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger span {
  width: 100%;
  height: 2px;
  background: #11283C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.burger span:not(:last-child) {
  margin-bottom: 8px;
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.burger.active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.menu {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.menu__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .menu__item {
    font-size: 18px;
  }
}

.radio {
  display: none;
}
.radio__fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  border: 2px solid #D8D8D8;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.radio__fake::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FFA500;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radio:checked + .radio__fake {
  border-color: #FFA500;
}

.radio:checked + .radio__fake::after {
  opacity: 1;
}

.checkbox {
  display: none;
}
.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__fake {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 2px solid #D8D8D8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox__fake::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: url("../images/calc/check-new.svg") center center no-repeat;
  opacity: 0;
}

.checkbox:checked + .checkbox__fake {
  border-color: #FFA500;
}

.checkbox:checked + .checkbox__fake::after {
  opacity: 1;
}

.calendar {
  width: 100%;
  font-family: "Gilroy";
  padding: 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #d8d8d8;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 40, 60, 0.7);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal-body {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 50px;
  background: #FFFFFF;
  border-radius: 32px;
  width: 550px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-body {
    width: 300px;
    top: 70px;
    padding: 30px;
  }
}
.modal-body__title {
  margin-bottom: 10px;
  text-align: center;
}
.modal-body__descr {
  text-align: center;
}
.modal-body-form {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-body-form {
    gap: 10px;
  }
}
.modal-body-form * {
  width: 100%;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 42px;
  color: #11283C;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal__close {
    right: 12px;
    top: 0px;
  }
}

.modal-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: rgba(17, 40, 60, 0.7);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  z-index: 1999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-view.active {
  opacity: 1;
  visibility: visible;
}
.modal-view-block {
  max-width: 800px;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}
.modal-view-block__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
}
.modal-view-slider {
  margin-bottom: 30px;
}
.modal-view-slider-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-view-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-view-slider-item-img {
  width: 50%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-view-slider-item-img {
    width: 100%;
  }
}
.modal-view-slider-item-img img {
  width: 100%;
  border-radius: 12px;
}
.modal-view-slider-item-text {
  width: 45%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-view-slider-item-text {
    width: 100%;
  }
}
.modal-view-slider-item-text label:not(:last-child) {
  margin-bottom: 10px;
}
.modal-view-slider-item-text__title {
  margin-bottom: 15px;
}
.modal-view-slider-item-text__text {
  margin-bottom: 10px;
}
.modal-view-slider-item-text a.button {
  margin-top: 15px;
}
.modal-view-slider-nav__item {
  max-width: 200px;
  margin: 0px 5px;
}
.modal-view-slider-nav__item img {
  width: 100%;
}
.modal-view-slider-nav .slick-prev:before {
  content: "";
  background: url("../../images/catalog/prevArrow.svg") center center no-repeat;
  width: 10px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}
.modal-view-slider-nav .slick-next:before {
  content: "";
  background: url("../../images/catalog/nextArrow.svg") center center no-repeat;
  width: 10px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}
.modal-view-slider-glass {
  margin-bottom: 30px;
}
.modal-view-slider-glass-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-view-slider-glass-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-view-slider-glass-nav__item {
  max-width: 200px;
  margin: 0px 5px;
}
.modal-view-slider-glass-nav__item img {
  width: 100%;
}
.modal-view-slider-glass-nav .slick-prev:before {
  content: "";
  background: url("../../images/catalog/prevArrow.svg") center center no-repeat;
  width: 10px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}
.modal-view-slider-glass-nav .slick-next:before {
  content: "";
  background: url("../../images/catalog/nextArrow.svg") center center no-repeat;
  width: 10px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}

.modal-thank {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 40, 60, 0.7);
  -webkit-backdrop-filter: blur(6.5px);
          backdrop-filter: blur(6.5px);
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.modal-thank.active {
  visibility: visible;
  opacity: 1;
}
.modal-thank-body {
  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;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 50px;
  background: #FFFFFF;
  border-radius: 32px;
  width: 550px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal-thank-body {
    width: 300px;
    top: 70px;
    padding: 30px;
  }
}
.modal-thank-body__text {
  text-align: center;
}
.modal-thank-body__title {
  margin: 20px 0px;
}

.about {
  background: url("../images/about/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 1128px) {
  .about {
    padding-bottom: 45px;
  }
}
.about * {
  color: #FFFFFF;
}
.about-text__descr:not(:last-child) {
  margin-bottom: 25px;
}
.about-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 20px 50%;
  grid-template-columns: 50% 50%;
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1128px) {
  .about-block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.about-img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (min-width: 320px) and (max-width: 1128px) {
  .about-img {
    display: none;
  }
}
.about__author {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.about__pretitle {
  margin-top: 4px;
}

.calc {
  background: url("../images/calc/calc-bg.jpg") center center no-repeat;
  background-size: cover;
}
.calc-form {
  padding: 45px 50px;
  background: #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
  max-width: 800px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-form {
    padding: 25px;
  }
}
.calc-form-buttons {
  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: 50px;
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-form-buttons {
    margin-top: 30px;
  }
}
.calc-form-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-form-buttons a {
    height: 50px;
  }
}
.calc-form__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #11283C;
  margin-bottom: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-form__title {
    font-size: 26px;
  }
}
.calc-form-block {
  display: none;
}
.calc-form-block__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #11283C;
  margin-bottom: 20px;
}
.calc-form-block.active {
  display: block;
}
.calc-form-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
}
.calc-form-block-wrapper .radio-wrapper, .calc-form-block-wrapper .checkbox-wrapper {
  margin-bottom: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-form-block-wrapper {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}
.calc__submit {
  text-align: center;
}
.calc-result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-result-wrapper {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.calc-result__info {
  margin-top: 30px;
  font-size: 18px;
  color: #11283C;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-result__info {
    font-size: 16px;
    margin-top: 20px;
  }
}
.calc-result-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-result-amount {
    margin-top: 20px;
  }
}
.calc-result-amount__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc-result-amount__title {
  font-size: 18px;
  color: #11283C;
  margin-right: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc-result-amount__title {
    font-size: 16px;
  }
}
.calc-result-amount__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  width: 32px;
  background: #FFA500;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.calc-result-amount__button-minus {
  border-radius: 12px 0px 0px 12px;
}
.calc-result-amount__button-plus {
  border-radius: 0px 12px 12px 0px;
}
.calc-result-amount__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0px 20px;
  background: #11283C;
  color: #FFFFFF;
  width: 45px;
}
.calc-cost {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #FFA500;
  padding: 14px 24px;
  border: 2px solid #FFA500;
  border-radius: 4px;
  margin-right: 20px;
}

.contact-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 60px 25% 60px 40%;
  grid-template-columns: 25% 25% 40%;
  gap: 60px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contact-info__title {
  margin-bottom: 30px;
}
.contact-info__descr {
  margin-bottom: 30px;
}
.contact-info-block {
  margin-bottom: 33px;
}
.contact-info-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #11283C;
  margin-bottom: 8px;
}
.contact-info-block__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 22px;
  line-height: 27px;
  color: #11283C;
  font-weight: 700;
}
.contact-form__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #11283C;
  margin-bottom: 20px;
}
.contact-form input, .contact-form button {
  width: 100%;
}
.contact-form__form {
  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;
  gap: 8px;
}
.contact-map iframe {
  border-radius: 32px;
  -webkit-filter: drop-shadow(0px 30px 30px rgba(159, 159, 159, 0.1));
          filter: drop-shadow(0px 30px 30px rgba(159, 159, 159, 0.1));
  width: 100%;
  max-width: 100%;
  height: 430px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .contact-map iframe {
    height: 300px;
  }
}

.features {
  background: #FFFCF7;
}
.features-block {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .features-block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .features-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.features-item {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.features-item:hover {
  background: #FFA500;
}
.features-item:hover * {
  color: #FFFFFF;
}
.features-item__text {
  color: #586874;
}
.features-item__title {
  margin-bottom: 10px;
}

.footer {
  padding: 40px 0px;
  background: #11283C;
}
.footer * {
  color: #FFFFFF;
}
.footer-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: 80px;
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .footer-bottom {
    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;
  }
}
.footer-bottom__text {
  max-width: 430px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
.footer-bottom__copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
.footer-logo {
  font-weight: 400;
}
.footer-logo__title {
  font-size: 20px;
}
.footer-logo__pretitle {
  font-size: 14px;
}
.footer-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 30px 2fr 30px 3fr 30px 2.5fr 30px 2.5fr;
  grid-template-columns: 2fr 2fr 3fr 2.5fr 2.5fr;
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-block {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }
}
.footer__title {
  margin-bottom: 22px;
}
.footer-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.footer-address__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
}

.header {
  padding: 20px 0px;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header {
    padding: 10px 0px;
  }
}
.header-block {
  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;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header-block {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header-list {
    display: none;
  }
}
.header-list__item:not(:last-child) {
  margin-right: 25px;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header-list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-list__item:not(:last-child) a {
    font-size: 16px;
  }
}
.header__logo {
  font-weight: 400;
  width: 200px;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #11283C;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header-contact {
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header-contact .button-stroke {
    padding: 15px;
    font-size: 14px;
  }
}
.header-contact-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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 15px;
}
.header-contact-info__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 12px;
  color: #11283C;
}
.header-contact-info__date img {
  margin-right: 6px;
}
.header-contact-info__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact-info__phone a {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #11283C;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .header-contact-info__phone a {
    font-size: 12px;
  }
}
.header-contact-info__phone img {
  margin-right: 6px;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .header-contact-info__phone img {
    margin-right: 2px;
  }
}

.main {
  padding: 159px 0px 240px;
  background: url("../images/main/main-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main {
    padding: 70px 0px;
  }
}
.main__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 130%;
  color: #11283C;
  max-width: 565px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__title {
    font-size: 42px;
  }
}
.main__descr {
  margin-top: 25px;
}
.main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-buttons {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-buttons button {
    width: 100%;
  }
  .main-buttons a {
    width: 100%;
    text-align: center;
  }
}

.service-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service-block {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service-block {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-item {
  position: relative;
  height: 152px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  border-radius: 12px;
}
.service-item:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.service-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
.service-item__text {
  z-index: 100;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.stages-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .stages-block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stages-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.stages-item {
  position: relative;
}
.stages-item__img {
  margin-bottom: 20px;
}
.stages-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 5px;
  height: 10px;
  background: url("../images/stages/arrow.svg") center center no-repeat;
  background-size: cover;
}
.stages-item:nth-child(4)::after {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .stages-item::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stages-item:nth-child(2)::after, .stages-item:nth-child(6)::after {
    display: none;
  }
}

.view-block {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .view-block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.view-item__img img {
  border-radius: 12px;
}
.view-item__title {
  margin-top: 24px;
}
.view-item__text {
  margin-top: 12px;
  color: #586874;
}
.view-item__button {
  margin-top: 24px;
}

.work-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.work-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFA500;
  border-radius: 35px;
  border: 2px solid #FFA500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-tab {
    padding: 0px 15px;
    font-size: 14px;
    height: 38px;
  }
}
.work-tab:hover {
  background: #FFA500;
  color: #FFFFFF;
}
.work-tab.active {
  background: #FFA500;
  color: #FFFFFF;
}
.work-content {
  display: none;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .work-content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.work-content.active {
  display: -ms-grid;
  display: grid;
  rid-template-columns: repeat(3, 1fr);
}
.work-content-item img {
  border-radius: 12px;
  height: 300px;
  width: 100%;
}
.work-content-item div {
  border-radius: 12px;
  height: 300px;
  width: 100%;
}

.catalog {
  background: #FFFCF7;
}
.catalog-item {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.catalog-item-text__title {
  margin-bottom: 10px;
}
.catalog-item-text__descr {
  color: #586874;
  margin-bottom: 20px;
}
.catalog-item-block:not(:last-child) {
  margin-bottom: 30px;
}
.catalog-item-block__title {
  font-size: 16px;
  color: #11283C;
  margin-bottom: 8px;
}
.catalog-item-block-list {
  list-style: inside;
  color: #586874;
}
.catalog-item-block__descr {
  margin-top: 10px;
  font-weight: 500;
}
.catalog-item-block__descr span {
  color: #FFA500;
  font-size: 14px;
}
.catalog-item-img {
  height: 550px;
}
.catalog-item-img div {
  width: 100%;
  height: 100%;
}
.catalog-slider {
  position: relative;
}
.catalog-slider .next, .catalog-slider .prev {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: 2px solid #FFA500;
  outline: none;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 3;
}
.catalog-slider .next {
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-slider .next {
    right: 0px;
    top: 20%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-slider .next {
    top: 17%;
    right: 0px;
  }
}
.catalog-slider .prev {
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-slider .prev {
    left: 0px;
    top: 20%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-slider .prev {
    top: 17%;
    left: 0px;
  }
}

.partner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .partner-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partner-block {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.partner-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .stages-block {
        grid-template-columns: repeat(2, 1fr);
    }
}    
@media screen and (min-width: 320px) and (max-width: 1128px) {
    .about-img {
        display: grid;
    }
    .about {
        padding-bottom: 0px;
    }
}