html {
    line-height: 1.15
}

body {
    margin: 0;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #000
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

.heading br,
[hidden],
template {
    display: none
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/RobotoCondensed-Regular.ttf)
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/RobotoCondensed-Bold.ttf)
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

li {
    list-style: none
}

@media (min-width:480px) {
    body {
        font-size: 20px
    }
}

.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 90%
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:1024px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.content_block {
    padding: 35px 0
}

.secondary_color {
    background-color: #e9e9e9
}

.section__title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: .5px;
    color: #000;
    text-transform: uppercase
}

@media (min-width:768px) {
    .section__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media (min-width:1024px) {
    .section__title {
        font-size: 55px;
        line-height: 58px
    }
}

.with-line {
    position: relative;
    margin: 30px 0 60px
}

.ribbon{
    color: #fff;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 0;
    box-shadow: inset rgba(0, 0, 0, 0.9) -15px 0px 10px -10px;
    margin: 0 15px;
}

.ribbon h3{
    background: #FF6D01;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding: 15px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 50%);
    box-shadow: inset rgba(0, 0, 0, 0.9) -15px 0px 10px -10px;
    margin: 0 auto;
}


.privacy .tapping::after,
.with-line::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #FF6D01
}

.with-line::after {
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.with-line--left::after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.section__subtitle {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    letter-spacing: .5px;
    color: #000
}

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

.text-justify{
    text-align: justify;
}


.btn {
    display: block;
    margin: 0 auto;
    background-color: #0B7FF9;
    border: 0;
    padding: 12px 10px 8px;
    border-radius: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: 3px 3px 2px #000;
    box-shadow: 3px 3px 2px #000;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (min-width:480px) {
    .btn {
        font-size: 14px;
        padding: 12px 15px 8px
    }
}
.btn--slider{
    font-size: 15px !important;

}
.btn:hover {
    background-color: #F23112
}

.btn--nomargin {
    margin: 0
}

.btn--slider {
    padding: 18px 25px 15px;
}


@media (min-width:1200px) {
    .privacy {
        padding-top: 120px
    }
}

.privacy p,
.privacy ul {
    margin-bottom: 16px
}

.privacy ul {
    padding-left: 20px
}

.privacy ul li {
    list-style: disc
}

.privacy .tapping {
    font-weight: 700;
    position: relative;
    margin-bottom: 32px
}

.privacy .tapping::after {
    bottom: -16px;
    left: 0
}

.header {
    padding: 12px 0;
    background-color: #FF6D01;
}

@media (min-width:1200px) {
    .header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .header__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__icons {
    margin-bottom: 12px
}

@media (min-width:768px) {
    .header__icons {
        margin-bottom: 0
    }
}

.header__icons * {
    margin: 0 3px
}

.header__icons img {
    height: 27px
}

@media (min-width:1200px) {
    .header__icons img {
        height: 45px
    }
}

.header__logo-link {
    margin-bottom: 12px
}

@media (min-width:768px) {
    .header__logo-link {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .header__logo-link {
        width: 295px
    }
}

@media (min-width:1200px) {
    .header__logo-link {
        width: 330px
    }
}
/* 
.header__logo {
    height: 68px
} */

@media (min-width:480px) {
    /* .header__logo {
        height: 78px
    } */
}

@media (min-width:768px) {
    /* .header__logo {
        height: 67px
    } */
}

@media (min-width:1024px) {
    /* .header__logo {
        height: 70px
    } */
}

@media (min-width:1200px) {
    /* .header__logo {
        height: 78px
    } */
}

.header__contacts {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:480px) {
    .header__contacts {
        padding-right: 40px
    }
}

@media (min-width:768px) {
    .header__contacts {
        position: initial;
        width: 190px;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1024px) {
    .header__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 348px
    }
}

@media (min-width:1200px) {
    .header__contacts {
        width: 374px
    }
}

.header__phone {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    margin-right: 8px
}

@media (max-width:319px) {
    .header__phone {
        font-size: 15px
    }
}

@media (min-width:480px) {
    .header__phone {
        font-size: 18px
    }
}

@media screen and (max-width: 600px) {
    .header__phone {
        font-size: 19px;
    }
}

@media (min-width:768px) {
    .header__phone {
        font-weight: 400;
        padding-top: 4px;
        font-size: 22px
    }
}

@media (min-width:1024px) {
    .header__phone {
        font-size: 20px
    }
}

@media (min-width:1200px) {
    .header__phone {
        font-size: 25px
    }
}

.header__phone:hover {
    color: #F23112
}

.header__phone img {
    display: inline;
    height: 14px;
    padding-bottom: 8px
}

@media (min-width:768px) {
    .header__phone img {
        height: 18px
    }
}

@media (min-width:1200px) {
    .header__phone img {
        height: 20px;
        padding-bottom: 6px
    }
}

.header__nav-wrap {
    position: relative
}

@media (max-width:767px) {
    .header__nav-wrap {
        width: 100%
    }
}

.header__nav {
    position: absolute;
    width: 100%;
    z-index: 9
}

.header__list {
    display: none;
    background-color: #fff;
    padding-bottom: 12px
}

@media (min-width:768px) {
    .header__list {
        padding-bottom: 0;
        background-color: transparent;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1200px) {
    .header__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /* padding-top: 1.7%; */
    }
}

.header__item {
    background-color: #fff;
    text-align: center;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .header__item {
        margin-bottom: 0;
        background-color: #FF6D01;
        padding: 4px 8px;
        border: 1px solid #fff;
        font-size: 14px;
        border-radius: 0 0 4px 4px
    }
}

@media (min-width:1200px) {
    .header__item {
        margin-left: 15px
    }
}

.header__item a,
.header__item:hover a {
    color: #fff;
}

@media (min-width:768px) {
    .header__item a {
        color: #fff
    }
}

.header__item:hover {
    background-color: #F23112;
    border: 1px solid #FF6D01
}

@media (min-width:768px) {
    .header__item--contacts {
        margin-left: 0;
        margin-right: 380px
    }
}

@media (min-width:1024px) {
    .header__item--contacts {
        margin-left: 0;
        margin-right: 585px
    }
}

@media (min-width:1200px) {
    .header__item--contacts {
        margin-left: 0;
        margin-right: 830px
    }
}

.header__item--hours {
    display: block
}

@media (min-width:768px) {
    .header__item--hours {
        display: none
    }
}

.mobile-menu {
    display: none;
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 50px;
    cursor: pointer;
    z-index: 9
}

@media (min-width:480px) {
    .mobile-menu {
        display: block
    }
}

@media (min-width:768px) {
    .mobile-menu {
        display: none
    }
}

.menu-bar {
    position: relative;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    background: #FF6D01;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    width: 25px;
    height: 2px
}

.menu-bar::after,
.menu-bar::before {
    width: 25px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: #FF6D01
}

.menu-bar::before {
    bottom: 6px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar::after {
    top: 6px;
    -webkit-transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 300ms 300ms cubic-bezier(.23, 1, .32, 1)
}

.menu-bar.animate {
    background: 0 0
}

.banner {
    color: #fff;
    position: relative
}

@media (min-width:1200px) {
    .banner {
        margin-top: 102px
    }
}

.banner:hover .arrow img {
    opacity: .6
}

.banne {
    display: none;
    padding: 50px 0 75px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center
}

@media (min-width:480px) {
    .banne {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    .banne {
        padding: 100px 0 120px
    }
}

.slide--02 {
    background-image: url(../img/banner/commercial-floor-cleaning-320.jpg);
    background-position: center
}

@media (min-width:321px) {
    .slide--02 {
        background-image: url(../img/banner/commercial-floor-cleaning-480.jpg)
    }
}

@media (min-width:480px) {
    .slide--02 {
        background-image: url(../img/banner/commercial-floor-cleaning-768.jpg)
    }
}

@media (min-width:768px) {
    .slide--02 {
        background-image: url(../img/banner/commercial-floor-cleaning-1024.jpg)
    }
}

@media (min-width:1024px) {
    .slide--02 {
        background-image: url(../img/banner/commercial-floor-cleaning-1200.jpg)
    }
}

@media (min-width:1200px) {
    .slide--02 {
        background-image: url(../img/banner/commercial-floor-cleaning.jpg)
    }
}

.slide--01 {
    background-image: url(../img/banner/commercial-carpet-cleaning-320.jpg);
    background-position: center
}

@media (min-width:321px) {
    .banner--01 {
        background-image: url(../img/banner/hvac-banner.png)
    }
}

@media (min-width:480px) {
    .banner--01 {
        background-image: url(../img/banner/hvac-banner.png)
    }
}

@media (min-width:768px) {
    .banner--01 {
        background-image: url(../img/banner/hvac-banner.png)
    }
}

@media (min-width:1024px) {
    .banner--01 {
        background-image: url(../img/banner/hvac-banner.pngg)
    }
}

@media (min-width:1200px) {
    .banner--01 {
        background-image: url(../img/banner/hvac-banner.png)
    }
}

.slide--rest {
    background-image: url(../img/slider/restaurant-kitchen-deep-cleaning-320.jpg);
    background-position: center
}

@media (min-width:321px) {
    .slide--rest {
        background-image: url(../img/slider/restaurant-kitchen-deep-cleaning-480.jpg)
    }
}

@media (min-width:480px) {
    .slide--rest {
        background-image: url(../img/slider/restaurant-kitchen-deep-cleaning-768.jpg)
    }
}

@media (min-width:768px) {
    .slide--rest {
        background-image: url(../img/slider/restaurant-kitchen-deep-cleaning-1024.jpg)
    }
}

@media (min-width:1024px) {
    .slide--rest {
        background-image: url(../img/slider/restaurant-kitchen-deep-cleaning-1200.jpg)
    }
}

@media (min-width:1200px) {
    .slide--rest {
        background-image: url(../img/slider/restaurant-kitchen-deep-cleaning.jpg)
    }
}

.estimate__item .estimate__img.estimate__img--calm,
.banner--active {
    display: block
}

.heading {
    font-size: 26px;
    line-height: 1;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
    margin: .67em 0
}

@media (min-width:480px) {
    .heading {
        font-size: 30px
    }
}

@media (min-width:768px) {
    .heading {
        font-size: 48px;
        line-height: 52px;
        margin: .67em 0 1em
    }
}

@media (min-width:1200px) {
    .heading br {
        display: initial
    }
}

 #sub_banner_text{
    width: 60%;
    background-color: rgba(249, 62, 52, .8) !important;   
 }

.banner_text {
    width: 85%;
    padding: 14px 17px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
    margin: 0 auto 15px;
    font-size: 15px
}

@media (min-width:768px) {
    .banner_text {
        width: 35%;
        margin-bottom: 40px;
        font-size: 22px
    }
     #sub_banner_text{
       font-size:28px;
      background-color:rgba(249, 62, 52, .8) !important;   
    }
}

.arrow {
    display: none;
    position: absolute;
    cursor: pointer
}

.arrow img {
    height: 40px;
    opacity: .2;
    -webkit-transition: all 1s;
    transition: all 1s
}

.arrow--left img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .arrow {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.arrow--left {
    left: 1%
}

.arrow--right {
    right: 1%
}

.slider__bottom-controls {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:1024px) {
    .slider__bottom-controls {
        width: 60px
    }
}

.slider__bottom-controls button {
    cursor: pointer
}

.slider__btn {
    background-color: transparent;
    border: 0;
    opacity: .9;
    padding-bottom: 10px
}

.slider__btn img {
    height: 26px
}

@media (min-width:1024px) {
    .slider__btn img {
        height: 12px
    }
}

.slider__btn:hover {
    opacity: 1
}

.slider__btn:disabled {
    opacity: .5
}

.slider__btn i {
    font-size: 30px
}

@media (min-width:768px) {
    .slider__btn i {
        font-size: 14px
    }
}

.estimate__item .estimate__img.estimate__img--active,
.estimate__item--active .estimate__img.estimate__img--calm,
.services-2_hover br,
.services__item h3 br,
.slider__dot {
    display: none
}

@media (min-width:1024px) {
    .slider__dot {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        border: 0;
        border-radius: 50%;
        background-color: #FF6D01;
        opacity: .5
    }
}

.slider__activeSlide {
    opacity: 1
}

.after-slider .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .after-slider .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.after-slider__icon img,
.features__item:hover img {
    height: 80px
}

.after-banner_text {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .after-banner_text {
        margin-bottom: 0;
        text-align: left;
        width: 460px
    }
}

@media (min-width:1024px) {
    .after-banner_text {
        width: 670px
    }
}

@media (min-width:1200px) {
    .after-banner_text {
        width: 790px
    }
}

.after-banner_text h2 {
    color: #000;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0
}

.services__text,
.services__wrap {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .services__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.services__item {
    text-align: center;
    width: 100%;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .services__item {
        width: 32%;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .services__item h3 br {
        display: initial
    }
}

.services-2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:1024px) {
    .services-2__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.services-2 {
    padding-bottom: 0
}

.services-2__text {
    margin-bottom: 40px
}

.services-2_item {
    position: relative;
    cursor: pointer;
    width: 100%
}

@media (min-width:480px) {
    .services-2_item {
        width: 49%;
        margin: .5%
    }
}

@media (min-width:1024px) {
    .services-2_item {
        width: 25%;
        margin: 0
    }
}

.services-2_item img {
    width: 100%
}

@media (min-width:1024px) {
    .services-2_item img {
        min-width: 256px
    }
}

.services-2_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.services-2_hover h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center
}

@media (min-width:768px) {
    .services-2_hover h3 {
        font-size: 35px
    }
}

@media (min-width:1024px) {
    .services-2_hover h3 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .services-2_hover h3 {
        width: 80%;
        line-height: 1.1
    }
}

@media (min-width:1200px) {
    .services-2_hover br {
        display: initial
    }
}

.about__wrap,
.services-2_hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1024px) {
    .about__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.about__text {
    margin-bottom: 40px
}

.about__img {
    height: auto;
    margin: 0 auto 40px;
    border-radius: 20px
}

@media (min-width:1024px) {
    .about__img {
        margin: 0 20px 0 0;
        height: 385px
    }
}

@media (min-width:1200px) {
    .about__img {
        margin: 0 0px 0 0;
        height: 420px
    }
}

@media (min-width:1024px) {
    .about__list {
        width: 50%
    }
}

@media (min-width:1200px) {
    .about__list {
        width: 60%
    }
}

.about__list button {
    margin-top: 40px
}

.about__list h2 {
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .about__list h2 {
        text-align: left;
        line-height: 1
    }
}

.about__item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:480px) {
    .about__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.about__item--last {
    margin-bottom: 0
}

.about__item img {
    height: 25px;
    margin-right: 20px;
    margin-left: 20px;
}

@media (min-width:480px) {
    .about__item img {
        height: 50px
    }
}

.estimate__buttons,
.estimate__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.estimate__buttons {
    margin-bottom: 60px
}

.estimate__item {
    margin: 0 10px;
    border: 2px solid #FF6D01;
    width: 60px;
    height: 80px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer
}

.estimate__item .estimate__img {
    height: 25px;
    margin-bottom: 10px
}

@media (min-width:480px) {
    .estimate__item .estimate__img {
        height: 40px
    }
}

@media (min-width:1024px) {
    .estimate__item .estimate__img {
        height: 60px
    }
}

.estimate__item--active .estimate__img.estimate__img--active {
    display: block
}

@media (min-width:480px) {
    .estimate__item {
        width: 160px;
        height: 100px;
        padding: 10px
    }
}

.estimate__item span {
    font-size: 10px;
    text-transform: uppercase
}

@media (min-width:480px) {
    .estimate__item span {
        font-size: 14px
    }
}

@media (min-width:768px) {
    .estimate__item span {
        display: block;
        height: 36px
    }
}

.estimate__item--active {
    background-color: #FF6D01;
    color: #fff;
    position: relative
}

.estimate__item--active::after {
    content: "";
    position: absolute;
    background-color: #FF6D01;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

@media (min-width:480px) {
    .estimate__item--active::after {
        width: 18px;
        height: 18px;
        bottom: -9px
    }
}

.estimate__text {
    width: 78%;
    margin: 0 auto 40px;
    min-height: 52px
}

.estimate__text--02,
.estimate__text--03 {
    display: none
}

.testimonials img {
    display: block;
    height: 80px;
    margin: 0 auto 20px
}

@media (min-width:1024px) {
    .testimonials__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.testimonials__items {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px
}

@media (min-width:1024px) {
    .testimonials__items {
        width: 29%;
        margin-bottom: 0
    }
}

.testimonials__descr {
    text-align: center;
    margin-bottom: 40px
}

.testimonials__text {
    margin-bottom: 40px;
    position: relative
}

.column__title::before,
.testimonials__text::after {
    content: "";
    position: absolute;
    background-color: #FF6D01
}
.testimonials__author{
    
}

.testimonials__text::after {
    bottom: -20px;
    width: 60px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1200px) {
    .testimonials__text {
        min-height: 235px
    }
}

.testimonials__author {
    display: block;
    font-size: 18px;
    color: #555
}

.column i,
.testimonials__address {
    font-size: 16px;
    color: #888
}

@media (min-width:768px) {
    .features__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px
    }
}

.features__item {
    text-align: center;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .features__item {
        width: 31%;
        margin-bottom: 0
    }
}

.features__icon {
    margin: 0 auto;
    text-align: center;
    width: 120px;
    height: 120px;
    border: 3px solid #FF6D01;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.features__icon img {
    height: 70px
}

.features__text li {
    position: relative;
    text-align: left;
    padding-left: 26px
}

.features__text li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../img/check-round.jpg);
    background-repeat: no-repeat;
    top: 6px;
    left: 0;
    border-radius: 50%
}

.contacts {
    padding: 20px 0;
    border-top: 3px solid #F23112;
    border-bottom: 3px solid #F23112;
}

.contacts .container,
.contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width:1024px) {
    .contacts .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contacts__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .contacts__block {
        margin-bottom: 0;
        margin-right: 30px;
        width: auto
    }
}

.ml-20{
    margin-left: 20px;
}

.contacts__block img {
    height: 50px
}

.contacts__line {
    color: #111;
    font-size: 18px;
    width: 195px
}

@media (min-width:480px) {
    .contacts__line {
        font-size: 20px;
        letter-spacing: .5px;
        width: 227px
    }
}

@media (min-width:1024px) {
    .contacts__line {
        font-size: 22px;
        width: auto
    }
}

.contacts__txt {
    margin-left: 20px
}

.contacts__txt-title {
    font-weight: 700;
    color: #777;
    font-size: 22px;
    letter-spacing: .5px
}

.contacts__phone-link {
    font-size: 22px;
    font-weight: 700;
    color: #FF6D01
}

.columns {
    padding-bottom: 60px
}

.column__list li,
.columns .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

@media (min-width:1024px) {
    .columns .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.column {
    width: 100%;
    font-size: 18px
}

.column--map,
.column--why {
    text-align: center
}

@media (min-width:1024px) {
    .column--why {
        width: 380px;
        margin-right: 15px;
        text-align: left
    }
    .column--services {
        width: 26%
    }
    .column--map {
        width: 30%;
        text-align: left
    }
}

.column i {
    color: #FF6D01
}

.column a img {
    border: 1px solid #b2b2b2
}

.column a:hover img {
    border: 1px solid #FF6D01
}

.column__time {
    display: block;
    margin-bottom: 29px
}

.column__time i {
    color: #000
}

.column__list {
    padding: 0;
    margin-right: 20px
}

.column__list li {
    padding-top: 3px
}

.column__list li img {
    margin-right: 6px;
    width: 12px;
    padding-bottom: 2px
}

@media (min-width:480px) {
    .column__list-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1024px) {
    .column__list-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.column__title {
    text-align: center
}

@media (min-width:1024px) {
    .column__title {
        text-align: left
    }
}

.column__title::before {
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 1px;
    opacity: .6
}

.column__text {
    margin-top: 10px
}

.copy {
    padding: 20px 0;
    background-color: #FF6D01
}

.column__list li,
.copy .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.copy,
.copy a {
    color: #fff
}

.copy a:hover {
    text-decoration: underline
}

.copy__text {
    text-align: center
}

.copy__text span {
    margin-top: 12px;
    display: block
}

@media (min-width:768px) {
    .copy__text span {
        margin-top: 0
    }
}

.copy .container,
.copy__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:480px) {
    .copy__links {
        display: block
    }
}

.copy__link {
    margin: 0 10px;
    position: relative
}

@media (min-width:480px) {
    .copy__link::after {
        content: "";
        position: absolute;
        top: 2px;
        right: -13px;
        width: 1px;
        height: 20px;
        background-color: #fff
    }
    .copy__link--privacy::after {
        display: none
    }
}

.overlay,
.popup {
    display: none;
    position: fixed
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5)
}

.popup {
    padding: 20px 20px 0;
    width: 90%;
    background-color: #fff;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
    min-height: 321px
}

@media (min-width:768px) {
    .popup {
        top: 20%;
        width: 560px
    }
}

.popup iframe {
    height: 400px !important;
    max-width: 100% !important
}

@media (min-width:357px) {
    .popup iframe {
        height: 340px !important
    }
}

.popup__close {
    background-color: #fff;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.popup__close img {
    height: 20px
}

.popup__close:hover img {
    opacity: .8
}

.phone-button {
    position: fixed;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: #FF6D01;
    width: 65px;
    height: 58px;
    border-radius: 30px 0 0;
    padding-top: 8px;
    -webkit-transition: all .8s;
    transition: all .8s
}

.phone-button img {
    height: 40px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.phone-button:hover {
    background-color: #F23112
}
.services li{
    list-style-type: disc;
}
/* testinomial start */
:root {
	--blue: #FF6D01;
    }
.testimonial-area {
	background:var(--blue);
	position: relative;
	z-index: 2;
	padding: 50px 0;
}

.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px 0 20px;
	margin: 0 -40px;
	padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}

.testimonial-area img {
	filter: invert(1);
}

.single-testimonial {
	position: relative;
	z-index: 2;
	text-align: center;
	border: 7px solid #fff;
	border-radius: 45px;
}

.single-testimonial p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 50px 50px 30px;
	position: relative;
	z-index: 3;
}

.single-testimonial::before,
.single-testimonial::after {
	content: "";
	position: absolute;
	background: url('../img/quote.png') no-repeat var(--blue);
	background-size: 60%;
	width: 109px;
	height: 84px;
}

.single-testimonial::before {
	left: -35px;
	top: -35px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}

.single-testimonial::after {
	right: -35px;
	bottom: -35px;
	background-position: 34px 19px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 20px;
	position: relative;
	z-index: 3;
}

.client-info a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}

.client-info h6,
.client-info span {
	color: #fff;
}

.client-info h6 {
	font-size: 18px;
	font-weight: 700;
}

.client-info span {
	font-size: 12px;
	display: inline-block;
}

.sec-title.white-title h2 {
	color: #fff;
}

.owl-dots {
	text-align: center;
	margin-top: 50px;
}

.owl-dots button {
	width: 10px;
	height: 10px;
	background: #fff !important;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}

.owl-dots button.active {
	width: 30px;
}

@media (max-width: 768px) {
	.testimonial-area {
		padding: 30px 10px;
	}

	.single-testimonial p {
		padding: 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.client-info {
		flex-direction: column;
		gap: 10px;
	}

	.client-info h6,
	.client-info span {
		text-align: center;
	}
}

/* testinomial end */