@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h1 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  margin-bottom: 1em;
  line-height: 1.4;
}

ul:not([class]) {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul:not([class]) > li {
  position: relative;
  padding-left: 1em;
}

ul:not([class]) > li:before {
  content: "";
  display: block;
  background-color: #5a96f0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

[placeholder] {
  /* Firefox 19+ */
  /* Firefox 18- */
}

[placeholder]::-webkit-input-placeholder {
  color: #979797;
  font-weight: 400;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
}

[placeholder]::-moz-placeholder {
  color: #979797;
  font-weight: 400;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
}

[placeholder]:-moz-placeholder {
  color: #979797;
  font-weight: 400;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
}

[placeholder]:-ms-input-placeholder {
  color: #979797;
  font-weight: 400;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding-top: 30px;
  padding-bottom: 20px;
  transition: padding-top 0.2s, padding-bottom 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.header .btn {
  font-size: 0.75rem;
}

@media (max-width: 1199px) {
  .header {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .header .btn {
    margin-left: auto;
    padding: 1em;
    max-width: initial;
    min-width: initial;
    white-space: nowrap;
  }
}

.header-scroll {
  background-color: #fff;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-scroll {
    padding: 15px 0;
  }
}

.header-wr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991px) {
  .header-wr {
    justify-content: space-between;
  }
}

.header-logo {
  margin-right: auto;
  background-image: url(../images/logo-text.svg);
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-logo::before {
  content: "";
  display: block;
  padding-top: 46.875%;
}

@media (max-width: 991px) {
  .header-logo {
    width: 115px;
  }
}

@media (max-width: 575px) {
  .header-logo {
    display: none;
  }
}

.header-contacts {
  display: flex;
}

@media (min-width: 1199px) {
  .header-contacts {
    margin-right: 60px;
  }
}

@media (min-width: 991px) {
  .header-contacts {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .header-contacts {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header-contacts {
    text-align: initial;
    font-size: 0.9rem;
  }
}

.header-contact {
  line-height: 1.15;
}

.header-contact:not(:last-child) {
  margin-right: 60px;
}

.header-contact__title {
  color: #5a96f0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.35em;
}

.header-contact__text {
  color: inherit;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}

.header-contact__text:hover {
  text-decoration: none;
  color: #0f4aa2;
  color: #5a96f0;
}

@media (max-width: 1199px) {
  .header-contact:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .header-contact:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-contact:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .header-contact__title {
    display: none;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
  color: #090f18;
  font-size: 16px;
  padding-top: 125px;
}

@media (max-width: 1199px) {
  body {
    padding-top: 105px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 83px;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 70px;
  }
}

.btn-primary {
  text-transform: uppercase;
  color: #fff;
  min-width: 170px;
  font-weight: 500;
  font-family: inherit;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
}

.section-title {
  text-transform: uppercase;
  color: #22384d;
  font-weight: 900;
  font-size: 2.875em;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 2em;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.5em;
  }
}

.section-desc {
  font-size: 1.375em;
  margin-bottom: 1.8em;
}

@media (max-width: 991px) {
  .section-desc {
    font-size: 1.1em;
  }
}

.scheme {
  position: relative;
}

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

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

.scheme-popup {
  position: absolute;
}

.scheme-popup--left .scheme-popup__text {
  padding-top: 20px;
  padding-right: 40px;
  top: 50%;
  left: 15px;
  transform: translate(-100%, -50%);
}

.scheme-popup--left .scheme-popup__text:before {
  top: calc(50% - 23px);
  left: calc(100% - 23px);
}

.scheme-popup--right .scheme-popup__text {
  padding-top: 20px;
  padding-left: 40px;
  top: 50%;
  left: initial;
  right: 15px;
  transform: translate(100%, -50%);
}

.scheme-popup--right .scheme-popup__text:before {
  top: calc(50% - 23px);
  left: initial;
  right: calc(100% - 23px);
}

.scheme-popup__btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5a96f0;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  z-index: 5;
  transition: background-color 0.2s;
  box-shadow: 0px 2px 10px rgba(90, 150, 240, 0.4);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 30px;
}

.scheme-popup__btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: inherit;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

.scheme-popup__text {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  padding-top: 40px;
  font-size: 0.875em;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  z-index: -1;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scheme-popup__text:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: calc(0% - 23px);
  left: calc(50% - 23px);
  background: linear-gradient(transparent, transparent);
  box-shadow: 0px 0px 0px 600px white;
  z-index: -1;
}

@media (max-width: 767px) {
  .scheme-popup__text {
    max-width: 280px;
    line-height: 1.1;
  }
}

@media (max-width: 575px) {
  .scheme-popup__text {
    max-width: 210px;
    font-size: 13px;
  }
}

.opened {
  z-index: 6;
}

.opened .scheme-popup__btn {
  z-index: 7;
  background-color: #4387ee;
}

.opened .scheme-popup__btn:before {
  transform: scale(0);
}

.opened .scheme-popup__text {
  -webkit-animation: fadein 0.2s;
          animation: fadein 0.2s;
  opacity: 1;
  z-index: 5;
}

#hero-scheme {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  right: -20px;
  top: -30px;
}

#hero-scheme .scheme-popup--1 {
  top: 17%;
  left: 55%;
}

#hero-scheme .scheme-popup--2 {
  top: 30%;
  left: 15%;
}

#hero-scheme .scheme-popup--3 {
  left: 68%;
  top: 47%;
}

