/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! Reset indents */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0
}

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin: 0;
}

button {
    cursor: pointer
}

button[disabled] {
        cursor: default;
    }

/*! Styles */

:root {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root { /* Do not use! Standard styles. */
}

.page {
    font-weight: 300;
    font-family: 'noto-sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.page::after {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    overflow: hidden;
            content: "XL"
            /* @media (--XXL) { content: "XXL"; } */
    }

.page.popup-is-open {}

.title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 44px;
    line-height: calc(58 / 48);
    color: #000;
    text-align: center;
}

.title--text-left {
        text-align: left;
    }

.title--size-s {
        font-size: 22px;
        line-height: calc(29/22);
        font-weight: 400;
    }

.text {
    font-size: 17px;
    line-height: calc(27/17);    
    font-weight: 400
}

.text p {
        margin-top: 1em
    }

.text p:first-child {
            margin-top: 0;
        }

.text strong {
        font-weight: 700;
    }

.text span {
        color: #0088CC;
    }

.text a {
        text-decoration: none;
        color: inherit        
    }

.text a:hover {
            color: #0088CC;
            text-decoration: underline;
        }

.list {
    font-size: 17px;
    line-height: calc(27/17);    
    font-weight: 400;
    list-style-type: none
}

.list li {
        margin-top: 1.85em;
        padding-left: 42px;
        position: relative
    }

.list li:first-child {
            margin-top: 0;
        }

.list li:before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background-color: #0088CC;
            position: absolute;
            top: 9px;
            left: 12px; 
        }

.list strong {
        font-weight: 700;
    }

.list span {
        color: #0088CC;
    }

.list a {
        text-decoration: none;
        color: inherit        
    }

.list a:hover {
            color: #0088CC;
            text-decoration: underline;
        }

.box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
        width: 1140px
}

.box--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between
    }

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon--fill {
        fill: currentcolor;
    }

.icon--stroke {
        stroke: currentcolor;
    }

.ctrl-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 30px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    font-family: 'noto-sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: none;
    border-radius: 30px;
    color: #fff;
    background-color: #0088CC;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease
}

.ctrl-button:visited {}

.ctrl-button:hover {
        background-color: #0b81bb;
    }

.ctrl-button:focus {
        outline: none;
    }

.ctrl-button:active {
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none;
    }

.ctrl-button__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 6px 12px;
    }

.ctrl-button__icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 12px;
    }

.ctrl-button__text {}

.ctrl-button--size-xs {}

.ctrl-button--size-m {}

.image-box__image {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.logo__name {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    overflow: hidden;
    }

.logo__image-white {
        display: none
    }

.button-burger {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    border: none;
    padding: 10px 5px;
    margin-bottom: 8px;
    width: 26px;
    height: 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.button-burger:hover,
    .button-burger:active,
    .button-burger:focus { 
        border: none;
        background: none; 
        outline: none;
    }

.button-burger__item {
        background: #fff;
        display: block;
        height: 3px;
        position: relative;
        width: 100%
    }

.button-burger__item:before,
        .button-burger__item:after {
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            -webkit-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            background: #fff;
        }

.button-burger__item:before { top: -7px; }

.button-burger__item:after { bottom: -7px; }

.header {
    color: #000;
    background-color: #fff
}

.header__top-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 101;
        -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12)

    }

.header__group {        
        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
    }

.header__logo {
        width: 310px;
        -ms-flex-negative: 0;
            flex-shrink: 0
    }

.header__text {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #0088CC;
        padding-top: 5px
    }

.header__contact { 
        text-align: right;  
        margin-top: -6px
    }

.header__contact.is-hide { display: none; }

.header__contact .contact-now__contact .icon {
                color: #0088CC;
                fill: #fff;
                width: 23px;
                height: 23px;
                margin-right: 16px
            }

.header__contact .contact-now__link { color: #393939; }

.contact-now__group {
        margin-top: 24px
    }

.contact-now__group:first-child { margin-top: 0; }

.contact-now__text {
        line-height: calc(24/19);
        font-size: 19px;
        margin-bottom: 4px
    }

.contact-now__contact {
        line-height: calc(31/26);
        font-size: 24px;
        white-space: nowrap
    }

.contact-now .icon {
        color: #fff;
        fill: transparent;
        width: 21px;
        height: 21px;
        margin-right: 9px;
        margin-top: -5px
    }

.contact-now__link,
    .contact-now a[href^="tel:"] {
        color: inherit;
        text-decoration: none
    }

.contact-now__link:hover strong, .contact-now a[href^="tel:"]:hover strong { text-decoration: underline; }

.contact-now strong { 
        font-weight: 700; 
    }

.contact-now--attractive {        
        display: -webkit-box;        
        display: -ms-flexbox;        
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

.contact-now--attractive .contact-now__group {
            margin-top: 0
        }

.contact-now--attractive .contact-now__group:first-child {
                max-width: 420px;
                margin-right: 164px
            }

.contact-now--attractive .contact-now__text {
            font-size: 28px;
            line-height: calc(27 / 16);
            margin-bottom: 0
        }

.contact-now--attractive .contact-now__contact {
            font-size: 44px;
            line-height: calc(58 / 44)
        }

.contact-now--attractive .contact-now__note {
            font-size: 16px;
            line-height: calc(27 / 16);
            margin-top: 10px
        }

.contact-floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;    
    z-index: 90
}

.contact-floating__button,
    .contact-floating a[href^="tel:"] {
        padding-top: 14px;
        padding-bottom: 15px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: block;
        background-color: #393939;
    }

.contact-floating .icon {
        color: #0088CC;
        fill: transparent;
        width: 22px;
        height: 22px;
        margin-right: 16px;
        margin-top: -2px;
    }

.contact-floating__text {
        font-size: 20px;
        line-height: calc(24 / 20);
        display: block;
        margin-bottom: 4px;
    }

.contact-floating__text strong {
            font-size: 26px;
            line-height: calc(31 / 26);
        }

.nav {
    background-color: #303030;
    position: relative;
    z-index: 100;
    margin-top: 90px
}

.nav__group {
        margin-left: -30px
    }

.nav__burger {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 0;
        margin-bottom: 2px;
        margin-left: 20px
    }

.nav__burger.is-active .button-burger__item {
                background: transparent
            }

.nav__burger.is-active .button-burger__item:before,
                .nav__burger.is-active .button-burger__item:after {}

.nav__burger.is-active .button-burger__item:before { 
                    top: 0;
                    -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                            transform: rotate(45deg);
                }

.nav__burger.is-active .button-burger__item:after { 
                    bottom: 0; 
                    -webkit-transform: rotate(135deg); 
                        -ms-transform: rotate(135deg); 
                            transform: rotate(135deg);
                }

.nav__burger.is-active ~ .nav__group {
                display: block;
            }

.nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none
    }

.nav__item--only-s {
            display: none
        }

.nav__link {
        display: block;
        padding: 18px 30px;
        line-height: calc(24/20);
        font-size: 20px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        -webkit-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .25s;
             -o-transition-duration: .25s;
                transition-duration: .25s;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease
    }

.nav__link:hover,
        .nav__link.is-active {
            background-color: #393939;
        }

