html {
  overflow-x: hidden; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
body {
  font-family: Montserrat, sans-serif; }

.container {
  width: 1295px;
  margin: auto; }

.btn-hov:hover {
  cursor: pointer;
  box-shadow: 0 0 10px #ffa300; }

header {
  position: fixed;
  width: 100%;
  height: 64px;
  background: rgba(229, 242, 255, 0.91);
  z-index: 9; }

.nav {
  height: 54px;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .nav a {
    color: #333333;
    margin: 0 7px; }

.logo-cont {
  height: 54px; }
  .logo-cont img {
    height: 54px; }

.logo-cont-icon {
  display: none; }

.menu {
  align-self: center; }
  .menu a {
    height: 102px; }

.contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .contacts div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 40px;
    color: #e5f2ff;
    font-size: 1.125rem;
    font-weight: 600;
    background: #ffa300; }

.menu-icon {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0; }

.drop-down-menu-icon-show {
  display: none;
  justify-self: right;
  align-self: center;
  margin: 0 15px; }

.cont-drop-down-menu-icon {
  display: flex;
  justify-content: flex-end; }

.drop-down-menu-icon-hide {
  margin: 0 15px 15px; }

.drop-down-menu {
  position: fixed;
  right: -300px;
  top: 0;
  width: 200px;
  background: #e5f2ff;
  padding: 25px;
  font-size: 1.25rem;
  font-weight: 600;
  z-index: 20; }
  .drop-down-menu a {
    color: #333333;
    margin: 7px; }

.dark-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 17;
  display: none; }

.logo-cont-drop {
  width: 100%; }
  .logo-cont-drop img {
    width: 100%; }

.menu-drop {
  display: flex;
  flex-direction: column;
  margin: 25px 0; }

.contacts-drop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .contacts-drop div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #e5f2ff;
    font-size: 1.125rem;
    font-weight: 800;
    background: #ffa300; }

.main-pic {
  height: 881px;
  background: url("../img/bg-1-conds.jpg") no-repeat center;
  background-size: cover; }
  .main-pic .container {
    position: relative; }
  .main-pic .man {
    display: block;
    position: relative;
    top: 205px; }
  .main-pic .man-mob {
    display: none; }
  .main-pic .banner {
    width: 767px;
    height: 404px;
    position: absolute;
    right: 0;
    top: 288px;
    background: linear-gradient(-45deg, transparent 75px, rgba(89, 154, 230, 0.89) 0);
    border-left: 4px solid #ffb229; }

.btn {
  width: 224px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-45deg, transparent 17px, #ffa300 0);
  font-size: 1.125rem;
  margin-top: 30px; }

.banner-content {
  color: #ffffff;
  margin: 34px auto 34px 52px; }
  .banner-content .title-text {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.25; }
    .banner-content .title-text .string2 {
      font-size: 2.5rem; }
      .banner-content .title-text .string2 span {
        color: #ffb229;
        text-transform: uppercase; }
  .banner-content .desc-banner {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px; }

.text-block {
  box-shadow: 0 0 20px rgba(103, 162, 231, 0.1);
  background: #ffffff;
  padding: 103px 18px 0px; }

.service-cond {
  background-color: #fafcfe;
  padding-top: 60px; }
  .service-cond .price {
    background: linear-gradient(160deg, transparent 100px, #e5f2ff 0), linear-gradient(-160deg, transparent 100px, #e5f2ff 0); }
  .service-cond .out {
    background: rgba(89, 154, 230, 0.15); }
  .service-cond .middle {
    background: rgba(89, 154, 230, 0.89); }
  .service-cond .text-block {
    height: 555px; }

.service-vent {
  padding-top: 60px; }
  .service-vent .price {
    background: linear-gradient(160deg, transparent 100px, #fef2df 0), linear-gradient(-160deg, transparent 100px, #fef2df 0); }
  .service-vent .out {
    background: rgba(251, 172, 28, 0.16); }
  .service-vent .middle {
    background: rgba(255, 163, 0, 0.89); }
  .service-vent .text-block {
    height: 645px; }

.price {
  height: 155px;
  position: relative;
  top: -125px;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .price span {
    margin-bottom: 40px;
    color: #142536;
    font-size: 1.25rem;
    font-weight: 700; }

.title {
  font-size: 2.8125rem;
  text-align: center;
  color: #142536;
  font-weight: 700; }

.blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(644px, 1fr)); }

.blocks-2 {
  display: flex;
  justify-content: space-around; }

.info-block {
  width: 278px; }
  .info-block .out {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    position: relative;
    top: 81px;
    left: 58px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .info-block .middle {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center; }

.title-block {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase; }

.list ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .list ul li {
    padding-top: 20px;
    margin-top: 10px;
    background: url("../img/tick.png") no-repeat center 5px;
    text-align: center; }

.extra-text {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.125rem; }

.extra2-text {
  text-align: center;
  margin-top: 30px;
  font-size: 1.125rem; }

.cooperation {
  background: #e5f2ff;
  padding-top: 60px;
  padding-bottom: 100px; }
  .cooperation .dop-cont-table {
    display: flex;
    justify-content: center; }
  .cooperation .micro-table {
    display: none; }
  .cooperation .red-sent {
    color: #c30007; }
  .cooperation table {
    margin-top: 100px;
    border-collapse: collapse; }
    .cooperation table td, .cooperation table th {
      width: 258px;
      background: #fff;
      border: 2px solid #e5f2ff;
      text-align: center;
      vertical-align: middle;
      padding: 10px 20px;
      box-shadow: 0 0 20px rgba(103, 162, 231, 0.1);
      font-weight: 400; }
    .cooperation table td, .cooperation table th:first-child {
      width: auto;
      max-width: 228px; }
    .cooperation table th {
      height: 34px;
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase; }
    .cooperation table td {
      height: 70px; }
    .cooperation table td:first-child {
      background: #fafcfe;
      font-weight: 500; }
    .cooperation table th:first-child {
      background: none;
      box-shadow: none; }
    .cooperation table .eco {
      background: #8bbdf8; }
    .cooperation table .standard {
      background: #599ae6; }
    .cooperation table .vip {
      background: #ffa300; }

.relationship {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  background: #000;
  background: url("../img/bg-relationships.png") no-repeat center bottom; }

.title-reviews {
  color: #142536;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 75px 150px; }

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

.reviews .review-block {
  width: 232px;
  height: 232px;
  margin-top: 50px; }
.reviews .up {
  display: flex;
  justify-content: space-around; }
.reviews .down {
  display: flex;
  margin: 0 174px;
  justify-content: space-around; }

.review-block {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .review-block .text {
    text-align: center;
    font-weight: 400;
    font-size: 1.125rem; }
  .review-block .cont-pict {
    padding: 18px;
    margin: 20px 0;
    background: linear-gradient(-45deg, transparent 15px, #599ae6 0); }

.about-us {
  height: 624px;
  background: url("../img/bg-about.jpg") no-repeat center; }

.about-text {
  width: 508px;
  height: 424px;
  padding: 100px 70px;
  color: #fff; }
  .about-text .title-about {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem; }
  .about-text .desc-about {
    margin-top: 50px;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 2.5rem; }

.dop-cont-about {
  width: inherit;
  position: absolute; }

.form {
  width: 418px;
  height: 592px;
  background: linear-gradient(-45deg, transparent 24px, #ffffff 0);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -34px;
  right: 70px;
  padding: 46px 46px;
  display: none;
  flex-direction: column;
  align-items: stretch;
  text-align: center; }
  .form .btn {
    align-self: center;
    margin-top: 60px; }
  .form .title-form {
    font-size: 1.875rem;
    font-weight: 700; }
  .form .desc-form {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 50px; }
  .form input {
    height: 26px;
    border: 2px solid #599ae6;
    margin-top: 40px;
    padding: 10px 15px; }

.footer-v2 {
  background: #333333;
  color: #fff;
  padding: 50px 0;
  font-size: 1.125rem; }
  .footer-v2 a, .footer-v2 i {
    color: #ffffff; }
  .footer-v2 .dop-container {
    display: flex;
    justify-content: space-around;
    min-height: 300px; }
  .footer-v2 .menu-footer {
    display: flex;
    flex-direction: column;
    width: 22%; }
    .footer-v2 .menu-footer .info-text {
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 30px; }
    .footer-v2 .menu-footer a {
      margin: 8px; }
    .footer-v2 .menu-footer img {
      width: 100%;
      margin-bottom: 25px; }
  .footer-v2 .map {
    width: 40%;
    min-height: 300px; }
    .footer-v2 .map iframe {
      width: 100%;
      height: 100%; }
  .footer-v2 .contacts-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    width: 22%; }
  .footer-v2 .socNet {
    display: flex;
    justify-content: space-around; }
    .footer-v2 .socNet img {
      width: 60px;
      height: 60px; }
  .footer-v2 .containerNambers i {
    margin-right: 5px; }

.bitrix-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden; }
  .bitrix-form .bitrix-form-container {
    position: absolute; }
    .bitrix-form .bitrix-form-container .close-form {
      width: 30px;
      height: 30px;
      background: #c30007;
      border: 2px solid #000000;
      border-radius: 50%;
      position: absolute;
      right: -17px;
      top: -17px; }
    .bitrix-form .bitrix-form-container .close-form:hover {
      cursor: pointer; }
    .bitrix-form .bitrix-form-container .close-form:before, .bitrix-form .bitrix-form-container .close-form:after {
      position: absolute;
      left: 15px;
      top: 3px;
      content: ' ';
      height: 24px;
      width: 2px;
      background-color: #333; }
    .bitrix-form .bitrix-form-container .close-form:before {
      transform: rotate(45deg); }
    .bitrix-form .bitrix-form-container .close-form:after {
      transform: rotate(-45deg); }

@media (max-width: 1295px) {
  .container {
    width: 100%; }

  .nav {
    font-size: 1rem; }

  .contacts div {
    font-size: 1rem; }

  .man {
    left: -250px; }

  .service-br {
    visibility: visible; }

  .banner {
    width: 767px;
    height: 404px;
    position: absolute;
    right: 0;
    top: 288px;
    background: linear-gradient(-45deg, transparent 75px, rgba(89, 154, 230, 0.89) 0);
    border-left: 4px solid #ffb229; }

  .banner-content {
    color: #ffffff;
    margin: 34px auto 34px 52px; }
    .banner-content .title-text {
      font-size: 1.875rem;
      font-weight: 700;
      letter-spacing: 0.1rem;
      line-height: 1.25; }
      .banner-content .title-text .string2 {
        font-size: 2.5rem; }
    .banner-content .desc-banner {
      font-size: 1.25rem;
      font-weight: 400;
      text-transform: uppercase;
      margin-top: 40px; }

  .about-text {
    padding: 100px 50px; }

  .form {
    width: 350px;
    height: 480px;
    top: 25px;
    right: 25px;
    padding: 40px 25px; }

  .footer-v2 {
    padding: 50px 0 150px; } }
@media (max-width: 980px) {
  .menu {
    display: none; }

  .drop-down-menu-icon-show {
    display: block; }

  .form {
    display: none; }

  .main-pic .banner {
    width: 646px;
    top: 477px; }

  .banner-content {
    margin: 24px auto 24px 32px; }

  .cooperation table td, .cooperation table th {
    padding: 10px 6px; } }
@media (max-width: 600px) {
  .logo-cont {
    display: none; }

  .logo-cont-icon {
    display: block;
    height: 100%; }
    .logo-cont-icon img {
      height: 100%; }

  .contacts a {
    font-size: 1.25rem;
    padding-bottom: 5px; }

  .main-pic {
    height: 672px;
    background: url("../img/bg-1-conds-mob.png") no-repeat;
    background-position-y: 100%;
    background-size: contain; }
    .main-pic .man {
      display: none; }
    .main-pic .man-mob {
      display: block;
      position: absolute;
      top: 320px;
      right: 0;
      z-index: 7; }
    .main-pic .banner {
      width: 100%;
      height: auto;
      position: absolute;
      right: 0;
      top: 64px;
      border-left: none;
      border-top: 4px solid #ffb229;
      background: linear-gradient(-45deg, transparent 35px, #599ae6 0); }
    .main-pic .btn {
      width: 180px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(-45deg, transparent 17px, #ffa300 0);
      font-size: 1.125rem;
      font-weight: 800;
      margin-top: 30px; }

  .banner-content {
    margin: 15px 5px 30px 10px; }
    .banner-content .title-text {
      font-size: 1.375rem;
      font-weight: 600;
      letter-spacing: 0.05rem;
      line-height: 1.125; }
      .banner-content .title-text .string2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 15px 0; }
    .banner-content .desc-banner {
      font-size: 1.125rem;
      font-weight: 400;
      margin-top: 20px; }

  .title {
    font-size: 1.75rem;
    text-align: center;
    color: #142536;
    font-weight: 600; }

  .blocks {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

  .blocks-2 {
    flex-direction: column;
    align-items: center; }

  .text-block {
    padding: 103px 18px 120px; }

  .service-cond .text-block {
    height: auto; }

  .service-vent .text-block {
    height: auto; }

  .cooperation .dop-cont-table {
    display: none; }
  .cooperation .micro-table {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .title-reviews {
    font-size: 1.5rem;
    margin: 50px 50px; }

  .reviews .review-block {
    width: 232px;
    height: 232px;
    margin-top: 50px; }
  .reviews .up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around; }
  .reviews .down {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    justify-content: space-around; }

  .review-block {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .review-block .text {
      text-align: center;
      font-weight: 400;
      font-size: 1.125rem; }
    .review-block .cont-pict {
      padding: 18px;
      margin: 20px 0;
      background: linear-gradient(-45deg, transparent 15px, #599ae6 0); }

  .about-us {
    height: 400px; }

  .about-text {
    width: 94%;
    height: 300px;
    padding: 50px 3%; }
    .about-text .title-about {
      font-size: 1.5rem;
      line-height: 2rem;
      text-align: center; }
    .about-text .desc-about {
      font-size: 1.375rem;
      line-height: 1.75rem;
      text-align: center; }

  .footer-v2 .dop-container {
    display: flex;
    flex-direction: column;
    min-height: auto;
    align-items: center;
    padding: 10px; }
  .footer-v2 .menu-footer {
    display: flex;
    width: auto;
    margin: 0; }
    .footer-v2 .menu-footer a {
      display: flex;
      justify-content: center; }
    .footer-v2 .menu-footer img {
      width: 100%;
      max-width: 300px;
      margin-bottom: 25px; }
  .footer-v2 .map {
    width: 100%; }
    .footer-v2 .map iframe {
      width: 100%;
      height: 100%;
      min-height: 300px; }
  .footer-v2 .contacts-footer {
    align-items: center;
    width: auto;
    margin: 10px 0; }
  .footer-v2 .contact-foot-marg {
    margin: 8px;
	  text-align: center; } } 

/*# sourceMappingURL=index.css.map */