@font-face {
  font-family: Inter;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf)
}

@font-face {
  font-family: Inter;
  font-weight: 500;
  src: url(../fonts/Inter-Medium.ttf)
}

@font-face {
  font-family: Inter;
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.ttf)
}

@font-face {
  font-family: Inter;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.ttf)
}

@font-face {
  font-family: Inter;
  font-weight: 800;
  src: url(../fonts/Inter-Black.ttf)
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  height: 100%;
  font-size: 13px
}

body {
  height: 100%;
  min-width: 375px;
  margin: 0;
  padding: 0;
  font-family: Inter
}

a,
button,
input,
label,
select,
textarea,
video {
  font-family: Inter;
  outline: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: transparent
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1000;
  opacity: 1;
  display: flex;
  align-items: center
}

.modal_invisible {
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity .2s ease-out, background-color .2s, z-index .2s
}

.modal__window {
  position: relative;
  display: flex;
  width: 90%;
  align-items: flex-start;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 1rem;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(142, 141, 208, .12)
}

.modal__header {
  position: relative;
  padding-top: 40px
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  border: 0;
  background: 0 0;
  width: 24px;
  height: 24px;
  cursor: pointer
}

.modal__close-icon {
  width: 100%;
  height: 100%
}

.modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 26px 20px
}

.modal__headline {
  color: #212121;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center
}

.modal__errors p {
  color: red;
  margin: 0 0 10px;
  text-align: center
}

.modal__text {
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px
}

modal__text__bottom {
  margin-bottom: 0;
}

.modal__socials {
  display: flex
}

.modal__socials-link {
  margin-right: 10px
}

.modal__socials-link:last-of-type {
  margin-right: 0
}

.header {
  height: 90px;
  width: 100%;
  padding: 28px 0;
  border-bottom: 1px solid #b5b5b5
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px
}

.header__logo {
  display: flex;
  height: 100%
}

.header__logo-image {
  height: 100%
}

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

.header__socials {
  margin-right: 75px;
  display: none
}

.header__socials-list {
  display: flex
}

.header__socials-link {
  display: flex;
  margin-right: 14px
}

.header__socials-link:last-of-type {
  margin-right: 0
}

.header__socials-icon {
  width: 28px;
  height: 28px
}

.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff
}

.header__info-time {
  font-size: 12px;
  font-weight: 400
}

.header__info-contact {
  display: flex;
  align-items: flex-end
}

.header__info-link {
  text-decoration: none;
  color: #fff;
}


.header__info-icon {
  width: 15px;
  height: 15px;
  margin-right: 5px
}

.header__info-phone {
  font-size: 16px;
  font-weight: 700
}

.main {
  background: url(../img/main__bg.png) bottom center/cover no-repeat;
  padding-bottom: 5rem
}

.main__headline {
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem
}

@media(min-width: 567px) {
  .main__headline {
    font-size: 2rem;
  }
}
@media(min-width: 1200px) {
  .main__headline {
    margin-top: 9.5rem;
    font-size: 36px;
  }
}
@media(min-width: 1500px) {
  .main__headline {
    margin-top: 10.5rem;
    font-size: 50px;
  }
}

.main__subhead {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3.35rem;
  width: 100%
}

.main__calculate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%
}

.main__calculate-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.main__calculate-button {
  position: relative;
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #65c441 1.7%, #98d97a 51.01%, #65c441 95.83%);
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .25) inset, 0 15px 48px 0 rgba(101, 196, 65, .31);
  cursor: pointer
}

.main__calculate-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700
}

.main__calculate-image {
  position: absolute;
  display: none
}

.main__calculate-arc {
  width: 56px
}

.main__text {
  color: #fff;
  text-align: right;
  font-size: 1.375rem;
  font-weight: 300
}

.main__text-decor {
  position: relative
}

.main__text-stroke {
  position: absolute;
  left: -15%;
  width: 120%;
  height: 110%
}

.services {
  padding-top: 50px
}

.services__headline {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0
}

@media(min-width: 567px) {
  .services__headline {
    font-size: 2rem;
  }
}
@media(min-width: 1200px) {
  .services__headline {
    font-size: 2.2rem;
  }
}
@media(min-width: 1500px) {
  .services__headline {
    font-size: 2.625rem;
  }
}


.services__subhead {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  opacity: 0.8;
  margin: 22px 0 35px
}
@media(min-width: 768px) {
  .services__subhead {
    font-size: 2rem;
  }
}