#hero-scheme .scheme-popup--4 {
  left: 32%;
  top: 49%;
}

#hero-scheme .scheme-popup--5 {
  left: 20%;
  top: 67%;
}

#hero-scheme .scheme-popup--6 {
  left: 70%;
  top: 79%;
}

@media (max-width: 991px) {
  #hero-scheme {
    margin-top: 45px;
    right: initial;
    top: initial;
  }
}

#overview-scheme {
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  right: -20px;
  top: -30px;
}

#overview-scheme .scheme-popup--1 {
  top: 20%;
  left: 69%;
}

#overview-scheme .scheme-popup--2 {
  top: 38%;
  left: 23%;
}

#overview-scheme .scheme-popup--3 {
  left: 66%;
  top: 50%;
}

#overview-scheme .scheme-popup--4 {
  left: 35%;
  top: 58%;
}

#overview-scheme .scheme-popup--5 {
  left: 62%;
  top: 72%;
}

@media (max-width: 991px) {
  #overview-scheme {
    margin-top: 45px;
    right: initial;
    top: initial;
  }
}

.colored {
  color: #5a96f0;
  font-weight: 500;
  margin-bottom: 1em;
}

.hero {
  line-height: 1.5;
  background-image: url(../images/waves-1.png), url(../images/bg-hero.png);
  background-size: auto;
  background-repeat: no-repeat, repeat;
  background-position: bottom center, center;
  padding-top: 200px;
  padding-bottom: 150px;
  margin-top: -125px;
  overflow: hidden;
}

.hero__title {
  font-size: 2.625em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.hero__desc {
  font-size: 0.875em;
  margin-bottom: 2.15em;
  max-width: 475px;
  color: #595f68;
}

@media (max-width: 991px) {
  .hero {
    background-size: auto 150px, auto;
    padding-top: 170px;
    padding-bottom: 130px;
  }
  .hero__inner {
    text-align: center;
  }
  .hero__title {
    font-size: 2em;
  }
  .hero__desc {
    margin-right: auto;
    margin-left: auto;
  }
}

.overview {
  padding: 120px 0;
  padding-top: 120px;
  padding-bottom: 50px;
  overflow: hidden;
}

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

.overview .btn {
  margin-top: 2em;
  background-color: #fff;
  color: #5a96f0;
}

.overview .btn:hover {
  background-color: #3780ed;
  color: #fff;
}

.overview .section-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 150%;
  color: #090f18;
  margin-bottom: 20px;
  text-transform: initial;
  max-width: 495px;
}