.nav__bar {
        display: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-color: #393939;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

.nav__bar-link {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center;
        padding: 15px 10px 35px;
    }

.nav__bar-icon {
        color: #fff;
        fill: transparent;
        width: 23px;
        height: 23px;
    }

.intro {
    min-height: 740px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 78px;
    padding-bottom: 78px
}

.intro--main {
        background-image: url(../images/intro/intro-bg_bridge.jpg);
    }

.intro--secondary {
        padding-top: 80px
    }

.intro--secondary .intro__part--info {
            max-width: 600px
        }

.intro--secondary .intro__part--media {
            max-width: 520px
        }

.intro--secondary .intro__text {
            font-size: 28px;
            line-height: calc(36 / 28);
            margin-bottom: 10px
        }

.intro--secondary .intro__title {
            font-size: 36px;
            margin-top: 26px;
            margin-bottom: 50px;
            font-weight: 400
        }

.intro--secondary .intro__text--medium {
            font-size: 20px;
            line-height: calc(29/20)
        }

.intro--secondary .intro__text--small {
            font-size: 19px;
            line-height: calc(24 / 19)
        }

.intro--secondary .intro__contact {
            margin-bottom: 42px;
            margin-top: 40px
        }

.intro--secondary .intro__contact .contact-now__group {
                margin-left: 49px;
            }

.intro--secondary .contact-now__text {
            margin-bottom: 8px;
            font-size: 18px;
        }

.intro--secondary .intro__image {
            margin-top: 246px;
            margin-left: 20px;
            margin-right: 0
        }

.intro--solutions {
        background-image: url(../images/intro/intro-bg_night-city.jpg)
    }

.intro--in-home {
        background-image: url(../images/intro/intro-bg_in-home.jpg)
    }

.intro--in-home .intro__text {
            margin-bottom: 30px
        }

.intro--in-home .intro__title {
            font-size: 40px;
            margin-top: 30px;
            margin-bottom: 8px;
            margin-right: -210px
        }

.intro--in-home .intro__text--medium {
            margin-top: 50px
        }

.intro--in-home .intro__text--small {
            margin-bottom: 20px;
            max-width: 620px;
        }

.intro--reviews {
        background-image: url(../images/intro/intro-bg_reviews.jpg);
        min-height: 560px
    }

.intro--reviews .intro__part--info {
            max-width: 630px
        }

.intro--reviews .intro__text {
            margin-bottom: 0;
            font-size: 24px;
            line-height: calc(36 / 24)
        }

.intro--reviews .intro__title {
            font-size: 28px;     
            line-height: calc(36 / 28);     
            margin-bottom: 60px
        }

.intro--reviews .intro__title span {
                font-size: 40px;
                margin-top: 30px;
                line-height: calc(60 / 50);
                display: block
            }

.intro--faq {
        background-image: url(../images/intro/intro-bg_faq.jpg);
        min-height: 500px
    }

.intro--faq .intro__part--info {
            max-width: 624px
        }

.intro--faq .intro__part--media {
            max-width: 406px
        }

.intro--faq .intro__title {
            font-size: 42px;
            margin-bottom: 0;
            margin-top: 106px;
            line-height: calc(60 / 44)
        }

.intro--faq .intro__image {
            margin-top: 8px;
            margin-left: 0;
            margin-right: 0
        }

.intro__group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

.intro__part {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 50%
    }

.intro__part--info {
            max-width: 510px;
            margin-right: 20px
        }

.intro__part--media {
            max-width: 570px
        }

.intro__content + .intro__content {
            margin-top: 60px
        }

.intro__title {
        font-size: 28px;
        line-height: calc(60/50);
        margin-bottom: 60px;
        font-weight: 400
    }

.intro__text {
        font-size: 28px;
        line-height: calc(36/30);
        margin-bottom: 24px
    }

.intro__text--small {
            font-size: 36px;
            line-height: calc(24/22);
            max-width: 640px
        }

.intro__text--medium {
            font-size: 20px;
            line-height: calc(29/20)
        }

.intro__text a,
        .intro__text a[href^="tel:"] {
            color: inherit;
            text-decoration: none
        }

.intro__text a:hover, .intro__text a[href^="tel:"]:hover {
                text-decoration: underline;
            }

.intro .colored { color: #0088CC; }

.intro strong { font-weight: 700; }

.intro__contact {
        margin-top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

.intro__contact .contact-now__group {
            margin-left: 45px;
            margin-top: 0
        }

.intro__contact .contact-now__group:first-child {
                margin-left: 0;
            }

.intro__certified {
        color: #fff;
        text-align: right;
        font-size: 28px ;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 7px;
        text-transform: capitalize
    }

.intro__certified .icon {
            width: 31px;
            height: 38px;
            margin-right: 10px;
            margin-top: -3px
        }

.intro__image {
        margin-top: 130px
    }

.scroll-down {
    background-color: #FFF;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto
}

.scroll-down__icon {
        color: #C4C4C4;
        width: 37px;
        height: 37px;
        opacity: .5;
        fill: transparent;
    }

.scroll-up {
    background-color: #FFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    pointer-events: none;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 99
}

.scroll-up.is-active { 
        opacity: 1; 
        visibility: visible;
        pointer-events: auto;
    }

.scroll-up__icon {
        color: #C4C4C4;
        width: 22px;
        height: 22px;
        opacity: .5;
        fill: transparent;
    }

.about-us {
    margin-top: 48px;
    margin-bottom: 80px;
    color: #000
}

.about-us__header {
        text-align: center;
        margin-bottom: 60px;
        max-width: 72%;
        margin-left: auto;
        margin-right: auto;
    }

.about-us__header-text {
        font-size: 22px;
        line-height: calc(29 / 22);
        color: #000;
        font-weight: 400;
        margin-bottom: 8px
    }

.about-us__header-text span {
            color: #0088CC;
        }

.about-us__group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

.about-us__part {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 50%;
        max-width: 525px
    }

.about-us__part:first-child { 
            margin-right: 60px
        }

.about-us__content + .about-us__content { 
            margin-top: 60px;
        }

.about-us__content .title {
            font-size: 22px;
            font-weight: 400;
            line-height: calc(29 / 22);
            text-align: left;
            margin-bottom: 29px;
        }

.about-us__content .text p {
                margin-top: 26px
            }

.about-us__content .text p:first-child {
                    margin-top: 0;
                }

.about-us__note {
        margin-top: 80px
    }

.about-us__note .text {
            text-transform: uppercase;
            text-align: justify;
            opacity: .6;
            font-size: 16px;
            line-height: calc(20 / 16)
        }

.reasons {
    margin-top: 80px;
    margin-bottom: 100px;
    color: #000
}

.reasons__header {
        margin-bottom: 60px;
    }

.reasons__title {
        text-align: left;
        line-height: calc(58 / 44);
        font-size: 44px;
        margin-bottom: 30px;
        max-width: 900px
    }

.reasons__header-text {
        font-size: 22px;
        line-height: calc(29 / 22);
        font-weight: 400
    }

.reasons__header-text span {
            color: #0088CC;
        }

.reasons__group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

.reasons__part {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: calc(100% / 3);
        max-width: 350px;
        margin-left: 30px
    }

.reasons__part:first-child { 
            margin-left: 0
        }

.reasons__content .title {
            font-size: 22px;
            line-height: calc(29 / 22);
            font-weight: 400;
            text-align: left;
            margin-bottom: 29px
        }

.reasons__content .text {
            font-size: 16px;
            line-height: calc(27 / 16)
        }

.reasons__content .text p {
                margin-top: 26px
            }

.reasons__content .text p:first-child {
                    margin-top: 0;
                }

.quote {
    margin: 0;
}

.quote__author {
        margin-bottom: 20px;
        font-style: normal;
    }

.quote__author-name {
            font-size: 24px;
            line-height: calc(29/24);
        }

.quote__author-place {
            opacity: .6;
            font-size: 16px;
            line-height: calc(26/16);
            font-style: italic;
            margin-top: 3px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }

.quote .text {
        margin-top: 20px;
        font-weight: 700; 
        font-size: 16px
    }

.quote__more {
        opacity: .6;
        font-size: 16px;
        line-height: calc(26/16);
        font-style: italic;
        text-align: right;
        margin-top: 20px;
    }

.quote__more a { 
            color: inherit;
            text-decoration: underline
        }

.quote__more a:hover {
                text-decoration: none;
            }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}

.owl-carousel{display:none;width:100%;z-index:1}

.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}

.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}

.owl-carousel .owl-item img{display:block;width:100%}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}

.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}

.owl-carousel.owl-loading{opacity:0;display:block}

.owl-carousel.owl-hidden{opacity:0}

.owl-carousel.owl-refresh .owl-item{visibility:hidden}

.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}

.owl-carousel.owl-rtl{direction:rtl}

.owl-carousel.owl-rtl .owl-item{float:right}

.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.owl-carousel .owl-animated-in{z-index:0}

.owl-carousel .owl-animated-out{z-index:1}

.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}

@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

.owl-height{-webkit-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}

.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}

.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}

.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;-o-transition:transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}

.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}

.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}

.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.reviews-slider__item {}

.reviews-slider__quote {
        color: #000;
        padding-left: 5px;
        padding-right: 8px
    }

.reviews-slider .owl-stage-outer { 
        padding-bottom: 40px;
    }

.reviews-slider {

    /*& .owl-item {
        height: 0;
        visibility: hidden;

        &.active {
            height: auto;
            visibility: visible;
        }
    }*/
}

.reviews-slider .owl-dots {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

.reviews-slider button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 4px;
        background-color: #C4C4C4;
        opacity: 0.4;
        border-radius: 8px;
        -webkit-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-duration: .25s;
             -o-transition-duration: .25s;
                transition-duration: .25s
    }

.reviews-slider button.owl-dot:focus { outline: none; }

.reviews-slider button.owl-dot span {
        }

.reviews-slider button.owl-dot.active {
            opacity: 1;
            background-color: #0088CC
        }

.reviews-slider button.owl-dot.active span {}

.reviews-slider .owl-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 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;
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: -14px
    }