.services__container {
  justify-content: center
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.services__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px
}

.services__image {
  width: 100%;
  filter: blur(2px)
}

.services__blur {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .43;
  z-index: 90;
  background-color: #000;
  filter: blur(3px);
  border-radius: 20px;
}

.services__wrapper {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  z-index: 100
}

.services__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0
}


.services__description {
  margin-top: 15px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400
}

@media(min-width: 567px) {
  .services__title {
    font-size: 2.125rem;
  }

  .services__description {
    font-size: 1.25rem;
  }
}
@media(min-width: 768px) {
  .services__title {
    font-size: 1.8rem;
  }

  .services__description {
    font-size: 1.1rem;
  }
}

@media(min-width: 1200px) {
  .services__title {
    font-size: 2.125rem;
  }

  .services__description {
    font-size: 1.25rem;
  }
  
  
}


.calculator {
  background: url(../img/calculator__bg.png) top center/cover no-repeat;
  padding: 100px 0
}


@media(min-width: 768px) {
  .calculator {
    padding: 80px 0 135px

  }
}
@media(min-width: 1440px) {
  .calculator {
    padding: 125px 0 170px
  }
}


.calculator__headline {
  width: 100%;
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 18px;
  text-align: center
}

@media(min-width: 567px) {
  .calculator__headline {
    font-size: 2rem;
  }
}
@media(min-width: 1200px) {
  .calculator__headline {
    font-size: 2.2rem;
  }
}
@media(min-width: 1500px) {
  .calculator__headline {
    font-size: 2.625rem;
  }
}


.calculator__headline-decor {
  position: relative
}

.calculator__headline-stroke {
  position: absolute;
  left: -10%;
  width: 110%;
  height: 110%;
  display: none
}

.calculator__content {
  width: 100%;
}

.calculator__connect {
  display: flex;
  flex-direction: column;
  align-items: center
}

.calculator__subhead {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  opacity: 0.8;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%
}

@media(min-width: 992px) {
  .calculator__subhead {
    font-size: 2rem;
  }

}

.calculator__socials {
  display: flex;
}

.calculator__socials-link {
  margin-right: 14px
}

.calculator__socials-link:last-of-type {
  margin-right: 0
}

.calculator__socials-icon {
  width: 28px;
  height: 28px
}

@media(min-width: 1441px) {
  .calculator__socials-icon {
    width: 35px;
    height: 35px
  }
}


.calculator__forms {
  display: flex;
  flex-direction: column;
  margin-top: 54px
}

.calculator__form {
  width: 100%
}

.calculator__form:first-of-type {
  padding: 0;
  margin-bottom: 50px
}

.calculator__form:last-of-type {
  padding: 0
}

.calculator__form-header,
.calculator__form-headline {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media(min-width: 768px) {
  .calculator__form-header,
.calculator__form-headline {
  font-size: 1.8rem;
}

}
@media(min-width: 1400px) {
  .calculator__form-header,
  .calculator__form-headline {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  

}

.calculator__form-block {
  margin-bottom: 27px
}

.calculator__form-input {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #fafafa;
  padding: 8px 10px;
  color: #212121;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 24px
}

@media(min-width: 768px) {
  .calculator__form-input {
    font-size: 1.3rem;
    padding: 12px 16px;
  }
  
}
@media(min-width: 1400px) {
  .calculator__form-input {
    padding: 16px 20px;
    font-size: 1.5rem;
  }
  
}


.calculator__form-input_valid {
  border-color: #65c441
}

.calculator__form-input_invalid {
  border-color: red
}

.calculator__form-checkbox {
  cursor: pointer
}

.calculator__form-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.calculator__form-checkbox input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff
}

.calculator__form-checkbox input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.calculator__form-checkbox input:checked+span::before {
  border-color: #65c441;
  background-color: #65c441;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.calculator__form-checkbox inputdisabled+span::before {
  background-color: #e9ecef
}

.calculator__form-checkbox span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #000;
  font-size: 1.3rem;
  font-weight: 500
}


@media(min-width: 768px) {
  .calculator__form-checkbox span {
    font-size: 1.425rem;
  }

}
@media(min-width: 1400px) {
  .calculator__form-checkbox span {
    font-size: 1.625rem;
  }
  
}


