html, body {
  font-family: "Roboto", sans-serif;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1380px;
  }
}
.iti {
  width: 100%;
  display: block;
}

.page-heading-section {
  padding: 10px 0 25px 0;
}
.page-heading-section .page-breadcrumbs {
  color: #a3a2a2;
}
.page-heading-section .page-title {
  font-size: 28px;
  line-height: 1.23;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  max-width: 1160px;
  max-width: 960px;
}
@media (min-width: 992px) {
  .page-heading-section .page-title {
    font-size: 36px;
  }
}

.page-section.shaded {
  background: #eee;
}
.page-section .page-section-title {
  margin-bottom: 30px;
}
.page-section .section-title {
  color: #383838;
  max-width: 900px;
  margin: 0 auto 30px auto;
  padding: 0;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .page-section .section-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .page-section .section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 49px;
  }
}

.page-section-padded {
  padding: 30px 0;
}

.heading-title {
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .heading-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .heading-title {
    font-size: 30px;
    font-weight: 600;
  }
}

.default-btn {
  background-color: #0065aa;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 56px;
  padding: 18px 27px;
  line-height: 20px;
  border: none;
  margin: auto;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}
.default-btn:hover {
  background-color: #0056ff;
  color: #fff;
  text-decoration: none;
}

.reviews_and_map-block .map {
  height: 300px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .reviews_and_map-block .map {
    height: 700px;
    margin-top: 0;
  }
}

.advantages-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .advantages-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.advantages-list .item {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 26px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.advantages-list .item .title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #3b87e7;
  margin-bottom: 10px;
  font-weight: 800;
}
.advantages-list .item .content {
  line-height: 23px;
}

