@media (min-width: 1254.8px) {
    .container {
        max-width: 1224px!important;
    }
}


body {
    margin: 0 auto;
    max-width: 1920px;

    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;

    color: #1F1F1F;
}

@media (max-width: 1199.8px) {
    body {
        overflow-x: hidden;
    }
}


header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;

    z-index: 4;

    transition: 0.3s;
}

header.scrolled {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


header.header-hidden {
    opacity: 0;
    visibility: hidden;
}

.navbar {
    padding: 20px 0;
}

.navbar-toggler-icon {
    background-image: url(images/icon_menu.png);
    background-size: 22px 16px;
}
.nav-link {
    position: relative;

    font-size: 16px;
    line-height: 24px;
    color: #1F1F1F;
}

.navbar-nav .nav-item:last-child .nav-link:after {
    display: none;
}

.navbar .navbar-brand {
    padding: 0;
}
.nav-link:after {
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    content: ' ';
    position: absolute;
    width: 8px;
    height: 12px;

    background-image: url(images/menu_water_crop.png);
    background-position: center;
}

.navbar-expand-lg .navbar-nav.navbar-nav-social .nav-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 0;

    background-position: center;
    background-size: 100% 100%;
}

.nav-link-vb {
    background-image: url(images/icon_viber.png);
}
.nav-link-wt {
    background-image: url(images/icon_whatsapp.png);
}
.nav-link-inst {
    background-image: url(images/icon_insta.png);
}
.nav-link-vk {
    background-image: url(images/icon_vk.png);
}
.nav-link-ok {
    background-image: url(images/icon_ok.png);
}

.hdr-phone  {
    text-align: right;
    margin-left: 80px;
}

.hdr-phone-value {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #1f1f1f!important;
}
.hdr-phone-value:hover {
    color: #007bff!important;
    text-decoration: none;
}
.hdr-phone-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #00C0E6;
}
.hdr-phone-link:hover,
.hdr-phone-link:focus {
    color: #007bff;
    text-decoration: none;
}
.aq-slider {
    position: relative;
    min-height: 670px;
}

.aq-slider-one {
    padding: 180px 0;
}

.aq-slider-one > .container,
.aq-slider-one {
    position: relative;
}