.calculator__form-checkbox span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #65c441;
  border-radius: .25em;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.calculator__form-submit {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(90deg, #65c441 1.7%, #98d97a 51.01%, #65c441 95.83%);
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .25) inset, 0 15px 48px 0 rgba(101, 196, 65, .31);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 24px 35px;
  cursor: pointer;
  width: 100%
}

.calculator__form-submit:disabled {
  opacity: .6;
  user-select: none;
  cursor: default
}

.about {
  padding-bottom: 50px
}

.about__headline {
  color: #000;
  text-align: center;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 3.9rem
}
@media(min-width: 567px) {
  .about__headline {
    font-size: 2rem;
  }
}
@media(min-width: 1200px) {
  .about__headline {
    font-size: 2.2rem;
  }
}
@media(min-width: 1500px) {
  .about__headline {
    font-size: 2.625rem;
    margin: 0 0 7.8rem
  }
}


.about__headline-decor {
  position: relative
}

.about__headline-stroke {
  position: absolute;
  left: -15%;
  width: 115%;
  display: none
}

.about__container {
  justify-content: center
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 49px
}

.about__image {
  width: 100%;
  border-radius: 20px;
}

.about__description {
  margin-top: 20px;
  width: 100%
}

.about__paragraph {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 15px
}

@media (min-width: 768px) {
  .about__paragraph {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .about__paragraph {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .about__paragraph {
    font-size: 1.25rem;
  }
}

.about__steps {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px
}

.about__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px
}

.about__step:last-of-type {
  margin-right: 0
}

.about__step-text {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
  order: 1;
  text-align: center
}

.about__step-bold {
  font-weight: 700
}

.about__step-number {
  position: relative
}

.about__step-digit {
  position: absolute;
  left: 45%;
  top: 25%;
  color: #000;
  font-size: 1rem;
  font-weight: 500
}

.about__feature,
.about__features {
  display: flex;
  flex-direction: column
}



.about__feature-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #000;
  font-weight: 500
}

.about__feature-number {
  font-size: 3.75rem
}

.about__feature-unit {
  font-size: 1.25rem;
  margin-bottom: 10px
}

.about__feature-bottom {
  color: #b5b5b5;
  font-size: 1rem;
  font-weight: 400;
  text-align: center
}

.features {
  background: url(../img/features__bg.png) top center/cover no-repeat;
  padding-bottom: 30px
}

.features__container {
  flex-wrap: wrap
}

.features__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%
}

.features__headline {
  color: rgb(0 0 0/0.7);
  font-size: 1.875rem;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 700;
  text-align: center;
  
}
@media(min-width: 567px) {
  .features__headline {
    font-size: 2rem;
  }
}
@media(min-width: 1200px) {
  .features__headline {
    font-size: 2.2rem;
    text-align: left;
  }
}
@media(min-width: 1500px) {
  .features__headline {
    font-size: 2.625rem;
  }
}


.features__headline-decor {
  color: #000;
  position: relative;
  display: flex;
}

.features__headline-stroke {
  position: absolute;
  left: -15%;
  width: 120%;
  height: 110%;
}

.features__subhead {
  color: #000;
  font-size: 1.25rem;
  opacity: 0.8;
  font-weight: 400
}

.features__content {
  width: 100%
}

.features__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0
}

.features__item {
  display: flex;
  width: 100%;
  margin-bottom: 30px
}

.features__item-icon {
  width: 45px;
  height: 45px
}

.features__item-info {
  margin-left: 26px
}

.features__item-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem
}

.features__item-description {
  color: #000;
  font-size: 1rem;
  font-weight: 300
}

.examples {
  padding-bottom: 40px
}

.examples__container {
  justify-content: center
}

.examples__headline {
  color: #000;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px
}
@media(min-width: 567px) {
  .examples__headline {
    font-size: 2rem;
  }
}
@media(min-width: 1200px) {
  .examples__headline {
    font-size: 2.2rem;
  }
}
@media(min-width: 1500px) {
  .examples__headline {
    font-size: 2.625rem;
  }
}


.examples__headline-decor {
  position: relative
}

.examples__headline-stroke {
  position: absolute;
  left: -15%;
  width: 115%;
  height: 110%;
  display: none
}

.examples__content {
  width: 100%;
  display: flex;
  flex-direction: column
}

.examples__link {
  display: flex;
  width: 100%;
  text-decoration: none
}

.examples__image {
  width: 100%
}

.contacts {
  padding-bottom: 50px
}

.contacts__content {
  width: 100%;
  display: flex;
  flex-direction: column
}

