h2 {
  font-size: 36px;
  font-family: 'Montserrat-Bold';
  text-align: center;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #01b5f2;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

body {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-family: 'Montserrat-Regular', sans-serif;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

header nav {
  background: #35465a;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav ul li {
  font-family: 'Montserrat-Bold', sans-serif;
  padding: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

header nav ul li a {
  font-size: 16px;
  color: #fff;
}

header .header__logo-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 80px;
}

.logo-box svg {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  fill: #db073d;
}

.logo-box .logo-text {
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: 19px;
}

.logo-box .logo-text div {
  font-size: 24px;
}

.logo-box .logo-text span:nth-child(2) {
  font-size: 11px;
}

.city-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.city-options .city-options__text {
  margin-right: 15px;
}

.city-options .city-options__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat-Bold', sans-serif;
  padding: 10.5px 20px;
  min-width: 170px;
  border-radius: 19.5px;
  border: 1px solid #c7c7c7;
  cursor: pointer;
}

.city-options .city-options__select .dropdown {
  width: 100%;
}

.city-options__select,
.select,
.dropdown {
  outline: none;
}

.dropdown-menu {
  left: -20px;
  padding: 0;
  border-radius: 19.5px;
  overflow: hidden;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10.5px 20px;
  border-bottom: 1px solid #efefef;
}

.select-arrow {
  position: absolute;
  right: 15px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 2px;
  border-color: transparent transparent #000 #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.phone-block .phone__number button:hover {
  background: #0087b5;
}

.phone-block svg {
  width: 14px;
  height: 14px;
  fill: #01b5f2;
  margin-right: 6px;
}

.phone-block .phone__number {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone-block .phone__number span {
  margin-right: 33px;
}

.phone-block .phone__number button {
  font-family: 'Montserrat-Bold', sans-serif;
  color: #fff;
  background: #01b5f2;
  padding: 10.5px 20px;
  border-radius: 19.5px;
  border: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.select-bg {
  position: absolute;
  display: none;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.blue {
  color: #01b5f2;
}

.burger {
  position: absolute;
  right: 15px;
  z-index: 100;
  display: none;
}

.burger span {
  position: relative;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  background: #000;
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.burger .span1-active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.burger .span2-active {
  opacity: 0;
}

.burger .span3-active {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}

.header__nav {
  position: relative;
  z-index: 2;
}

.header__nav .phone-block {
  display: none;
}

.header__nav .city-options {
  display: none;
}

.banner-container {
  margin-top: 129px;
  padding: 100px 0 100px 0;
  min-height: 462px;
  background: url(../img/banner-bg.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.banner-container .container {
  padding: 0;
}

.banner-container .container .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-container .container .banner__content h1 {
  font-size: 42px;
  font-family: 'Montserrat-Bold', sans-serif;
  margin-bottom: 25px;
}

.banner-container .container .banner__content ul {
  font-size: 16px;
}

.banner-container .container .banner__content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.banner-container .container .banner__content ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #01b5f2;
  border-radius: 50%;
}

.banner-container .container .banner__form {
  max-width: 520px;
  padding: 40px 30px;
  margin-left: auto;
  background: #fff;
  border-radius: 10px;
}

.banner-container .container .banner__form .banner__title {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 22px;
  color: #000;
  margin-bottom: 40px;
}

.banner-container .container .banner__form .banner__call-back {
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 12px;
  color: #000;
  margin-bottom: 15px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form input {
  font-size: 14px;
  max-width: 260px;
  padding: 10px 20px;
  border: 1px solid #01b5f2;
  border-radius: 20.5px;
}

form input::-webkit-input-placeholder {
  color: #000;
}

form input::-moz-placeholder {
  color: #000;
}

form input:-ms-input-placeholder {
  color: #000;
}

form input::-ms-input-placeholder {
  color: #000;
}

form input::placeholder {
  color: #000;
}

form button {
  font-family: 'Montserrat-Bold', sans-serif;
  color: #fff;
  background: #01b5f2;
  padding: 10px 20px;
  margin-left: auto;
  border: none;
  border-radius: 20.5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

form button:hover {
  background: #0087b5;
}

.banner__warning {
  font-size: 10px;
  color: #000;
  margin-top: 10px;
}

.section-1 {
  padding: 40px 0;
}

.section-1 .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-1 .container .section-1__col {
  padding-left: 20px;
  margin-bottom: 30px;
  max-width: 260px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 112px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-1 .container .section-1__col svg:nth-child(1) {
  margin-right: 5px;
}

.section-1 .container .section-1__col:nth-child(5) svg {
  width: 35px;
  height: 35px;
}

.section-1 .container .section-1__col:nth-child(4) svg {
  width: 35px;
  height: 35px;
}

.section-1 .container .section-1__icon-box {
  margin-bottom: 15px;
}

.section-1 .container .section-1__title {
  margin-bottom: 25px;
  text-align: center;
}

.section-1 .container .section-1__col svg {
  position: relative;
  width: 40px;
  height: 40px;
  fill: #01b5f2;
}

.section-1 .container .section-1__text-box {
  font-family: 'Montserrat-Bold', sans-serif;
}

.section-2 .container .section-2__title {
  margin-bottom: 30px;
}

.section-2 .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-2 .container .row .section-2__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 555px;
  min-height: 42px;
  padding-right: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.section-2 .container .row .section-2__price-box .service {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.section-2 .container .row .section-2__price-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat-Bold';
  color: #fff;
  width: 134px;
  margin-left: auto;
  height: 100%;
  background: #01b5f2;
  border-radius: 50px;
}

.section-2 .container .row .section-2__price-box:hover {
  background: #35465a;
}

.section-2 .container .row .section-2__price-box:hover .service {
  color: #fff;
}

.section-2 .container .row .view-all-block {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.section-2 .container .row .view-all-block:hover {
  background: none;
}

.section-2 .container .row .view-all-1,
.section-2 .container .row .view-all-2 {
  position: absolute;
  font-size: 14px;
  color: #01b5f2;
  text-decoration: underline;
}

.section-2 .container .row .view-all-2 {
  display: none;
}

.section-2 .container .row .hide {
  display: none;
}

.section-2 .container .row .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-3 {
  padding-top: 70px;
}

.section-3 .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-3 .container .row .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 360px;
  padding: 30px;
  min-height: 155px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-3 .container .row .col-lg-4 svg {
  width: 50px;
  height: 50px;
  fill: #01b5f2;
}

.section-3 .container .row .col-lg-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 750px;
  padding: 30px;
  min-height: 155px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-3 .container .row .col-lg-8 svg {
  width: 35px;
  height: 35px;
  fill: #01b5f2;
}

.section-3 .container .row .col-lg-4:nth-child(2) svg,
.section-3 .container .row .col-lg-4:nth-child(3) svg,
.section-3 .container .row .col-lg-4:nth-child(4) svg,
.section-3 .container .row .col-lg-4:nth-child(4) svg,
.section-3 .container .row .col-lg-4:nth-child(5) svg,
.section-3 .container .row .col-lg-4:nth-child(6) svg,
.section-3 .container .row .col-lg-4:nth-child(7) svg {
  width: 35px;
  height: 35px;
}

.section-3 .container .row .section-3__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-3 .container .row .text-box__1 {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
}

.section-3 .container .row .text-box__2 {
  font-family: 'Montserrat-Light';
  font-size: 12px;
}

.section-3 .container .section-3__title {
  margin-bottom: 30px;
  text-align: left;
}

.devider {
  height: 3px;
  width: 95px;
  margin: 10px 0 15px 0;
  background: #01b5f2;
}

.section-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  background: url(../img/section-4-bg.webp);
  background-size: cover;
  background-position: center;
}

.section-4 .container .row .section-4__title {
  font-family: 'Montserrat-Bold';
  font-size: 36px;
  color: #fff;
}

.section-4 .container .row .section-4__subtitle {
  font-size: 30px;
  color: #fff;
  margin-bottom: 35px;
}

.section-4 .container .row form input {
  margin-right: 10px;
  border: none;
}

.section-4 .container .row form input::-webkit-input-placeholder {
  font-size: 14px;
}

.section-4 .container .row form input::-moz-placeholder {
  font-size: 14px;
}

.section-4 .container .row form input:-ms-input-placeholder {
  font-size: 14px;
}

.section-4 .container .row form input::-ms-input-placeholder {
  font-size: 14px;
}

.section-4 .container .row form input::placeholder {
  font-size: 14px;
}

.section-4 .container .row .banner__warning {
  color: #fff;
}

.section-5 {
  padding: 90px 0;
}

.section-5 .container .section-5__title {
  text-align: left;
  margin-bottom: 30px;
}

.section-5 .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-5 .container .row .col-lg-6 {
  position: relative;
  padding: 35px;
  margin-bottom: 30px;
  max-width: 554px;
  min-height: 258px;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-5 .container .row .col-lg-6 .section-5__num {
  font-size: 48px;
  color: #01b5f2;
}

.section-5 .container .row .col-lg-6 .section-5__text {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.section-5 .container .row .col-lg-6 .section-5__descr {
  font-size: 12px;
}

.section-5 .container .row .col-lg-6 .section-5__img-box {
  position: absolute;
  bottom: -4px;
  right: 0;
}

.section-6 {
  padding: 45px 0;
  background: #454545;
}

.section-6 .container .section-6__title {
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
}

.section-6 .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-6 .container .row .section-6__box-content {
  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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
  padding: 35px;
  margin-bottom: 30px;
  max-width: 554px;
  min-height: 191px;
  background: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.section-6 .container .row .section-6__box-content .section-6__box-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
}

.section-6 .container .row .section-6__box-content svg {
  width: 45px;
  height: 45px;
  fill: #01b5f2;
}

.section-6 .container .row .section-6__box-content .section-6__box-icon {
  position: absolute;
  top: 35px;
  right: 35px;
}

.section-7 {
  padding: 45px 0;
}

.section-7 .container .section-7__title {
  text-align: left;
  margin-bottom: 40px;
}

.section-7 .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-7 .container .row .col-lg-3 {
  padding: 0;
}

.section-7 .container .row .col-lg-6 {
  padding: 0;
  margin-left: -40px;
}

.section-7 .container .row .col-lg-6 .director-name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-7 .container .row .col-lg-6 .director-name {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 16px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.section-7 .container .row .col-lg-6 .director-position {
  color: #999999;
}

.section-7 .container .row .section-7__values {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 18px;
  color: #35465a;
}

.section-7 .container .row .section-7__img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  overflow: hidden;
}

.section-7 .container .row .section-7__img img {
  position: relative;
  left: -110px;
}

.section-8 {
  position: relative;
  padding: 45px 0;
  background: #35465a;
  overflow: hidden;
}

.section-8 .container .row .section-8__title {
  font-size: 34px;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

.section-8 .container .row .col-lg-6 {
  position: relative;
  z-index: 10;
  margin: 0;
  background: #35465a;
  padding: 0;
}

.section-8 .container .row .col-lg-6 .section-8__phone {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.section-8 .container .row .col-lg-6 form {
  max-width: 460px;
}

.section-8 .container .row .col-lg-6 form input {
  border: none;
  max-width: 260px;
  width: 260px;
}

.section-8 .container .row .col-lg-6 .banner__warning {
  color: #fff;
}

.section-8 .map-responsive {
  overflow: hidden;
  padding-bottom: 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 48%;
  background: #ededed;
}

.section-8 .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.map-responsive-bottom{
      height: 320px;
      background: #ededed;
}
.section-9 {
  padding: 40px 0;
  padding-bottom: 0;
}

.section-9 .container .section-9__title {
  text-align: left;
  margin-bottom: 30px;
}

.section-9 .container .city-options__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat-Bold,sans-serif;
  padding: 10.5px 20px;
  min-width: 170px;
  border-radius: 19.5px;
  border: 1px solid #c7c7c7;
  cursor: pointer;
}

.section-9 .container .city-options__select .dropdown {
  width: 100%;
}

.section-9 .container .city-options__select .dropdown-menu {
  width: 100%;
  left: 0;
  top: 35px;
}

.section-9 .container .city-options__select span {
  font-family: 'Montserrat-Light';
}

.section-9 .container .map-responsive iframe {
  width: 100%;
  height: 320px;
}

.section-9 .section-9__the-note {
  font-family: 'Montserrat-Bold';
  font-size: 12px;
  color: #b2aeae;
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .footer__nav {
  background: #35465a;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer ul li {
  font-family: Montserrat-Bold,sans-serif;
  padding: 15px;
}

footer ul li a {
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

footer .header__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}

footer .footer__confidentiality,
footer .footer__information {
  font-family: 'Montserrat-Light';
  font-size: 12px;
}

footer .footer__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  padding: 0;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.89);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popup {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 750px;
  width: 750px;
  min-height: 440px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  border-radius: 10px;
}

.popup-active {
  visibility: visible;
  opacity: 1;
}

.thanks-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: #000000d1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.thanks-overlay__active {
  visibility: visible;
  opacity: 1;
}

.thanks-mesage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 750px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 750px;
  min-height: 260px;
  font-family: 'Circe-Bold',sans-serif;
  font-size: 19px;
  margin-bottom: 30px;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}

.thanks-mesage button {
  font-family: 'Montserrat-Bold',sans-serif;
  color: #fff;
  text-align: center;
  background: #01b5f2;
  padding: 10px 20px;
  margin: 0 auto;
  width: 195px;
  border: none;
  border-radius: 20.5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.thanks-mesage button:hover {
  background: #0087b5;
}

.thanks {
  font-family: 'Montserrat-Bold',sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.call {
  margin-bottom: 30px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.popup svg {
  width: 10px;
  height: 10px;
}

.popup form {
  display: block;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.popup .popup__title {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.popup__sub-title {
  font-size: 18px;
  margin-bottom: 30px;
}

.popup form input {
  border: 2px solid #c4c4c4;
  margin-bottom: 15px;
  margin-right: 0;
  width: 215px;
}

.popup form button {
  width: 215px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  header nav ul li a {
    font-size: 15px;
  }

  .banner-container {
    margin-top: 80px;
    padding: 50px 0 50px 0;
    min-height: 0;
  }

  .banner-container .col-lg-6:first-child {
    margin-bottom: 20px;
  }

  .banner-container .container .banner__content h1 {
    font-size: 32px;
  }

  .banner-container .container .banner__form form input {
    width: 50%;
  }

  .banner-container .container .banner__form {
    width: 100%;
    margin-left: 0;
  }

  .section-1 {
    padding: 30px 0;
  }

  h2 {
    font-size: 28px;
  }

  .section-1 .container .section-1__col {
    max-width: 225px;
    margin-bottom: 20px;
  }

  .section-2 .container .row .section-2__price-box {
    max-width: 470px;
    margin-bottom: 20px;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-3 .container .row .col-lg-4 {
    max-width: 310px;
    margin-bottom: 15px;
  }

  .section-3 .container .row .col-lg-8 {
    max-width: 635px;
    margin-bottom: 15px;
  }

  .section-4 form {
    max-width: 400px;
  }

  .section-4 .container .row .section-4__title {
    font-size: 30px;
  }

  .section-4 .container .row .section-4__subtitle {
    font-size: 25px;
  }

  .section-5 .container .row .col-lg-6 {
    max-width: 470px;
    margin-bottom: 20px;
  }

  .section-5 .container .row .col-lg-6 .section-5__text {
    font-size: 23px;
  }

  .section-5 img {
    width: 100%;
  }

  .section-5 .container .row .col-lg-6 .section-5__img-box {
    width: 170px;
  }

  .section-6 .container .row .section-6__box-content {
    max-width: 470px;
    margin-bottom: 20px;
  }

  .section-6 .container .row .section-6__box-content .section-6__box-title {
    font-family: Montserrat-Medium,sans-serif;
    font-size: 23px;
    width: 332px;
  }

  .section-7 .container .row .col-lg-6 {
    margin-left: -20px;
    padding: 0 15px;
  }

  .section-8 .container .row .section-8__title {
    font-size: 28px;
  }

  .section-8 .container .row .col-lg-6 .section-8__phone {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .burger-container {
    display: flex;
    align-items: center;
    z-index: 100;
    position: fixed;
    height: 80px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .burger {
    display: block;
  }

  .header__nav {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 0;
    top: 75px;
    left: 0;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .header__nav .phone-block {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    text-align: center;
  }

  .header__nav .phone-block .phone__number {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .header__nav .city-options {
    display: block;
    width: 170px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
  }

  .header__nav .city-options .city-options__text {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .header__nav .city-options .city-options__select {
    position: relative;
  }

  .header__nav .city-options .city-options__select .select-arrow {
    border-color: transparent transparent #fff #fff;
  }

  .header__nav-active {
    height: 100vh;
  }

  .city-options,
  .phone-block {
    display: none;
  }

  .header__nav ul:nth-child(2) {
    margin-top: 10px;
  }

  .header__nav .phone-block .phone__number {
    display: block;
  }

  .phone-block .phone__number span {
    margin-right: 0;
    color: #fff;
  }

  .phone-block .phone__number button {
    margin-top: 5px;
  }

  .section-2 .container .row .section-2__price-box {
    max-width: 100%;
  }

  .section-3 .container .row .col-lg-4 {
    max-width: 352px;
  }

  .section-3 .container .row .col-lg-8 {
    max-width: 352px;
    margin-bottom: 15px;
  }

  .section-5 {
    padding: 30px 0;
  }

  .section-5 .container .row .col-lg-6 {
    max-width: 352px;
    margin-bottom: 15px;
    min-height: 218px;
  }

  .section-5 .container .row .col-lg-6 br {
    display: none;
  }

  .section-5__img-box {
    display: none;
  }

  .section-5 .container .row .col-lg-6 .section-5__text {
    font-size: 18px;
  }

  .section-5 .container .row .col-lg-6 .section-5__num {
    font-size: 40px;
  }

  .section-6 .container .row .section-6__box-content {
    max-width: 352px;
    min-height: 161px;
    margin-bottom: 15px;
  }

  .section-6 .container .row .section-6__box-content .section-6__box-title {
    font-size: 18px;
    width: 232px;
  }

  .section-6__box-sub-title {
    font-size: 14px;
  }

  .section-6 .container .row .section-6__box-content:nth-child(5) {
    max-width: 100%;
    width: 100%;
  }

  .section-6 .container .row .section-6__box-content:nth-child(5) .section-6__box-title {
    width: 100%;
  }

  .section-6 .container .row .section-6__box-content:nth-child(5) .section-6__box-title > br {
    display: none;
  }

  .section-6 .container .row .section-6__box-content:nth-child(6) {
    max-width: 100%;
    width: 100%;
  }

  .section-7 .container .row .section-7__img {
    width: 165px;
    height: 165px;
  }

  .section-7 .container .row .section-7__img img {
    width: 250px;
    left: -80px;
  }

  .section-7 .container .row .col-lg-6 {
    max-width: 72%;
    margin-bottom: 30px;
  }

  .section-7 .container .row .col-lg-3:nth-child(1) {
    max-width: 179px;
    margin-bottom: -20px;
  }

  .section-7__director-appeal {
    font-size: 14px;
  }

  .section-7 .container .row .section-7__values {
    padding-left: 215px;
  }

  .section-8 {
    padding-bottom: 0;
  }

  .section-8 .container .row .col-lg-6 {
    margin-bottom: 30px;
  }

  .section-8 .map-responsive {
    position: relative;
    height: 300px;
    width: 100%;
  }

  footer .phone-block {
    display: block;
  }

  footer .phone-block .phone__number span {
    color: #000;
    margin-right: 15px;
  }
  .map-responsive-bottom{
    height: 260px;
  }
}

@media (max-width: 767px) {
  .header__nav {
    top: 66px;
  }
  .burger-container {
    height: 65px;
  }
  .container {
    max-width: 320px;
  }

  .logo-box {
    margin-right: 0;
  }

  .logo-box svg {
    width: 33px;
    height: 33px;
  }

  .logo-box .logo-text {
    line-height: 14px;
  }

  .logo-box .logo-text div {
    font-size: 14px;
  }

  header nav ul li a {
    font-size: 14px;
  }

  .banner-container {
    margin-top: 66px;
    padding: 40px 15px 30px 15px;
    background: #35465a;
  }

  .banner-container .container .banner__content h1 {
    font-size: 22px;
    text-align: center;
  }

  .banner-container .container .banner__content ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .banner-container .container .banner__form .banner__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .banner-container .col-lg-6:first-child {
    margin-bottom: 30px;
  }

  .banner-container .container .banner__form {
    padding: 15px 15px;
  }

  .banner-container .container .banner__form form {
    display: block;
  }

  .banner-container .container .banner__form form input {
    margin-bottom: 10px;
  }

  .banner-container .container .banner__form form input,
  .banner-container .container .banner__form form button {
    width: 100%;
  }

  .banner-container .container .banner__content h1 {
    margin-bottom: 40px;
  }

  .section-1 {
    padding: 20px 0;
  }

  .section-1 .row {
    margin: 0;
  }

  .section-1 .container .section-1__col {
    max-width: 140px;
    margin-bottom: 9px;
  }

  h2 {
    font-size: 23px;
  }

  .section-1 .container .section-1__col svg {
    width: 30px;
    height: 30px;
  }

  .section-1 .container .section-1__col {
    font-size: 14px;
  }

  .section-2 .container .row .section-2__price-box {
    min-height: 60px;
    margin-bottom: 10px;
  }

  .section-2 .row,
  .section-5 .row,
  .section-6 .row,
  .section-8 .row {
    margin: 0 .1px;
  }

  .section-2 .container .row .section-2__price-box .price {
    font-size: 14px;
    border-radius: 0;
  }

  .service {
    font-size: 14px;
    width: 90%;
    padding: 10px 15px;
  }

  .section-3 .container .row {
    margin: 0;
  }

  .section-4 .row {
    margin: 0;
  }

  .section-3 .container .row .col-lg-4 {
    padding: 20px;
  }

  .section-4 .container .row .section-4__title {
    font-size: 20px;
    text-align: center;
  }

  .section-4 .container .row .section-4__subtitle {
    font-size: 18px;
    text-align: center;
  }

  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-4 .container .row form input {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  form button {
    max-width: 100%;
    margin: 0;
  }

  .section-5 .container .row .col-lg-6 {
    padding: 20px;
  }

  .section-6 .container .row .section-6__box-content {
    padding: 20px;
  }

  .section-6 .container .row .section-6__box-content .section-6__box-icon {
    display: none;
  }

  .section-7 .container .row .section-7__img {
    height: 215px;
  }

  .section-7 .container .row .col-lg-3:nth-child(1) {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-7__img {
    text-align: center;
  }

  .section-7__img img {
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
  }

  .section-7 .container .section-7__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-7 .container .row .col-lg-6 {
    max-width: 100%;
    margin-left: 0;
  }

  .section-7 .container .row .col-lg-6 .director-name-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-responsive-bottom{
      height: 160px;
  }

  .section-7 .container .row .col-lg-6 .director-name {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .section-7 .container .row .col-lg-6 .director-position {
    margin-bottom: 15px;
  }

  .section-7__img img {
    position: relative;
    left: -110px;
    width: 332px;
  }

  .section-7 .container .row .section-7__img {
    overflow: inherit;
  }

  .section-7 .container .row .section-7__img img {
    left: 0;
    width: 90%;
  }

  .section-7 .container .row .section-7__img {
    width: 100%;
  }

  .section-7 .container .section-7__title {
    text-align: left;
  }

  .section-7 .container .row .col-lg-3:nth-child(1) {
    margin-bottom: 0;
  }

  .section-7 .container .row .section-7__values {
    padding: 0 15px;
    font-size: 16px;
  }

  .section-7 .container .row .col-lg-6 {
    margin-bottom: 20px;
  }

  .section-8 .container .row .section-8__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section-8 .container .row .col-lg-6 .section-8__phone {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .section-8 .container .row .col-lg-6 form input {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .section-8 .container .row .col-lg-6 form input::-webkit-input-placeholder {
    text-align: center;
  }

  .section-8 .container .row .col-lg-6 form input::-moz-placeholder {
    text-align: center;
  }

  .section-8 .container .row .col-lg-6 form input:-ms-input-placeholder {
    text-align: center;
  }

  .section-8 .container .row .col-lg-6 form input::-ms-input-placeholder {
    text-align: center;
  }

  .section-8 .container .row .col-lg-6 form input::placeholder {
    text-align: center;
  }

  .section-8 .map-responsive {
    height: 230px;
  }

  .section-8 .container .row .col-lg-6 {
    margin-bottom: 40px;
  }

  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  footer ul li {
    text-align: center;
    font-size: 14px;
  }

  footer .footer__nav {
    padding: 20px 0;
  }

  footer .header__logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  footer .logo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  footer .logo-box svg {
    margin-right: 0;
  }

  footer .logo-img {
    margin-bottom: 10px;
  }

  footer .phone-block {
    margin: 0 auto;
  }

  footer .phone-block .phone__number span {
    margin-right: 0;
  }

  footer .phone-block .phone__number {
    flex-direction: column;
    text-align: center;
  }

  footer .footer__confidentiality, footer .footer__information{
      text-align: center;
  }

  .popup {
    width: 90%;
  }

  .popup .form__descr {
    font-size: 12px;
  }

  .popup__sub-title {
    text-align: center;
  }

  .popup .popup__title {
    font-size: 23px;
  }

  .popup__sub-title {
    font-size: 14px;
  }
}

.heroscreen__input {
  width: 100%;
}