@media (max-width: 991px) {
  .overview {
    padding-top: 50px;
  }
  .overview__img {
    margin-top: 45px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.products {
  padding: 90px 0;
  background-color: #5a96f0;
  background-image: url(../images/parts-bg.png);
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
  color: #fff;
}

.products .section-title {
  color: inherit;
  font-size: 38px;
  margin-bottom: 20px;
}

.products .text {
  margin-bottom: 40px;
}

.products .btn-primary {
  text-transform: uppercase;
  color: #5A96F0;
  background-color: #fff;
  min-width: 170px;
  font-weight: 500;
  font-family: inherit;
  font-family: "Roboto", "helvetica", "arial", sans-serif;
}

.advantages {
  background-color: #eef1f4;
  padding-top: 90px;
  padding-bottom: 115px;
  position: relative;
}

.advantages:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 8%;
  height: 100%;
  width: 170px;
  background-image: url(../images/iko-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.advantages .section-title {
  position: relative;
  z-index: 2;
}

.advantages .section-title:before {
  content: "Мультигазсенс-М2";
  display: block;
  position: absolute;
  white-space: nowrap;
  color: #eef1f4;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(166, 184, 202, 0.4);
  font-size: 53px;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 100%;
  transform: rotate(-90deg) translate(-260px, 190px);
  z-index: -1;
}

@media (max-width: 991px) {
  .advantages {
    padding-top: 50px;
    background-size: auto 150px;
  }
  .advantages .section-title:before {
    right: 95%;
  }
}

.advantage-card {
  display: flex;
  align-items: center;
  font-size: 0.9375em;
  padding: 1em 2em;
  /*padding-left: 100px;*/
  font-weight: 500;
  min-height: 110px;
  border-radius: 10px;
  height: calc(100% - 30px);
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 5px white, inset 0px 0px 0px 6px #f0f0f0;
  margin: 5px;
  position: relative;
}

.advantage-card__icon {
  /*position: absolute;*/
  /*top: 32px;*/
  /*left: 30px;*/
  width: 45px;
  height: 45px;
  background-color: #d7e0ea;
  border-radius: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.3em;
}

.advantage-card__text {
  flex: 1;
}

@media (max-width: 575px) {
  .advantage-card {
    /*padding-left: 70px;*/
    /*min-height: calc(45px + 2em);*/
    /*height: auto;*/
  }
  .advantage-card__icon {
    /*left: 15px;*/
    /*top: 15px;*/
  }
}

.principle {
  padding: 90px 0;
  background-color: #5a96f0;
  background-image: url(../images/parts-bg.png);
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
  color: #fff;
}

.principle__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.principle__img {
  text-align: center;
}

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

.principle .section-title {
  color: inherit;
  font-size: 38px;
  margin-bottom: 20px;
}

.principle .btn {
  background-color: #fff;
  border-color: #fff;
  color: #5a96f0;
  margin-top: 30px;
}

.principle .btn:hover {
  background-color: #e6effd;
  border-color: #e6effd;
}

@media (max-width: 991px) {
  .principle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .principle__img {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .principle .section-title {
    font-size: 28px;
  }
}

.info {
  padding-top: 70px;
  padding-bottom: 30px;
}

.info .section-title {
  font-weight: 900;
  font-size: 46px;
  margin-bottom: 10px;
  color: #5a96f0;
}

@media (max-width: 991px) {
  .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .info .section-title {
    font-size: 25px;
  }
}

.info-wr {
  margin-right: -5px;
  margin-left: -5px;
  position: relative;
}

.info-wr:before {
  content: "ПРЕИМУЩЕСТВА";
  display: block;
  position: absolute;
  white-space: nowrap;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(166, 184, 202, 0.4);
  font-size: 42px;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 100%;
  transform: rotate(-90deg) translate(-290px, 190px);
  z-index: -1;
}

.info-card {
  position: relative;
  height: calc(100% - 10px);
  padding: 25px;
  background-color: #5a96f0;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 5px;
}

.info-card__title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.params {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: url(../images/waves-2.png), url(../images/bg-hero.png);
  background-size: auto;
  background-repeat: no-repeat, repeat;
  background-position: top center, center;
}

.params .section-title,
.params .section-desc {
  text-align: center;
}

.params .row {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width: 992px) {
  .params .col-lg-12 .params-item__title {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .params {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.params-wr [class^="col-"]:nth-child(2n + 1) .params-item {
  background-position-x: -15%;
}

.params-wr [class^="col-"]:nth-child(2n) .params-item {
  background-position-x: 130%;
}

.params-wr [class^="col-"]:nth-child(1) .params-item, .params-wr [class^="col-"]:nth-child(2) .params-item {
  background-position-y: -60px;
}

.params-wr [class^="col-"]:nth-child(3) .params-item, .params-wr [class^="col-"]:nth-child(4) .params-item {
  background-position-y: -170px;
}

.params-wr [class^="col-"]:nth-child(5) .params-item, .params-wr [class^="col-"]:nth-child(6) .params-item {
  background-position-y: -280px;
}

.params-wr [class^="col-"]:nth-child(7) .params-item, .params-wr [class^="col-"]:nth-child(8) .params-item {
  background-position-y: -390px;
}

.params-wr [class^="col-"]:nth-child(9) .params-item, .params-wr [class^="col-"]:nth-child(10) .params-item {
  background-position-y: -500px;
}

.params-wr [class^="col-"]:nth-child(9) .params-item {
  background-position-x: 30%;
}

.params-item {
  background-color: #5a96f0;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin: 5px;
  background-image: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-size: 940px auto;
}

.params-item__title {
  font-size: 1.125em;
  padding: 2.2em 3.5em;
  cursor: pointer;
}

.params-item__title:before {
  content: "+";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #3a6fbd;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-right: 0.5em;
  transition: transform 0.2s;
}

.params-item__text {
  padding: 2em;
  padding-top: 1em;
  padding-left: 3.5em;
  display: none;
}

.params-item.opened .params-item__title:before {
  transform: rotate(45deg);
}

.params-item ul li:before {
  background-color: currentColor;
}

.params-item .table {
  color: inherit;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 2em;
}

.params-item .table th {
  font-weight: 400;
  vertical-align: middle;
  border-bottom-width: 1px;
}

.params-item .img {
  max-width: 100%;
  margin-bottom: 2em;
}

@media (max-width: 1199px) {
  .params-item {
    background-size: 790px auto;
  }
  .params-item__title, .params-item__text {
    padding: 20px;
  }
  .params-item__text {
    padding-left: 65px;
  }
}

@media (max-width: 991px) {
  .params-item {
    background-position-x: center;
    background-size: 1000px;
    width: calc(100% - 10px);
  }
  .params-item:nth-child(2n) {
    background-position-x: center;
  }
  .params-item:nth-child(2) {
    background-position-y: 15%;
  }
  .params-item:nth-child(4) {
    background-position-y: 30%;
  }
  .params-item:nth-child(6) {
    background-position-y: 45%;
  }
  .params-item:nth-child(8) {
    background-position-y: 60%;
  }
  .params-item:nth-child(10) {
    background-position-y: 75%;
  }
}

@media (max-width: 575px) {
  .params-item {
    background-position: center 100px !important;
    background-size: 700px;
  }
}

.files {
  padding: 80px 0;
  background-color: #f1f4f6;
  background-image: url(../images/files-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.files:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 8%;
  height: 100%;
  width: 170px;
  background-image: url(../images/iko-darkgray.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.files .section-title {
  color: #324864;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 1.8em;
  text-align: center;
  text-transform: initial;
}

.file-link {
  display: flex;
  align-items: center;
  max-width: 600px;
  background-color: #92a1b0;
  border-radius: 10px;
  padding: 30px 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  margin-bottom: 10px;
  transition: background-color 0.2s;
}

.file-link::before {
  content: attr(data-file-ext);
  padding: 0 10px;
  display: block;
  min-width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #7a8b9b;
  color: inherit;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.file-link:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../images/icons/upload.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.file-link__name {
  flex: 1;
  font-weight: 500;
  margin-right: 15px;
  margin-left: 15px;
}

.file-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #7a8b9b;
}

.callback {
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 2;
  background-color: #5a96f0;
  color: #fff;
}

.callback .section-title {
  font-size: 34px;
  color: #324864;
  font-weight: 400;
  text-transform: initial;
  position: relative;
  top: 15px;
  color: inherit;
}

.callback .section-title b {
  font-weight: 500;
}

.callback .section-title:before {
  content: "обратная связь";
  display: block;
  position: absolute;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(17, 84, 186, 0.4);
  font-size: 75px;
  font-weight: 900;
  position: absolute;
  top: calc(100% + 50px);
  left: -105px;
  text-transform: uppercase;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .callback .section-title:before {
    left: -15px;
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .callback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .callback .section-title {
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .callback .section-title:before {
    display: none;
  }
}

.other {
  padding: 90px 0;
  color: #324864;
}

.other__subtitle {
  color: #324864;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1em;
}

.other__slider {
  position: relative;
  height: 100%;
}

.other__slider .other-slider {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.other__slider .slick-list {
  width: 100%;
}

.other__slider .slick-track {
  display: flex;
  align-items: center;
}

.other__slider .other-slide img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.other .btn {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .other__slider {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .other {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contacts {
  padding: 100px 0;
  background-image: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0) 30%), linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0) 60%), linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, white 100%);
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.contacts__title {
  font-weight: 500;
  font-size: 2.125em;
  margin-bottom: 1.5em;
  color: #324864;
}

.contacts .map {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .contacts {
    background-image: initial;
    padding: 50px 0;
  }
  .contacts .map {
    margin-top: 30px;
    position: initial;
    width: 100%;
    height: 350px;
  }
}

.contact-item {
  color: #2c2c2c;
}

.contact-item__title {
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.4em;
  color: #5a96f0;
  font-weight: 700;
}

.contact-item__text {
  display: block;
}

.contact-item:not(:last-child) {
  margin-bottom: 1.8em;
}

.contact-item a {
  color: inherit;
}

.contact-item a:hover {
  text-decoration: none;
  color: #5a96f0;
}

.form .btn {
  border-radius: 8px;
  width: 100%;
}

.form .form-text {
  font-size: 14px;
  text-align: center;
  color: #627ea5;
  max-width: 355px;
  margin-right: auto;
  margin-left: auto;
}

.form textarea {
  resize: none;
  min-height: 8.75em;
}

.form--callback {
  max-width: 520px;
  margin-left: auto;
}

.form--callback .form-control {
  background-color: #4379ca;
  border-color: #4379ca;
  color: inherit;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.form--callback .form-control::-webkit-input-placeholder {
  color: #b9d5ff;
}

.form--callback .form-control::-moz-placeholder {
  color: #b9d5ff;
}

.form--callback .form-control:-moz-placeholder {
  color: #b9d5ff;
}

.form--callback .form-control:-ms-input-placeholder {
  color: #b9d5ff;
}

.form--callback .btn {
  background-color: #fff;
  color: #5a96f0;
}

.form--callback .btn:hover {
  background-color: #e6effd;
  border-color: #e6effd;
}

.form--callback .form-text {
  color: inherit;
}

@media (max-width: 991px) {
  .form--callback {
    margin-right: auto;
  }
}

.form--callback .no-gutters {
  margin-right: -0.75em;
  margin-left: -0.75em;
}

.form--callback [class^="col"] {
  padding-right: 0.75em;
  padding-left: 0.75em;
}

.has-danger {
  position: relative;
}

.has-danger .form-control {
  border-color: #cc0000;
}

.has-danger .pristine-error {
  font-size: 12px;
  color: #cc0000;
  position: absolute;
  left: 0;
  top: 100%;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.footer {
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 25px 0;
}

.footer a {
  color: inherit;
}

.footer-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-wr {
    flex-direction: column;
    align-items: center;
  }
  .footer-wr > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.footer-center > div:not(:last-child) {
  margin-bottom: 15px;
}

.footer-center a {
  color: rgba(41, 111, 215, 0.8);
  text-decoration: underline;
}

.footer-logo {
  background-image: url(../images/logo-text.svg);
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-logo::before {
  content: "";
  display: block;
  padding-top: 46.875%;
}

.studio {
  display: block;
  color: inherit;
  text-align: center;
  transition: color 0.2s;
}

.studio:hover {
  color: #eebe19;
  text-decoration: none;
}

.studio__text {
  margin-bottom: 15px;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.close-icon {
  display: block;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
}

.close-icon::before, .close-icon::after {
  background-color: #241b13;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  transform-origin: center;
  transition: 0.2s;
  border-radius: 2px;
}

.close-icon:before {
  top: 0;
  transform: rotate(45deg);
  top: calc(50% - 1px);
}

.close-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