.reviews-slider .owl-nav button {
            background-position: 0 0;
            background-repeat: no-repeat;
            width: 29px;
            height: 45px;
            opacity: 1;
            -webkit-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: ease;
                 -o-transition-timing-function: ease;
                    transition-timing-function: ease;
            -webkit-transition-duration: .25s;
                 -o-transition-duration: .25s;
                    transition-duration: .25s
        }

.reviews-slider .owl-nav button:focus { outline: none; }

.reviews-slider .owl-nav button.disabled {
                opacity: 0;
                pointer-events: none;
            }

.reviews-slider .owl-nav button.owl-prev {
                background-image: url(../images/slider/arrow-prev.svg);
            }

.reviews-slider .owl-nav button.owl-next {
                background-image: url(../images/slider/arrow-next.svg);
            }

.reviews-slider .owl-nav button span {
                font-size: 0;
                line-height: 0;
                visibility: hidden;
            }

.reviews {
    margin-top: 50px;
    margin-bottom: 52px
}

.reviews--more-margin {
        margin-bottom: 128px
    }

.reviews--list .reviews__part {
            width: 525px
        }

.reviews--list .reviews__part:first-child { 
                margin-right: 60px
            }

.reviews--list .reviews__title {
            margin-bottom: 0;
        }

.reviews--list .quote {
            margin-top: 60px
        }

.reviews--list .quote .text {
                font-weight: 400;
                font-size: 16px;
                line-height: calc(27 / 16);
            }