.contacts__info {
  display: flex;
  flex-direction: column;
  align-items: center
}

.contacts__address,
.contacts__email,
.contacts__phone,
.contacts__time {
  margin-bottom: 20px;
  display: flex;
  align-items: center
}

.contacts__phone a {
  text-decoration: none;
}

.contacts__address-icon,
.contacts__email-icon,
.contacts__phone-icon,
.contacts__time-icon {
  margin-right: 10px
}

.contacts__address-key,
.contacts__email-key,
.contacts__phone-key,
.contacts__time-key {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700
}

.contacts__address-value,
.contacts__email-value,
.contacts__phone-value,
.contacts__time-value {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  margin-left: 5px;
  max-width: 200px;
}

.contacts__address-value a,
.contacts__email-value a,
.contacts__phone-value a,
.contacts__time-value a {
  color: #000
}

.contacts__socials {
  display: flex;
  margin-bottom: 20px
}

.contacts__socials-link {
  margin-right: 7px
}

.contacts__socials-icon {
  width: 25px;
  height: 25px
}

.contacts__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center
}

.contacts__meet {
  margin-bottom: 20px
}

.contacts__meet-office,
.contacts__meet-outdoor {
  position: relative
}

.contacts__meet-office {
  margin-bottom: 33px
}

.contacts__meet-title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 500
}

.contacts__geo,
.contacts__meet-image {
  width: 100%
}

.contacts__map {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 20px
}

.footer {
  height: 207px;
  width: 100%;
  padding-bottom: 50px
}

.footer__container {
  justify-content: space-between;
  border-top: 1px solid #b5b5b5
}

.footer__logo {
  display: none
}

.footer__wrapper {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  width: 100%
}

.footer__title {
  color: #9f9f9f;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px
}

.footer__company,
.footer__useful {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px
}

.footer__link {
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 8px
}

.footer__contacts {
  text-align: center;
  margin-bottom: 20px
}

.footer__contacts-item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer__contacts-item a {
  color: #9f9f9f
}

.footer__contacts-value {
  color: #9f9f9f;
  font-size: 15px;
  font-weight: 400;
  margin-left: 8px
}

.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px
}

.footer__socials-list {
  display: flex
}

.footer__socials-link {
  margin-right: 10px
}

.footer__socials-link:last-of-type {
  margin-right: 0
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
    padding: 0
  }

  .contacts__map {
    height: 300px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }

  .modal__window {
    width: 504px
  }

  .modal__body {
    padding: 0 56px 40px
  }

  .header {
    height: 120px
  }

  .header__socials {
    display: block
  }

  .header__info-time {
    font-size: 14px
  }

  .header__info-icon {
    width: 26px;
    height: 26px
  }

  .header__info-phone {
    font-size: 20px
  }

  .main__calculate-wrapper {
    width: 33.75rem
  }

  .main__calculate-button {
    width: auto;
    height: auto;
    padding: 2rem 4.615rem
  }

  
  .main__calculate-image {
    height: 110%;
    right: -70px;
    bottom: 0;
    display: block
  }



  .services {
    padding-top: 90px;
  }


  .services__list {
    margin: 0 -10px
  }

  .services__item {
    width: calc(50% - 20px);
    margin: 27px 10px
  }

  .calculator__headline {
    margin: 66px 0 18px
  }

  .calculator__subhead {
    width: 70%
  }

  .calculator__forms {
    flex-direction: row;
    justify-content: space-between
  }

  .calculator__form {
    width: 50%
  }

  .calculator__form:first-of-type {
    padding-right: 40px;
    margin: 0
  }

  .calculator__form:last-of-type {
    padding-left: 40px
  }

  .about {
    padding-bottom: 90px
  }

  .about__wrapper {
    flex-direction: row;
    align-items: flex-start
  }

  .about__image {
    width: 40%
  }

  .about__description {
    margin-top: 0;
    margin-left: 19px;
    width: calc(60% - 19px)
  }

  .features {
    padding-bottom: 80px
  }

  .features__container {
    flex-wrap: nowrap
  }

  .features__wrapper {
    width: 50%
  }

  .features__headline {
    margin: 0 0 70px
  }

  .features__item {
    padding-left: 20px;
    width: 100%
  }

  .examples {
    padding-bottom: 125px
  }

  .examples__headline {
    margin: 0 0 64px
  }

  .examples__content {
    flex-direction: row
  }

  .contacts {
    padding-bottom: 110px
  }

  .contacts__content {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between
  }

  .contacts__info {
    align-items: flex-start
  }

  .contacts__address,
  .contacts__email,
  .contacts__phone,
  .contacts__time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 38px
  }

  .contacts__address-icon,
  .contacts__email-icon,
  .contacts__phone-icon,
  .contacts__time-icon {
    margin-bottom: 10px
  }

  .contacts__address-value,
  .contacts__email-value,
  .contacts__phone-value,
  .contacts__time-value {
    margin-left: 0
  }

  .contacts__socials {
    margin-bottom: 38px
  }

  .contacts__title {
    text-align: left
  }

  .contacts__meet {
    margin-bottom: 0
  }

  .contacts__meet-title {
    left: 15px;
    bottom: 17px
  }

  .contacts__geo {
    width: 100%;
    margin-bottom: 30px
  }

  .contacts__map {
    height: 300px;
    margin-bottom: 0
  }
}

