:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, " Helvetica Neue", Arial, " Noto Sans", sans-serif, " Apple Color Emoji", " Segoe UI Emoji", " Segoe UI Symbol", " Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, " Liberation Mono", " Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, " Segoe UI", Roboto, " Helvetica Neue", Arial, " Noto Sans", sans-serif, " Apple Color Emoji", " Segoe UI Emoji", " Segoe UI Symbol", " Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3,
p,
ul {
    margin-top: 0
}

p,
ul {
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    height: auto;
}

img {
    border-style: none
}

button {
    border-radius: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

small {
    font-size: 80%;
    font-weight: 400
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}


.phone_ico {
    display: inline;
    width: 16px;
    height: 16px
}
.with_ico {
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 20px 50%
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
  }

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.col-50 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.col-lg-20,
.col-lg-25,
.col-lg-28,
.col-lg-45,
.col-lg-50,
.col-lg-80,
.col-md-25,
.col-md-44,
.col-md-49,
.col-md-50,
.col-md-75,
.col-sm-30,
.col-sm-70,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-50 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.col-50 {
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:576px) {
    .col-sm-30 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-sm-70 {
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (min-width:768px) {
    .col-md-25 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-44 {
        flex: 0 0 44%;
        max-width: 44%
    }

    .col-md-49 {
        flex: 0 0 49%;
        max-width: 49%
    }

    .col-md-50 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-75 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-25 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-28 {
        flex: 0 0 28%;
        max-width: 28%
    }

    .col-lg-45 {
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-lg-50 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-80 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:1200px) {
    .col-xl-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-21 {
        flex: 0 0 21%;
        max-width: 21%
    }

    .col-xl-22 {
        flex: 0 0 22%;
        max-width: 22%
    }

    .col-xl-50 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-flex {
        display: flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }
}

.flex-column {
    flex-direction: column !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

@media (min-width:768px) {
    .mr-md-2 {
        margin-right: .5rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;

    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, " Helvetica Neue", Arial, " Noto Sans", sans-serif, " Apple Color Emoji", " Segoe UI Emoji", " Segoe UI Symbol", " Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, " Liberation Mono", " Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, " Segoe UI", Roboto, " Helvetica Neue", Arial, " Noto Sans", sans-serif, " Apple Color Emoji", " Segoe UI Emoji", " Segoe UI Symbol", " Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3,
p,
ul {
    margin-top: 0
}

p,
ul {
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

a {
    color: #009ed1;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #f37229
}

img {
    vertical-align: middle
}

img {
    border-style: none
}

button {
    border-radius: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    margin-bottom: .5rem;
    font-weight: 500
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

small {
    font-size: 80%;
    font-weight: 400
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.col-50 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.col-lg-20,
.col-lg-25,
.col-lg-28,
.col-lg-45,
.col-lg-50,
.col-lg-80,
.col-md-25,
.col-md-44,
.col-md-49,
.col-md-50,
.col-md-75,
.col-sm-30,
.col-sm-70,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-50 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.col-50 {
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:576px) {
    .col-sm-30 {
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-sm-70 {
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (min-width:768px) {
    .col-md-25 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-44 {
        flex: 0 0 44%;
        max-width: 44%
    }

    .col-md-49 {
        flex: 0 0 49%;
        max-width: 49%
    }

    .col-md-50 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-75 {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-25 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-28 {
        flex: 0 0 28%;
        max-width: 28%
    }

    .col-lg-45 {
        flex: 0 0 45%;
        max-width: 45%
    }

    .col-lg-50 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-80 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:1200px) {
    .col-xl-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-21 {
        flex: 0 0 21%;
        max-width: 21%
    }

    .col-xl-22 {
        flex: 0 0 22%;
        max-width: 22%
    }

    .col-xl-50 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn {
    color: #212529
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-flex {
        display: flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }
}

.flex-column {
    flex-direction: column !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

@media (min-width:768px) {
    .mr-md-2 {
        margin-right: .5rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333
}

a:hover {
    text-decoration: none
}

header {
    box-shadow: 0 7px 20px rgba(5, 5, 5, .07);
    z-index: 1;
    background-color: #fff;
    padding-top: 15px
}

.call_request_txt {
    color: #312e30;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 600;
    line-height: 21px
}

.call_dropdown,
.show_form span,
header {
    position: relative
}

.call_dropdown>a span,
.show_form {
    color: #f37229;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    line-height: 18px
}

.show_form {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding-top: 2px
}

.call_dropdown .dropdown_phones_block {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    z-index: 10
}

.call_dropdown .phones_lists {
    min-width: 224px;
    text-align: left
}

.show_form>img {
    margin-right: 8px
}

.show_form span {
    top: 1px
}

.width100 {
    width: 100%
}

.phone_outer,
.phone_title {
    font-family: "Montserrat"
}

.phone_title {
    color: #f37229;
    font-size: 12px;
    font-weight: 800;
    line-height: 12px
}

.phone_outer {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 800;
    line-height: 15px
}

.phone_list {
    padding: 10px 30px 6px;
    border-bottom: 0 solid #e0e0e0
}

.phone_list:last-child {
    border-bottom: 0
}

nav.navbar {
    padding-right: 0
}

.slider_section {
    background: #f4f4f4
}

.slider_description {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.slider_description .slider_title {
    max-width: 440px;
    padding-right: 0;
    color: #2e2e2e;
    font-family: "Montserrat";
    font-size: 42px;
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 21px
}

.slider_description .slider_subtitle {
    color: #f37229;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 21px
}

.btn {
    box-shadow: 0 7px 15px rgba(0, 0, 0, .17);
    border-radius: 4px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px 15px
}

.btn span {
    position: relative;
    top: 1px
}

.orange_btn {
    background-color: #f37229
}

.white {
    color: #fff
}

.slider_rating {
    position: relative;
    top: 4px
}

.slider_rating .stars {
    position: relative;
    top: 2px
}

.over_link {
    color: #009ed1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14px;
    line-height: 23px;
    text-decoration: underline
}

.advantage_title {
    color: #2e2e2e;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 800;
    line-height: 20px
}

.bbb_title {
    color: #006495;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}

.advantage_text {
    color: #333;
    margin-bottom: 0;
    opacity: .89;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 21px
}

.section_advantages {
    background: #fff;
    padding: 35px 0 32px;
    box-shadow: 0 7px 20px rgba(5, 5, 5, .07);
    position: relative;
    z-index: 2
}

.media_advantages .media-body {
    padding-right: 30px
}

.reviews_section_links a {
    font-family: "Montserrat"
}

.section_services {
    background: #f7f7f7
}

.review_slide {
    background-color: #fff;
    padding: 64px 95px 45px;
    margin: 25px 60px
}

.review_text {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 23px;
    margin-bottom: 40px
}

.reviewr_info {
    text-align: right;
    color: #3c3c3c;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

.reviews_section_links {
    margin-top: 20px
}

.reviews_section_links a {
    color: #009ed1;
    line-height: 19px;
    text-decoration: underline
}

.reviews_section_links .vertical_line {
    width: 1px;
    height: 15px;
    background-color: #312f31;
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 10px
}

.section_subscribe {
    padding: 46px 0;
    background: #515257
}

.subscribe_title {
    color: #fff;
    font-family: "Montserrat";
    font-size: 29px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 21px
}

.subscribe_description {
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 23px;
    margin-bottom: 15px
}

.f_contact {
    font-family: "Montserrat"
}

.f_contact {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 20px;
    display: block
}

.subscribe_section_image {
    width: 100%;
    max-width: 192px;
    position: absolute;
    bottom: -20px
}

@media (max-width:1199px) {
    .slider_description .slider_title {
        font-size: 28px;
        margin-bottom: 5px
    }

    .slider_description .slider_subtitle {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    nav.navbar {
        justify-content: flex-end
    }

    .m_t_phone {
        background-color: #3c3c3c
    }

    .m_t_phone .f_contact,
    .m_t_repair_btn {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px
    }

    .m_t_repair_btn {
        text-transform: uppercase;
        font-family: "Montserrat";
        padding-top: 21px
    }

    .m_t_repair_btn img {
        margin-right: 10px
    }

    .m_t_repair_btn span {
        position: relative;
        top: 1px
    }

    .slider_description {
        text-align: center
    }

    .slider_title {
        font-size: 36px;
        margin-top: 20px
    }

    .slider_subtitle {
        font-size: 20px
    }

    .subscribe_section_image {
        max-width: 190px;
        bottom: -20px
    }

    .section_subscribe {
        padding: 20px 0
    }

    .mobile_bootom_header {
        margin-top: 12px
    }
}

@media (max-width:767px) {
    .media_advantages {
        margin-bottom: 18px;
        margin-top: 18px
    }

    .media_advantages .media-object {
        min-width: 80px;
        text-align: center
    }

    .reviews_section_links li {
        display: block
    }

    .reviews_section_links li:last-child {
        margin-top: 20px
    }

    .reviews_section_links .vertical_line {
        display: none
    }

    .btn {
        padding-left: 40px;
        padding-right: 40px
    }

    .subscribe_section_image {
        bottom: 0;
        left: calc(50% - 85px)
    }

    .section_subscribe {
        padding: 180px 0 20px
    }

    .subscribe_title {
        margin-top: 30px
    }
}

@media (max-width:575px) {
    .section_subscribe {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center
    }

    .subscribe_form {
        display: block !important
    }

    .review_slide {
        padding: 30px 20px
    }

    .review_bottom,
    .reviewr_info {
        text-align: center
    }

    .m_t_repair_btn {
        padding-left: 0;
        padding-right: 0
    }

    .m_t_repair_btn img {
        margin-right: 3px
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

p {
    font-size: 15px
}

.d-none-last-child:last-child {
    display: none
}

h1 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px
}

.slider_description {
    padding: 49px 0 58px;
    min-height: 460px
}

.slider_section {
    overflow: hidden
}

::placeholder {
    color: #333;
    opacity: .7
}

.review_bottom img {
    align-self: flex-start
}

.reviews_section_links a {
    font-size: 15px
}

.custom-logo {
    position: relative;
    top: 5px
}

iframe {
    max-width: 100%
}

.review_slide {
    box-shadow: 21px 21px 50px rgba(5, 5, 5, .2);
    border-radius: 5px
}

.section_services {
    padding: 71px 0 75px
}

.img_animate {
    margin-left: 10px
}

#main_header {
    z-index: 10 !important
}

.slider_title {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px
}

.reviews_modal_content {
    max-width: 972px
}

.reviews_modal_content .modal-content {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .25);
    border-radius: 0;
    padding: 30px 30px 30px 0;
    background: #f7f7f7
}

.modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #f37229;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 0 5px 5px;
    line-height: 1;
    font-weight: 300;
    width: 40px;
    height: 40px
}

.reviews_modal_title {
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 700;
    padding-left: 30px
}

.review_modal_body {
    padding-right: 30px;
    overflow: auto;
    max-height: 600px;
    margin-top: 30px
}

.review_modal_body::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #e4e4e4
}

.review_modal_body::-webkit-scrollbar {
    width: 20px;
    background-color: #e4e4e4
}

.review_modal_body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d0d0d0
}

.review_modal_body .review_slide {
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: 5px 2px 20px rgba(5, 5, 5, .2);
    margin-left: 30px;
    position: relative;
    z-index: 1;
    padding: 35px 35px 45px
}

.review_modal_body .review_slide:first-child {
    margin-top: 10px
}

.reviews_section_links a {
    font-weight: 700
}

.slider_description p {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 23px;
    margin-bottom: 24px;
    padding-right: 15px
}

.slider_description p:last-of-type {
    margin-bottom: 40px
}

.slider_rating {
    text-align: center
}

.review_slide {
    margin-bottom: 65px
}

.slider_description {
    padding-right: 33px;
    z-index: 3
}

.call_dropdown .dropdown_phones_block {
    box-shadow: 0 3px 30px 10px rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 0
}

.reviewv_text_wrapper {
    overflow: hidden;
    margin-bottom: 24px
}

.subscribe_title span {
    color: #f37227
}

.subscribe_section_image {
    left: 50px
}

.slider_description .with_ico {
    padding-left: 50px;
    background-position: 15px 50%
}

.over_link {
    padding-left: 0
}

.call_dropdown .phone_ico {
    position: relative;
    top: 2px
}

main section:nth-child(odd):not(.section_subscribe) {
    background-color: #f7f7f7
}

main section:nth-child(even):not(.section_subscribe) {
    background-color: #fff
}

.home .section_services {
    background: url(/wp-content/themes/fix-appliances/img/section_back.png) 50% !important;
    background-size: auto !important
}

.bg_banner {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner_main_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 185px);
    z-index: 0;
    height: 100%
}

.banner_image_wrapper,
.banner_image_wrapper:before {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: calc(12% - 185px);
    top: 0
}

.banner_image_wrapper:before {
    content: "";
    width: 269px;
    background-image: linear-gradient(to left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    left: calc(50% - 185px);
    bottom: 0;
    z-index: 2
}

.section_advantages ul {
    margin-bottom: 0
}

.advantage_list_item {
    max-width: 25%;
    width: 100%
}

@media (max-width:1199px) {
    .slider_description {
        padding-left: 15px
    }

    .slider_description .orange_btn {
        font-size: 14px;
        padding: 15px 8px 15px 29px;
        background-position: 4px 50%
    }

    .over_link {
        padding-left: 15px
    }

    .slider_description .slider_title {
        font-size: 34px;
        line-height: 1.3em;
        margin-bottom: 5px
    }

    .advantage_list_item {
        max-width: 25%
    }

    .bg_banner {
        min-height: 460px
    }

    .banner_image_wrapper:before,
    .banner_main_image {
        left: calc(50% - 120px)
    }
}

@media (max-width:991px) {
    .slider_description {
        min-height: auto;
        padding-bottom: 0;
        padding-left: 0
    }

    .slider_description p {
        margin-bottom: 25px;
        padding-right: 0
    }

    .slider_description p:last-of-type {
        margin-bottom: 0
    }

    .media_advantages {
        max-width: 480px;
        margin: 18px auto
    }

    .media_advantages .media-object {
        min-width: 80px;
        text-align: center
    }

    .main_slider_section .slider_description {
        padding-bottom: 0;
        padding-left: 0
    }

    .slider_description {
        padding-right: 0
    }

    .top_header {
        width: 100%
    }

    .header_contacts_wrapper {
        justify-content: space-between
    }

    .top_header>div {
        flex-wrap: nowrap;
        align-items: center
    }

    .call_request_txt {
        display: none
    }

    #main_header {
        padding-bottom: 10px
    }

    .subscribe_section_image {
        left: 0
    }

    .slider_description .btn {
        width: 100%;
        max-width: 330px;
        background-position: 75px 50%;
        margin-bottom: 0;
        background-size: 18px;
        font-size: 16px;
        margin-top: 30px
    }

    .slider_rating {
        margin-top: 25px
    }

    .slider_description .btn span {
        position: relative;
        top: 1px
    }

    .review_slide {
        padding: 34px 34px 47px
    }

    .custom-logo {
        top: -1px;
        max-width: 197px;
        height: auto
    }

    .banner_image_wrapper {
        position: relative;
        display: block;
        height: 500px;
        width: 100%;
        margin-top: 48px
    }

    .banner_main_image {
        left: -18%
    }

    .banner_on_mobile {
        margin-top: 48px
    }

    .banner_on_mobile_wrapper {
        position: relative
    }

    .banner_on_mobile_wrapper:after {
        content: "";
        width: 80px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to left, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
        display: none
    }

    .slider_description .slider_title {
        max-width: 100%
    }

    .advantage_list_item {
        max-width: 380px;
        display: block;
        margin-left: auto;
        margin-right: auto !important
    }
}

@media (max-width:767px) {
    nav.navbar {
        padding-left: 0
    }

    .slider_description .slider_title {
        font-size: 34px;
        line-height: 40px;
        padding-right: 0
    }

    .slider_description .slider_subtitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 23px
    }

    #main_header>.container {
        max-width: 100%
    }

    .call_dropdown>a span,
    .show_form {
        font-size: 13px
    }

    .show_form {
        padding-top: 0
    }

    .show_form>img {
        display: none
    }

    .show_form span {
        top: 0
    }

    .img_animate {
        margin-left: 0
    }

    .subscribe_section_image {
        left: calc(50% - 86px)
    }

    .subscribe_description,
    .subscribe_title {
        text-align: center
    }

    .m_t_phone .media-object {
        margin-right: 10px !important
    }

    .banner_main_image {
        left: -21%
    }

    .review_bottom img {
        align-self: center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .reviewr_info {
        text-align: center
    }
}

@media (max-width:575px) {
    .slider_description p {
        margin-bottom: 25px
    }

    .review_text {
        text-align: center
    }

    h1,
    h2 {
        margin-bottom: 18px
    }

    .header_contacts_wrapper {
        justify-content: flex-end
    }

    .main_slider_section h1,
    .main_slider_section h2 {
        margin-bottom: 18px !important
    }

    .m_t_repair_btn span {
        top: 1px;
        color: #fff
    }

    .media_advantages {
        align-items: center
    }

    .media_advantages .media-object {
        margin-bottom: 0
    }

    .m_t_repair_btn img {
        margin-right: 10px;
        width: 19px
    }

    .section_advantages {
        padding: 26px 0
    }

    .btn {
        width: 100%;
        max-width: 330px
    }

    .with_ico {
        background-position: 60px 50%
    }

    .review_slide {
        margin: 7px 15px;
        box-shadow: 21px 21px 50px rgba(5, 5, 5, .2)
    }

    .review_bottom img {
        display: inline;
        align-self: center;
        margin-bottom: 15px;
        margin-top: 0
    }

    .m_t_repair_btn {
        padding-top: 10px;
        height: 39px
    }

    .m_t_phone {
        height: 39px;
        border-right: 1px solid #fff
    }

    .m_t_phone .f_contact {
        margin-bottom: 0;
        margin-top: 11px
    }

    .reviews_modal_content .modal-content {
        padding-right: 0;
        margin-top: 50px
    }

    .review_modal_body {
        padding-right: 15px
    }

    .review_modal_body .review_slide {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 30px
    }

    .reviews_modal_title {
        font-size: 18px;
        margin-top: 10px
    }

    .banner_image_wrapper {
        height: 300px
    }

    .banner_main_image {
        left: 1%
    }

    #main_header {
        padding-top: 10px
    }

    .mobile_bootom_header {
        margin-top: 5px
    }

    .m_t_phone .media-object {
        margin-top: 11px
    }

    .section_services {
        padding-top: 45px;
        padding-bottom: 70px
    }

    .slider_description {
        padding-top: 12px
    }
}

@media (max-width:480px) {
    .banner_main_image {
        left: -16vw
    }
}

@media (max-width:374px) {
    .m_t_repair_btn img {
        margin-right: 3px
    }

    .m_t_phone .media-object {
        margin-right: 10px !important
    }

    .with_ico {
        background-position: 40px 50%
    }

    .btn {
        max-width: 270px !important;
        background-position: 30px 50% !important
    }

    .banner_main_image {
        left: -28vw
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .btn {
        font-size: 15px
    }
}

.section_subscribe {
    display: none
}

.subscribe_fix {
    position: fixed;
    bottom: 50px;
    left: -340px;
    width: 300px;
    background: #fff;
    z-index: 9999
}

.sub_click {
    position: fixed;
    bottom: 180px;
    left: -120px;
    background-color: #f37229;
    color: #fff;
    padding: 10px 30px;
    display: block;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sub_close {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 15px;
    height: 15px
}

.sub_close:after,
.sub_close:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 2px;
    background: #444
}

.sub_close:after {
    transform: rotate(-45deg)
}

.sub_close:before {
    transform: rotate(45deg)
}

.subscribe_fix_inner_top {
    padding: 40px 20px
}

.subscribe_fix_inner_bottom {
    padding: 20px;
    background: #515257
}

.sub_image {
    display: block;
    max-width: 100px;
    margin: 0 auto -70px;
    position: relative;
    top: -80px
}

.sub_title {
    color: #fff;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 15px
}

.sub_title span {
    color: #f37227
}

.sub_description {
    color: #fff;
    opacity: .8;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 23px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .section_subscribe {
        display: block
    }

    .subscribe_fix,
    .sub_click {
        display: none
    }
}

@media (max-width:575px) {
    .subscribe_form iframe {
        height: 100% !important
    }
}

.ubermenu.ubermenu-main {
    width: 100%
}

.ubermenu-main .ubermenu-nav {
    text-align: right
}

.ubermenu-main .ubermenu-item>a {
    color: #2e2e2e;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0px 18px;
    margin: 7px 0;
    border-right: 1px solid #e5e5e5;
    position: relative
}

.ubermenu-main .ubermenu-item i.ubermenu-sub-indicator {
    display: none
}

.ubermenu-main>.ubermenu-nav>.ubermenu-item:first-child>a {
    border-left: 1px solid #e5e5e5 !important
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 18px
}

.ubermenu-main>.ubermenu-nav>.ubermenu-item>a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 0;
    background: #f37229;
    left: 50%;
    transform: translate(-50%, 0)
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    background: #fff
}

.ubermenu-submenu a {
    border: 0 !important;
    margin: 0 !important
}

.ubermenu-submenu .ubermenu-item-type-column:not(:last-child) {
    height: 100%
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    padding-left: 15px !important
}

.ubermenu-main .ubermenu-submenu .ubermenu-item>a.ubermenu-target-with-image {
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.ubermenu-main .ubermenu-submenu .ubermenu-item>a {
    text-transform: capitalize;
    font-weight: normal
}

.call_dropdown .dropdown_phones_block {
    z-index: 1000
}

.close small {
    font-size: 15px;
    position: relative;
    top: -3px
}

@media (max-width:1199px) {
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 7px !important
    }

    .ubermenu-main .ubermenu-item>a {
        padding: 0 7px
    }
}

@media (max-width:991px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important
    }
}

@media (max-width:991px) and (min-width:960px) {
    nav.navbar {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: -135px
    }

    .header_contacts_wrapper {
        position: static
    }

    #main_header {
        padding-bottom: 60px
    }
}

@media (max-width:960px) {
    nav.navbar {
        width: 70px
    }

    .ubermenu-responsive-toggle .fas {
        color: #f37229;
        font-size: 24px
    }

    .header_contacts_wrapper nav.navbar {
        position: static
    }

    .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
        position: absolute;
        left: 0;
        height: calc(100vh - 94px);
        overflow: hidden !important;
        top: 80px
    }

    .header_contacts_wrapper {
        position: static
    }

    nav.ubermenu>.ubermenu-nav {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        overflow: auto !important
    }

    div.ubermenu-submenu {
        overflow: visible
    }

    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        position: static
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop>li.ubermenu-item a,
    .ubermenu-submenu>.ubermenu-row .ubermenu-submenu {
        max-width: 720px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 0
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop>li.ubermenu-item a {
        padding-left: 20px
    }

    .ubermenu-main .ubermenu-item i.ubermenu-sub-indicator {
        display: block
    }

    .ubermenu-main>.ubermenu-nav>.ubermenu-item:first-child>a {
        border-left: 0 !important
    }

    .ubermenu-submenu .ubermenu-item-type-column:not(:last-child) {
        border-right: 0
    }

    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        font-size: 24px
    }

    .ubermenu-main>.ubermenu-nav>.ubermenu-item>a:after {
        display: none
    }

    .ubermenu-responsive-toggle {
        padding-top: 0;
        padding-bottom: 0
    }

    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 50%
    }
}

@media (max-width:575px) {
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
        top: 104px
    }

    .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
        padding: 5px 10px
    }

    .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
        padding-left: 10px
    }

    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        margin-top: -9px
    }

    .ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
        margin-top: 0px
    }
}

.banner-winners-text {
    color: #f37229;
    font-size: 12px;
    font-weight: 600;
}

.webresponse {
    padding-top: 5px;
    padding-left: 8px;
    color: #f37229;
    font-weight: bold;
}