.aq-slider:before {
    position: absolute;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    content: ' ';

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url(images/minified/slider_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.aq-slider-title {
    margin-bottom: 16px;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;

    line-height: 60px;
}

.aq-slider-text {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 32px;
}

.aq-btn {
    padding: 16px 40px;

    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;

    background: linear-gradient(180deg, #00C0E6 0%, #00A2C2 100%);
    box-shadow: 0 4px 0 #0088A3;
    border-radius: 26px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s;
}

.aq-btn:hover,
.aq-btn:focus {
    color: #fff;
    background: linear-gradient(180deg, #00D5FF 0%, #00B7DB 100%);
}

.aq-btn:active {
    color: #fff;
    background: linear-gradient(180deg, #00D5FF 0%, #00B7DB 100%);
    box-shadow: 0 4px 0 #00B7DB;
}

.aq-slider-img {
    position: absolute;
    right: 0;
    top: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.aq-slider-img-first {
    top: -100px;

    height: 576px;
    width: 808px;
}

.aq-slider-img-second {
    top: -100px;

    width: 549px;
    height: 496px;
}

.aq-slider-img-thr {
    top: -100px;

    width: 350px;
    height: 536px;
}

.aq-slider-price {
    font-family: 'Roboto Condensed', sans-serif;

    font-size: 30px;
    line-height: 40px;
}

.aq-slider .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;

    background-color: #fff;

    border: 2px solid #00C0E6;
    border-radius: 16px;
}

.aq-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: #00C0E6;
}

.aq-slider .owl-theme .owl-controls {
    margin: 0;
    padding: 15px 0;
}

.aq-btn-slider {
    position: absolute;
    top: 40%;

    width: 60px;
    height: 60px;

    background-color: #fff;

    transform: translateY(-50%);
    z-index: 3;

    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
    border-radius: 50%;

    transition: 0.2s;
}

.aq-btn-slider-left {
    left: 40px;
}

.aq-btn-slider-right {
    right: 60px;
}

.aq-btn-slider svg {
    fill: #00C0E6;
}

.aq-btn-slider:hover,
.aq-btn-slider:focus {
    background: #00C0E6;
    box-shadow: 0 12px 48px rgba(0, 192, 229, 0.4);
}


.aq-btn-slider:hover svg,
.aq-btn-slider:focus svg {
    fill: #fff;
}

.aq-works {
    padding: 100px 0;
}

.aq-work {
    margin-bottom: 60px;
}

.aq-works .aq-work:last-child {
    margin-bottom: 0;
}

.aq-work > .container {
    /*padding: 40px;*/
    padding: 40px 30px;

    background-color: #fff;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
}

.aq-work-img {
    display: inline-block;
    width: 100%;

    border-radius: 8px;
}

.aq-work-more {
    display: none;
    padding: 16px 40px;
    margin-top: 5px;

    background: none;
    border: 0;

    color: #00C0E6!important;
    text-align: center;
}

.h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;

    font-size: 40px;
    line-height: 52px;

    text-align: center;
}

.aq-works h2 {
    margin-top: 0;
    margin-bottom: 60px;
}

.aq-work-name {
    margin-top: 0;
    margin-bottom: 12px;

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 28px;
    line-height: 40px;
}

.aq-work-text {
    margin: 0;

    font-family: 'Roboto', sans-serif;

    color: #666666;
}

.aq-work-options {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}


.aq-work-options > li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}

.aq-work-options > li:last-child {
    margin-bottom: 0;
}

.aq-work-options > li:before {
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    content: ' ';
    position: absolute;
    width: 8px;
    height: 12px;

    background-image: url(images/menu_water_crop.png);
    background-position: center;
}

.aq-work-price {
    margin-top: 24px;

    font-weight: bold;
    font-size: 28px;
    line-height: 40px;

    color: #00C0E6;
}

.aq-work-with-us {
    position: relative;
    padding: 100px 0;

    background-image: url(images/minified/aq-work-with-us.webp);
    background-position: center;
    background-size: cover;
}

.row.owl-carousel.owl-theme {
    margin: 0;
}

.aq-about {
    margin-bottom: 60px;
}

.col-md-3.col-6 .aq-about:last-child {
    margin-bottom: 0;
}


.aq-work-with-us .h2 {
    margin-top: 0;
    margin-bottom: 60px;

    font-size: 40px;
    line-height: 52px;
    color: #fff;
}


.aq-about-img {
    position: relative;
    display: inline-block;

    width: 100px;
    height: 100px;

    border: 3px solid #fff;
    border-radius: 50%;
    transition: 0.2s;
}


.aq-about-img > span {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}


.aq-about-img svg {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.aq-about-img svg {
    stroke: #fff
}

.aq-about {
    text-align: center;
}


.aq-about:hover .aq-about-img,
.aq-about:focus .aq-about-img {
    background: #00C0E6;
    border-color: #00C0E6;
}


.aq-about-name {
    margin-top: 24px;
    margin-bottom: 8px;

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;

    font-size: 20px;
    line-height: 32px;
}

.aq-about-name,
.aq-about-description{
    color: #fff;
}

.aq-form-with-img {
    position: relative;
    padding: 100px 0;
}

.aq-form-with-img .h2 {
    margin-top: 0;
    margin-bottom: 60px;

    font-size: 40px;
    line-height: 52px;
}

.aq-form-inner {
    margin: 0 auto;
    max-width: 650px;
}

.aq-form {
    position: relative;
    padding: 48px 32px 60px 260px ;

    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.aq-form:before {
    position: absolute;
    left: -200px;
    top: 50%;
    display: block;
    content: ' ';


    width: 460px;
    height: 460px;

    background-image: url(images/minified/form_.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    box-shadow: none;
}

.aq-form-title {
    margin-bottom: 12px;
    font-family: 'Roboto Condensed', sans-serif;

    font-size: 28px;
    line-height: 40px;
}

.aq-form-text {
    margin-bottom: 40px;
}

.aq-form .custom-checkbox,
.aq-form .input-group {
    margin-bottom: 32px;
}

.aq-form .input-group-text {
    padding-left: 22px;

    border-radius: 26px;
    background: #F0FCFF;
    border: 1px solid #F0FCFF;
}

.aq-form .form-control {
    height: 52px;
    padding: 12px 16px;

    color: #1F1F1F;

    background: #F0FCFF;
    border: 1px solid #F0FCFF;
    border-radius: 26px;

}

.aq-form .custom-control-label::before {
    border: 2px solid #CCCCCC;
    border-radius: 4px;
}

.aq-form .custom-checkbox:hover .custom-control-label::before {
    border-color: #00C0E6;
}

.aq-form .custom-checkbox:active .custom-control-label::before {
    border-color: #0099B8
}


.aq-form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00C0E6;
    background-color: #00C0E6;
}


.aq-form .custom-control-label {
    padding-top: 2px;

    font-size: 14px;
}

.aq-form a {
    color: #00C0E6;
}

.aq-form a:hover,
.aq-form a:focus {
    text-decoration: none;
    color: #0099B8;
}


.aq-reviews {
    position: relative;
    padding: 100px 0;

    background-image: url(images/minified/bg_revs.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.aq-reviews h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

.aq-reviews-subtitle {
    margin-bottom: 60px;

    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.aq-review {
    position: relative;
    height: 400px;
}

.aq-reviews .aq-reviews-inner {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.aq-review-video {
    position: relative;
    display: inline-block;
    overflow: hidden;

    height: 400px;
    width: 700px;

    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
    border-radius: 8px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aq-review-video-play {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 100px;
    height: 100px;

    background: #00C0E6;
    background-image: url(images/icon_play.png);
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 50%;

    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.2s;
}

.aq-review-video-play:hover,
.aq-review-video-play:focus {
    background-color: #0099B8;
}

.aq-review-video-play-text {
  display: none;
}


.aq-review-video iframe {
    display: none;
    width: 100%;
    height: 100%;
}

.aq-review-text {
    display: inline-block;
    padding: 60px 40px 60px 88px;
    width: 400px;
    position: absolute;
    right: 0;
    top: 46%;
    transform: translateY(-50%);

    background-color: #fff;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    z-index: 2;
}

.aq-review-text:before {
    position: absolute;
    top: 60px;
    left: 40px;
    content: ' ';

    display: inline-block;
    width: 28px;
    height: 24px;

    background-image: url(images/rev_icon.png);
    background-position: center;
}


.aq-reviews-controls {
    position: absolute;
    right: 120px;
    top: -5px;

    z-index: 3;
}

.aq-reviews-control {
    display: inline-block;
    position: relative;
    cursor: pointer;

    top: -24px;

    width: 48px;
    height: 48px;
    transition: 0.2s;
}

.aq-reviews-control svg {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 10px;
    height: 20px;

    transform: translate(-50%, -50%);
}

.aq-reviews-control svg {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 22px;
    stroke: #B3B3B3;
    fill: none;
}


.aq-reviews-control:focus,
.aq-reviews-control:hover {
    background: #F0FCFF;
}

.aq-reviews-control:focus svg,
.aq-reviews-control:hover svg {
    stroke: #0099B8;;
}

.aq-reviews-control-count {
    display: inline-block;
    margin: 0 12px;
}

.aq-reviews-control-count-current {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;

    font-size: 40px;
    line-height: 52px;
}

.aq-reviews-control-count-total {
    position: relative;
    top: -1px;
    color: #666666;
}

.aq-services {
    position: relative;
    padding: 100px 0;
}

.aq-services h2 {
    margin-top: 0;
    margin-bottom: 16px;
}

.aq-services-subtitle {
    margin-bottom: 60px;

    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.aq-services-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.aq-services-list > li {
    position: relative;
    display: block;
    padding: 24px 30px;
    margin-bottom: 16px;

    background: #F0FCFF;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.aq-services-list > li:hover {
    background: #CCF5FF;
}

.aq-services-list > li.active,
.aq-services-list > li.active:hover {
    color: #fff;
    background: #00C0E6;
}

.aq-services-list > li.active:after{
    display: inline-block;
    content: ' ';

    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/icon_chevron_right_small.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
}

.aq-services-item-content .aq-services-item{
    display: none;
}

.aq-services-item-content .aq-services-item.active{
    display: block;
}

.aq-services-item h3 {
    margin: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;

    line-height: 40px;
}

.aq-services-item h3,
.aq-services-item p {
    color: #000;
}

.aq-services-item img {
    max-width: 100%;
}

.aq-faqs {
    position: relative;
    padding: 0;
}

.aq-faqs h2 {
    margin-top: 0;
    margin-bottom: 60px;
}

.aq-faq {
    position: relative;
    margin-bottom: 24px;
}

.aq-faq-title {
    position: relative;
    padding: 24px 30px;
    margin-bottom: 16px;

    background: #F0FCFF;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.aq-faq .aq-faq-minus {
    display: none;
    stroke: #fff;
}


.aq-faq .aq-faq-plus {
    display: inline-block;
    stroke: #00C0E6;
}


.aq-faq .aq-faq-minus,
.aq-faq .aq-faq-plus {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 24px;
    height: 24px;


    transform: translateY(-50%);
}

.aq-faq-text {
    display: none;
    padding: 0 50px 24px;
}

.aq-faq:hover .aq-faq-title {
    background: #CCF5FF;
}


.aq-faq:hover .aq-faq-title {
    background: #CCF5FF;
}


.aq-faq:hover .aq-faq-title .aq-faq-minus,
.aq-faq:hover .aq-faq-title .aq-faq-plus {
    stroke: #0099B8;
}

.aq-faq.active .aq-faq-title,
.aq-faq.active:hover .aq-faq-title {
    color: #fff;
    background: #00C0E6;
}


.aq-faq.active .aq-faq-minus {
    display: inline-block;
}
.aq-faq.active .aq-faq-plus {
    display: none;
}

.aq-faq.active .aq-faq-minus,
.aq-faq.active:hover .aq-faq-minus {
    stroke: #fff;
}


.aq-faq.active .aq-faq-text {
    display: block;
}

.aq-yandex-map {
    height: 484px;
}
.aq-yandex-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.aq-map-contacts {
    position: absolute;
    margin: 40px 0 0 348px;
    padding: 24px 40px;
    max-width: 320px;

    background: #FFFFFF;
    opacity: 0.88;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    z-index: 3;
}

.aq-map-contacts-title {
    margin-bottom: 12px;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 40px;
}

.aq-map-contact {
    margin-bottom: 12px;
}

.aq-map-contact-title {
    font-size: 14px;
    line-height: 20px;
}

.aq-map-contact-value{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;

    color: #00C0E6;

    transition: 0.3s;
}

.aq-map-contact-value:hover {
    text-decoration: none;
    color: #0099B8;
}

.aq-map-contacts .aq-btn {
    margin-top: 12px;
    margin-bottom: 16px;
}

.aq-btn-aq-works {
    display: none;
}

footer {
  padding: 18px 0;
  background: #F0FCFF;
}

.aq-devs {
  text-align: right;
}


.aq-devs a {
  color: #00C0E6;
}


.aq-devs a:hover,
.aq-devs a:focus {
  text-decoration: none;
  color: #0099B8;
}

.input-group label.error {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 12px;
}


.aq-form .input-group .form-control,
.aq-form .input-group .form-control {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.modal-header {
  border: 0;
}

.modal-header .close svg {
  width: 16px;
  height: 16px;
}

.modal-body h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 52px;

  text-align: center;
}

.modal-dialog {
  max-width: 808px;
}

.modal-content {
  padding-bottom: 60px;
}

.aq-btn-footer {
  margin-top: 60px;
}

.modal-form .modal-content {
  padding-bottom: 20px;
}

.modal-form .modal-body {
  padding-top: 0;
}

.modal .aq-form-inner {
  max-width: 100%;
}

.modal .aq-form-inner  .aq-form {
  padding: 20px 20px 20px 400px;
  box-shadow: none;
}

.modal .aq-form:before {
  left: 0;

  width: 380px;
  height: 380px;
}

@media (max-width: 1250px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }

    .nav-link:after {
        right: -4px;
    }

    .navbar .navbar-brand {
        margin-right: 10px;
    }

    .hdr-phone-value {
        font-size: 16px;
    }

    .aq-review-text {
        padding: 30px 20px 30px 44px;
    }

    .aq-review-text:before {
        top: 35px;
        left: 20px;
        width: 10px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .aq-slider-img-first {
        height: 376px;
        width: 608px;
    }

    .aq-slider-img-second {
        top: -100px;
        width: 400px;
        height: 400px;
    }

    .aq-slider-img-thr {
        width: 250px;
        height: 436px;
    }
}

@media (max-width: 1060px){
    .aq-reviews .aq-reviews-inner {
        width: 95%;
    }
}

@media (max-width: 992px) {
    .aq-slider {
        min-height: 500px;
    }

    header {
        background: #fff;
    }

    .container {
        max-width: 100%;
    }

    .aq-slider {
        box-shadow: none;
        border: 0;
    }

    .aq-slider-one .row > div {
        text-align: center;
    }

    .aq-slider-img {
        position: relative;
        top: initial;
        left: initial;

        max-width: 60%;
        width: 100%;
        height: 300px;
        margin: 0 auto;
    }

    .aq-slider-one {
        padding-top: 90px;
        padding-bottom: 20px;
    }

    .navbar {
        padding: 13px 0;
    }

    .navbar .navbar-brand img {
        height: 40px;
    }

    .aq-work-img {
        display: inline-block;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .aq-about-name {
        font-size: 18px;
        line-height: 30px;
    }

    .aq-about-description {
        font-size: 14px;
    }

    .aq-about-img {
        width: 90px;
        height: 90px;
    }

    .aq-about-img svg {
        width: 35px;
        height: 35px;
    }

    .aq-work-with-us {
        padding: 60px 0 40px;
    }


    .aq-work-with-us .h2 {
        margin-top: 0;
        margin-bottom: 40px;

        font-size: 28px;
        line-height: 40px;
    }

    footer,
    .aq-devs {
      text-align: center;
    }

    .aq-devs {
      margin-top: 20px;
      margin-bottom: 40px;
    }

    .navbar-expand-lg .navbar-nav.navbar-nav-social .nav-link {
        margin: 0 8px;
    }

    .hdr-phone-value {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .aq-map-contacts {
        margin: 40px 0 0 40px;
    }

    .aq-slider-title {
        margin-top: 80px;

        font-size: 28px;
        line-height: 40px;
    }

    .aq-slider-text {
        font-size: 16px;
        line-height: 24px;
    }

    .aq-slider-one .row > div {
        text-align: left;
    }

    .aq-slider-img {
        max-width: 90%;
        height: 250px;
    }

    .aq-slider .owl-theme .owl-controls {
        position: absolute;
        top: 350px;
        left: 50%;

        transform: translateX(-50%);
    }

    .aq-btn-slider,
    .aq-btn-slider {
        display: none;
    }

    .aq-works {
        margin: 0 15px;
        padding: 20px 0 60px;
    }

    .aq-works h2 {
        margin-bottom: 28px;

        font-size: 28px;
        line-height: 40px;
    }

    .aq-work {
        margin-bottom: 28px;
    }

    .aq-work-name {
        margin-top: 16px;

        font-weight: bold;
        font-size: 20px;
        line-height: 32px;
    }

    .aq-work-text {
        display: none;
    }

    .aq-work-text.active {
        display: block;
    }

    .aq-work-more {
        display: inline-block;
    }

    .aq-work-text {
        margin-bottom: 15px;
    }

    .aq-btn-aq-works {
        display: block;
    }

    .aq-btn-aq-works svg {
        fill: #fff;
    }

    .aq-form-with-img {
        padding: 60px 0;
    }


    .aq-form-with-img .h2 {
        margin-bottom: 20px;

        font-size: 28px;
        line-height: 40px;
    }

    .aq-form {
        margin-top: 90px;
        margin-left: 16px;
        margin-right: 16px;

        padding: 90px 32px 16px;
    }

    .aq-form:before {
        position: absolute;
        left: 50%;
        top: -80px;

        width: 160px;
        height: 160px;

        transform: translateX(-50%);
    }

    .aq-form-title {
        margin-bottom: 12px;

        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
    }

    .aq-form-text {
        margin-bottom: 36px;
    }

    .aq-form-inner {
        padding-bottom: 32px;
    }

    .aq-faq-title {
        padding: 12px 48px 12px 12px;
    }

    .aq-faq-text {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 16px;
    }


    .aq-faq .aq-faq-minus,
    .aq-faq .aq-faq-plus {
        right: 14px;
    }

    .aq-faq .aq-faq-minus,
    .aq-faq .aq-faq-plus,
    .aq-faq .aq-faq-minus svg,
    .aq-faq .aq-faq-plus svg{
        width: 20px;
        height: 20px;
    }

    .aq-reviews {
        padding: 60px 0;
    }

    .aq-reviews h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .aq-reviews-subtitle {
        margin-bottom: 28px;

        font-size: 16px;
        line-height: 24px;
    }

    .aq-services h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .aq-services-subtitle {
        margin-bottom: 24px;

        font-size: 16px;
        line-height: 24px;
    }

    .aq-services-list > li {
        padding: 12px;

        font-size: 12px;
        line-height: 20px;
    }

    .aq-services-list > li.active:after {
        display: none;
    }


  .modal-content {
    padding-bottom: 20px;
  }

  .aq-btn-footer {
    margin-top: 20px;
  }

    .aq-services-list-inner {
        overflow-x: scroll;
    }

    .aq-services-list  {
        width: 800px;
    }

    .aq-services-list > li {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 22px;
        padding-left: 22px;
    }

    .navbar .navbar-brand {
        margin-right: 80px;
    }

    .container {
        max-width: 100%;
    }

    .hdr-phone {
        margin-left: 20px;
    }
}

@media (max-width: 1500px) {

  .aq-map-contacts {
    margin-left: 150px;
  }

}

@media (max-width: 1200px) {
  .aq-map-contacts {
    margin-left: 70px;
  }

    .aq-reviews-controls {

        right: 60px;
        top: 0;
        z-index: 3;
    }
}

@media (max-width: 992px) {
  .aq-map-contacts {
    margin-left: 30px;
  }

  .aq-review {
    height: 100%;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
      border-radius: 8px;
  }

  .aq-review-video {
      background: none!important;
      background-color: #fff;

      height: 100%;
      min-height: 100px;
      width: 100%;
  }

    .aq-review-video-play {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 60px;
        height: 60px;

        transform: none;
        background-size: 16px 20px;
    }

  .aq-review-text {
      position: relative;

      display: inline-block;
      padding: 132px 20px 0 20px;
      width: 100%;
      margin: 0 ;

      right: initial;
      top: initial;
      transform: none;
      box-shadow: none;
      background-color: #fff;
  }

  .aq-review-video-play-text {
    display: block;

    padding-top: 35px;
    padding-left: 100px;
    padding-right: 20px;
  }

    .aq-reviews-controls {
        top: 20px;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
    }

    .aq-review-text:before {
        position: absolute;
        top: 92px;
        left: 20px;
        width: 28px;
        height: 24px;
    }

    .aq-reviews-control {
        width: 30px;
    }

  .aq-review-video iframe {
    margin-top: 20px;
    height: 300px;
  }


  .nav-link:after {
    right: initial;
    top: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 18px 10px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .navbar-nav {
    margin: 48px 0;
  }

  .navbar-nav.navbar-nav-social {
    margin: 0 0 20px 0;
    text-align: center;
  }

  .hdr-phone {
    text-align: center;
    margin-left: 0;
  }

  .aq-work-options {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .aq-map-contacts {
    margin-left: 10px;
  }

  .aq-map-contacts {
    padding: 16px;
    max-width: 290px;
  }

  .modal .aq-form-inner .aq-form {
    padding: 20px 0;
    margin: 0;
    box-shadow: none;
  }

  .modal .aq-form:before {
    position: relative;
    left: 50%;
    top: -20px;
    width: 160px;
    height: 160px;
    transform: translateX(-50%);
  }

  .modal .aq-form-title {
    text-align: center;
  }

    .aq-work-options {
        text-align: left;
    }
}

@media (max-width: 670px) {
  .aq-map-contacts {
    position: relative;
    top: 20px;
    margin-top: -20px;
    margin-left: 15px;
  }

    .aq-slider-one .aq-btn {
        width: 100%;
    }
}


@media (max-width: 368px) {
  .aq-review-video-play-text {
    padding-top: 20px;
  }
}


@media (max-width: 530px) {
    .aq-work-more,
    .aq-work-options .aq-btn {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .aq-work-options .aq-btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}