.faq_block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1.2;
}
.faq_block .faq_item {
  padding: 20px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.faq_block .faq_item .faq_question {
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.faq_block .faq_item .faq_question .faq_plus {
  font-weight: bolder;
  font-size: 20px;
}
.faq_block .faq_item .faq_answer {
  display: none;
  transition: all 2s ease;
  line-height: 23px;
}
.faq_block .faq_item .faq_answer.active {
  display: block;
}

.deep-map {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .deep-map {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .deep-map {
    height: 600px;
  }
}

.backgrounded-column {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.service-prices {
  font-size: 14px;
}
.service-prices .title-heading {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}
.service-prices .column {
  margin-bottom: 30px;
}
.service-prices .column-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.service-prices table {
  width: 100%;
  border-collapse: collapse;
}
.service-prices table tbody tr:nth-child(2n+1) {
  background: #f4f4f4;
}
.service-prices table tbody tr:hover {
  background: rgba(90, 185, 255, 0.0901960784);
}
.service-prices table tbody td {
  padding: 12px 16px;
  border: 1px solid #e8e9eb;
}
.service-prices table thead th {
  padding: 12px 16px;
  border: 1px solid #e8e9eb;
}
.service-prices table thead th {
  text-align: center;
  background-color: #0056ff;
  color: #fff;
}
.service-prices table thead th.prtd {
  width: 118px;
}

.additional-services-section {
  display: none;
}
@media (min-width: 576px) {
  .additional-services-section {
    display: block;
  }
}

.additional-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.additional-services-list .item {
  display: flex;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: #0056ff;
  background-color: #fff;
}
.additional-services-list .item:hover {
  color: #fff;
  background-color: #0056ff;
}

.cityList-block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cityList-block .list {
  width: 100%;
  z-index: 1;
}
.cityList-block .mappic {
  position: absolute;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cityList-block .mappic {
    position: relative;
    display: block;
    width: 32%;
    opacity: 1;
  }
}
.cityList-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}
.cityList-block ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
}
@media (min-width: 992px) {
  .cityList-block ul li {
    font-size: 16px;
  }
}
.cityList-block ul li a {
  color: #0065aa;
  text-decoration: underline;
}

.pretty-desc {
  line-height: 24px;
}
.pretty-desc p {
  line-height: 24px;
  margin-bottom: 8px;
}
.pretty-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pretty-desc ul li {
  line-height: 24px;
  margin-bottom: 8px;
}

.rbanner-section {
  background-color: #4c5762 !important;
  margin: 30px 0;
}
.rbanner-section .rbanner {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .rbanner-section .rbanner {
    flex-direction: row;
  }
}
.rbanner-section .rbanner .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .rbanner-section .rbanner .text {
    text-align: left;
    font-size: 30px;
  }
}
.rbanner-section .rbanner button {
  display: block;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.55;
  color: #2f2519;
  text-align: center;
  transition: border-color 0.3s linear;
  cursor: pointer;
  outline: none;
  border: 0;
  background: #ff9e00;
}
.rbanner-section .rbanner button:hover {
  background: #d78d14;
}

.get-promocode {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.get-promocode img {
  width: 100%;
}

.promocode-form .promo-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.promocode-form .promocode-block {
  border-radius: 6px;
  display: none;
  flex-direction: column;
  margin: 20px auto;
  text-align: center;
  gap: 10px;
  max-width: 300px;
  padding: 10px;
  background: #eee;
}
.promocode-form .promocode-block .promocode {
  margin-top: 10px;
  font-size: 150%;
  font-weight: 700;
}

.wrapable-description {
  position: relative;
}
.wrapable-description .wrapped {
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  transition: all 2.5s ease-in-out;
}
.wrapable-description .wrapped.wrapped-200 {
  height: 200px;
  max-height: 200px;
}
.wrapable-description .wrapped .shader {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
}
.wrapable-description .controls {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.wrapable-description .controls .control {
  padding: 5px 10px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}
.wrapable-description .controls .control:hover {
  background: #e1e0e0;
}
.wrapable-description .controls .control.control-show {
  display: block;
}
.wrapable-description .controls .control.control-hide {
  display: none;
}
.wrapable-description.opened .wrapped {
  height: auto;
  max-height: none;
}
.wrapable-description.opened .wrapped.wrapped-200 {
  height: auto;
  max-height: none;
}
.wrapable-description.opened .wrapped .shader {
  height: 0;
}
.wrapable-description.opened .controls .control.control-show {
  display: none;
}
.wrapable-description.opened .controls .control.control-hide {
  display: block;
}

.headed-block .image {
  width: 100%;
}
.headed-block .description .wrapped {
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  transition: all 2.5s ease-in-out;
}
@media (min-width: 768px) {
  .headed-block .description .wrapped {
    height: 200px;
    max-height: 200px;
  }
}
.headed-block .description .wrapped .shader {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
}
.headed-block .description.opened .wrapped {
  height: auto;
  max-height: none;
}
.headed-block .description.opened .wrapped .shader {
  height: 0;
}
.headed-block .description .cntrl-show {
  background: #0056ff;
  border: 1px solid #0056ff;
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.headed-block .description .cntrl-show:hover {
  background: #0065aa;
}
.headed-block .button {
  background: #f79f24;
  border: 1px solid #f79f24;
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.headed-block .button:hover {
  background: #ab772e;
  border: 1px solid #ab772e;
}
.headed-block .data {
  min-height: 200px;
}
.headed-block .title {
  background: #0056ff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  .headed-block .title {
    font-size: 22px;
  }
}
.headed-block .price {
  color: #0056ff;
  font-weight: 700;
  margin: 10px 0;
  font-size: 1.2em;
}
.headed-block .options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.headed-block .options li {
  margin-bottom: 8px;
}
.headed-block .light {
  color: #f79f24;
  font-weight: 700;
}
.headed-block .row {
  margin: 0;
  border: 1px solid #d9d9d9;
  padding: 20px;
}
.headed-block .row .col-md-4:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .headed-block .row .col-md-4:not(:first-child) {
    margin-top: 0px;
  }
}

.designed-form .inlined-checkbox {
  margin-top: 10px;
}
.designed-form .styled-check {
  position: relative;
  padding-left: 25px;
  margin-right: 12px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
}
.designed-form .styled-check .checkbox {
  display: none;
}
.designed-form .styled-check .checkbox:checked + .checker {
  display: block;
}
.designed-form .styled-check .checker {
  display: none;
  width: 16px;
  height: 16px;
  text-align: center;
  top: 1px;
  left: -1px;
  position: absolute;
  color: #0089ce;
}
.designed-form .styled-check::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  cursor: pointer;
  background-color: white;
}
.designed-form .button-content {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}

.header {
  padding: 16px 0;
  background: #f6f9fd;
  border-bottom: 1px solid #eee;
}

.header-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  line-height: 1.2;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header-line {
    flex-direction: row;
    gap: 30px;
  }
}
.header-line .marker .marker-icon {
  font-size: 20px;
  border: 1px solid #000;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-line .marker.marker-map .marker-icon {
  color: #0056ff;
  border: 1px solid #0056ff;
}
.header-line .marker.marker-whatsapp .marker-icon {
  color: #25d366;
  border: 1px solid #25d366;
}
@media (min-width: 992px) {
  .header-line .logo-block {
    flex-grow: 1;
  }
}
.header-line .logo-block .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .header-line .logo-block .logo {
    justify-content: start;
  }
}
.header-line .logo-block .logo .img {
  height: 40px;
}
.header-line .logo-block .logo .companyname {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #0056ff;
}
.header-line .logo-block .logo .slogan {
  color: #000;
  margin-top: 3px;
}
.header-line .geo-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 576px) {
  .header-line .geo-cont {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .header-line .geo-cont {
    gap: 30px;
  }
}
.header-line .geo-cont .geo-block {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .header-line .geo-cont .geo-block {
    align-items: center;
  }
}
.header-line .geo-cont .geo-block .address {
  white-space: nowrap;
}
.header-line .geo-cont .contact-block {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .header-line .geo-cont .contact-block {
    align-items: center;
  }
}
.header-line .geo-cont .contact-block .phones .phone {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  display: block;
  white-space: nowrap;
  text-align: right;
}
.header-line .geo-cont .contact-block .phones .schedule {
  font-size: 14px;
  color: #a9a9a9;
  text-align: center;
}
.header-line .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (min-width: 576px) {
  .header-line .buttons {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .header-line .buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.header-line .buttons .hbtn {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.header-line .buttons .hbtn.hbtn-calc {
  background: #f79f24;
  border: 1px solid #f79f24;
  color: #fff;
}
.header-line .buttons .hbtn.hbtn-calc:hover {
  background: #ab772e;
  border: 1px solid #ab772e;
}
.header-line .buttons .hbtn.hbtn-call {
  background: #0065aa;
  border: 1px solid #0065aa;
  color: #fff;
}
.header-line .buttons .hbtn.hbtn-call:hover {
  background: #0056ff;
  border: 1px solid #0056ff;
}
.header-line .menu_toggle {
  width: 25px;
  height: 25px;
  min-width: 25px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .header-line .menu_toggle {
    display: none;
  }
}
.header-line .menu_toggle .menu_toggle-closed,
.header-line .menu_toggle .menu_toggle-opened {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s, transform 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  display: flex;
  align-items: center;
}
.header-line .menu_toggle .menu_toggle-closed {
  transform: scale(1);
  opacity: 1;
}
.header-line .menu_toggle .menu_toggle-opened {
  transform: scale(0);
  opacity: 0;
}
.header-line .menu_toggle.opened .menu_toggle-closed {
  transform: scale(0);
  opacity: 0;
}
.header-line .menu_toggle.opened .menu_toggle-opened {
  transform: scale(1);
  opacity: 1;
}

/*
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
    flex-direction: column;

    @media (min-width: 768px){
        flex-direction: row;
    }

    .logo-block {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        gap: 5px;
        flex-direction: column;

        @media (min-width: 768px){
            max-width: 60%;
            border-right: 1px solid #EAEBEA;
            flex-direction: row;
            gap: 15px;
        }

        @media (min-width: 992px){
            max-width: 50%;
            flex-wrap: nowrap;
        }

        .logo {
            font-weight: bold;
            font-size: 20px;
            line-height: 1;
            display: flex;
            align-items: center;
            gap: 6px;
            color: $base-color;

            .img {
                height: 40px;
            }
        }

        .companyname {

            @media (min-width: 500px){
                display: block;
            }
        }

        .slogan {

            max-width: 100%;
            color: #000000;

            @media (min-width: 768px){
                max-width: 50%;
                color: #a9a9a9;
            }

            @media (min-width: 992px){
                display: block;
            }
        }
    }

    .additional {
        display: none;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        border-right: 1px solid #EAEBEA;
        padding: 0 10px;
        flex: 1 1 auto;

        @media (min-width: 992px){
            display: flex;
        }

        .short-text {
            display: none;
            max-width: 50%;
            color: #1B1B1B;

            @media (min-width: 1200px){
                display: block;
            }
        }

        .link-calc {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 7px;
            color: $base-color-dark;
            max-width: 192px;

            .icon {
                font-size: 25px;
            }
            .text {
                font-size: 14px;
                line-height: 17px;                
                border-bottom: 1px dashed $base-color-dark;
            }
        }
    }

    .contacts {
        flex: 1 1 auto;
        justify-content: flex-end;
        display: flex;
        gap: 20px;
        text-align: center;
        flex-direction: column;

        @media (min-width: 576px){
            flex-direction: row;
        }

        .address {
            white-space: nowrap;
        }

        .phone-block {

            .phone {
                font-weight: 600;
                font-size: 20px;
                color: #000;
                display: block;
                white-space: nowrap;
                text-align: right;
            }
            .phone span {
                margin-left: 5px;
            }
            .schedule {
                font-size: 14px;
                color: #a9a9a9;
                text-align: center;
            }
        }

        .second-line {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-top: 5px;
            white-space: nowrap;

            .call {
                text-align: center;
                padding: 5px;
                display: inline-block;
                border-radius: 3px;
                background: $base-color-dark;
                color: #fff;
            }
        }



    }

}

.sub-header {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    background: #f6f9fd;

    @media (min-width: 992px){
        display: none;
    }
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;


    .menu_toggle {

        width: 25px;
        height: 25px;
        min-width: 25px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;

        .menu_toggle-closed,
        .menu_toggle-opened {
            width: 24px;
            height: 24px;
            transition: opacity .3s,transform .3s;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -12px;
            margin-left: -12px;
            display: flex;
            align-items: center;
        }

        .menu_toggle-closed {
            transform: scale(1);
            opacity: 1;
        }

        .menu_toggle-opened {
            transform: scale(0);
            opacity: 0;
        }

        &.opened .menu_toggle-closed {
            transform: scale(0);
            opacity: 0;
        }

        &.opened .menu_toggle-opened {
            transform: scale(1);
            opacity: 1;
        }
    }

    .additional {
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
        padding: 0 10px;
        display: flex;

        .short-text {
            display: none;
            max-width: 50%;
            color: #1B1B1B;

            @media (min-width: 500px){
                display: block;
            }
        }

        .link-calc {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 7px;
            color: $base-color-dark;
            max-width: 192px;
            padding-left: 10px;
            border-left: 1px solid #eee;

            .icon {
                font-size: 25px;
                display: flex;
                align-items: center;
            }
            .text {
                font-size: 14px;
                line-height: 17px;                
                border-bottom: 1px dashed $base-color-dark;

                @media (min-width: 576px){
                    display: none;
                }
            }
            .text-long {
                display: none;

                @media (min-width: 576px){
                    display: block;
                }
            }
        }
    }
}*/
.footer {
  /*background-image: url('../img/bg_min.jpg');*/
  background-color: #0065aa;
  padding: 24px 0 38px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .footer-contacts .phone {
  font-weight: 700;
  font-size: 22px;
}

.navigation {
  background: #fff;
  display: none;
}
.navigation .mob-heading {
  position: fixed;
  height: 40px;
  background: #fff;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px solid #eee;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .navigation .mob-heading {
    display: none;
  }
}
.navigation.mobop {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .navigation {
    display: block;
    background-color: #0065aa;
  }
}
.navigation .navigation-menu {
  position: relative;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .navigation .navigation-menu {
    margin-top: 0;
  }
}
.navigation .navigation-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .navigation .navigation-menu ul {
    display: flex;
    justify-content: space-between;
  }
  .navigation .navigation-menu ul ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .navigation .navigation-menu ul ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .navigation .navigation-menu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  }
}
.navigation .navigation-menu .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.navigation .navigation-menu .menu-item a {
  display: block;
  position: relative;
  color: #1b5773;
  line-height: 40px;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 992px) {
  .navigation .navigation-menu .menu-item a {
    font-size: 16px;
    color: #fff;
  }
}
.navigation .navigation-menu .menu-item .menu-toggler {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .navigation .navigation-menu .menu-item .menu-toggler {
    display: none;
  }
}
.navigation .navigation-menu .menu-item.opened .menu-toggler {
  transform: rotate(90deg);
}
.navigation .navigation-menu .submenu {
  display: none;
  margin-left: 20px;
}
.navigation .navigation-menu .submenu a {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .navigation .navigation-menu .submenu a {
    color: #000;
  }
}
@media (min-width: 992px) {
  .navigation .navigation-menu .submenu {
    gap: 15px;
    position: absolute;
    left: 0;
    z-index: 5;
    width: auto;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
    background: #fff;
    margin: 0;
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    display: block;
  }
  .navigation .navigation-menu .submenu li:hover > .menu-item > a {
    color: #0056ff;
  }
}

.popular-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .popular-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .popular-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1100px) {
  .popular-services-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .popular-services-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.popular-services-grid .item .pic {
  padding: 25px;
  border: 1px solid rgba(15, 132, 208, 0.1411764706);
  transition: all 0.3s ease;
  border-radius: 3px;
  background: linear-gradient(to top, rgba(231, 231, 231, 0.631372549), #ffffff);
  text-align: center;
}
@media (min-width: 992px) {
  .popular-services-grid .item .pic {
    padding: 10px;
  }
}
.popular-services-grid .item .pic img {
  max-width: 100%;
}
.popular-services-grid .item .pic:hover {
  background: #fff;
}
.popular-services-grid .item .name {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}

.projects-slider {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .projects-slider .slick-slide {
    margin: 0 27px;
  }
}
@media (min-width: 480px) {
  .projects-slider .slick-list {
    margin: 0 -27px;
  }
}
.projects-slider .project {
  max-height: 300px;
  height: 300px;
}
.projects-slider .project .pic {
  position: relative;
  background: #0056ff;
  height: 100%;
}
.projects-slider .project .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.projects-slider .project .pic .name {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #000;
  font-size: 20px;
  padding: 0 19px 15px;
}
@media (min-width: 576px) {
  .projects-slider .project .pic .name {
    font-size: 24px;
    padding: 0 29px 25px;
  }
}
@media (min-width: 992px) {
  .projects-slider .project .pic .name {
    font-size: 28px;
    padding: 0 55px 44px 30px;
  }
}
.projects-slider .project:hover .pic img {
  opacity: 0.1;
}
.projects-slider .prev,
.projects-slider .next {
  line-height: 40px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.projects-slider .prev {
  left: -10px;
}
.projects-slider .next {
  right: -10px;
}

.greeteng {
  background-image: url("../img/greeteng.webp");
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.greeteng .background-overlay {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(135deg, #07689F 17%, rgba(25, 25, 25, 0.7215686275) 100%);
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.greeteng .container {
  z-index: 1;
  position: relative;
}
.greeteng .content {
  padding: 40px 0px 40px 0px;
}
@media (min-width: 768px) {
  .greeteng .content {
    padding: 40px 0px 90px 0px;
  }
}
.greeteng .content .title {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .greeteng .content .title {
    font-size: 70px;
    text-align: left;
  }
}
.greeteng .content .sub-title {
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  font-weight: 300;
  text-shadow: 2px 2px 2px #000000;
}
@media (min-width: 768px) {
  .greeteng .content .sub-title {
    font-size: 45px;
    text-align: left;
  }
}
.greeteng .wave svg {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  transform: translateX(-50%) rotateY(180deg);
}
@media (min-width: 768px) {
  .greeteng .wave svg {
    height: 100px;
  }
}
.greeteng .wave svg path {
  fill: #ffffff;
}
.greeteng .blocks-line {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 25px 0px 15px 0px;
}
@media (min-width: 992px) {
  .greeteng .blocks-line {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.greeteng .blocks-line .block {
  background-color: rgba(0, 60, 94, 0.75);
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 10px 10px 10px;
  color: white;
  display: flex;
  align-items: center;
}
.greeteng .blocks-line .block .icon {
  width: 50px;
  margin-right: 15px;
  min-width: 50px;
  font-size: 50px;
}
.greeteng .blocks-line .block .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.greeteng .blocks-line .block .desc {
  font-size: 15px;
  font-weight: 300;
}
.greeteng .buttons-line {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 25px 0px 15px 0px;
}
@media (min-width: 992px) {
  .greeteng .buttons-line {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.greeteng .buttons-line a {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
  padding: 15px 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  transition: background-color 0.2s ease-in-out;
}
.greeteng .buttons-line a:hover {
  background-color: rgba(0, 60, 94, 0.75);
}

.popular-services {
  padding: 40px 0;
}

.city-list-block {
  padding: 32px;
  background-color: #eee;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .city-list-block {
    margin-bottom: 0;
  }
}
.city-list-block .title {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.city-list-block .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.city-list-block .list .item {
  color: #000;
}
.city-list-block.closed .list .item:nth-child(n+15) {
  display: none;
}
.city-list-block .toggler {
  text-align: center;
  padding: 10px 0;
}
.city-list-block .cntrl {
  background: #0056ff;
  color: White;
  padding: 7px 10px;
  cursor: pointer;
}
.city-list-block .openbutton {
  display: none;
}
.city-list-block .closebutton {
  display: block;
}
.city-list-block.closed .openbutton {
  display: block;
}
.city-list-block.closed .closebutton {
  display: none;
}

.plan-section {
  background: url("../img/bg-1.jpg") center 0 no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.plan-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #234bc8;
  opacity: 0.65;
}

.plan-content {
  position: relative;
}
.plan-content .title {
  font-size: 26px;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (min-width: 576px) {
  .plan-content .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .plan-content .title {
    font-size: 30px;
    font-weight: 600;
  }
}
.plan-content .plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
}
@media (min-width: 576px) {
  .plan-content .plan-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .plan-content .plan-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.plan-content .plan-list .content-li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-content .plan-list .titletext {
  padding: 0;
  margin: 5px 0 0;
  font-size: 14px;
  text-align: center;
}
.plan-content .plan-list .image {
  height: 100px;
  width: 100px;
  background-image: url("../img/plan-icons.png");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.plan-content .plan-list .image.image-1 {
  background-position: 20px center;
}
.plan-content .plan-list .image.image-2 {
  background-position: -180px center;
}
.plan-content .plan-list .image.image-3 {
  background-position: -375px center;
}
.plan-content .plan-list .image.image-4 {
  background-position: -580px center;
}
.plan-content .plan-list .image.image-5 {
  background-position: -780px center;
}
.plan-content .plan-list .image.image-6 {
  background-position: -980px center;
}

.services-2 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px 15px;
}
@media (min-width: 576px) {
  .services-2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .services-2 .list {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 35px;
  }
}
.services-2 .list a {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s 0.3s;
}
.services-2 .list a .image {
  border: 3px solid transparent;
  height: 200px;
  width: 200px;
  -o-border-image: linear-gradient(to bottom right, #3db5ed 0%, #234bc8 100%);
     border-image: linear-gradient(to bottom right, #3db5ed 0%, #234bc8 100%);
  border-image-slice: 1;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s 0.1s;
  background-position: center;
  background-repeat: no-repeat;
}
.services-2 .list a .text {
  font-size: 18px;
  padding-top: 15px;
  text-align: center;
  color: #091333;
}
.services-2 .list a:hover .image {
  box-shadow: 0 10px 30px rgba(19, 18, 18, 0.31);
}
.services-2 .list a:hover .text {
  color: #0056ff;
}

/*
.poservs {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;

    @media (min-width: 768px){
        grid-template-columns: 1fr 1fr;
    }

    .colblock {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;

        .item {
            width: 40%;
            background: #F4F4F4;
            flex-grow: 1;
            height: 145px;
            border-radius: 12px;
            background-position: 120% 120%;
            background-position: 100% 100%;
            background-repeat: no-repeat;

            &:hover {
                background-color: #FBCF8D;
            }

            @media (min-width: 768px){
                height: 140px;
            }

            @media (min-width: 992px){
                height: 220px;
            }
        }


    }

    .colblock:nth-child(odd) {
        .item:nth-child(1) {
            width: 100%;

            @media (min-width: 768px){
                height: 190px;
            }

            @media (min-width: 992px){
                height: 340px;
            }
        }
    }

    .colblock:nth-child(even) {
        .item:nth-child(3) {
            width: 100%;

            @media (min-width: 768px){
                height: 190px;
            }

            @media (min-width: 992px){
                height: 340px;
            }
        }
    }
}
*/
.popular-services-block .popular-services3-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 30px;
  grid-template-columns: 1fr;
  display: grid;
}
@media (min-width: 768px) {
  .popular-services-block .popular-services3-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .popular-services-block .popular-services3-grid {
    display: flex;
  }
}
.popular-services-block .popular-services3-grid .item {
  position: relative;
  flex: 0 1 calc(25% - 23px);
  border-radius: 15px;
  overflow: hidden;
}
.popular-services-block .popular-services3-grid .item .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
.popular-services-block .popular-services3-grid .item .content .description {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  width: 100%;
  gap: 10px;
  font-size: 14px;
}
.popular-services-block .popular-services3-grid .item .content .price {
  margin: 0 0 20px 0;
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}
.popular-services-block .popular-services3-grid .item .content .title {
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
.popular-services-block .popular-services3-grid .item .content .order {
  display: block;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  color: #fa7d09;
  transition: color 0.3s linear;
}
.popular-services-block .popular-services3-grid .item .image {
  height: 200px;
}
.popular-services-block .popular-services3-grid .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.popular-services-block .popular-services3-grid .item:nth-child(-n+3) {
  flex: 0 1 calc(33.333% - 20px);
}
.popular-services-block .popular-services3-grid .item:nth-child(-n+3) .image {
  height: 300px;
}
.popular-services-block .popular-services3-grid .item:hover .content .order {
  color: #fff;
}
.popular-services-block .showall {
  display: block;
  border: 2px solid #0065aa;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.55;
  color: #2f2519;
  text-align: center;
  transition: border-color 0.3s linear;
  margin-top: 20px;
  cursor: pointer;
}

.page-projects .projects-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.page-projects .projects-list .project .pic {
  position: relative;
  background: #0056ff;
  height: 100%;
}
.page-projects .projects-list .project .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.page-projects .projects-list .project .pic .name {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #000;
  font-size: 20px;
  padding: 0 19px 15px;
}
@media (min-width: 576px) {
  .page-projects .projects-list .project .pic .name {
    font-size: 24px;
    padding: 0 29px 25px;
  }
}
@media (min-width: 992px) {
  .page-projects .projects-list .project .pic .name {
    font-size: 28px;
    padding: 0 55px 44px 30px;
  }
}

.page-actions .actions-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.page-actions .actions-list .action {
  position: relative;
}

.page-topic .topic-heading {
  padding-top: 18px;
  padding-bottom: 18px;
  background-position: 50%;
  background-size: cover;
}
@media (min-width: 992px) {
  .page-topic .topic-heading {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
.page-topic .topic-heading .topic-heading-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .page-topic .topic-heading .topic-heading-inside {
    flex-direction: row;
  }
}
.page-topic .topic-heading .topic-heading-inside .left-part {
  text-align: center;
}
@media (min-width: 992px) {
  .page-topic .topic-heading .topic-heading-inside .left-part {
    width: 50%;
    text-align: left;
  }
}
.page-topic .topic-heading .topic-heading-inside .right-part {
  display: flex;
  justify-content: end;
  max-width: 500px;
}
@media (min-width: 992px) {
  .page-topic .topic-heading .topic-heading-inside .right-part {
    max-width: none;
  }
}
.page-topic .topic-heading .topic-heading-inside .title {
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  text-shadow: 2px 2px 2px #000000;
}
@media (min-width: 992px) {
  .page-topic .topic-heading .topic-heading-inside .title {
    font-size: 45px;
    line-height: 54px;
    padding-bottom: 40px;
  }
  .page-topic .topic-heading .topic-heading-inside .title:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 92%;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.page-topic .topic-heading .topic-heading-inside .description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
}
.page-topic .topic-heading .topic-heading-inside .description p {
  margin: 0;
}
@media (min-width: 992px) {
  .page-topic .topic-heading .topic-heading-inside .description {
    font-size: 20px;
    line-height: 25px;
  }
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block {
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 101, 170, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .page-topic .topic-heading .topic-heading-inside .callbackform-block {
    width: 66%;
  }
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block [type=submit] {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  border: none;
  outline: none;
  color: #fff;
  background: #f79f24;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 12px;
  transition: 0.5s;
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block [type=submit]:hover {
  background: #ab772e;
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block .agreement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block .agreement span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgb(255, 255, 255);
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block .agreement span a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.page-topic .topic-heading .topic-heading-inside .callbackform-block .form-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}
.page-topic .topic-services-tabs .topic-services-tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .topic-services-tab-list {
    display: flex;
    justify-content: flex-start;
  }
}
.page-topic .topic-services-tabs .topic-services-tab-list .item {
  text-align: center;
  font-size: 11px;
  border: 1px solid #eee;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 600;
  position: relative;
}
.page-topic .topic-services-tabs .topic-services-tab-list .item a {
  padding: 14px 10px 14px 10px;
  color: #000 !important;
  background-color: transparent !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-topic .topic-services-tabs .topic-services-tab-list .item a.active {
  cursor: default;
  color: #0065aa !important;
}
.page-topic .topic-services-tabs .topic-services-tab-list .item a.active:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 1;
  height: 2px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #0065aa;
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .topic-services-tab-list .item a {
    padding: 5px 20px;
  }
}
@media (min-width: 992px) {
  .page-topic .topic-services-tabs .topic-services-tab-list .item a {
    padding: 14px;
  }
}
@media (min-width: 576px) {
  .page-topic .topic-services-tabs .topic-services-tab-list .item {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .topic-services-tab-list .item {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .page-topic .topic-services-tabs .topic-services-tab-list .item {
    max-width: 200px;
    width: 200px;
  }
}
.page-topic .topic-services-tabs .content {
  margin-top: 30px;
}
.page-topic .topic-services-tabs .content .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .content .title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .page-topic .topic-services-tabs .content .title {
    font-size: 36px;
  }
}
.page-topic .topic-services-tabs .content .preview {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .content .preview {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-topic .topic-services-tabs .content .preview {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .content .preview .left {
    width: 60%;
  }
}
.page-topic .topic-services-tabs .content .preview .left .pic-add {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .content .preview .left .pic-add {
    gap: 40px;
  }
}
.page-topic .topic-services-tabs .content .preview .left .pic-add .pic {
  width: 30%;
}
.page-topic .topic-services-tabs .content .preview .left .pic-add .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-topic .topic-services-tabs .content .preview .left .pic-add .serviceinclude {
  font-size: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .page-topic .topic-services-tabs .content .preview .left .pic-add .serviceinclude {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .page-topic .topic-services-tabs .content .preview .left .pic-add .serviceinclude {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .page-topic .topic-services-tabs .content .preview .left .pic-add .serviceinclude {
    font-size: 20px;
  }
}
.page-topic .topic-services-tabs .content .preview .right {
  flex-grow: 1;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: 400px;
}
.page-topic .topic-services-tabs .content .preview .right .cost label {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-topic .topic-services-tabs .content .preview .right .cost .value {
  color: #0065aa;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 700;
}
@media (min-width: 992px) {
  .page-topic .topic-services-tabs .content .preview .right .cost .value {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .page-topic .topic-services-tabs .content .preview .right .cost .value {
    font-size: 36px;
  }
}

.services {
  position: relative;
  overflow: hidden;
}
.services:before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 100%;
  height: 883px;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}
.services .item-services {
  position: relative;
  padding: 15px;
  display: flex;
}
.services .item-services .wrapper-item-service {
  display: block;
  height: auto;
  background: #fafafa;
  padding: 20px;
  width: 100%;
  position: relative;
}
.services .item-services .wrapper-item-service .title-service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
}
.services .item-services .wrapper-item-service .title-service .title {
  display: inline-block;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  text-transform: uppercase;
  color: #1b262c;
  padding-top: 0;
  padding-bottom: 0;
}
.services .item-services .wrapper-item-service .title-service .more {
  display: inline-block;
  vertical-align: top;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  text-align: justify;
  color: #3d484f;
}
.services .item-services .wrapper-item-service .information-service {
  display: flex;
  justify-content: space-between;
}
.services .item-services .wrapper-item-service .information-service .links {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.services .item-services .wrapper-item-service .information-service .links li {
  display: block;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.services .item-services .wrapper-item-service .information-service .links li::before {
  content: "\f0da";
  position: absolute;
  left: 0px;
  top: 10px;
  color: rgb(40, 170, 195);
  line-height: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.services .item-services .wrapper-item-service .information-service .links li a {
  display: block;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #000;
}
.services .item-services .wrapper-item-service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #28aac3;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  transform: rotate(1deg);
  transform-origin: left bottom;
  transition: 0.3s ease-in-out;
}
.services .item-services:hover .wrapper-item-service:after {
  top: 5px;
  left: 5px;
  transform: rotate(2deg);
}

.one-action-block .block-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.one-action-block .block-wrap {
  border: 1px solid #e5e5e5;
  padding: 24px;
  background: #0065aa;
  color: #fff;
}
.one-action-block .block-wrap .item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .one-action-block .block-wrap .item {
    flex-direction: row;
  }
}
.one-action-block .block-wrap .item .icon {
  display: none;
}
@media (min-width: 768px) {
  .one-action-block .block-wrap .item .icon {
    display: block;
  }
}
.one-action-block .block-wrap .item .icon svg * {
  stroke: #fff;
}
.one-action-block .block-wrap .item .body {
  font-size: 16px;
  line-height: 24px;
}
.one-action-block .block-wrap .item .body .title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
}
.one-action-block .block-wrap .item .order .orderbutton {
  outline: none;
  border: 0;
  background: #fff;
  color: #0065aa;
  font-weight: 700;
  display: block;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  width: 100%;
  border-radius: 3px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.one-action-block .block-wrap .item .order .orderbutton:hover {
  color: #fff;
  background: #020562;
}

.calc {
  display: flex;
  align-items: center;
  font-size: 18px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  /*padding: 67px 0 60px;*/
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.calc.active {
  opacity: 1;
  visibility: visible;
}
.calc > div {
  margin: auto;
  width: 100%;
  position: relative;
  /*z-index: 1000;*/
  box-sizing: border-box;
  /*padding: 67px 62px 60px;
  padding: 67px 0px 60px;*/
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap;
}
.calc .style__input {
  width: 100%;
  height: 56px;
  border: 1px solid #e8e8e8;
  padding: 0 22px;
  box-sizing: border-box;
}
.calc .calc__data--inline {
  max-width: 521px;
}
.calc .calc__data {
  width: 100%;
}
.calc .calc__data .city__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  padding: 0 20px;
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 740px) {
  .calc .calc__data .city__list {
    -moz-columns: 3;
         columns: 3;
  }
}
.calc .calc__data .city__list .city__item {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282828;
  position: relative;
  padding-left: 43px;
  cursor: pointer;
}
.calc .calc__data .city__list .city__item:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.calc .calc__data .city__list .city__item.active:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #00f;
}
.calc .calc__btnBorder {
  margin-top: 37px;
}
.calc .btn--style3 {
  display: inline-block;
  vertical-align: top;
  padding: 19px 27px 20px 53px;
  background: #06f;
  color: #fff;
  height: auto;
  line-height: 1;
  text-align: center;
}
.calc .btn--style3 .arrowMore {
  margin-left: 23px;
}
.calc .btnCalc--next,
.calc .btnCalc--prev {
  width: 180px;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #e8e8e8;
  color: #282828;
  padding: 18px 27px 19px 53px;
}
.calc .btnCalc--next:hover,
.calc .btnCalc--prev:hover {
  color: #fff;
  background: #00f;
}
.calc .btnCalc--next:hover .arrowMore path,
.calc .btnCalc--prev:hover .arrowMore path {
  stroke: #fff;
}
.calc .btnCalc--prev {
  padding: 18px 53px 19px 27px;
  margin-right: 20px;
}
.calc .btnCalc--prev .arrowMore {
  margin-left: 0;
  margin-right: 23px;
  transform: rotate(180deg);
}
.calc .title {
  padding: 0;
  margin-bottom: 20px;
}
.calc .calc__tub {
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  height: 78px;
  margin-bottom: 52px;
  position: relative;
}
@media (min-width: 530px) {
  .calc .calc__tub {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .calc .calc__tub {
    flex-wrap: nowrap;
    height: 78px;
    margin-bottom: 52px;
  }
}
.calc .calc__tub li:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN Pro Cond";
  font-weight: 400;
  content: attr(data-ol);
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(255, 255, 255, 0.251);
  font-size: 64px;
  line-height: 72px;
}
.calc .calc__tub .calc__tubItem {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 30px;
  border-bottom: 4px solid #e8e8e8;
  padding-left: 46px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  color: #282828;
  width: 180px;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  margin-bottom: 0;
}
@media (min-width: 530px) {
  .calc .calc__tub .calc__tubItem {
    width: 33.3333333333%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    transform: none;
    left: 0;
  }
}
@media (min-width: 992px) {
  .calc .calc__tub .calc__tubItem {
    width: 16.6666666667%;
    position: relative;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .calc .calc__tub .calc__tubItem {
    font-size: 16px;
    font-weight: normal;
  }
}
.calc .calc__tub .calc__tubItem:before {
  color: #e1e1e1;
  font-size: 48px;
  line-height: 45px;
  font-weight: 800;
}
.calc .calc__tub .calc__tubItem.active {
  border-color: #0057ff;
}
.calc .calc__tub .calc__tubItem.active:before {
  color: #0057ff;
}
.calc .calc__tub .calc__tubItem:not(.active) {
  opacity: 0;
}
@media (min-width: 530px) {
  .calc .calc__tub .calc__tubItem:not(.active) {
    opacity: 1;
  }
}
.calc .calc__checkInfo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo {
    flex-wrap: nowrap;
  }
}
.calc .calc__checkInfo .calc__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 239px;
  box-sizing: border-box;
  border: 3px solid #e8e8e8;
  width: 100%;
  margin-bottom: 20px;
}
.calc .calc__checkInfo .calc__item.active {
  border-color: #0057ff;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo .calc__item {
    flex-direction: row;
    width: calc(50% - 20px);
    margin-bottom: 0px;
  }
}
.calc .calc__checkInfo .calc__item .calc__itemImg {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 200px;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo .calc__item .calc__itemImg {
    width: 200px;
    margin-left: -50px;
  }
}
.calc .calc__checkInfo .calc__item .calc__name {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  color: #282828;
  text-align: center;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo .calc__item .calc__name {
    width: 190px;
    text-align: left;
  }
}
.calc .calc__checkInfo2 {
  flex-flow: column;
}
.calc .calc__checkInfo5 {
  flex-flow: column;
}
.calc .calc__checkInfo5 .calc__title {
  margin-bottom: 44px;
}
.calc .calc__checkInfo5 .slider-value {
  line-height: 30px;
}
.calc .calc__checkInfo5 .errorText {
  display: none;
}
.calc .calc__checkInfo5 .calc-depth {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  width: 100%;
}
.calc .calc__checkInfo5 .calc-depth .calc-depth__text {
  margin: 0;
}
.calc .calc__checkInfo6 .calc__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 239px;
  box-sizing: border-box;
  border: 3px solid #e8e8e8;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo6 .calc__item {
    width: calc(33.3333333333% - 20px);
  }
}
.calc .calc__checkInfo6 .calc__item .calc__name {
  width: 110px;
}
.calc .formStyle {
  display: flex;
  flex-flow: column;
}
.calc .formStyle > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.calc .formStyle .title {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
}
.calc .formStyle .btn ~ input[type=submit] {
  visibility: hidden;
  position: absolute;
}
.calc .formStyle label.btn ~ input[type=submit] {
  visibility: hidden;
  position: absolute;
}
.calc .formStyle [name=nobot], .calc .formStyle [type=submit] {
  display: none;
}
.calc .calc__checkInfo7 > form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo7 > form {
    flex-direction: row;
  }
}
@media (min-width: 740px) {
  .calc .calc__checkInfo7 > form .calc__left {
    width: 55%;
  }
}
.calc .calc__checkInfo7 > form .calc__left .title {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
}
.calc .calc__checkInfo7 > form .calc__left .calc__infoTitle {
  font-weight: 300;
  text-transform: uppercase;
  color: #282828;
  font-size: 18px;
  line-height: 1;
  line-height: 30px;
  margin: 0;
}
.calc .calc__checkInfo7 > form .calc__left .calc__infoName {
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.calc .calc__checkInfo7 > form .calc__left .price {
  font-weight: 900;
  color: #282828;
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 20px;
}
.calc .calc__checkInfo7 > form .calc__left .price > span {
  color: #0057ff;
}
@media (min-width: 740px) {
  .calc .calc__checkInfo7 > form .calc__right {
    width: 45%;
    box-shadow: -5px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 20px 0 0 20px;
  }
}
@media (min-width: 740px) {
  .calc .send:before {
    /*display: block;
    content: "";
    width: 50%;
    height: 69%;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: -5px 0px 25px rgb(0 0 0 / 10%);*/
  }
}

.footerpanel {
  display: none;
}

.tech-list {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tech-list {
    flex-direction: row;
  }
}
.tech-list .divider {
  height: 100%;
  width: 20px;
  background-image: url("../img/divider.png");
}
.tech-list .tech {
  text-align: center;
  font-size: 16px;
}
.tech-list .tech .title {
  font-size: 24px;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 5px;
}
.tech-list .tech .desc {
  line-height: 1;
  font-weight: 300;
}
.tech-list .tech .params {
  margin-top: 30px;
}
.tech-list .tech .params .param {
  margin-top: 10px;
}
.tech-list .tech .params .param .val {
  font-size: 20px;
  font-weight: 600;
  color: #0065aa;
}
.tech-list .tech .params .param.param-price .val {
  font-weight: 800;
}
.tech-list .tech .image {
  max-width: 300px;
  margin: 30px auto 0 auto;
}
.tech-list .tech .button {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: #0065aa;
  border: none;
  color: #fff;
}

.bubles-block .bubles-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .bubles-block .bubles-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .bubles-block .bubles-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .bubles-block .bubles-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.bubles-block .bubles-list .item {
  text-align: center;
  position: relative;
  background-color: #49afdf;
  min-height: 126px;
  border-radius: 0;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  color: #fafafa;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bubles-block .bubles-list .item .top {
  text-transform: uppercase;
  padding-top: 12px;
  display: block;
  color: #fafafa;
  border-bottom: 1px solid;
  background: #008ed2;
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 12px;
}
.bubles-block .bubles-list .item .info {
  margin-bottom: 5px;
}
.bubles-block .bubles-list .item .info .price {
  color: #fafafa;
  font-weight: 700;
  margin-bottom: 10px;
  white-space: nowrap;
}
.bubles-block .bubles-list .item .info .ordercall {
  font-size: 11px;
  background: #fff;
  color: #008ed2;
  border-radius: 15px;
  width: 90%;
  text-align: center;
  padding: 7px 9px;
  font-weight: 800;
  display: inline-block;
}
@media (min-width: 576px) {
  .bubles-block .bubles-list .item .info .ordercall {
    width: auto;
  }
}
.bubles-block .controls {
  margin-top: 20px;
}
.bubles-block .controls .close-bubles {
  display: none;
}
.bubles-block.opened .bubles-list {
  height: auto;
}
.bubles-block.opened .controls .open-bubles {
  display: none;
}
.bubles-block.opened .controls .close-bubles {
  display: block;
}

.tizers-block .block-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.tizers-block .tizers-block-wrap {
  border: 1px solid #e5e5e5;
  padding: 24px;
}
@media (min-width: 1065px) {
  .tizers-block .tizers-block-wrap {
    padding: 35px 24px;
  }
}
.tizers-block .tizers-block-wrap .tizers-list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .tizers-block .tizers-block-wrap .tizers-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1065px) {
  .tizers-block .tizers-block-wrap .tizers-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.tizers-block .tizers-block-wrap .tizers-list .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 450px) {
  .tizers-block .tizers-block-wrap .tizers-list .item {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1065px) {
  .tizers-block .tizers-block-wrap .tizers-list .item {
    align-items: flex-start;
  }
}
.tizers-block .tizers-block-wrap .tizers-list .item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 450px) {
  .tizers-block .tizers-block-wrap .tizers-list .item .icon {
    margin-right: 28px;
    margin-bottom: 0;
  }
}
.tizers-block .tizers-block-wrap .tizers-list .item .icon svg * {
  fill: #0065aa;
}
.tizers-block .tizers-block-wrap .tizers-list .item .title {
  font-size: 15px;
  font-weight: 600;
}

.procons-block .pcitem {
  border-radius: 5px;
  background: #f0f4f9;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .procons-block .pcitem {
    padding: 45px 38px;
    margin-bottom: 0px;
    height: 100%;
  }
}
.procons-block .pcitem ul {
  list-style: disc;
  margin: 0;
  padding-left: 30px 0 0 0;
}
.procons-block .pcitem ul li {
  margin: 16px 0;
}
.go-calculator {
  background-image: url("../img/go-calc-bg.jpeg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background: linear-gradient(to left, transparent, #658ee6 0%, #5086f7 22%, transparent 85%);
  /*overflow: hidden;*/
  background: linear-gradient(to right, transparent, #658ee6 16%, #5086f7 22%, transparent 35%), url(../img/bottom-quiz-bg.png) no-repeat center/cover;
  /*&:after {
      content: "";
      background-image: url(../img/go-calc-phone.png);
      background-position: 50%;
      background-size: contain;
      width: 100px;
      height: 100px;
      bottom: -30px;
      left: -20px;
      position: absolute;
      z-index: 1;
  }*/
}
.go-calculator .block {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 576px) {
  .go-calculator .block {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .go-calculator .block {
    padding: 20px 0;
    text-align: center;
    display: block;
  }
}
.go-calculator .block .calcimage {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
}
@media (min-width: 359px) {
  .go-calculator .block .calcimage {
    width: 130px;
  }
}
.go-calculator .block .text-and-button {
  margin-left: 110px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 359px) {
  .go-calculator .block .text-and-button {
    margin-left: 140px;
  }
}
@media (min-width: 992px) {
  .go-calculator .block .text-and-button {
    margin-left: 0px;
  }
}
.go-calculator .block .text-and-button .title {
  font-size: 14px;
  color: white;
  font-weight: 700;
}
@media (min-width: 992px) {
  .go-calculator .block .text-and-button .title {
    font-size: 18px;
  }
}
.go-calculator .block .text-and-button a.button {
  display: inline-block;
  background: #f79f24;
  padding: 3px 5px;
  border-radius: 3px;
  color: white;
  margin-left: 15px;
}

.video-reviews-slider {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .video-reviews-slider .slick-slide {
    margin: 0 27px;
  }
}
@media (min-width: 480px) {
  .video-reviews-slider .slick-list {
    margin: 0 -27px;
  }
}
.video-reviews-slider .vr-item {
  max-height: 300px;
  height: 300px;
  position: relative;
  cursor: pointer;
}
.video-reviews-slider .vr-item.yt-videoblock iframe {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.video-reviews-slider .vr-item .pic {
  position: relative;
  background: #0056ff;
  height: 100%;
}
.video-reviews-slider .vr-item .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-reviews-slider .vr-item .pic .name {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 2px #000;
  font-size: 12px;
  padding: 0 19px 15px;
}
@media (min-width: 576px) {
  .video-reviews-slider .vr-item .pic .name {
    font-size: 14px;
    padding: 0 29px 25px;
  }
}
@media (min-width: 992px) {
  .video-reviews-slider .vr-item .pic .name {
    font-size: 18px;
    padding: 0 55px 44px 30px;
  }
}
.video-reviews-slider .vr-item:hover .pic img {
  opacity: 0.1;
}
.video-reviews-slider .prev,
.video-reviews-slider .next {
  line-height: 40px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.video-reviews-slider .prev {
  left: -10px;
}
.video-reviews-slider .next {
  right: -10px;
}

.gotop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: rgba(238, 238, 238, 0.65);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}/*# sourceMappingURL=main.css.map */