.reviews__group{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

.reviews__group.is-hidden {
            display: none;
        }

.reviews__group--reverce {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse
        }

.reviews__group--reverce .reviews__part--content {
                margin-right: 40px;
                margin-left: 0
            }

.reviews__group--reverce .reviews__part--media {
                margin-left: 10px;
                margin-right: 24px;
                max-width: 610px
            }

.reviews__group--reverce .reviews__image {
                margin-top: -120px
            }

.reviews__part--media {
            max-width: 590px;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            margin-left: -7px
        }

.reviews__part--content {
            width: 400px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 40px;
            margin-right: 14px
        }

.reviews__image {
        margin-top: -38px
    }

.reviews__title {
        text-align: left;
        margin-bottom: 41px;
        max-width: 415px;
    }

.reviews__title--to-right { 
            margin-left: auto;
        }

.reviews__more {
        text-align: center;
        margin-top: 40px;
    }

.reviews__more a {
            color: #000;
            font-size: 17px;
            line-height: calc(27 / 17);
            text-decoration: underline
        }

.reviews__more a:hover {
                text-decoration: none;
            }

.reviews__source {
        text-align: center;
        margin-top: 45px;
        margin-bottom: 70px
    }

.reviews__source-link {
            display: inline-block;
            vertical-align: middle;
            margin-left: 35px;
            margin-right: 35px;
        }

.reviews__source-image {}

.austin-areas {
    text-transform: uppercase;
    text-align: justify;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #000
}

.austin-areas a {
        color: inherit;
        text-decoration: none
    }

.austin-areas a:hover {
            color: #0088CC;
        }

.services-info {
    color: #000;
    margin-top: 50px;
    margin-bottom: 80px
}

.services-info__part + .services-info__part {
            margin-top: 70px
        }

.services-info__part + .services-info__part .title { font-size: 24px; }

.services-info__part--opacity .austin-areas {
                opacity: .8;
            }

.services-info .title {
        margin-bottom: 23px
    }

.services-info .title span { font-weight: 600; }

.services-info__title--expand {
            max-width: 720px;
        }

.services-info__title--expand span { color: #0088CC; }

.services-info .text {
        text-transform: uppercase;
        text-align: justify;
        font-size: 14px;
        line-height: calc(20 / 14)
    }

.services-info--small-size .title {
            font-size: 22px;
            max-width: 620px;
            margin-left: auto;
            margin-right: auto
        }

.services-info--small-size .title.services-info__title--expand {
                max-width: 720px;
            }

.services-info--small-size .text {
            font-size: 14px;
            line-height: calc(20 / 14);
            opacity: 1; 
        }

.models-box {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px
}

.models-box__name {
        background-color: #F5F5F5;
        border-radius: 8px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #0088CC;
        font-size: 15px;
        line-height: calc(24/15);
        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;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 17px;
        cursor: pointer;
        -webkit-transition: background-color .25s ease;
        -o-transition: background-color .25s ease;
        transition: background-color .25s ease
    }

.models-box__name span {
            white-space: nowrap;
            max-width: inherit;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            overflow: hidden;
        }

.models-box__name .icon { 
            width: 22px;
            height: 22px;
            margin-left: 10px;
            fill: transparent;
            -webkit-transition: -webkit-transform .25s ease;
            transition: -webkit-transform .25s ease;
            -o-transition: transform .25s ease;
            transition: transform .25s ease;
            transition: transform .25s ease, -webkit-transform .25s ease;
        }

.models-box__name.is-active {
            background-color: transparent
        }

.models-box__name.is-active .icon {
                -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
            }

.models-box__name.is-active ~ .models-box__content {
                max-height: 2500px;
            }

.models-box__content {        
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s linear;
        -o-transition: max-height .2s linear;
        transition: max-height .2s linear;
    }

.models-box__list {
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

.models-box__item {
        color: #000;
        font-size: 13px;
        line-height: calc(24/13);
    }

.models {
    margin-top: 50px;
    margin-bottom: 70px
}

.models__group {
        margin-top: 70px;
        margin-left: -10px;
        margin-right: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

.models__part {
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0
    }

.popup {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    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;
    overflow-x: hidden;
    overflow-y: auto;
    color: #000;
    background-color: rgba(0, 0, 0, .6);
}

.popup__item {
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 800px;
        padding: 40px;
        border-radius: 8px;
        background-color: #fff
        
    }

.popup__body {}

.popup__quote {
        display: none
    }

.popup__quote.is-active {
            display: block;
        }

.popup__quote .text {
            font-weight: 400;            
            overflow-y: auto;
            max-height: 700px
        }

.popup__reviews {
    }

.popup__close {
        position: absolute;
        top: 40px;
        right: 40px;
        color: inherit;
        background: none;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        cursor: pointer
    }

.popup__close:focus {
            outline: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
        }

.popup__close:hover .icon { color: rgba(48, 48, 48, .5); }

.popup__close .icon { 
            color: #C4C4C4; 
            -webkit-transition: color .25s ease; 
            -o-transition: color .25s ease; 
            transition: color .25s ease;
        }

.popup.is-hidden {
        display: none;
    }

.footer-nav__list {
        list-style-type: none;
        margin-left: 48px
    }

.footer-nav__item { 
        margin-top: 20px; 
    }

.footer-nav__link {
        line-height: calc(24/20);
        font-size: 20px;
        text-decoration: none;
        color: #fff
    }

.footer-nav__link:hover {
            text-decoration: underline;
        }

.footer {
    background-color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    min-height: 475px
}

.footer__part {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 60px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box
    }

.footer__part--main {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            width: 60%;
            max-width: 1055px
        }

.footer__part--review {
            background-color: #393939;
            width: 40%
        }

.footer__logo {
        width: 153px;
        display: block
    }

.footer__logo .logo__image-white { display: block; }

.footer__group {
        margin-left: 70px
    }

.footer__contact {
        color: #fff
    }

.footer__note {
        color: #fff;
        max-width: 380px;
        margin-top: 50px;
        margin-bottom: 40px
    }

.footer__flag {
        margin-top: 40px;
        width: 102px;
        position: absolute;
        bottom: 0
    }

.footer__review-title {
        font-size: 24px;
        line-height: calc(29/24);
        margin-bottom: 30px;
        font-weight: 400;
        color: #fff;
    }

.footer__review {
        max-width: 400px;
        color: #fff;
        margin: 0
    }

.footer__review .quote__more a {
                text-decoration: none
            }

.footer__review .quote__more a:hover { text-decoration: underline; }

.onsite-business {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #000
}

.onsite-business__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 80px
    }

.onsite-business__part {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;   
        padding-right: 15px;
        padding-left: 15px
    }

.onsite-business__part:first-child {
            padding-right: 45px;
            padding-left: 0
        }

.onsite-business__content {
        margin-top: 48px
    }

.onsite-business__title {
        font-size: 44px;
        line-height: calc(58 / 44);
        text-align: left
    }

.onsite-business__text {
        font-size: 16px;
        line-height: calc(27 / 16);
        margin-top: 16px
    }

.onsite-business__text:first-child { margin-top: 0; }

.onsite-business__text--bigger {
            font-size: 22px;
            line-height: calc(29 / 22)
        }

.onsite-business__list .list {
            font-size: 22px;
            line-height: calc(29 / 22)
        }

.how-can-help {
    margin-bottom: 80px
}

.no-iphone__title{
    color: #fff;
    font-size: 28px !important;
    margin: 60px 0px 30px 0px !important;
    text-align: center !important;
}
.how-can-help__title {
        font-size: 22px;
        font-weight: 400;
        line-height: calc(29 / 22);
    }

.how-can-help__group {
        text-align: center;
        margin-top: 24px
    }

.how-can-help__item {
        display: inline-block;
        vertical-align: top;
        color: #0088CC;
        font-weight: 700;
        font-size: 16px;
        line-height: calc(27 / 16); 
        padding: 10px 20px;
        background-color: #F5F5F5;
        border-radius: 8px;
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 16px
    }

.in-home-service {
    margin-top: 80px;
    margin-bottom: 40px;
    color: #000
}

.in-home-service__image-box {}

.in-home-service__image {
        margin-left: auto;
        margin-right: auto;
    }

.in-home-service__content {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.in-home-service__part {
        max-width: 350px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        margin-left: 29px
    }

.in-home-service__part:first-child {
            margin-left: 0;
        }

.in-home-service__list {
        font-size: 16px;
        line-height: calc(27 / 16)
    }

.in-home-service__list li {
            margin-top: 0;
            margin-bottom: 40px;
        }

.dont-risk {
    color: #000;
    margin-top: 40px;
    margin-bottom: 80px
}

.dont-risk .title {
        margin-bottom: 8px
    }

.dont-risk__note {
        text-align: center;
        font-size: 16px;
        line-height: calc(27 / 16)
    }

.dont-risk__text {
        text-align: center;
        font-size: 16px;
        line-height: calc(27 / 16);  
        margin-top: 29px;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto
    }

.dont-risk__text p {
            margin-top: 40px
        }

.dont-risk__text p:first-child {
                margin-top: 0;
            }

.dont-risk__image-box {
        margin-top: 60px;
        margin-bottom: 40px;
    }

.dont-risk__image {
        margin-left: auto;
        margin-right: auto;
        max-width: 913px;
    }

.dont-risk__contact-box {}

.companies {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #303030
}

.companies__title {
        font-size: 44px;
        line-height: calc(58 / 44);
        text-align: left
    }

.companies__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 60px
    }

.companies__list {
        max-width: 340px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        margin-left: 40px
    }

.companies__list:first-child {
            margin-left: 0;
        }

.companies__list .list {
            font-size: 16px;
            line-height: calc(27 / 16)
        }

.companies__list .list li {
                margin-top: 1.35em;
            }

.help-you {
    color: #000;
    margin-top: 80px;
    margin-bottom: 80px
}

.help-you__title {
        margin-bottom: 40px;
        font-size: 44px;
        font-weight: 400;
        line-height: calc(58 / 44);
        text-align: left
    }

.help-you__title span {
            color: #0088CC;
        }

.help-you__contact-box {}

.form__line {}

.form-control__field,
    .form-control input[type="text"],
    .form-control input[type="password"],
    .form-control input[type="email"],
    .form-control textarea {
        background: #FFF;
        border-radius: 8px;
        border: none;
        color: #000;
        font-size: 20px;
        height: 72px;
        line-height: 1.2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        width: 100%;
        padding: 24px 24px 20px;
        font-family: inherit;
        -webkit-box-shadow: none;
                box-shadow: none
    }

.form-control__field::-webkit-input-placeholder, .form-control input[type="text"]::-webkit-input-placeholder, .form-control input[type="password"]::-webkit-input-placeholder, .form-control input[type="email"]::-webkit-input-placeholder, .form-control textarea::-webkit-input-placeholder {
            opacity: 1;
        }

.form-control__field::-moz-placeholder, .form-control input[type="text"]::-moz-placeholder, .form-control input[type="password"]::-moz-placeholder, .form-control input[type="email"]::-moz-placeholder, .form-control textarea::-moz-placeholder {
            opacity: 1;
        }

.form-control__field::-ms-input-placeholder, .form-control input[type="text"]::-ms-input-placeholder, .form-control input[type="password"]::-ms-input-placeholder, .form-control input[type="email"]::-ms-input-placeholder, .form-control textarea::-ms-input-placeholder {
            opacity: 1;
        }

.form-control__field::placeholder, .form-control input[type="text"]::placeholder, .form-control input[type="password"]::placeholder, .form-control input[type="email"]::placeholder, .form-control textarea::placeholder {
            opacity: 1;
        }

.form-control__field:focus, .form-control input[type="text"]:focus, .form-control input[type="password"]:focus, .form-control input[type="email"]:focus, .form-control textarea:focus {
            -webkit-box-shadow: none;
                    box-shadow: none;
            outline-color: #0088CC;
            outline-offset: -2px;
            outline-style: auto;
            outline-width: 1px;
        }

.form-control textarea {
        resize: none;
    }

.form-control__label {
        font-weight: 400;
        color: #000;
        font-size: 18px;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

.form-control.is-error .form-control__field,
        .form-control.is-error input[type="text"],
        .form-control.is-error input[type="password"],
        .form-control.is-error input[type="email"] {
            border-color: red;
        }

.form-control__button {
        margin-top: 0;
    }

.contact-form {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 60px;
    background: #F8F8F8;
    border-radius: 12px
}

.contact-form__text {
        font-size: 28px;
        line-height: calc(36 / 28);
        text-align: center
    }

.contact-form__text a, .contact__title a {
            font-weight: 700;
            text-decoration: none;
            color: inherit
        }

.contact-form__text a:hover, .contact__title a:hover {
                text-decoration: underline;
                color: inherit;
            }

.contact-form__form {
        margin-top: 2px;
    }

.contact-form__item {
        margin-top: 38px
    }

.contact-form__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: -20px
    }

.contact-form__group .contact-form__item {
            width: 50%;
            margin-left: 20px
        }

.contact-form__button {
        display: block;
        max-width: 102px;
        margin-left: auto;
    }

.contact {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #000
}

.contact__header {
        text-align: center;
        margin-bottom: 80px
    }

.contact__header-text {
        font-size: 48px;
        line-height: calc(36 / 28);
        font-weight: 700;
        margin-bottom: 30px
    }

.contact__title {
        font-size: 44px;
        line-height: 1.7;
        font-weight: 400;
    }

.contact__map {
        margin-top: 80px;
        margin-bottom: 80px
    }

.contact__map-image {}

.contact__map-text {
        font-size: 22px;
        line-height: calc(29 / 22);
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
    }

.faq-item {
    margin-top: 80px
}

.faq-item__title { 
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 24px;
        line-height: calc(36 / 24)
    }

.faq-item__title span { color: #0088CC; }

.faq-item__image {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }

.faq-item__answer a {
            text-decoration: underline;
            color: #0088CC
        }

.faq-item__answer a:hover {
                text-decoration: none;
            }

.faq-item__answer strong { font-weight: 600; }

.faq-item__answer .colored { color: #0088CC; }

.faq-item .text {
        margin-top: 46px;
        font-weight: 400; 
        font-size: 18px;
        line-height: calc(30 / 18)
    }

.faq-item .text p {
            margin-top: 1.4em;
        }

.faq-item .text--subtitle {
            font-weight: 600;
            display: block;
            margin-top: 40px;
            margin-bottom: -10px;
            color: inherit
        }

.faq {
    color: #000;
    margin-bottom: 80px
}

.blog .box--flex {}

.comments-wrapper .comments {
        margin-top: 60px;
        margin-bottom: 30px
    }

.comments-wrapper .comment {
        margin-top: 30px
    }

.comments-wrapper .comment .depth-2 {
            margin-left: 60px
        }

.comments-wrapper .comment .depth-3 {
            margin-left: 120px
        }

.comments-wrapper .comment .depth-4 {
            margin-left: 180px
        }

.comments-wrapper .comment-author {
        font-size: 14px
    }

.comments-wrapper .comment-author .fn { font-weight: 600; }

.comments-wrapper .avatar {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

.comments-wrapper .comment-metadata {
        font-size: 14px;
        opacity: .8;
        margin-top: 6px;
        margin-bottom: 10px;
    }

.comments-wrapper .comment-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.comments-wrapper .comment-reply-link {
        text-decoration: underline;
        text-transform: lowercase;
        color: #0088CC
    }

.comments-wrapper .comment-reply-link:hover {
            text-decoration: none;
        }

.comments-wrapper input[type="text"],
    .comments-wrapper input[type="password"],
    .comments-wrapper input[type="email"],
    .comments-wrapper input[type="url"],
    .comments-wrapper textarea {
        background: #FFF;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #000;
        font-size: 16px;
        height: 40px;
        line-height: 1.2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 460px;
        padding: 4px 10px;
        margin-top: 4px;
        font-family: inherit;
        -webkit-box-shadow: none;
                box-shadow: none
    }

.comments-wrapper input[type="text"]::-webkit-input-placeholder, .comments-wrapper input[type="password"]::-webkit-input-placeholder, .comments-wrapper input[type="email"]::-webkit-input-placeholder, .comments-wrapper input[type="url"]::-webkit-input-placeholder, .comments-wrapper textarea::-webkit-input-placeholder {
            opacity: .4;
        }

.comments-wrapper input[type="text"]::-moz-placeholder, .comments-wrapper input[type="password"]::-moz-placeholder, .comments-wrapper input[type="email"]::-moz-placeholder, .comments-wrapper input[type="url"]::-moz-placeholder, .comments-wrapper textarea::-moz-placeholder {
            opacity: .4;
        }

.comments-wrapper input[type="text"]::-ms-input-placeholder, .comments-wrapper input[type="password"]::-ms-input-placeholder, .comments-wrapper input[type="email"]::-ms-input-placeholder, .comments-wrapper input[type="url"]::-ms-input-placeholder, .comments-wrapper textarea::-ms-input-placeholder {
            opacity: .4;
        }

.comments-wrapper input[type="text"]::placeholder, .comments-wrapper input[type="password"]::placeholder, .comments-wrapper input[type="email"]::placeholder, .comments-wrapper input[type="url"]::placeholder, .comments-wrapper textarea::placeholder {
            opacity: .4;
        }

.comments-wrapper input[type="text"]:focus, .comments-wrapper input[type="password"]:focus, .comments-wrapper input[type="email"]:focus, .comments-wrapper input[type="url"]:focus, .comments-wrapper textarea:focus {
            -webkit-box-shadow: none;
                    box-shadow: none;
            outline: none;
        }

.comments-wrapper textarea {
        resize: none;
        height: 100px;
    }

.comments-wrapper input[type="checkbox"],
    .comments-wrapper input[type="radio"] {
        display: inline-block;
        vertical-align: top;
        margin-top: 3px;
        margin-right: 6px;
    }

.comments-wrapper input[type="submit"],
    .comments-wrapper .submit {
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        padding: 6px 16px 4px;
        height: 40px;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
        font-weight: 400;
        font-family: 'noto-sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        white-space: nowrap;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        border: none;
        color: #fff;
        background-color: #0088CC;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .25s;
             -o-transition-duration: .25s;
                transition-duration: .25s;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease
    }

.comments-wrapper input[type="submit"]:visited, .comments-wrapper .submit:visited {}

.comments-wrapper input[type="submit"]:hover, .comments-wrapper .submit:hover {
            background-color: #0b81bb;
        }

.comments-wrapper input[type="submit"]:focus, .comments-wrapper .submit:focus { outline: none; }

.comments-wrapper input[type="submit"]:active, .comments-wrapper .submit:active {
            -webkit-box-shadow: none;
                    box-shadow: none;
            outline: none;
        }

.comments-wrapper .comment-respond {
        margin-top: 30px
    }

.comments-wrapper .comment-respond form p {
                margin-top: 20px
            }

.comments-wrapper .comment-respond form p:first-child {
                    margin-top: 4px;
                }

.comments-wrapper .comment-respond form label {
                font-size: 16px;
            }

.comments-wrapper .comment-respond form .comment-form-cookies-consent label {
                    font-size: 14px;
                }

.comments-wrapper .comment-notes {
        font-size: 14px;
        line-height: 1.2;        
        font-weight: 400;
        opacity: .8;
    }

.comments-wrapper .comment-reply-title {
        font-size: 22px;
        line-height: calc(29 / 22);        
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.comments-wrapper .required {
        color: #0088CC;
    }

.content-area {
    max-width: 780px;
    color: #000;
    margin-top: 80px;
    margin-bottom: 80px
}

.content-area .has-text-align-center {
        text-align: left;
    }

.content-area a {
        color: inherit;
        text-decoration: none
    }

.content-area a:hover {
            text-decoration: underline;
        }

.content-area .archive-header {
        margin-bottom: 8px;
    }

.content-area .archive-title {
        font-size: 28px;
        line-height: calc(29 / 28);        
        font-weight: 400;
        margin-bottom: 4px;
    }

.content-area .entry-header {
        margin-bottom: 24px;
    }

.content-area .entry-title {
        font-size: 22px;
        line-height: calc(29 / 22);        
        font-weight: 400;
        margin-bottom: 16px;
    }

.content-area .post-meta {
        list-style-type: none;
        opacity: .8;
        font-size: 14px;
        font-weight: 400
    }

.content-area .post-meta svg {
            opacity: 0.7;
            width: 14px;
            height: 14px;
            margin-right: 5px;
            margin-top: -3px;
            display: inline-block;
            vertical-align: middle;
        }

.content-area .post-author,
    .content-area .post-date {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px
    }

.content-area .post-author .screen-reader-text, .content-area .post-date .screen-reader-text {
            display: none;
        }

.content-area .post-date {
        margin-left: 10px
    }

.content-area .post-date:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 1px;
            height: 14px;
            background-color: #000;
            opacity: 0.7;
            margin-right: 12px;
        }

.content-area .post {
        margin-top: 30px
    }

.content-area .post:first-child {
            margin-top: 0;
        }

.content-area .entry-content {
        font-size: 16px;
        line-height: calc(27 / 16);
        font-weight: 400

        /*@media (--S) {
            font-size: 14px;
            line-height: calc(20/14);    
        }*/
    }

.content-area .entry-content * {
            margin-top: 1.6em;
            margin-bottom: 1.6em
        }

.content-area .entry-content *:first-child {
                margin-top: 0;
            }

.content-area .entry-content *:last-child {
                margin-bottom: 0;
            }

.content-area .entry-content h1 { font-size: 26px; }

.content-area .entry-content h2 { font-size: 24px; }

.content-area .entry-content h3 { font-size: 22px; }

.content-area .entry-content h4 { font-size: 20px; }

.content-area .entry-content h5 { font-size: 18px; }

.content-area .entry-content h6 { font-size: 16px; }

.content-area .entry-content p {}

.content-area .entry-content b,
        .content-area .entry-content strong {
            font-weight: 700;
        }

.content-area .entry-content span {
            color: #0088CC;
        }

.content-area .entry-content a {
            text-decoration: none;
            color: inherit        
        }

.content-area .entry-content a:hover {
                color: #0088CC;
                text-decoration: underline;
            }

.content-area .entry-content ol { list-style-position: inside; }

.content-area .entry-content ul {
            font-weight: 400; 
            list-style-type: none
        }

.content-area .entry-content ul li {
                padding-left: 34px;
                position: relative
            }

.content-area .entry-content ul li:first-child {
                    margin-top: 0;
                }

.content-area .entry-content ul li:before {
                    content: "";
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    background-color: #0088CC;
                    position: absolute;
                    top: 9px;
                    left: 12px; 
                }

.content-area .entry-content table th,
            .content-area .entry-content table td {
                padding: 0
            }

.content-area .entry-content table td:nth-child(1) {
                    font-weight: 700;
                }

.widget-area {
    width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 60px;
    color: #000;
    margin-top: 80px;
    margin-bottom: 80px
}

.widget-area .widget {
        margin-bottom: 30px;
    }

.widget-area .widget-title {
        font-size: 20px;
        line-height: calc(29 / 20);        
        font-weight: 400;
        margin-bottom: 10px;
    }

.widget-area .widget-content ul {
            list-style-type: none
        }

.widget-area .widget-content ul li {
                margin-top: .6em;
                font-size: 16px;
                line-height: calc(27 / 16);
                font-weight: 400
            }

.widget-area .widget-content ul li:first-child {
                    margin-top: 0;
                }

.widget-area .widget-content a {
            color: inherit        
        }

.widget-area .widget-content a:hover {
                text-decoration: none;
            }

.widget-area .search-form .screen-reader-text {}

.widget-area .search-form .search-field {}

.widget-area .search-form .search-submit {}

.search-form .screen-reader-text {
        font-size: 20px;
        line-height: calc(29 / 20);        
        font-weight: 400;
        margin-bottom: 10px;
        display: block;
    }

.search-form .search-field {
        background: #FFF;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
        color: #000;
        font-size: 16px;
        height: 30px;
        line-height: 1.2;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        width: 199px;
        padding: 4px 10px;
        font-family: inherit;
        -webkit-box-shadow: none;
                box-shadow: none
    }

.search-form .search-field::-webkit-input-placeholder {
            opacity: .4;
        }

.search-form .search-field::-moz-placeholder {
            opacity: .4;
        }

.search-form .search-field::-ms-input-placeholder {
            opacity: .4;
        }

.search-form .search-field::placeholder {
            opacity: .4;
        }

.search-form .search-field:focus {
            -webkit-box-shadow: none;
                    box-shadow: none;
            outline: none;
        }

.search-form .search-submit {
        float: left;
        margin-left: 198px;
        margin-top: -30px;
        border-radius: 0 4px 4px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        padding: 6px 8px 4px;
        height: 30px;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
        font-weight: 400;
        font-family: 'noto-sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        white-space: nowrap;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        border: none;
        color: #fff;
        background-color: #0088CC;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .25s;
             -o-transition-duration: .25s;
                transition-duration: .25s;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease
    }

.search-form .search-submit:visited {}

.search-form .search-submit:hover {
            background-color: #0b81bb;
        }

.search-form .search-submit:focus { outline: none; }

.search-form .search-submit:active {
            -webkit-box-shadow: none;
                    box-shadow: none;
            outline: none;
        }

.error404-content {
    margin-top: 80px;
    margin-bottom: 80px
}

.error404-content .entry-title {
        font-size: 28px;
        line-height: calc(29 / 28);        
        font-weight: 400;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

.error404-content .search-form {
        margin-top: 40px
    }

.error404-content .search-form .search-field {
            width: 360px;
            height: 40px
        }

.error404-content .search-form .search-submit {     
            margin-left: 359px; 
            margin-top: -40px;
            padding-left: 16px;
            padding-right: 16px;
            height: 40px
        }

@media (min-width: 1700px) {

:root {
}

    .box--wide {
            width: 90%
    }

    .contact-now__text { margin-right: 9px
    }

    .contact-now__contact { font-size: 26px
    }

.intro {
        min-height: 786px
}

        .intro--secondary .intro__part--info { max-width: 750px
        }

        .intro--secondary .intro__part--media { max-width: 350px
        }

        .intro--secondary .intro__title { 
                font-size: 45px;
                margin-top: 28px;
                margin-bottom: 68px
        }

        .intro--secondary .intro__text--medium { font-size: 22px
        }

        .intro--secondary .intro__image { 
                margin-left: -80px;
                margin-right: -230px
        }

        .intro--solutions .intro__title { margin-right: -10px
        }

        .intro--in-home .intro__part--info { max-width: 690px
        }

        .intro--in-home .intro__title { 
                font-size: 50px;
                margin-top: 30px;
                margin-bottom: 8px;
                margin-right: -270px
        }

        .intro--in-home .intro__text--medium { margin-top: 60px
        }

    .intro--reviews { min-height: 560px
    }

        .intro--reviews .intro__part--info { max-width: 630px
        }

        .intro--reviews .intro__title { 
                margin-bottom: 60px
        }

            .intro--reviews .intro__title span { 
                    font-size: 50px
            }

    .intro--faq { min-height: 500px
    }

        .intro--faq .intro__part--info { max-width: 624px
        }

        .intro--faq .intro__part--media { max-width: 406px
        }

        .intro--faq .intro__title { 
                font-size: 44px;
                margin-top: 106px;
                margin-bottom: 0
        }

        .intro--faq .intro__image { 
                margin-left: 0;
                margin-right: 0
        }

        .intro__part--info {
                max-width: 760px
        }

        .intro__part--media {
                max-width: 820px
        }

        .intro__content + .intro__content { margin-top: 82px
        }

    .intro__title { 
            font-size: 34px;
            margin-bottom: 80px
    }

    .intro__text { 
            font-size: 34px
    }
    .no-iphone__title{
        font-size: 34px !important;
    }

        .intro__text--small { font-size: 22px
        }

        .intro__text--medium { font-size: 22px
        }

.scroll-up {
        right: 60px;
        bottom: 80px
}

    .popup__item {
            width: 960px;
            padding: 60px
        
    }

    .popup__close {
            top: 60px;
            right: 60px
    }}

@media  (max-width: 1499px) {

:root {
}}

@media   (max-width: 1219px) {

:root {
}

.page::after { content: "L"
    }

.box {
            width: 960px
}

    .contact-now__text { 
            font-size: 18px;
            margin-right: 0
    }

    .contact-now__contact { font-size: 20px
    }

        .contact-now--attractive .contact-now__contact { font-size: 36px
        }

    .nav__group { margin-left: -20px
    }

    .nav__link {
            padding-right: 20px;
            padding-left: 20px;
            font-size: 18px
    }

.intro {
        min-height: inherit;
        padding-top: 60px;
        padding-bottom: 60px
}

        .intro--secondary .intro__text { font-size: 18px
        }

        .intro--secondary .intro__title {
                font-size: 32px;
                margin-bottom: 50px
        }

        .intro--secondary .intro__text--small { font-size: 16px
        }

        .intro--in-home .intro__text { margin-bottom: 20px
        }

        .intro--in-home .intro__title {
                font-size: 32px;
                margin-bottom: 8px;
                margin-right: 0
        }

        .intro--reviews .intro__text {
        }

        .intro--reviews .intro__title {
                margin-bottom: 40px
        }

            .intro--reviews .intro__title span {
                    font-size: 32px
            }

        .intro--faq .intro__title {
                font-size: 32px;
                margin-bottom: 0
        }

    .intro__title {
            font-size: 32px;
            margin-bottom: 50px
    }

    .intro__text { font-size: 18px
    }

        .intro__text--small { font-size: 16px
        }

    .intro__contact {
            margin-top: 40px
    }

    .intro__certified { font-size: 18px
    }

        .intro__certified .icon { 
                width: 22px;
                height: 27px
        }

    .intro__image { margin-top: 80px
    }

.reviews-slider .owl-nav { 
            margin-left: 0;
            margin-right: 0
    }        

        .reviews__part--media { margin-left: 0
        }

        .popup__quote .text {
                max-height: 500px
        }

    .footer-nav__link { font-size: 18px
    }

    .footer__part { padding: 50px
    }

    .footer__group { margin-left: 40px
    }

        .footer__group:first-child { margin-left: 0
        }

    .footer__contact {
            margin-top: 5px
    }

    .contact__title { font-size: 37px
    }

.widget-area { margin-left: 60px
}}

@media   (max-width: 991px) {

:root {
}

.page::after { content: "M"
    }

.text {
}

.list {
}

.list li {
            margin-top: 1em
    }

.box {
            width: 720px
}

    .header__group {
    }

    .header__logo {
            width: 210px
    }

    .header__text {
            font-size: 20px;
            line-height: 1.2
    }

    .header__contact { margin-top: 0
    }

            .header__contact .contact-now__contact .icon { 
                    margin-right: 10px;
                    width: 20px;
                    height: 20px
            }

    .contact-now__text { font-size: 16px
    }

    .contact-now__contact { font-size: 18px
    }

.contact-now .icon { 
            margin-right: 10px;
            width: 20px;
            height: 20px
    }

            .contact-now--attractive .contact-now__group:first-child {  margin-right: 80px
            }

        .contact-now--attractive .contact-now__contact { font-size: 26px
        }

.nav { 
        margin-top: 60px
}

    .nav__group { margin-left: -10px
    }

    .nav__item {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1
    }

    .nav__link {
            padding-right: 12px;
            padding-left: 12px;
            font-size: 17px
    }

        .intro--secondary .intro__part--info {
        }

        .intro--secondary .intro__text { font-size: 16px
        }

        .intro--secondary .intro__title {
                font-size: 30px;
                margin-bottom: 40px
        }

        .intro--secondary .intro__text--medium { font-size: 18px
        }

        .intro--secondary .intro__text--small { font-size: 14px
        }

        .intro--in-home .intro__title {
                font-size: 30px;
                margin-bottom: 8px
        }

        .intro--in-home .intro__text--medium { margin-top: 40px
        }

        .intro--reviews .intro__title {
                margin-bottom: 20px
        }

            .intro--reviews .intro__title span {
                    font-size: 30px;
                    margin-top: 20px
            }

        .intro--faq .intro__part--media { max-width: 290px
        }

        .intro--faq .intro__title {
                font-size: 30px;
                margin-top: 60px;
                margin-bottom: 0
        }

        .intro__content + .intro__content { margin-top: 50px
        }

    .intro__title {
            font-size: 30px;
            margin-bottom: 40px
    }

    .intro__text { font-size: 16px
    }

        .intro__text--small { font-size: 14px
        }

        .intro__text--medium { font-size: 18px
        }

    .intro__contact { margin-top: 30px
    }

    .intro__certified { font-size: 16px
    }

.scroll-up { 
        right: 20px;
        bottom: 420px
}

    .about-us__note { 
            margin-top: 60px
    }

.reasons { 
        margin-bottom: 80px
}

    .reasons__title { font-size: 30px
    }

    .reasons__header-text { font-size: 20px
    }        

        .reasons__content .title { font-size: 20px
        }

.reviews-slider .owl-nav { display: none
    }

    .reviews--more-margin { margin-bottom: 80px
    }

        .reviews--list .reviews__part {
                width: auto
        }

            .reviews--list .reviews__part:first-child {
                    margin-right: 0
            }

    .reviews__group{ 
            -webkit-box-orient: vertical; 
            -webkit-box-direction: normal; 
                -ms-flex-direction: column; 
                    flex-direction: column
    }

            .reviews__group--reverce .reviews__part--content { 
                    margin-right: 0;
                    margin-left: 0
            }

            .reviews__group--reverce .reviews__part--media { 
                    margin-left: 0;
                    margin-right: 0;
                    max-width: inherit
            }

            .reviews__group--reverce .reviews__image { 
                    margin-top: 0
            }        

        .reviews__part--media { 
                width: 100%;
                max-width: inherit;
                margin-left: 0
        }

        .reviews__part--content { 
                width: 100%;
                margin-left: 0
        }

    .reviews__image { 
            margin-top: 0;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
            max-width: 400px
    }

    .reviews__title { 
            max-width: inherit;
            margin-bottom: 60px
    }

    .popup__item {
            width: 700px;
            padding: 40px
        
    }
   
    .footer-nav__list { margin-left: 20px
    }

    .footer-nav__link { font-size: 16px
    }

    .footer__part { padding: 30px 20px
    }

    .footer__note {  
            font-size: 15px;
            margin-top: 40px
    }

        .footer__review .text { 
                font-size: 15px;
                font-weight: 400
        }

.onsite-business {
        margin-top: 60px;
        margin-bottom: 60px
}

    .onsite-business__group {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 60px
    }

    .onsite-business__part { 
            width: 100%; 
            padding-right: 0;
            padding-left: 0
    }

        .onsite-business__part:first-child { 
                padding-right: 0
        }

        .onsite-business__part--image { display: none
        }

    .onsite-business__content {
            margin-top: 40px
    }

    .onsite-business__title { 
            font-size: 32px
    }

        .onsite-business__text--bigger { font-size: 20px
        }

        .onsite-business__list .list { font-size: 20px
        }

.in-home-service {
        margin-top: 60px;
        margin-bottom: 20px
}

    .in-home-service__content {
    }

.companies {
        margin-top: 60px;
        margin-bottom: 60px
}

    .companies__title { 
            font-size: 32px
    }

    .companies__group {
    }

    .companies__list {
            margin-left: 20px;
            max-width: 220px
    }

    .help-you__title { 
            font-size: 36px
    }

.contact-form { 
        padding: 40px;
        margin-top: 60px;
        margin-bottom: 60px
} 
    
    .contact-form__text { font-size: 24px
    }

        .contact-form__text br { display: none
        }

    .contact-form__item { margin-top: 32px
    }

    .contact-form__group { 
            margin-left: 0;
            display: block
    }

        .contact-form__group .contact-form__item { 
                width: 100%;
                margin-left: 0
        }

    .contact__title { font-size: 33px
    }

.comments-wrapper .comment .depth-2 { margin-left: 40px
        }

.comments-wrapper .comment .depth-3 { margin-left: 80px
        }

.comments-wrapper .comment .depth-4 { margin-left: 120px
        }

.comments-wrapper input[type="text"],
    .comments-wrapper input[type="password"],
    .comments-wrapper input[type="email"],
    .comments-wrapper input[type="url"],
    .comments-wrapper textarea {
    }

.comments-wrapper input[type="submit"],
    .comments-wrapper .submit {
    }

.content-area .entry-content ul li {
                    margin-top: 1em
            }

.widget-area { 
        margin-left: 40px; 
        width: 230px
}

.search-form .search-field { width: 159px
    }

.search-form .search-submit { margin-left: 158px
    }}

@media   (max-width: 767px) {

:root {
}

.page::after { content: "S"
    }

.text {
        font-size: 14px;
        line-height: calc(20/14)
}

.list {
        font-size: 14px;
        line-height: calc(20/14)
}

.box {
            width: 540px
}

    .box--flex { display: block
    }

.ctrl-button {
        padding: 6px 20px
}

    .logo__image {
            display: none
    }

    .logo__image-white {
            display: block
    }

.header {
        background-color: #303030;
        padding-top: 49px;
        padding-bottom: 18px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99
}

    .header__top-bar {
            position: static;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: transparent

    }

    .header__logo {
            width: 153px;
            margin-left: auto;
            margin-right: auto
    }

    .header__text {
            display: none
    }

        .header__contact .contact-now__text { display: none
        }

        .header__contact .contact-now__contact {
                position: absolute;
                bottom: 23px;
                right: 14px
        }

            .header__contact .contact-now__contact .icon { 
                    color: #fff;
                    fill: transparent;
                    width: 23px;
                    height: 23px
            }

            .header__contact .contact-now__contact strong { display: none
            }

.contact-now .icon { 
            color: #fff;
            fill: transparent;
            width: 23px;
            height: 23px
    }

    .contact-now--attractive { 
            display: block
    }

            .contact-now--attractive .contact-now__group:first-child {
                    margin-right: 0;
                    max-width: inherit;
                    margin-bottom: 63px
            }

        .contact-now--attractive .contact-now__text {
                font-size: 22px;
                line-height: calc(20 / 14)
        }

        .contact-now--attractive .contact-now__contact { 
                font-size: 24px; 
                line-height: calc(36 / 24)
        }

        .contact-now--attractive .contact-now__note {
                font-size: 14px;
                line-height: calc(20 / 14)
        }

.contact-floating { 
        display: block
}

.nav { 
        position: fixed;
        margin-top: 0
}

    .nav__box {
            width: auto
    }

    .nav__group {
            display: none;
            position: fixed;
            left: 0;
            right: 0;
            height: calc(100vh - 73px);
            background-color: #303030;
            padding-top: 5px;
            overflow-x: hidden;
            overflow-y: auto
    }

    .nav__burger {
            display: block
    }

    .nav__list {
            display: block
    }

        .nav__item--only-s {
                display: block
        }

    .nav__link {
            font-size: 20px;
            padding: 15px 40px
    }

    .nav__bar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
    }

.intro { margin-bottom: 120px
}

        .intro--secondary .intro__part--info {
        }

        .intro--secondary .intro__text { font-size: 14px
        }

        .intro--secondary .intro__title { font-size: 28px
        }

        .intro--secondary .intro__image { 
                margin-top: 30px;
                margin-left: auto
        }

        .intro--in-home .intro__title { 
                font-size: 28px; 
                line-height: calc(24 / 28);
                margin-top: 20px;
                margin-bottom: 40px
        }

        .intro--in-home .intro__text--medium { 
                margin-top: 20px;
                margin-bottom: 0
        }

    .intro--reviews { margin-bottom: 70px
    }

            .intro--reviews .intro__title span { 
                    font-size: 28px; 
                    line-height: calc(24 / 28)
            }

    .intro--faq { margin-bottom: 70px
    }

        .intro--faq .intro__part--media { 
                margin-left: auto;
                margin-right: auto
        }

        .intro--faq .intro__title { 
                font-size: 28px; 
                line-height: calc(24 / 28);
                margin-top: 0
        }

        .intro--faq .intro__image { 
                margin-top: 30px;
                margin-left: 0
        }

    .intro__group{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }

    .intro__part { width: 100%
    }

        .intro__part--info {
                max-width: inherit;
                margin-right: 0
        }

        .intro__part--media {
                max-width: inherit
        }

        .intro__content + .intro__content { margin-top: 40px
        }

    .intro__title { font-size: 28px
    }

    .intro__text { font-size: 24px
    }

    .intro__contact { display: none
    }

    .intro__certified { display: none
    }

    .intro__image {
            margin-top: 30px;
            max-width: 408px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: -145px
    }

.scroll-down { display: none
}

.scroll-up { display: none
}

.about-us { 
        margin-bottom: 60px
}

    .about-us__header-text { font-size: 14px
    }

    .about-us__group{ 
            -webkit-box-orient: vertical; 
            -webkit-box-direction: normal; 
                -ms-flex-direction: column; 
                    flex-direction: column
    }

    .about-us__part { 
            width: 100%;
            max-width: inherit
    }

        .about-us__part:first-child { 
                margin-right: 0;
                margin-bottom: 60px
        }

        .about-us__content .text { 
                font-size: 14px; 
                line-height: calc(20 / 14)
        }

            .about-us__content .text p { margin-top: 20px
            }

        .about-us__note .text { 
                font-size: 14px; 
                line-height: calc(18 / 14)
        }

.reasons { 
        margin-bottom: 60px
}

    .reasons__title { font-size: 24px
    }

    .reasons__header-text { font-size: 18px
    }

    .reasons__group{ 
            -webkit-box-orient: vertical; 
            -webkit-box-direction: normal; 
                -ms-flex-direction: column; 
                    flex-direction: column
    }

    .reasons__part { 
            width: 100%;
            max-width: inherit;
            margin-left: 0;
            margin-bottom: 30px
    }

        .reasons__part:first-child { 
                margin-left: 0
        }        

        .reasons__content .title { font-size: 18px
        }

        .reasons__content .text { 
                font-size: 14px; 
                line-height: calc(20 / 14)
        }

            .reasons__content .text p { margin-top: 20px
            }

.quote .text { font-weight: 400
    } 

    .reviews-slider__quote { padding-right: 5px
    }

.reviews { margin-bottom: 60px
}

    .reviews--more-margin { margin-bottom: 60px
    }

        .reviews--list .quote {
                margin-top: 40px
        }

    .reviews__title { 
            font-size: 24px;
            line-height: calc(29 / 24)
    }

    /*.reviews__source { display: none*/
    /*}*/

.austin-areas {
        display: none
}

.services-info {
}

        .services-info__part + .services-info__part { 
                margin-top: 60px
        }

.services-info .text {
    }

    .services-info--austin-areas { display: none
    }

.models-box {
        margin-left: 0;
        margin-right: 0
}

.models { 
        margin-bottom: 60px
}

    .models__group {
            margin-top: 30px;
            margin-left: 0;
            margin-right: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }

    .models__part {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            width: 100%
    }

    .popup__item {
            width: 310px;
            padding: 20px
        
    }

        .popup__quote .text {
                max-height: 420px
        }

    .popup__close {
            top: 10px;
            right: 10px
    }

.footer-nav { display: none
}

.footer { 
        min-height: inherit; 
        display: block
}

        .footer__part--main { 
                -webkit-box-orient: vertical; 
                -webkit-box-direction: normal; 
                    -ms-flex-direction: column; 
                        flex-direction: column;
                width: 540px;
                padding-top: 20px;
                padding-bottom: 20px;
                padding-right: 15px;
                padding-left: 15px;
                margin-left: auto;
                margin-right: auto
        }

        .footer__part--review { display: none
        }

    .footer__group { margin-left: 0
    }

    .footer__contact { 
            margin-top: 30px;
            margin-bottom: 30px
    }

    .footer__note {  
            font-size: 14px;
            line-height: calc(20 / 14);
            margin-top: 30px;
            margin-bottom: 30px
    }

    .footer__flag { display: none
    }

.onsite-business {
        margin-top: 20px;
        margin-bottom: 40px
}

    .onsite-business__group {
            margin-bottom: 40px
    }

    .onsite-business__title { 
            font-size: 24px
    }

        .onsite-business__text--bigger { font-size: 17px
        }

        .onsite-business__list .list { font-size: 17px
        }

.how-can-help { margin-bottom: 50px
}

    .how-can-help__group { margin-top: 10px
    }

    .how-can-help__item {
            font-size: 14px;
            padding: 8px 14px;
            margin-top: 12px
    }

.in-home-service {
        margin-top: 20px;
        margin-bottom: 20px
}

    .in-home-service__content {
            display: block
    }

    .in-home-service__part {
            margin-left: 0;
            max-width: inherit
    }

    .in-home-service__list {
            font-size: 16px;
            line-height: calc(27 / 16)
    }

.dont-risk { margin-top: 60px
}

.dont-risk .title { text-align: left
    }

    .dont-risk__note {
            font-size: 14px;
            line-height: calc(26 / 14);
            margin-top: 29px
    }

    .dont-risk__text {  
            font-size: 14px;
            line-height: calc(20 / 14);
            margin-top: 30px;
            text-align: left
    }

        .dont-risk__text p { margin-top: 36px
        }

.companies {
        margin-top: 20px;
        margin-bottom: 40px
}

    .companies__title { 
            font-size: 24px
    }

    .companies__group {
            margin-top: 10px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }

    .companies__list {
            margin-left: 0;
            max-width: inherit
    }

.help-you { 
        margin-top: 60px; 
        margin-bottom: 60px
}

    .help-you__title { 
            text-align: left; 
            font-size: 30px
    }
    .no-iphone__title{
        font-size: 22px !important;
    }

    .form-control__field,
    .form-control input[type="text"],
    .form-control input[type="password"],
    .form-control input[type="email"],
    .form-control textarea { 
            font-size: 16px;
            height: 50px;
            padding: 14px 14px
    }

.contact-form { 
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px
} 
    
    .contact-form__text { font-size: 20px
    }

    .contact-form__item { margin-top: 26px
    }

.contact { 
        margin-top: 60px;
        margin-bottom: 60px
}

    .contact__header { 
            margin-bottom: 40px
    }

    .contact__header-text { font-size: 40px
    }

    .contact__title { font-size: 28px
    }

    .contact__map { 
            margin-top: 60px;
            margin-bottom: 60px
    }

.faq-item {
        margin-top: 50px
}

    .faq-item__title { 
            margin-bottom: 20px;
            font-size: 20px
    }

.faq-item .text { 
            font-size: 16px; 
            margin-top: 20px
    }

        .faq-item .text--subtitle {
                margin-top: 30px
        }

.faq { 
        margin-top: 120px; 
        margin-bottom: 60px
}

.comments-wrapper .comments { margin-top: 40px
    }

.comments-wrapper .comment .depth-2 { margin-left: 20px
        }

.comments-wrapper .comment .depth-3 { margin-left: 40px
        }

.comments-wrapper .comment .depth-4 { margin-left: 60px
        }

.comments-wrapper input[type="text"],
    .comments-wrapper input[type="password"],
    .comments-wrapper input[type="email"],
    .comments-wrapper input[type="url"],
    .comments-wrapper textarea {
    }

.comments-wrapper input[type="submit"],
    .comments-wrapper .submit {
    }

.content-area {
        margin-top: 60px;
        margin-bottom: 60px
}

.content-area .entry-content table,
            .content-area .entry-content table thead,
            .content-area .entry-content table tbody,
            .content-area .entry-content table tr,
            .content-area .entry-content table th,
            .content-area .entry-content table td {
                    display: block
            }

.content-area .entry-content table th,
            .content-area .entry-content table td {
                    margin-top: 0;
                    margin-bottom: 0
            }

.content-area .entry-content table th:nth-child(2) {
                        padding-left: 20px
                }

.content-area .entry-content table td:nth-child(2) {
                        padding-left: 20px
                }

.widget-area {
        margin-top: 60px;
        margin-bottom: 60px
}

.widget-area { 
        margin-left: 0; 
        margin-top: 40px;
        width: auto
}

.widget-area .search-form { 
            width: 270px
    }

.search-form { 
        width: 270px
}

.search-form .search-field { 
            width: 199px
    }

.search-form .search-submit { margin-left: 198px
    }

.error404-content {
        margin-top: 60px;
        margin-bottom: 60px
}

.error404-content .search-form .search-field { width: 260px
        }

.error404-content .search-form .search-submit { margin-left: 259px
        }

.screen-static {
        padding-top: 99px;
        padding-bottom: 90px
}}

@media  (max-width: 575px) {

.page::after { content: "XS"
    }

.box {
            width: 100%;
            min-width: 320px;
            max-width: 480px
}

    .nav__box {
            max-width: none
    }

.intro { margin-bottom: 100px
}

    .intro__image {
            max-width: 290px;
            margin-bottom: 0px;
    }

    .popup__item {
            width: 290px
        
    }

        .popup__quote .text {
                max-height: 370px
        }

        .footer__part--main {
                width: 100%;
                min-width: 320px;
                max-width: 480px
        }

.error404-content .search-form .search-field { width: 200px
        }

.error404-content .search-form .search-submit { margin-left: 199px
        } }

@media   (max-width: 767px) and (orientation: landscape) {

    .nav__bar {
            position: static
    }

    .popup__item {
            width: 520px
        
    }

        .popup__quote .text {
                max-height: 220px
        }
        }

@media  (max-width: 575px) and (orientation: landscape) {

        .popup__quote .text {
                max-height: 170px
        }
            }