@media(min-width: 768px) and (max-width: 1441px) {

  .main__calculate-image {
    right: -50px;
  }
}


@media (min-width:992px) {
  .container {
    max-width: 960px
  }

  .main__subhead {
    font-size: 28px;
    margin-bottom: 3.125rem;
  }

  .services__wrapper {
    top: 10%;
    left: 10%;
    width: 70%
  }

  .services__description {
    margin-top: 25px
  }

  .calculator__form:first-of-type {
    padding-right: 90px
  }

  .calculator__form:last-of-type {
    padding-left: 90px
  }

  .about__description {
    width: calc(50% - 19px)
  }

  .about__steps {
    flex-direction: row
  }

  .about__step {
    flex-direction: row;
    margin-right: 100px
  }

  .about__step-text {
    order: 0;
    text-align: left;
    margin-right: 10px;
    margin-top: 0
  }

  .about__features {
    flex-direction: row
  }

  .about__feature {
    padding: 0 35px
  }

  .about__feature-top {
    justify-content: flex-start
  }

  .about__feature-bottom {
    text-align: left
  }

  .features__content {
    width: 50%
  }

  .features__item {
    padding-left: 0
  }

  .contacts__content {
    flex-wrap: nowrap
  }

  .contacts__meet {
    margin-right: 25px
  }

  .contacts__map {
    height: 350px
  }

  .footer__wrapper {
    padding-top: 50px;
    flex-direction: row;
    justify-content: space-between
  }

  .footer__title {
    margin-bottom: 29px
  }

  .footer__company,
  .footer__useful {
    margin-bottom: 0;
    margin-right: 40px;
    text-align: left
  }

  .footer__contacts {
    margin-bottom: 0;
    text-align: left
  }

  .footer__contacts-item {
    justify-content: flex-start
  }

  .footer__socials {
    margin-left: 60px;
    margin-bottom: 0
  }
}

@media (min-width:1200px) {
  html {
    font-size: 14px
  }

  .container {
    max-width: 1060px
  }

  .calculator__headline-stroke {
    display: inline-block
  }

  .calculator__form-submit {
    width: auto
  }

  .about__headline-stroke {
    display: inline-block
  }

  .about__description {
    width: calc(56% - 19px)
  }


  .about__feature {
    padding: 0 95px;
    border-right: 3px solid #b5b5b5
  }

  .about__feature:first-of-type {
    border-left: 3px solid #b5b5b5;
  }


  .features__wrapper {
    width: 30%
  }

  .features__content {
    margin-left: 96px;
    width: 70%
  }

  .features__item {
    padding-left: 0;
    width: 50%;
    margin-bottom: 55px
  }

  .examples__headline-stroke {
    display: inline-block
  }

  .contacts__meet {
    margin-right: 65px
  }

  .contacts__geo {
    width: 60%
  }

  .contacts__map {
    height: 400px
  }

  .footer__logo {
    display: inline-block
  }

  .footer__wrapper {
    width: auto
  }
}

@media (min-width:1441px) {
  html {
    font-size: 16px
  }

  .container {
    max-width: 1320px
  }

  .main__calculate-arc {
    width: 76px
  }

  .main__subhead {
    font-size: 32px;
  }



  .services {
    padding-top: 125px;
  }



  .header__socials-icon {
    width: 35px;
    height: 35px
  }

  .about__paragraph {
    margin: 0 0 30px
  }

  .features__headline {
    margin: 0 0 30px
  }

  .features__item {
    margin-bottom: 85px
  }

}
