@charset 'UTF-8';
.mb20 {
    margin-bottom: 20px
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::after, span.wpcf7-list-item-label::before {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=url] {
    direction: ltr
}

.wpcf7-form {
    position: relative
}

input.wpcf7-text {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #404041;
    padding: 6px 15px;
    font-size: 17px;
    width: 100%
}

.base_popup_form button.wpcf7-submit {
    margin: 10px 0 0 0
}

.wpcf7 .disclaimer {
    margin-top: 10px
}

.wpcf7 .disclaimer p {
    font-size: 10px;
    line-height: 1;
    letter-spacing: -.3px
}

.wpcf7 .disclaimer label {
    cursor: pointer;
    user-select: none
}

.wpcf7 .disclaimer label .wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 20px
}

.wpcf7 .disclaimer label input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px
}

.wpcf7 .disclaimer label .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 3px
}

.wpcf7 .disclaimer label .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 4px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #17c139;
    border-bottom: 2px solid #17c139;
    transform: rotate(45deg);
    transition: opacity .3s
}

.wpcf7 .disclaimer label input:checked ~ .wpcf7-list-item-label:after {
    opacity: 1;
    transition: none
}

.wpcf7 .disclaimer label p {
    display: inline-block
}

@keyframes notvalid {
    from {
        border-color: #fff
    }
    to {
        border-color: red !important
    }
}

div.wpcf7 div.wpcf7-response-output {
    border: 0;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    padding: 5px 15px;
    margin: 0 15px 15px 15px
}

.nomodal .wpcf7-response-output {
    display: none !important
}

.wpcf7_multistep {
    overflow: hidden;
    max-height: 600px;
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    place-items: normal;
    -webkit-place-items: normal
}

.wpcf7_multistep .step {
    position: relative;
    display: none;
    width: 100%;
    opacity: 0;
    transition: all .2s;
    -webkit-transition: all .2s
}

.mfp-content .wpcf7_multistep {
    display: -webkit-flex !important;
    display: flex !important
}

.wpcf7_multistep .steps_container {
    display: block;
    position: relative;
    max-height: 450px;
    overflow-y: auto;
    padding-right: 40px;
    height: 100%;
    min-height: 1px
}

.wpcf7_multistep .step.active {
    opacity: 1;
    position: relative;
    display: block;
    height: 100%
}

.wpcf7_multistep span.ajax-loader {
    width: 16px;
    float: none
}

#wpcf7_step_form_1 .f_item {
    width: 100%;
    display: block;
    margin-bottom: 14px
}

#wpcf7_step_form_1 .f_item::after {
    content: "";
    display: block;
    clear: both
}

#wpcf7_step_form_1 .f_item span {
    width: 300px;
    float: left
}

#wpcf7_step_form_1 .all_metro select {
    width: 100%
}

#wpcf7_step_form_1 .f_item span.all_metro, #wpcf7_step_form_1 .f_item span.city {
    width: 150px;
    float: left
}

#wpcf7_step_form_1 .f_item input[type=tel], #wpcf7_step_form_1 .f_item input[type=text], #wpcf7_step_form_1 .f_item select, #wpcf7_step_form_1 .f_item textarea {
    width: 100% !important;
    background: #ededed;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    border-radius: 2px;
    padding: 2px 10px !important
}

#wpcf7_step_form_1 .field-name {
    color: #000
}

#wpcf7_step_form_1 .f_item textarea {
    height: 60px;
    resize: none
}

#wpcf7_step_form_1 .f_item .master {
    margin-top: 5px
}

#wpcf7_step_form_1 .f_item .date {
    width: 220px;
    padding-right: 10px;
    float: left
}

#wpcf7_step_form_1 .f_item .time {
    width: 80px;
    float: left
}

#wpcf7_step_form_1 .f_item .date input, #wpcf7_step_form_1 .f_item .time input {
    text-align: center
}

#wpcf7_step_form_1 .f_item .city {
    padding-right: 10px
}

#wpcf7_step_form_1 .f_item .flat input {
    text-align: center
}

#wpcf7_step_form_1 .f_item .flat {
    width: 33.1%;
    float: left;
    padding-right: 10px
}

#wpcf7_step_form_1 .f_item .flat {
    padding-right: 0
}

#wpcf7_step_form_1 .form-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffd504;
    margin-bottom: 15px;
    line-height: 1
}

#wpcf7_step_form_1 .wpcf7-form .wpcf7-form-control-wrap {
    height: auto
}

#wpcf7_step_form_1 .wpcf7-form input, #wpcf7_step_form_1 .wpcf7-form select {
    height: 31px
}

#wpcf7_step_form_1 .f_item span.field-name {
    padding-right: 10px;
    line-height: 1.3;
    font-size: 16px
}

#wpcf7_step_form_1 button.wpcf7-submit, #wpcf7_step_form_1 input.wpcf7-submit {
    width: 100%;
    max-width: 250px !important;
    white-space: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
    text-transform: none
}

@media screen and (max-width: 767px) {
    .wpcf7_multistep .steps_container {
        padding: 0
    }

    .wpcf7_multistep {
        max-height: 98vh;
        height: auto;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        align-content: flex-start
    }

    #wpcf7_step_form_1 .step_0 .f_item span {
        width: 250px;
        display: block;
        float: none
    }

    #wpcf7_step_form_1 .step_1 .wpcf7-form {
        zoom: .9
    }
}

.more_questions .wpcf7-form {
    width: 100%;
    text-align: center
}

.more_questions .wpcf7-form .phone.wpcf7-form-control-wrap {
    width: 45%;
    margin: 0 auto;
    display: inline-block
}

.more_questions .wpcf7-form .phone.wpcf7-form-control-wrap input {
    border-width: 1px;
    border-color: transparent
}

.more_questions .wpcf7-form .wpcf7-submit {
    width: 45%;
    margin: 0 auto
}

.for_legal_content .legal_form form {
    max-width: 450px
}

.for_legal_content .legal_form form .phone.wpcf7-form-control-wrap {
    max-width: 185px;
    display: inline-block
}

.for_legal_content .legal_form .wpcf7-submit {
    margin-left: 30px
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(19px, 0)
    }
}

#main_baner .wpcf7-form {
    max-width: 485px
}

div.wpcf7 .ajax-loader {
    background-image: none !important;
    width: 64px;
    height: 38px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 32px);
    top: auto;
    bottom: -32px
}

#wpcf7_step_form_1 .ajax-loader {
    top: auto;
    bottom: 12px;
    left: auto;
    right: 0
}

div.base_popup_form .ajax-loader {
    top: auto;
    bottom: -37px;
    left: calc(50% - 32px)
}

.mfp-container {
    display: flex;
    align-items: center
}

.base_popup_form {
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    padding: 95px 30px 30px 30px;
    position: relative;
    width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.base_popup_form._request_call_popup {
    max-width: 810px;
    padding: 44px 75px
}

.base_popup_form h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fece0a;
    font-family: 'Museo Sans', Arial;
    font-weight: 700;
    font-size: 20px
}

.base_popup_form._request_call_popup h4 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
    border: 0;
    text-align: left;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: .62px
}

.base_popup_form._request_call_popup h4 svg {
    flex-shrink: 0;
    width: 105px;
    height: 105px;
    margin-right: 30px
}

.base_popup_form._request_call_popup h4 span {
    vertical-align: middle
}

.base_popup_form > div {
    width: 45%
}

.base_popup_form._request_call_popup .popup_text {
    margin-top: -.5em
}

.base_popup_form .popup_text p {
    margin: 0;
    font-size: 16px
}

.base_popup_form._request_call_popup .popup_text p {
    font-size: 20px
}

.base_popup_form._request_call_popup .popup_text .text-yellow {
    padding: 0 2px;
    background-color: #f6df46
}

.base_popup_form .mfp-close-btn-in .mfp-close {
    color: #d17b11;
    width: 55px;
    height: 52px
}

.base_popup_form form {
    text-align: center
}

.base_popup_form form p {
    margin: 0
}

.base_popup_form form br {
    display: none
}

.base_popup_form form input[type=tel], .base_popup_form form input[type=text] {
    background: #fff;
    max-width: 250px;
    height: 46px;
    text-align: center;
    letter-spacing: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important
}

.base_popup_form._request_call_popup form input[type=tel], .base_popup_form._request_call_popup form input[type=text] {
    max-width: 100%;
    height: 52px;
    border: 1px solid #d6d6d6;
    background-color: #f6f4f4;
    font-size: 20px
}

.base_popup_form form input[type=submit] {
    width: 100%;
    max-width: 250px;
    height: 46px;
    margin-top: 16px
}

.base_popup_form._request_call_popup form input[type=submit] {
    max-width: 100%;
    height: 52px;
    font-size: 20px;
    color: #484849;
    background-color: #f6df46
}

.base_popup_form._request_call_popup form input[type=submit]:hover {
    background-color: #188e9f
}

.base_popup_form .mfp-close {
    color: #ce7200;
    width: 58px;
    height: 58px
}

.base_popup_form._request_call_popup .mfp-close {
    font-size: 40px;
    top: 21px;
    right: 11px
}

.base_popup_form .wpcf7-response-output {
    margin-top: 0
}

.base_popup_form._request_call_popup .disclaimer p {
    max-width: 209px;
    margin: auto;
    color: #404041;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: .18px
}

@media screen and (max-width: 900px) {
    .base_popup_form {
        min-height: 100%;
        max-height: 100%;
        height: auto;
        max-width: 100%;
        -webkit-align-content: -webkit-flex-start;
        align-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .base_popup_form {
        max-height: 100%;
        height: auto;
        -webkit-align-content: -webkit-flex-start;
        align-content: flex-start
    }

    .base_popup_form > div {
        width: 100%;
        margin-bottom: 35px
    }

    .base_popup_form._request_call_popup {
        padding: 50px 20px 20px
    }

    .base_popup_form._request_call_popup h4 svg {
        width: 51px;
        height: 51px;
        margin-right: 11px
    }

    .base_popup_form._request_call_popup h4 {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: .54px
    }

    .base_popup_form._request_call_popup .popup_text {
        margin-bottom: 24px
    }

    .base_popup_form._request_call_popup .popup_text p {
        font-size: 15px
    }

    .base_popup_form._request_call_popup form input[type=submit], .base_popup_form._request_call_popup form input[type=tel], .base_popup_form._request_call_popup form input[type=text] {
        max-width: 200px;
        height: 34px;
        font-size: 15px;
        letter-spacing: .32px
    }

    .base_popup_form._request_call_popup form input[type=submit] {
        margin-top: 8px
    }

    .base_popup_form._request_call_popup .mfp-close {
        top: 2px;
        right: 0
    }
}

.popup_result {
    max-width: 300px;
    margin: 0 auto;
    background-color: #059baf;
    padding: 28px;
    position: relative;
    width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.popup_result p {
    color: #fff
}

.popup_result p span {
    display: block
}

.popup_result .heading {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap
}

.popup_result .call {
    margin-top: 5px
}

.popup_result .call a {
    color: #fff;
    text-decoration: none
}

.popup_result .msg {
    margin-top: 15px
}

.popup_result .smile {
    font-size: 47px;
    font-weight: 900;
    color: #f7c734;
    transition: .4s;
    position: relative;
    padding: 0 20px 0 0;
    white-space: nowrap
}

.popup_result .mfp-close {
    color: #fff
}

#modal_review_popup {
    position: relative;
    background-color: #1f8ea4;
    width: 350px;
    padding: 45px;
    margin: 0 auto
}

#modal_review_popup .title {
    font-family: 'Museo Sans', Arial;
    font-weight: 700;
    font-size: 19px;
    color: #fece0a;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0
}

.form-group {
    margin: 7px 0
}

#modal_review_popup input {
    width: 100%;
    height: 50px;
    padding: 0 35px 0 20px;
    background-color: #fff;
    border-radius: 8px;
    font-family: Verdana;
    font-size: 12px;
    color: #58595b;
    border: 2px solid #fff;
    transition: all .3s ease
}

#modal_review_popup .user-image {
    width: 50px;
    height: 50px;
    background-image: url(../images/sections/reviews/user-default.png);
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%
}

#modal_review_popup .file-info {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px)
}

#modal_review_popup .custom-file-input {
    display: block;
    position: relative;
    color: #fece0a;
    text-decoration: underline;
    font-size: 14px
}

#modal_review_popup .popup .custom-file-input label {
    cursor: pointer
}

#modal_review_popup .custom-file-input input[type=file] {
    display: none
}

#modal_review_popup .custom-file-input + small {
    color: #fff;
    font-size: 12px
}

#modal_review_popup textarea {
    width: 100%;
    height: 130px;
    resize: none;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 20px
}

#modal_review_popup .currtime {
    color: #fff
}

@media screen and (max-width: 767px) {
    #modal_review_popup {
        padding: 15px;
        height: 98vh;
        max-width: 100%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:hover:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><path d='M12.95 10.707l0.707-0.707-5.657-5.657-1.414 1.414 4.242 4.243-4.242 4.243 1.414 1.414 4.95-4.95z'></path></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 258%;
    opacity: .4
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    transform: scaleX(-1)
}

[dir=rtl] .slick-prev:before {
    content: 'в†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'в†’'
}

[dir=rtl] .slick-next:before {
    content: 'в†ђ'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-slide img {
    max-width: 100%;
    height: auto
}

.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: transparent
}

.sm, .sm li, .sm ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left
}

.sm-rtl, .sm-rtl li, .sm-rtl ul {
    direction: rtl;
    text-align: right
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0
}

.sm ul {
    display: none
}

.sm a, .sm li {
    position: relative
}

.sm a {
    display: block
}

.sm a.disabled {
    cursor: default
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden
}

.sm *, .sm ::after, .sm ::before {
    box-sizing: inherit
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-hide {
    display: none !important
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .itself_popup {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateX(30deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .itself_popup {
    opacity: 1;
    transform: rotateX(0)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
        min-height: 100%;
        height: 1px
    }

    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 0;
        padding-right: 0
    }
}

body {
    width: 100%;
    height: 100%
}

:active, :focus, :hover, input {
    outline: 0 !important;
    outline-offset: 0 !important
}

button {
    box-shadow: none;
    border: 0
}

.body_footer {
    background-color: #434244;
    padding: 40px 0;
    color: #fff
}

.body_footer .footer_logo svg {
    max-width: 100%;
    height: 62px
}

.footer_menu_logo svg {
    max-width: 100%;
    max-height: 60px
}

.body_footer ul {
    padding: 0;
    margin: 0
}

.body_footer > hr {
    margin: 30px 0;
    border-top: 2px solid #f7c734
}

.body_footer li a {
    color: #fff;
    font-size: 15px
}

.body_footer p {
    color: #fff;
    line-height: 1;
    margin: 0 0 8px 0;
    font-size: 1em
}

.footer_row_1 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.body_footer .footer_menu ul {
    column-count: 2
}

.body_footer .footer_menu ul li {
    list-style-type: none
}

.body_footer .footer_links ul li {
    list-style-type: none
}

.body_footer .call_text {
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
    display: block
}

.body_footer .phone_button {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 33px;
    color: #fff;
    white-space: nowrap
}

.body_footer .footer_social_box {
    text-align: center;
    padding: 22px 0
}

.body_footer .footer_social_box a {
    margin: 0 3px
}

.body_footer .footer_social_box a .svg_icon {
    max-width: 40px;
    max-height: 40px
}

.footer_action_button {
    font-size: 19px;
    max-width: 290px;
    margin: 0 auto
}

.how_we_work .how_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 0
}

.how_we_work .how_icon .svg_icon {
    width: 75px;
    max-height: 100px;
    margin-right: 20px;
    overflow: visible
}

.how_we_work .how_icon .how_text {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3
}

.how_we_work .how_video {
    margin: 10px auto;
    text-align: center
}

.how_we_work .mpopup_video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 55.7%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.how_we_work .mpopup_video img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.master_slider {
    overflow: hidden;
    position: relative;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
}

.master_slider:after, .master_slider:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: #e8f3f9
}

.master_slider:before {
    left: 0
}

.master_slider:after {
    right: 0
}

.master-item {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 33.33%;
    padding: 3px 10px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em
}

.master-item__inner {
    padding: 30px 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    border-radius: 10px;
    background-color: #fff;
    text-align: center
}

.master-photo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 25px
}

.master-photo__inner {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    border-radius: 100%;
    background-color: #e5e5e5
}

.master-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover
}

.master-info__name, .master-info__spec {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15em
}

.master-info__name {
    color: #059baf
}

.master-info__spec {
    margin-bottom: 20px;
    font-weight: 300
}

.master-info__exp {
    padding: 6px;
    margin-bottom: 20px;
    background-color: #fed103
}

.master-info__jobs .count {
    background: #404041;
    border-radius: 7px;
    font-size: 20px;
    margin: 0 10px;
    color: #fff;
    line-height: 1;
    padding: 6px 10px 4px;
    display: inline-block;
    position: relative
}

.master-info__jobs .count:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #989898;
    position: absolute;
    left: -3px;
    top: 8px;
    border-radius: 2px 0 0 2px
}

.master-info__jobs .count:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #989898;
    position: absolute;
    right: -3px;
    top: 8px;
    border-radius: 0 2px 2px 0
}

.master-info__jobs .stroke {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #353536;
    top: 50%;
    left: 0
}

.master_slider .slick-next, .master_slider .slick-prev {
    margin-top: 0;
    width: 20px !important;
    height: 36px !important;
    z-index: 99
}

.master_slider .slick-prev {
    left: 0 !important
}

.master_slider .slick-next {
    right: 0 !important
}

.master_slider .slick-arrow:before {
    color: transparent !important
}

.masters h3 {
    margin: 0 auto 30px;
    text-align: center
}

.masters .call_button .action_button {
    padding-left: 20px;
    padding-right: 20px
}

.btn.masters__btn {
    margin-top: 30px
}

.service-base .container {
    max-width: 1000px
}

.service-base .preview__list {
    text-align: center
}

.service-base .preview__list .price_item {
    float: none;
    display: inline-block
}

.service-base .preview__list .price_item .price-wrapper {
    padding: 0 0 16px 0;
    margin: 50px 0 0 0;
    border: 1px solid #ebe6e6;
    border-radius: 14px;
    overflow: hidden
}

.service-base .preview__list .price_item .preview .preview__img img {
    max-width: 100%;
    height: auto
}

.service-base .preview__list .price_item .preview .price-h {
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 59px;
    align-content: center;
    position: relative
}

.service-base .preview__list .price_item .preview .price-h a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 17px;
    padding: 0 7px;
    line-height: 1;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.service-base .preview__list .price_item .preview .price-h a span {
    text-align: center
}

.service-base .preview__list .price_item .price-field {
    padding: 0 0 20px 0;
    text-align: center
}

.service-base .preview__list .price_item .button_price_popup {
    height: 36px;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 400
}

.request_without_call .bg_wave {
    position: absolute;
    width: 100%;
    height: 100%
}

.request_without_call .container {
    position: relative
}

.request_without_call h2 {
    font-weight: 900;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 20px 0
}

.request_without_call .description {
    font-size: 23px;
    line-height: 1.2;
    margin: 15px 0
}

.request_without_call .wocall_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%
}

.request_without_call .wocall_bg > svg {
    max-width: 100%;
    max-height: 100%
}

.request_without_call .wocall_button {
    margin: 30px 40% 10px 0
}

.service-reviews {
    padding: 80px 0
}

.service-reviews .container {
    max-width: 960px
}

.service-reviews .service-header {
    margin-bottom: 10px
}

.service-reviews .service-btn {
    display: flex;
    margin-left: auto
}

.service-reviews .slick-slider {
    overflow: visible
}

.service-reviews .slick-prev {
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #e0e0e0;
    background: url(../images/svg/prev.svg) center no-repeat;
    background-size: 24px 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.service-reviews .slick-next::before, .service-reviews .slick-prev::before {
    display: none
}

.service-reviews .slick-prev:hover {
    border: 1px solid #188e9f;
    background: #188e9f url(../images/svg/prev-hover.svg) center no-repeat;
    background-size: 24px 24px
}

.service-reviews .slick-next {
    right: -50px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #e0e0e0;
    background: url(../images/svg/prev.svg) center no-repeat;
    background-size: 24px 24px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.service-reviews .slick-next:hover {
    border: 1px solid #188e9f;
    background: #188e9f url(../images/svg/prev-hover.svg) center no-repeat;
    background-size: 24px 24px
}

.service-podheader {
    text-align: center;
    margin-bottom: 25px;
    opacity: .6
}

.slide-body {
    max-width: 460px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #dcdddf;
    position: relative
}

.service-review-slide {
    padding: 10px
}

.service-review-date {
    position: absolute;
    right: 30px;
    top: 30px
}

.service-review-name {
    text-transform: uppercase;
    font-weight: 700
}

.service-review-text {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px
}

.service-review-text:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #188e9f;
    left: 0;
    top: -18px
}

.service-review-link {
    color: #009baf;
    text-decoration: underline;
    font-size: 15px;
    opacity: .8
}

.service-review-link:hover {
    color: #188e9f;
    opacity: 1
}

.more_questions {
    background-color: #009baf;
    padding: 40px 0
}

.more_questions .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #ffe00b;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0
}

.more_questions .one_min_recall {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 20px 0 0 0
}

.more_questions input[type=submit] {
    background-color: #f7c734;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #3b3b3b;
    vertical-align: bottom
}

.more_questions input[type=tel] {
    border-width: 0;
    color: #333;
    font-size: 22px;
    text-align: center
}

.price_download {
    background-color: #009baf;
    padding: 0
}

.price_download .row {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center
}

.price_download .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    color: #ffe00b;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0
}

.price_download .price_download_button {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto
}

.content_section .top_content_col {
    display: flex;
    align-items: center
}

.content_section .top_content_col .t_lead {
    font-weight: 700
}

.content_section .top_content_col .t_logo > svg {
    height: 60px;
    width: 230px
}

.content_section .foot_content_col {
    padding: 20px 30px;
    text-align: center
}

.best_offer_content {
    color: #fff;
    position: relative;
    overflow: hidden
}

.best_offer_content > img {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

.best_offer_content .title_row {
    margin-bottom: 20px;
    margin-top: 0
}

.best_offer_content .title_row h2 {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(0, 0, 0, .76)
}

.best_offer_content .offer_content {
    text-align: center;
    font-size: 20px;
    line-height: 1.2
}

.best_offer_content .offer_content .offer_content_col {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600
}

.best_offer_content .offer_content .offer_content_col span {
    padding: 1px 10px;
    color: #515151;
    font-weight: 700
}

.for_legal_content .legal_content {
    background-color: #fff;
    padding: 25px 35px
}

.for_legal_content .legal_content .legal_content_col h3 {
    font-size: 36px;
    color: #666
}

.for_legal_content .legal_content .legal_content_col h3 span {
    color: #303030
}

.for_legal_content .legal_content .legal_content_col p {
    max-width: 500px;
    font-size: 18px;
    font-weight: 500
}

.for_legal_content .legal_content .legal_content_col ul {
    padding: 0;
    margin: 20px 0
}

.for_legal_content .legal_content .legal_content_col ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 700;
    color: #201f6c
}

.for_legal_content svg.svg_icon {
    position: absolute;
    bottom: -86px;
    right: 0;
    width: 450px;
    height: 300px
}

.for_legal_content input[type=submit] {
    width: 190px
}

.about_section .about_content {
    text-align: center
}

.about_section .about_content .about_item {
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: text-top
}

.about_section .about_content .about_item span {
    text-transform: uppercase;
    color: #f7c734;
    font-size: 35px;
    font-weight: 700
}

.about_section .about_content .about_item p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 18px 0
}

.about_section .about_content .about_item svg.icon {
    width: 60%;
    height: auto;
    margin: 0 20% -30% 20%
}

.about_section .about_footer {
    text-align: center;
    margin-top: 25px
}

.contacts_section .text_content_col h6 {
    margin-top: 20px
}

.contacts_section .text_content_col p {
    margin: 0;
    font-size: 16px
}

.map_section {
    padding-top: 80px;
    position: relative;
    overflow: hidden
}

.map_section > img {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

.map_section .map .wrapper .contacts {
    padding: 20px;
    background-color: #1f8ea4;
    width: 345px;
    text-align: left;
    display: inline-block;
    box-shadow: 0 0 59px 0 rgba(0, 0, 0, .5);
    position: relative;
    z-index: 5;
    color: #fff
}

.map_section .map .wrapper .contacts .title {
    font-size: 20px;
    text-align: center;
    margin: 0 0 11px 0;
    clear: both
}

.company_features .items li {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-content: center;
    height: 120px
}

.company_features .items li .text {
    padding: 0 5px 0 20px
}

.company_features .items li .text p {
    margin: 0;
    padding: 0
}

.why_we .wrapper {
    max-width: 920px;
    margin: 0 auto
}

.why_we .base {
    width: 50%;
    overflow: visible;
    border: 2px solid;
    white-space: nowrap;
    padding: 10 px20px;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.why_we .base .left {
    display: inline-block;
    min-width: 90%;
    max-width: 90%;
    padding: 0 35% 0 0;
    box-sizing: border-box
}

.why_we .base .left p {
    white-space: normal;
    max-width: 500px
}

.why_we .base .left em {
    font-style: normal;
    font-size: 30px;
    font-weight: 700
}

.why_we .base .right {
    padding: 10px 39px;
    min-width: 110%;
    max-width: 110%;
    box-sizing: content-box
}

.why_we .base .right ul {
    white-space: normal
}

.why_we .base .right li {
    line-height: 1.4;
    margin: 14px 0
}

.article_posts {
    padding: 50px 0
}

.article_posts .article_post {
    width: 100%
}

.article_posts .article_post .article_wrapper {
    display: flex;
    padding: 25px 5px;
    text-align: left
}

.article_posts .article_post .article_wrapper .left {
    width: 40%
}

.article_posts .article_post .article_wrapper .left img {
    max-width: 100%;
    height: initial;
    max-width: 90%;
    height: initial;
    box-shadow: 11px 11px 1px #fece0a
}

.article_posts .article_post .article_wrapper .right {
    padding: 0 25px;
    width: 60%
}

.article_posts .article_post .article_wrapper .right h4 {
    font-family: "Museo Sans", Arial;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.article_posts .article_post .article_wrapper .right p {
    font-size: .9em;
    padding: 0 5px;
    text-align: justify
}

.post_date {
    font-size: 12px;
    margin: 10px 0 15px 0;
    color: #000
}

.article_posts .article_post .top_line {
    height: 3px;
    background: #fece0a;
    width: 50%;
    display: block;
    margin-bottom: 8px;
    margin-left: -23px
}

.article_posts .article_post .article_wrapper .right a {
    color: #208ea5
}

.article_posts .article_post .article_wrapper .right a.more-link {
    color: #0a0a0a;
    clear: both;
    display: block;
    background: #fece0a;
    width: 150px;
    padding: 3px 20px;
    margin-top: 10px;
    line-height: 2;
    text-transform: uppercase;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700
}

.content_title {
    padding: 15px 0 0 0;
    text-align: center
}

.sewer-tools {
    padding: 80px 0
}

.sewer-tools-slider:not(.slick-initialized) {
    max-height: 240px;
    overflow: hidden
}

.sewer-tools-slider:not(.slick-initialized) .sewer-tools-slide {
    display: inline-flex;
    visibility: hidden
}

.sewer-tools .slick-slider {
    overflow: visible;
    max-width: 960px;
    margin: 0 auto
}

.sewer-tools .slick-next::before, .sewer-tools .slick-prev::before {
    display: none
}

.sewer-tools-slide-body {
    width: 220px;
    height: 240px;
    border: 1px solid #dcdddf;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    position: relative;
    transition: all .2s
}

.sewer-tools-slide-body:hover {
    border: 1px solid #c5c6c9
}

.sewer-tools-img {
    width: 110px;
    height: 110px;
    margin: 0 auto 6px auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.sewer-tools-header {
    font-weight: 700;
    text-transform: uppercase
}

.sewer-tools-podheader {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #bbb;
    position: relative
}

.sewer-tools-podheader:before {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #009baf;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.sewer-tools-text {
    margin: 12px 0;
    font-size: 11px;
    color: #bbb
}

.sewer-tools .sewer-tools-link {
    font-size: 13px
}

.sewer-tools .slick-arrow {
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #e0e0e0;
    background: url(../images/svg/prev.svg) center no-repeat;
    background-size: 24px 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.sewer-tools .slick-arrow.slick-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: initial;
    right: -50px
}

.sewer-tools .slick-arrow:hover {
    border: 1px solid #188e9f;
    background: #188e9f url(../images/svg/prev-hover.svg) center no-repeat;
    background-size: 24px 24px
}

.service-form {
    position: relative
}

.service-form-1 {
    padding: 70px 0 100px 0;
    background-color: #eef8fc;
    background-size: 830px 110px;
    background-position: 30% 95%
}

.service-form-1 .container {
    max-width: 960px;
    position: relative
}

.service-form .service-form-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.service-form .service-form-bg.bg_before {
    width: auto;
    height: auto;
    right: -320px
}

.service-form .service-form-bg.bg_after {
    width: auto;
    height: auto;
    left: -340px
}

.service-form-head {
    font-weight: 700;
    font-size: 46px;
    color: #188e9f;
    text-align: center;
    margin: 0
}

.service-form-text {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    text-align: center
}

.form-body {
    width: 100%;
    max-width: 620px;
    margin: 25px auto
}

.form-body form {
    text-align: center
}

.service-form .phone.wpcf7-form-control-wrap {
    width: 46%;
    margin: 0;
    margin-right: 1.5%;
    display: inline-block
}

.service-form input[type=tel], .service-form input[type=text] {
    display: block;
    margin-bottom: 10px;
    padding: 15px 20px;
    width: 100%;
    max-width: 260px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.service-form input[type=submit] {
    margin: 0 0 10px 1.5%;
    width: 46%;
    max-width: 260px
}

.service-form input[type=tel]:hover, .service-form input[type=text]:hover {
    border: 1px solid #c4c4c4
}

.service-form input[type=submit]:focus, .service-form input[type=tel]:focus, .service-form input[type=text]:focus {
    outline: 0;
    border: 1px solid #009baf
}

.service-form-2 {
    padding: 85px 0;
    background-color: #eef8fc
}

.service-form-2 > svg.icon {
    width: 600px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 4px
}

.service-form-2 .container {
    max-width: 960px;
    position: relative
}

.service-form-2 .wocall_bg {
    position: absolute;
    top: 0;
    right: -320px;
    width: 500px;
    height: 100%
}

.service-form-2 .service-form-head, .service-form-2 .service-form-text {
    text-align: left;
    max-width: 780px
}

.service-form-btn {
    margin-top: 20px;
    width: 100%;
    max-width: 250px;
    position: relative;
    z-index: 1
}

.service-form-3 {
    padding: 70px 0 110px 0;
    background: #eef8fc;
    text-align: center
}

.service-form-3 svg.icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%
}

.service-form-3 .container {
    max-width: 960px;
    position: relative
}

.service-form-3 .form-body {
    max-width: 540px
}

.service-form-4 {
    padding: 90px 0 130px 0;
    background: #eef8fc;
    text-align: center
}

.service-form-4 .container {
    max-width: 960px;
    position: relative
}

.service-form-4 .form-body {
    max-width: 540px
}

.service-form-4 svg.icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%
}

.service-sewer {
    padding: 80px 0
}

.service-sewer .container {
    max-width: 960px;
    text-align: center
}

.service-header {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px
}

.price_item {
    display: inline-block;
    float: none !important
}

.service-item {
    width: 300px;
    margin: 0 auto 50px auto
}

.service-item-img {
    width: 300px;
    height: 240px;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.service-item-body {
    width: 240px;
    display: block;
    margin: -30px auto 0 auto;
    padding: 30px 30px 50px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(55, 56, 60, .05);
    box-shadow: 0 5px 5px rgba(55, 56, 60, .05);
    text-align: center;
    position: relative;
    text-decoration: none !important
}

.service-item-text {
    text-transform: uppercase;
    height: 43px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.service-item-price {
    margin: 12px auto;
    color: #009baf;
    font-size: 18px;
    font-weight: 700
}

.service-item-desc {
    font-size: 12px;
    color: rgba(55, 56, 60, .5)
}

.service-item-btn {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    max-width: 215px;
    background-color: #009baf;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    padding: 13px 20px;
    font-size: 17px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.service-item-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #188e9f
}

.service-seo {
    padding: 70px 0;
    color: #aaa
}

.service-seo .container {
    max-width: 960px
}

.service-seo p.service-header {
    font-size: 30px;
    text-align: left;
    color: #37383c;
    margin-bottom: 10px
}

.service-seo-img {
    width: 400px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.service-article {
    margin-top: 30px
}

.service-article-head {
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
    color: #37383c
}

.service-organizations {
    padding: 80px 0
}

.service-organizations .container {
    max-width: 960px
}

.service-organizations .service-podheader {
    font-weight: 700;
    text-align: left;
    opacity: 1;
    font-size: 30px;
    text-transform: none
}

.service-organizations-text {
    color: #aaa
}

.service-organizations-img {
    width: 440px;
    height: 229px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain
}

.service-organizations .form-body {
    max-width: 540px;
    margin: 40px 0 0 0
}

.service-organizations .service-form input[type=submit], .service-organizations .service-form input[type=tel] {
    margin-bottom: 0
}

.blue {
    color: #009baf
}

.organizations-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.organizations-flex-head {
    display: block;
    position: relative;
    width: 100%
}

.organizations-flex-left {
    display: block;
    position: relative;
    width: 56%
}

.service-organizations-img {
    display: block;
    position: relative;
    width: 41%
}

.section_faq .panel-default {
    border-radius: 3px;
    margin-bottom: 3px
}

.section_faq .panel-default .panel-heading {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    background: #929b9c0d
}

.section_faq .panel-default .panel-heading .panel-title a {
    display: block;
    color: #5d5d5d;
    text-decoration: none !important;
    font-size: 21px;
    font-weight: 600
}

.section_faq .panel-default .panel-heading .panel-title a .bullet {
    margin-right: 7px;
    line-height: 12px
}

.section_faq .panel-default .panel-heading .panel-title a .bullet:after {
    content: "+";
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #059baf;
    font-weight: 900;
    font-size: 20px;
    font-family: monospace;
    transform: rotateZ(45deg);
    transition: all .3s
}

.section_faq .panel-default .panel-heading .panel-title a.collapsed .bullet:after {
    transform: rotateZ(0)
}

.section_faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    padding: 10px 20px;
    background: #f1f1f1
}

#wpcf7_step_form_1 .form-bottom {
    display: none !important
}

.action_button._with-blick, .baner_form button.wpcf7-submit, .btn._with-blick, .service-item-btn._with-blick {
    overflow: hidden
}

.action_button._with-blick, .baner_form button.wpcf7-submit, .btn._with-blick {
    position: relative
}

.btn__blick {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    animation: rotateBlick 30s infinite
}

.btn__blick:after {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background-color: #fff;
    animation: animBlick 3s infinite
}

@-webkit-keyframes animBlick {
    0% {
        transform: scale(0);
        opacity: 1
    }
    50% {
        transform: scale(1);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animBlick {
    0% {
        transform: scale(0);
        opacity: 1
    }
    50% {
        transform: scale(1);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes rotateBlick {
    0% {
        transform: translate(-80px, -69px)
    }
    9.99% {
        transform: translate(-80px, -69px)
    }
    10% {
        transform: translate(0, -69px)
    }
    19.99% {
        transform: translate(0, -69px)
    }
    20% {
        transform: translate(80px, -69px)
    }
    29.99% {
        transform: translate(80px, -69px)
    }
    30% {
        transform: translate(160px, -23px)
    }
    39.99% {
        transform: translate(160px, -23px)
    }
    40% {
        transform: translate(160px, 23px)
    }
    49.99% {
        transform: translate(160px, 23px)
    }
    50% {
        transform: translate(80px, 69px)
    }
    59.99% {
        transform: translate(80px, 69px)
    }
    60% {
        transform: translate(0, 69px)
    }
    69.99% {
        transform: translate(0, 69px)
    }
    70% {
        transform: translate(-80px, 69px)
    }
    79.99% {
        transform: translate(-80px, 69px)
    }
    80% {
        transform: translate(-160px, 23px)
    }
    89.99% {
        transform: translate(-160px, 23px)
    }
    90% {
        transform: translate(-160px, -23px)
    }
    99.9% {
        transform: translate(-160px, -23px)
    }
}

.screen-reader-response {
    display: none
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body, html {
    width: 100%;
    height: 100%;
    cursor: default
}

body {
    font: normal 16px/1.4 "Source Sans Pro", sans-serif;
    color: #37383c;
    background: #fff
}

html._mobile body {
    -webkit-text-size-adjust: 100%
}

picture {
    display: inline-block
}

fieldset, img {
    border: 0
}

fieldset legend {
    display: none
}

li, ul {
    list-style-type: none
}

img {
    vertical-align: top;
    width: 100%
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

table {
    border: 0;
    border-collapse: collapse
}

table td {
    padding: 0;
    vertical-align: top
}

input, select, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search] {
    -webkit-appearance: textfield
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #5f5f5f;
    color: #fff;
    text-shadow: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}

.clearfix:after, .row:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0
}

.invisible-container {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.static-text p {
    margin-bottom: 1.4em
}

.static-text img {
    max-width: 100%
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn, .checkbox__text a, .footer-links__link, .footer-social__link, .nav-city__list-link, .nav__services .inline-menu > li .sub-menu li a, .nav__services .inline-menu > li > a, .nav__short-menu a, .slider-arrow, .transition-active, .wpcf7-submit {
    -webkit-transition: color .4s ease-out, background .4s ease-out, border-color .4s ease-out, fill .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, background .4s ease-out, border-color .4s ease-out, fill .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, background .4s ease-out, border-color .4s ease-out, fill .4s ease-out, opacity .4s ease-out
}

.btn:hover, .checkbox__text a:hover, .footer-links__link:hover, .footer-social__link:hover, .nav-city__list-link:hover, .nav__services .inline-menu > li .sub-menu li a:hover, .nav__services .inline-menu > li > a:hover, .nav__short-menu a:hover, .slider-arrow:hover, .transition-hover, .wpcf7-submit:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.wrapper {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.row {
    position: relative;
    margin-left: -32px;
    margin-right: -32px
}

@media only screen and (max-width: 1400px) {
    .row {
        margin-left: -32px;
        margin-right: -32px
    }
}

@media only screen and (max-width: 1024px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media only screen and (max-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-lg-1 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-2 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-3 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-4 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-5 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-6 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-7 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-8 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-9 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-10 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-11 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-12 {
    padding-left: 32px;
    padding-right: 32px
}

.col-lg-1 {
    display: block;
    float: left;
    width: 8.33333%
}

.col-lg-2 {
    display: block;
    float: left;
    width: 16.66667%
}

.col-lg-3 {
    display: block;
    float: left;
    width: 25%
}

.col-lg-4 {
    display: block;
    float: left;
    width: 33.33333%
}

.col-lg-5 {
    display: block;
    float: left;
    width: 41.66667%
}

.col-lg-6 {
    display: block;
    float: left;
    width: 50%
}

.col-lg-7 {
    display: block;
    float: left;
    width: 58.33333%
}

.col-lg-8 {
    display: block;
    float: left;
    width: 66.66667%
}

.col-lg-9 {
    display: block;
    float: left;
    width: 75%
}

.col-lg-10 {
    display: block;
    float: left;
    width: 83.33333%
}

.col-lg-11 {
    display: block;
    float: left;
    width: 91.66667%
}

.col-lg-12 {
    display: block;
    float: left;
    width: 100%
}

@media only screen and (max-width: 1400px) {
    .col-md-1 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-2 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-3 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-5 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-6 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-7 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-8 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-9 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-10 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-11 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-12 {
        padding-right: 32px;
        padding-left: 32px
    }

    .col-md-1 {
        display: block;
        float: left;
        width: 8.33333%
    }

    .col-md-2 {
        display: block;
        float: left;
        width: 16.66667%
    }

    .col-md-3 {
        display: block;
        float: left;
        width: 25%
    }

    .col-md-4 {
        display: block;
        float: left;
        width: 33.33333%
    }

    .col-md-5 {
        display: block;
        float: left;
        width: 41.66667%
    }

    .col-md-6 {
        display: block;
        float: left;
        width: 50%
    }

    .col-md-7 {
        display: block;
        float: left;
        width: 58.33333%
    }

    .col-md-8 {
        display: block;
        float: left;
        width: 66.66667%
    }

    .col-md-9 {
        display: block;
        float: left;
        width: 75%
    }

    .col-md-10 {
        display: block;
        float: left;
        width: 83.33333%
    }

    .col-md-11 {
        display: block;
        float: left;
        width: 91.66667%
    }

    .col-md-12 {
        display: block;
        float: left;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .col-sm-1 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-2 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-3 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-4 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-5 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-6 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-7 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-8 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-9 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-10 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-11 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-12 {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-sm-1 {
        display: block;
        float: left;
        width: 8.33333%
    }

    .col-sm-2 {
        display: block;
        float: left;
        width: 16.66667%
    }

    .col-sm-3 {
        display: block;
        float: left;
        width: 25%
    }

    .col-sm-4 {
        display: block;
        float: left;
        width: 33.33333%
    }

    .col-sm-5 {
        display: block;
        float: left;
        width: 41.66667%
    }

    .col-sm-6 {
        display: block;
        float: left;
        width: 50%
    }

    .col-sm-7 {
        display: block;
        float: left;
        width: 58.33333%
    }

    .col-sm-8 {
        display: block;
        float: left;
        width: 66.66667%
    }

    .col-sm-9 {
        display: block;
        float: left;
        width: 75%
    }

    .col-sm-10 {
        display: block;
        float: left;
        width: 83.33333%
    }

    .col-sm-11 {
        display: block;
        float: left;
        width: 91.66667%
    }

    .col-sm-12 {
        display: block;
        float: left;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .col-xs-1 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-2 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-3 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-4 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-5 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-6 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-7 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-8 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-9 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-10 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-11 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-xs-1 {
        display: block;
        float: left;
        width: 8.33333%
    }

    .col-xs-2 {
        display: block;
        float: left;
        width: 16.66667%
    }

    .col-xs-3 {
        display: block;
        float: left;
        width: 25%
    }

    .col-xs-4 {
        display: block;
        float: left;
        width: 33.33333%
    }

    .col-xs-5 {
        display: block;
        float: left;
        width: 41.66667%
    }

    .col-xs-6 {
        display: block;
        float: left;
        width: 50%
    }

    .col-xs-7 {
        display: block;
        float: left;
        width: 58.33333%
    }

    .col-xs-8 {
        display: block;
        float: left;
        width: 66.66667%
    }

    .col-xs-9 {
        display: block;
        float: left;
        width: 75%
    }

    .col-xs-10 {
        display: block;
        float: left;
        width: 83.33333%
    }

    .col-xs-11 {
        display: block;
        float: left;
        width: 91.66667%
    }

    .col-xs-12 {
        display: block;
        float: left;
        width: 100%
    }
}

.offset-lg-0 {
    margin-left: 0
}

.offset-lg-1 {
    margin-left: 8.33333%
}

.offset-lg-2 {
    margin-left: 16.66667%
}

.offset-lg-3 {
    margin-left: 25%
}

.offset-lg-4 {
    margin-left: 33.33333%
}

.offset-lg-5 {
    margin-left: 41.66667%
}

.offset-lg-6 {
    margin-left: 50%
}

.offset-lg-7 {
    margin-left: 58.33333%
}

.offset-lg-8 {
    margin-left: 66.66667%
}

.offset-lg-9 {
    margin-left: 75%
}

.offset-lg-10 {
    margin-left: 83.33333%
}

.offset-lg-11 {
    margin-left: 91.66667%
}

.offset-lg-12 {
    margin-left: 100%
}

@media only screen and (max-width: 1400px) {
    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .offset-md-12 {
        margin-left: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .offset-sm-12 {
        margin-left: 100%
    }
}

@media only screen and (max-width: 768px) {
    .offset-xs-0 {
        margin-left: 0
    }

    .offset-xs-1 {
        margin-left: 8.33333%
    }

    .offset-xs-2 {
        margin-left: 16.66667%
    }

    .offset-xs-3 {
        margin-left: 25%
    }

    .offset-xs-4 {
        margin-left: 33.33333%
    }

    .offset-xs-5 {
        margin-left: 41.66667%
    }

    .offset-xs-6 {
        margin-left: 50%
    }

    .offset-xs-7 {
        margin-left: 58.33333%
    }

    .offset-xs-8 {
        margin-left: 66.66667%
    }

    .offset-xs-9 {
        margin-left: 75%
    }

    .offset-xs-10 {
        margin-left: 83.33333%
    }

    .offset-xs-11 {
        margin-left: 91.66667%
    }

    .offset-xs-12 {
        margin-left: 100%
    }
}

@media only screen and (max-width: 768px) {
    .hidden-xs {
        display: none
    }
}

.visible-xs {
    display: none
}

@media only screen and (max-width: 768px) {
    .visible-xs {
        display: block
    }
}

.skin {
    margin-left: auto;
    margin-right: auto;
    padding-right: 7.5px;
    padding-left: 7.5px;
    max-width: 100%;
    width: 100%
}

@media (min-width: 767px) {
    .skin {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1023px) {
    .skin {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (min-width: 1399px) {
    .skin {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (min-width: 767px) {
    .skin {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1023px) {
    .skin {
        max-width: 1012px;
        width: 100%
    }
}

@media (min-width: 1399px) {
    .skin {
        max-width: 1012px;
        width: 100%
    }
}

.skin-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 7.5px;
    padding-left: 7.5px
}

@media (min-width: 767px) {
    .skin-fluid {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1023px) {
    .skin-fluid {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (min-width: 1399px) {
    .skin-fluid {
        padding-right: 16px;
        padding-left: 16px
    }
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

@media (min-width: 767px) {
    .grid {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1023px) {
    .grid {
        margin-right: -16px;
        margin-left: -16px
    }
}

@media (min-width: 1399px) {
    .grid {
        margin-right: -16px;
        margin-left: -16px
    }
}

.grid_reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.grid_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.grid_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.grid_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid_beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid_around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.grid_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.grid_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 767px) {
    .grid_sm-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .grid_sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .grid_sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .grid_sm-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid_sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid_sm-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid_sm-beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid_sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .grid_sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .grid_sm-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 1023px) {
    .grid_md-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .grid_md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .grid_md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .grid_md-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid_md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid_md-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid_md-beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid_md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .grid_md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .grid_md-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 1399px) {
    .grid_lg-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .grid_lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .grid_lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .grid_lg-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid_lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid_lg-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid_lg-beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid_lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .grid_lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .grid_lg-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.col {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

@media (min-width: 767px) {
    .col {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1023px) {
    .col {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (min-width: 1399px) {
    .col {
        padding-right: 16px;
        padding-left: 16px
    }
}

.col_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col_6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col_9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col_10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col_11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col_12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col_auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.col_pull-0 {
    right: auto
}

.col_pull-1 {
    right: 8.33333%
}

.col_pull-2 {
    right: 16.66667%
}

.col_pull-3 {
    right: 25%
}

.col_pull-4 {
    right: 33.33333%
}

.col_pull-5 {
    right: 41.66667%
}

.col_pull-6 {
    right: 50%
}

.col_pull-7 {
    right: 58.33333%
}

.col_pull-8 {
    right: 66.66667%
}

.col_pull-9 {
    right: 75%
}

.col_pull-10 {
    right: 83.33333%
}

.col_pull-11 {
    right: 91.66667%
}

.col_pull-12 {
    right: 100%
}

.col_push-0 {
    left: auto
}

.col_push-1 {
    left: 8.33333%
}

.col_push-2 {
    left: 16.66667%
}

.col_push-3 {
    left: 25%
}

.col_push-4 {
    left: 33.33333%
}

.col_push-5 {
    left: 41.66667%
}

.col_push-6 {
    left: 50%
}

.col_push-7 {
    left: 58.33333%
}

.col_push-8 {
    left: 66.66667%
}

.col_push-9 {
    left: 75%
}

.col_push-10 {
    left: 83.33333%
}

.col_push-11 {
    left: 91.66667%
}

.col_push-12 {
    left: 100%
}

.col_offset-1 {
    margin-left: 8.33333%
}

.col_offset-2 {
    margin-left: 16.66667%
}

.col_offset-3 {
    margin-left: 25%
}

.col_offset-4 {
    margin-left: 33.33333%
}

.col_offset-5 {
    margin-left: 41.66667%
}

.col_offset-6 {
    margin-left: 50%
}

.col_offset-7 {
    margin-left: 58.33333%
}

.col_offset-8 {
    margin-left: 66.66667%
}

.col_offset-9 {
    margin-left: 75%
}

.col_offset-10 {
    margin-left: 83.33333%
}

.col_offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 767px) {
    .col_sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col_sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col_sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col_sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col_sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col_sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col_sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col_sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col_sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col_sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col_sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col_sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col_sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .col_sm-pull-0 {
        right: auto
    }

    .col_sm-pull-1 {
        right: 8.33333%
    }

    .col_sm-pull-2 {
        right: 16.66667%
    }

    .col_sm-pull-3 {
        right: 25%
    }

    .col_sm-pull-4 {
        right: 33.33333%
    }

    .col_sm-pull-5 {
        right: 41.66667%
    }

    .col_sm-pull-6 {
        right: 50%
    }

    .col_sm-pull-7 {
        right: 58.33333%
    }

    .col_sm-pull-8 {
        right: 66.66667%
    }

    .col_sm-pull-9 {
        right: 75%
    }

    .col_sm-pull-10 {
        right: 83.33333%
    }

    .col_sm-pull-11 {
        right: 91.66667%
    }

    .col_sm-pull-12 {
        right: 100%
    }

    .col_sm-push-0 {
        left: auto
    }

    .col_sm-push-1 {
        left: 8.33333%
    }

    .col_sm-push-2 {
        left: 16.66667%
    }

    .col_sm-push-3 {
        left: 25%
    }

    .col_sm-push-4 {
        left: 33.33333%
    }

    .col_sm-push-5 {
        left: 41.66667%
    }

    .col_sm-push-6 {
        left: 50%
    }

    .col_sm-push-7 {
        left: 58.33333%
    }

    .col_sm-push-8 {
        left: 66.66667%
    }

    .col_sm-push-9 {
        left: 75%
    }

    .col_sm-push-10 {
        left: 83.33333%
    }

    .col_sm-push-11 {
        left: 91.66667%
    }

    .col_sm-push-12 {
        left: 100%
    }

    .col_sm-offset-0 {
        margin-left: 0
    }

    .col_sm-offset-1 {
        margin-left: 8.33333%
    }

    .col_sm-offset-2 {
        margin-left: 16.66667%
    }

    .col_sm-offset-3 {
        margin-left: 25%
    }

    .col_sm-offset-4 {
        margin-left: 33.33333%
    }

    .col_sm-offset-5 {
        margin-left: 41.66667%
    }

    .col_sm-offset-6 {
        margin-left: 50%
    }

    .col_sm-offset-7 {
        margin-left: 58.33333%
    }

    .col_sm-offset-8 {
        margin-left: 66.66667%
    }

    .col_sm-offset-9 {
        margin-left: 75%
    }

    .col_sm-offset-10 {
        margin-left: 83.33333%
    }

    .col_sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1023px) {
    .col_md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col_md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col_md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col_md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col_md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col_md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col_md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col_md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col_md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col_md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col_md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col_md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col_md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .col_md-pull-0 {
        right: auto
    }

    .col_md-pull-1 {
        right: 8.33333%
    }

    .col_md-pull-2 {
        right: 16.66667%
    }

    .col_md-pull-3 {
        right: 25%
    }

    .col_md-pull-4 {
        right: 33.33333%
    }

    .col_md-pull-5 {
        right: 41.66667%
    }

    .col_md-pull-6 {
        right: 50%
    }

    .col_md-pull-7 {
        right: 58.33333%
    }

    .col_md-pull-8 {
        right: 66.66667%
    }

    .col_md-pull-9 {
        right: 75%
    }

    .col_md-pull-10 {
        right: 83.33333%
    }

    .col_md-pull-11 {
        right: 91.66667%
    }

    .col_md-pull-12 {
        right: 100%
    }

    .col_md-push-0 {
        left: auto
    }

    .col_md-push-1 {
        left: 8.33333%
    }

    .col_md-push-2 {
        left: 16.66667%
    }

    .col_md-push-3 {
        left: 25%
    }

    .col_md-push-4 {
        left: 33.33333%
    }

    .col_md-push-5 {
        left: 41.66667%
    }

    .col_md-push-6 {
        left: 50%
    }

    .col_md-push-7 {
        left: 58.33333%
    }

    .col_md-push-8 {
        left: 66.66667%
    }

    .col_md-push-9 {
        left: 75%
    }

    .col_md-push-10 {
        left: 83.33333%
    }

    .col_md-push-11 {
        left: 91.66667%
    }

    .col_md-push-12 {
        left: 100%
    }

    .col_md-offset-0 {
        margin-left: 0
    }

    .col_md-offset-1 {
        margin-left: 8.33333%
    }

    .col_md-offset-2 {
        margin-left: 16.66667%
    }

    .col_md-offset-3 {
        margin-left: 25%
    }

    .col_md-offset-4 {
        margin-left: 33.33333%
    }

    .col_md-offset-5 {
        margin-left: 41.66667%
    }

    .col_md-offset-6 {
        margin-left: 50%
    }

    .col_md-offset-7 {
        margin-left: 58.33333%
    }

    .col_md-offset-8 {
        margin-left: 66.66667%
    }

    .col_md-offset-9 {
        margin-left: 75%
    }

    .col_md-offset-10 {
        margin-left: 83.33333%
    }

    .col_md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1399px) {
    .col_lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col_lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col_lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col_lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col_lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col_lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col_lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col_lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col_lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col_lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col_lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col_lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col_lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .col_lg-pull-0 {
        right: auto
    }

    .col_lg-pull-1 {
        right: 8.33333%
    }

    .col_lg-pull-2 {
        right: 16.66667%
    }

    .col_lg-pull-3 {
        right: 25%
    }

    .col_lg-pull-4 {
        right: 33.33333%
    }

    .col_lg-pull-5 {
        right: 41.66667%
    }

    .col_lg-pull-6 {
        right: 50%
    }

    .col_lg-pull-7 {
        right: 58.33333%
    }

    .col_lg-pull-8 {
        right: 66.66667%
    }

    .col_lg-pull-9 {
        right: 75%
    }

    .col_lg-pull-10 {
        right: 83.33333%
    }

    .col_lg-pull-11 {
        right: 91.66667%
    }

    .col_lg-pull-12 {
        right: 100%
    }

    .col_lg-push-0 {
        left: auto
    }

    .col_lg-push-1 {
        left: 8.33333%
    }

    .col_lg-push-2 {
        left: 16.66667%
    }

    .col_lg-push-3 {
        left: 25%
    }

    .col_lg-push-4 {
        left: 33.33333%
    }

    .col_lg-push-5 {
        left: 41.66667%
    }

    .col_lg-push-6 {
        left: 50%
    }

    .col_lg-push-7 {
        left: 58.33333%
    }

    .col_lg-push-8 {
        left: 66.66667%
    }

    .col_lg-push-9 {
        left: 75%
    }

    .col_lg-push-10 {
        left: 83.33333%
    }

    .col_lg-push-11 {
        left: 91.66667%
    }

    .col_lg-push-12 {
        left: 100%
    }

    .col_lg-offset-0 {
        margin-left: 0
    }

    .col_lg-offset-1 {
        margin-left: 8.33333%
    }

    .col_lg-offset-2 {
        margin-left: 16.66667%
    }

    .col_lg-offset-3 {
        margin-left: 25%
    }

    .col_lg-offset-4 {
        margin-left: 33.33333%
    }

    .col_lg-offset-5 {
        margin-left: 41.66667%
    }

    .col_lg-offset-6 {
        margin-left: 50%
    }

    .col_lg-offset-7 {
        margin-left: 58.33333%
    }

    .col_lg-offset-8 {
        margin-left: 66.66667%
    }

    .col_lg-offset-9 {
        margin-left: 75%
    }

    .col_lg-offset-10 {
        margin-left: 83.33333%
    }

    .col_lg-offset-11 {
        margin-left: 91.66667%
    }
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

@media (min-width: 767px) {
    .grid {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media (min-width: 1023px) {
    .grid {
        margin-right: -16px;
        margin-left: -16px
    }
}

@media (min-width: 1399px) {
    .grid {
        margin-right: -16px;
        margin-left: -16px
    }
}

.grid_reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.grid_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.grid_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.grid_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid_beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid_around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.grid_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.grid_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width: 767px) {
    .grid_sm-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .grid_sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .grid_sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .grid_sm-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid_sm-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid_sm-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid_sm-beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid_sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .grid_sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .grid_sm-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 1023px) {
    .grid_md-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .grid_md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .grid_md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .grid_md-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid_md-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid_md-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid_md-beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid_md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .grid_md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .grid_md-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 1399px) {
    .grid_lg-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .grid_lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .grid_lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .grid_lg-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .grid_lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .grid_lg-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .grid_lg-beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid_lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .grid_lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .grid_lg-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .grid_lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.col-of10 {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

@media (min-width: 767px) {
    .col-of10 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1023px) {
    .col-of10 {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media (min-width: 1399px) {
    .col-of10 {
        padding-right: 16px;
        padding-left: 16px
    }
}

.col-of10_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.col-of10_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-of10_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.col-of10_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.col-of10_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-of10_6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.col-of10_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.col-of10_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.col-of10_9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

.col-of10_10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-of10_auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.col-of10_pull-0 {
    right: auto
}

.col-of10_pull-1 {
    right: 10%
}

.col-of10_pull-2 {
    right: 20%
}

.col-of10_pull-3 {
    right: 30%
}

.col-of10_pull-4 {
    right: 40%
}

.col-of10_pull-5 {
    right: 50%
}

.col-of10_pull-6 {
    right: 60%
}

.col-of10_pull-7 {
    right: 70%
}

.col-of10_pull-8 {
    right: 80%
}

.col-of10_pull-9 {
    right: 90%
}

.col-of10_pull-10 {
    right: 100%
}

.col-of10_push-0 {
    left: auto
}

.col-of10_push-1 {
    left: 10%
}

.col-of10_push-2 {
    left: 20%
}

.col-of10_push-3 {
    left: 30%
}

.col-of10_push-4 {
    left: 40%
}

.col-of10_push-5 {
    left: 50%
}

.col-of10_push-6 {
    left: 60%
}

.col-of10_push-7 {
    left: 70%
}

.col-of10_push-8 {
    left: 80%
}

.col-of10_push-9 {
    left: 90%
}

.col-of10_push-10 {
    left: 100%
}

.col-of10_offset-1 {
    margin-left: 10%
}

.col-of10_offset-2 {
    margin-left: 20%
}

.col-of10_offset-3 {
    margin-left: 30%
}

.col-of10_offset-4 {
    margin-left: 40%
}

.col-of10_offset-5 {
    margin-left: 50%
}

.col-of10_offset-6 {
    margin-left: 60%
}

.col-of10_offset-7 {
    margin-left: 70%
}

.col-of10_offset-8 {
    margin-left: 80%
}

.col-of10_offset-9 {
    margin-left: 90%
}

@media (min-width: 767px) {
    .col-of10_sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-of10_sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-of10_sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-of10_sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-of10_sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-of10_sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-of10_sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-of10_sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-of10_sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-of10_sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-of10_sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .col-of10_sm-pull-0 {
        right: auto
    }

    .col-of10_sm-pull-1 {
        right: 10%
    }

    .col-of10_sm-pull-2 {
        right: 20%
    }

    .col-of10_sm-pull-3 {
        right: 30%
    }

    .col-of10_sm-pull-4 {
        right: 40%
    }

    .col-of10_sm-pull-5 {
        right: 50%
    }

    .col-of10_sm-pull-6 {
        right: 60%
    }

    .col-of10_sm-pull-7 {
        right: 70%
    }

    .col-of10_sm-pull-8 {
        right: 80%
    }

    .col-of10_sm-pull-9 {
        right: 90%
    }

    .col-of10_sm-pull-10 {
        right: 100%
    }

    .col-of10_sm-push-0 {
        left: auto
    }

    .col-of10_sm-push-1 {
        left: 10%
    }

    .col-of10_sm-push-2 {
        left: 20%
    }

    .col-of10_sm-push-3 {
        left: 30%
    }

    .col-of10_sm-push-4 {
        left: 40%
    }

    .col-of10_sm-push-5 {
        left: 50%
    }

    .col-of10_sm-push-6 {
        left: 60%
    }

    .col-of10_sm-push-7 {
        left: 70%
    }

    .col-of10_sm-push-8 {
        left: 80%
    }

    .col-of10_sm-push-9 {
        left: 90%
    }

    .col-of10_sm-push-10 {
        left: 100%
    }

    .col-of10_sm-offset-0 {
        margin-left: 0
    }

    .col-of10_sm-offset-1 {
        margin-left: 10%
    }

    .col-of10_sm-offset-2 {
        margin-left: 20%
    }

    .col-of10_sm-offset-3 {
        margin-left: 30%
    }

    .col-of10_sm-offset-4 {
        margin-left: 40%
    }

    .col-of10_sm-offset-5 {
        margin-left: 50%
    }

    .col-of10_sm-offset-6 {
        margin-left: 60%
    }

    .col-of10_sm-offset-7 {
        margin-left: 70%
    }

    .col-of10_sm-offset-8 {
        margin-left: 80%
    }

    .col-of10_sm-offset-9 {
        margin-left: 90%
    }
}

@media (min-width: 1023px) {
    .col-of10_md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-of10_md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-of10_md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-of10_md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-of10_md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-of10_md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-of10_md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-of10_md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-of10_md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-of10_md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-of10_md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .col-of10_md-pull-0 {
        right: auto
    }

    .col-of10_md-pull-1 {
        right: 10%
    }

    .col-of10_md-pull-2 {
        right: 20%
    }

    .col-of10_md-pull-3 {
        right: 30%
    }

    .col-of10_md-pull-4 {
        right: 40%
    }

    .col-of10_md-pull-5 {
        right: 50%
    }

    .col-of10_md-pull-6 {
        right: 60%
    }

    .col-of10_md-pull-7 {
        right: 70%
    }

    .col-of10_md-pull-8 {
        right: 80%
    }

    .col-of10_md-pull-9 {
        right: 90%
    }

    .col-of10_md-pull-10 {
        right: 100%
    }

    .col-of10_md-push-0 {
        left: auto
    }

    .col-of10_md-push-1 {
        left: 10%
    }

    .col-of10_md-push-2 {
        left: 20%
    }

    .col-of10_md-push-3 {
        left: 30%
    }

    .col-of10_md-push-4 {
        left: 40%
    }

    .col-of10_md-push-5 {
        left: 50%
    }

    .col-of10_md-push-6 {
        left: 60%
    }

    .col-of10_md-push-7 {
        left: 70%
    }

    .col-of10_md-push-8 {
        left: 80%
    }

    .col-of10_md-push-9 {
        left: 90%
    }

    .col-of10_md-push-10 {
        left: 100%
    }

    .col-of10_md-offset-0 {
        margin-left: 0
    }

    .col-of10_md-offset-1 {
        margin-left: 10%
    }

    .col-of10_md-offset-2 {
        margin-left: 20%
    }

    .col-of10_md-offset-3 {
        margin-left: 30%
    }

    .col-of10_md-offset-4 {
        margin-left: 40%
    }

    .col-of10_md-offset-5 {
        margin-left: 50%
    }

    .col-of10_md-offset-6 {
        margin-left: 60%
    }

    .col-of10_md-offset-7 {
        margin-left: 70%
    }

    .col-of10_md-offset-8 {
        margin-left: 80%
    }

    .col-of10_md-offset-9 {
        margin-left: 90%
    }
}

@media (min-width: 1399px) {
    .col-of10_lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .col-of10_lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-of10_lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-of10_lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-of10_lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-of10_lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-of10_lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .col-of10_lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .col-of10_lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .col-of10_lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-of10_lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .col-of10_lg-pull-0 {
        right: auto
    }

    .col-of10_lg-pull-1 {
        right: 10%
    }

    .col-of10_lg-pull-2 {
        right: 20%
    }

    .col-of10_lg-pull-3 {
        right: 30%
    }

    .col-of10_lg-pull-4 {
        right: 40%
    }

    .col-of10_lg-pull-5 {
        right: 50%
    }

    .col-of10_lg-pull-6 {
        right: 60%
    }

    .col-of10_lg-pull-7 {
        right: 70%
    }

    .col-of10_lg-pull-8 {
        right: 80%
    }

    .col-of10_lg-pull-9 {
        right: 90%
    }

    .col-of10_lg-pull-10 {
        right: 100%
    }

    .col-of10_lg-push-0 {
        left: auto
    }

    .col-of10_lg-push-1 {
        left: 10%
    }

    .col-of10_lg-push-2 {
        left: 20%
    }

    .col-of10_lg-push-3 {
        left: 30%
    }

    .col-of10_lg-push-4 {
        left: 40%
    }

    .col-of10_lg-push-5 {
        left: 50%
    }

    .col-of10_lg-push-6 {
        left: 60%
    }

    .col-of10_lg-push-7 {
        left: 70%
    }

    .col-of10_lg-push-8 {
        left: 80%
    }

    .col-of10_lg-push-9 {
        left: 90%
    }

    .col-of10_lg-push-10 {
        left: 100%
    }

    .col-of10_lg-offset-0 {
        margin-left: 0
    }

    .col-of10_lg-offset-1 {
        margin-left: 10%
    }

    .col-of10_lg-offset-2 {
        margin-left: 20%
    }

    .col-of10_lg-offset-3 {
        margin-left: 30%
    }

    .col-of10_lg-offset-4 {
        margin-left: 40%
    }

    .col-of10_lg-offset-5 {
        margin-left: 50%
    }

    .col-of10_lg-offset-6 {
        margin-left: 60%
    }

    .col-of10_lg-offset-7 {
        margin-left: 70%
    }

    .col-of10_lg-offset-8 {
        margin-left: 80%
    }

    .col-of10_lg-offset-9 {
        margin-left: 90%
    }
}

.d_none {
    display: none !important
}

.d_inline {
    display: inline !important
}

.d_inline-block {
    display: inline-block !important
}

.d_block {
    display: block !important
}

.d_table {
    display: table !important
}

.d_table-row {
    display: table-row !important
}

.d_table-cell {
    display: table-cell !important
}

.d_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d_inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 767px) {
    .d_sm-none {
        display: none !important
    }

    .d_sm-inline {
        display: inline !important
    }

    .d_sm-inline-block {
        display: inline-block !important
    }

    .d_sm-block {
        display: block !important
    }

    .d_sm-table {
        display: table !important
    }

    .d_sm-table-row {
        display: table-row !important
    }

    .d_sm-table-cell {
        display: table-cell !important
    }

    .d_sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d_sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1023px) {
    .d_md-none {
        display: none !important
    }

    .d_md-inline {
        display: inline !important
    }

    .d_md-inline-block {
        display: inline-block !important
    }

    .d_md-block {
        display: block !important
    }

    .d_md-table {
        display: table !important
    }

    .d_md-table-row {
        display: table-row !important
    }

    .d_md-table-cell {
        display: table-cell !important
    }

    .d_md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d_md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1399px) {
    .d_lg-none {
        display: none !important
    }

    .d_lg-inline {
        display: inline !important
    }

    .d_lg-inline-block {
        display: inline-block !important
    }

    .d_lg-block {
        display: block !important
    }

    .d_lg-table {
        display: table !important
    }

    .d_lg-table-row {
        display: table-row !important
    }

    .d_lg-table-cell {
        display: table-cell !important
    }

    .d_lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d_lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.section-slider {
    overflow: hidden
}

.slider {
    position: relative
}

.slick-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.slick-slider * {
    outline: 0
}

.slick-list {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

html:not(._win) .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[data-slider-sub-slides] > :not(:first-child) {
    display: none
}

.slick-slide {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    min-height: 1px;
    white-space: normal
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slider-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, .78);
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-arrow:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.slider-arrow._prev {
    left: 20px
}

.slider-arrow._next {
    right: 20px
}

.slider-arrow.slick-hidden {
    display: none
}

.slider-arrow__icon {
    width: 6px;
    height: 11px;
    fill: #37383c
}

@-webkit-keyframes dots {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes dots {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.slick-disabled {
    pointer-events: none
}

.slick-disabled.slider-arrow {
    opacity: .15
}

.slide._center {
    display: inline-block;
    vertical-align: top
}

._desktop .slider-arrow:hover {
    background-color: #fff
}

.sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    -webkit-tap-highlight-color: transparent
}

.sm ul {
    display: none
}

.sm a {
    display: block
}

.sm a.disabled {
    cursor: default
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden
}

.sm, .sm li, .sm ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left
}

.sm-rtl, .sm-rtl li, .sm-rtl ul {
    direction: rtl;
    text-align: right
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0
}

.sm a, .sm li {
    position: relative
}

.sm *, .sm ::after, .sm ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.section {
    font-family: "Museo Sans", Helvetica, Arial, sans-serif
}

.section__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #464648
}

@media only screen and (min-width: 768px) {
    .section__title {
        margin-bottom: 10px;
        font-size: 40px
    }
}

.section__title._blue {
    color: #009cb1
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group:not(:last-child) {
    margin-bottom: 10px
}

.input-group input:not([type=checkbox]) {
    width: 100%;
    min-height: 30px;
    padding: 0 6px;
    border: 1px solid rgba(55, 56, 60, .4);
    border-radius: 0
}

.input-group .input-group-btn:not(:first-child) .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.input-group .input-group-btn:not(:first-child) .btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.checkbox {
    display: inline-block;
    width: 100%;
    text-align: center
}

.checkbox__text a {
    color: inherit;
    text-decoration: underline
}

._desktop .checkbox__text a:hover {
    color: #009baf
}

.h1, h1 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .28px
}

@media only screen and (min-width: 768px) {
    .h1, h1 {
        margin-bottom: 25px;
        font-size: 28px
    }
}

.text-blue {
    color: #009cb1
}

.text-white, section .title_row h2.color_white {
    color: #fff
}

.icon-close {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px
}

.icon-close:after, .icon-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #37383c
}

.icon-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wrapper {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100%
}

.wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper__content._center {
    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
}

.container {
    max-width: 980px;
    margin: auto;
    padding: 0 30px
}

.skin {
    padding-left: 15px;
    padding-right: 15px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.btn, .wpcf7-submit {
    position: relative;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    text-decoration: none;
    padding: 0 16px 2px;
    border: 1px solid #009cb1;
    border-radius: 25px;
    color: #fff;
    background-color: #009cb1;
    font-family: "Museo Sans", Helvetica, Arial, sans-serif;
    font-size: 19px
}

.btn._disabled, .btn:disabled, .wpcf7-submit._disabled, .wpcf7-submit:disabled {
    pointer-events: none;
    opacity: .5
}

.btn:hover, .wpcf7-submit:hover {
    background-color: #01b1c9;
    border-color: #01b1c9;
    text-decoration: none
}

.btn._yellow, .wpcf7-submit._yellow {
    color: #37383c;
    border-color: #fae348;
    background-color: #fae348
}

.btn._yellow:hover, .wpcf7-submit._yellow:hover {
    color: #fff;
    border-color: #009cb1;
    background-color: #009cb1
}

.btn._link, .wpcf7-submit._link {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #37383c
}

.btn._link:hover, .wpcf7-submit._link:hover {
    background-color: transparent;
    color: #009cb1
}

.btn._full, .wpcf7-submit._full {
    width: 100%
}

.btn._min-w, .wpcf7-submit._min-w {
    min-width: 230px
}

#main_baner .wpcf7-submit {
    min-width: 230px;
    color: #37383c;
    border-color: #fae348;
    background-color: #fae348
}

#main_baner .wpcf7-submit:hover {
    color: #fff;
    border-color: #009cb1;
    background-color: #009cb1
}

.nav__top {
    position: relative;
    z-index: 6;
    padding: 19px 0 15px;
    background-color: #fae348
}

@media only screen and (min-width: 1024px) {
    .nav__top {
        background-color: transparent
    }
}

.nav__bottom {
    background-color: #fae348;
    display: none
}

@media only screen and (min-width: 1024px) {
    .nav__bottom {
        display: block
    }
}

.nav__logo {
    display: none;
    width: 224px;
    height: 74px
}

@media only screen and (min-width: 1024px) {
    .nav__logo {
        display: block
    }
}

.nav__logo._mobile {
    display: block;
    width: 176px;
    height: 38px
}

@media only screen and (min-width: 1024px) {
    .nav__logo._mobile {
        display: none
    }
}

.nav__city {
    margin-top: 3px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .48px
}

.nav__short-menu {
    display: none
}

@media only screen and (min-width: 1024px) {
    .nav__short-menu {
        display: block
    }
}

.nav__short-menu .inline-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.nav__short-menu .inline-menu {
    margin-left: -3px;
    margin-right: -3px
}

.nav__short-menu .menu-item {
    padding-left: 3px;
    padding-right: 3px
}

.nav__short-menu .menu-item.current-menu-item a {
    pointer-events: none
}

.nav__short-menu .menu-item.current-menu-item a:after {
    background-color: #fae348
}

.nav__short-menu a {
    position: relative;
    display: inline-block;
    padding: 9px 12px;
    color: #37383c;
    font-weight: 700;
    letter-spacing: .16px
}

.nav__short-menu a:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: transparent
}

._desktop .nav__short-menu a:hover {
    color: #009cb1
}

.nav__bottom {
    position: fixed;
    overflow-x: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100vw - 20px);
    max-width: 480px;
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 45px;
    -webkit-box-shadow: 0 10px 27px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 27px 3px rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 1024px) {
    .nav__bottom {
        position: relative;
        visibility: initial !important;
        overflow-x: initial;
        opacity: 1 !important;
        width: 100%;
        height: auto;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

@media only screen and (min-width: 1024px) {
    .nav__info {
        display: none
    }
}

.nav__info-time {
    margin-left: 16px;
    margin-right: 16px
}

.nav__info-time:not(:last-child) {
    margin-bottom: 20px
}

.nav__info-btn {
    width: 100%;
    margin-top: 35px
}

@media only screen and (min-width: 768px) {
    .nav__info-btn {
        min-width: 240px;
        width: auto
    }
}

.nav__services {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px
}

@media only screen and (min-width: 1024px) {
    .nav__services {
        margin: 0
    }
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu ._mobile {
        display: none
    }
}

.nav__services .inline-menu > li {
    position: relative
}

.nav__services .inline-menu > li > a {
    position: relative;
    display: block;
    padding: 14px 44px 16px 36px;
    color: #37383c;
    text-transform: uppercase
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > li > a {
        display: inline-block;
        padding: 22px 27px 23px 10px;
        font-size: 14px
    }
}

.nav__services .inline-menu > li > a .sub-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    border-bottom: 1px solid #37383c;
    border-left: 1px solid #37383c;
    -webkit-transform: rotate(-45deg) translateX(-50%);
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%)
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > li > a .sub-arrow {
        right: 10px;
        width: 5px;
        height: 5px;
        margin-top: -7px
    }
}

._desktop .nav__services .inline-menu > li > a:hover, .nav__services .inline-menu > li > a.highlighted {
    font-weight: 700;
    background-color: rgba(55, 56, 60, .04)
}

@media only screen and (min-width: 1024px) {
    ._desktop .nav__services .inline-menu > li > a:hover, .nav__services .inline-menu > li > a.highlighted {
        background-color: transparent
    }
}

.nav__services .inline-menu > li .sub-menu {
    display: none;
    top: 100%;
    width: 12em;
    border-radius: 0;
    border: 1px solid #eaeaea;
    background-color: #f0f6f7
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > li .sub-menu {
        position: absolute;
        -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 9px rgba(0, 0, 0, .2)
    }
}

.nav__services .inline-menu > li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

.nav__services .inline-menu > li .sub-menu li a {
    padding: 10px 36px;
    color: #37383c;
    font-size: 14px;
    font-weight: 400
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > li .sub-menu li a {
        padding: 10px 20px
    }
}

._desktop .nav__services .inline-menu > li .sub-menu li a:hover, .nav__services .inline-menu > li .sub-menu li a.highlighted {
    background-color: #fff
}

.nav__services .inline-menu > li .sub-menu li a.has-submenu {
    padding-right: 44px
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > li .sub-menu li a.has-submenu {
        padding-right: 30px
    }
}

.nav__services .inline-menu > li .sub-menu .sm-nowrap > li > a {
    white-space: nowrap
}

.nav__services .inline-menu > li .sub-menu .sub-arrow {
    position: absolute;
    overflow: hidden;
    top: 50%;
    margin-top: -3px;
    right: 26px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: #188e9f transparent transparent transparent
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > li .sub-menu .sub-arrow {
        right: 8px;
        margin-top: -5px;
        border-color: transparent transparent transparent #188e9f
    }
}

@media only screen and (min-width: 1024px) {
    .nav__services .inline-menu > .menu-item > .sub-menu:after, .nav__services .inline-menu > .menu-item > .sub-menu:before {
        display: block;
        content: " ";
        position: absolute;
        top: -18px;
        left: 30px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #eaeaea transparent
    }

    .nav__services .inline-menu > .menu-item > .sub-menu:after {
        top: -16px;
        left: 31px;
        border-width: 8px;
        border-color: transparent transparent #f2f6f7 transparent
    }

    .nav__services .inline-menu > .menu-item > .sub-menu > li > a {
        white-space: nowrap
    }
}

.nav-city {
    display: none
}

@media only screen and (min-width: 1024px) {
    .nav-city {
        display: block
    }
}

.nav-city__list {
    text-align: left;
    top: -7px;
    right: -7px;
    white-space: nowrap;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, .1)
}

.nav-city__list-title {
    position: relative;
    padding: 7px 25px 7px 7px;
    border-bottom: 1px solid #eaeaea;
    background-color: #f0f6f7
}

@media only screen and (min-width: 1024px) {
    .nav-city__list-item:not(:last-child) {
        border-bottom: 1px solid #eaeaea
    }
}

.nav-city__list-link {
    display: block;
    padding: 5px 36px;
    color: #37383c
}

@media only screen and (min-width: 1024px) {
    .nav-city__list-link {
        padding: 7px
    }
}

._desktop .nav-city__list-link:hover {
    color: #188e9f
}

.nav-city__list-link._active {
    pointer-events: none;
    color: #188e9f
}

.nav__mobile-closer {
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width: 1024px) {
    .nav__mobile-closer {
        display: none
    }
}

.nav__mobile-closer._services {
    right: auto;
    left: 20px;
    top: 27px
}

.nav__mobile-closer:after, .nav__mobile-closer:before {
    height: 2px
}

.user-info {
    text-align: left
}

.user-info__list {
    position: fixed;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 430px;
    max-width: calc(100vw - 20px);
    min-height: 100vh;
    top: 0;
    right: 0;
    padding: 19px 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 27px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 27px 3px rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 768px) {
    .user-info__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (min-width: 1024px) {
    .user-info__list {
        position: absolute;
        display: none;
        top: -40px;
        right: -48px;
        min-height: 0;
        padding: 38px 90px 38px 60px;
        -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 16px rgba(0, 0, 0, .1)
    }
}

.user-info__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 47px 0 20px
}

@media only screen and (min-width: 1024px) {
    .user-info__user {
        margin-bottom: 0;
        padding: 0
    }
}

.user-info__user-name {
    font-weight: 600;
    letter-spacing: .16px
}

.user-info__footer {
    padding: 0 20px
}

@media only screen and (min-width: 768px) {
    .user-info__footer {
        padding: 0 36px
    }
}

@media only screen and (min-width: 1024px) {
    .user-info__footer {
        padding: 0
    }
}

.user-info__btn {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .user-info__btn {
        min-width: 180px;
        width: auto
    }
}

@media only screen and (min-width: 1024px) {
    .user-info__btn {
        min-width: 0;
        margin-left: 54px
    }
}

.menu-mobile {
    display: block;
    padding: 30px 0;
    border-top: 1px solid #dfdfe0
}

@media only screen and (min-width: 1024px) {
    .menu-mobile {
        display: none
    }
}

.menu-mobile .menu-item.current-menu-item {
    background-color: #fae348
}

.menu-mobile .menu-item a {
    display: block;
    padding: 14px 36px 16px;
    color: #37383c;
    font-weight: 600;
    letter-spacing: .48px
}

.mobile-city {
    margin-bottom: 20px
}

@media only screen and (min-width: 1024px) {
    .mobile-city {
        display: none
    }
}

.mobile-city__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .56px
}

.footer {
    position: relative;
    padding: 20px 0;
    background-color: #37383c;
    color: #fff
}

.footer__top {
    display: none;
    margin-bottom: 20px;
    padding: 23px 0 25px;
    background-color: #2f3033
}

@media only screen and (min-width: 1024px) {
    .footer__top {
        display: block
    }
}

.footer__block {
    position: relative;
    padding: 30px 0
}

@media only screen and (min-width: 768px) {
    .footer__block {
        padding: 25px 0
    }
}

.footer__block._top {
    display: none
}

@media only screen and (min-width: 1024px) {
    .footer__block._top {
        display: block
    }
}

.footer__block:not(:last-child):after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .15)
}

.footer__social {
    margin-bottom: 25px
}

@media only screen and (min-width: 768px) {
    .footer__social {
        margin-bottom: 20px
    }
}

.footer__logo {
    width: 165px;
    height: 57px
}

.footer__copy {
    opacity: .4;
    margin-top: 25px;
    text-align: center;
    font-size: 13px;
    letter-spacing: .13px
}

@media only screen and (min-width: 768px) {
    .footer__copy {
        margin-top: 15px
    }
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.footer-links._small {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 13px;
    line-height: 1.85
}

@media only screen and (min-width: 768px) {
    .footer-links._small {
        font-size: 16px;
        line-height: 1.4
    }
}

.footer-links._small .footer-links__item {
    padding-left: 15px;
    padding-right: 15px
}

.footer-links._small .footer-links__item:not(:last-child):after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-links._small .footer-links__link {
    color: rgba(255, 255, 255, .4)
}

.footer-links__item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

.footer-links__link {
    color: #fff
}

._desktop .footer-links__link:hover {
    color: #fae348
}

.footer-social {
    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;
    margin-left: -7px;
    margin-right: -7px
}

.footer-social__item {
    padding-left: 7px;
    padding-right: 7px
}

.footer-social__link {
    position: relative;
    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;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .15)
}

._desktop .footer-social__link:hover {
    border-color: #188e9f;
    background-color: #188e9f
}

.footer-social__icon {
    width: 19px;
    height: 18px;
    fill: #fff
}

.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.time__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    fill: #fff
}

.time__info {
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 24px
}

.block {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    border: 1px solid #eaeaea;
    background-color: #fbfefe
}

@media only screen and (min-width: 768px) {
    .block {
        margin-left: 0;
        margin-right: 0;
        padding: 35px 30px 40px
    }
}

.block:not(:last-child) {
    margin-bottom: 12px
}

.top-panel {
    display: none;
    margin-bottom: 5px;
    padding: 12px 0;
    min-height: 45px;
    border: 0;
    border-radius: 0;
    background-color: #fae348;
    font-size: 14px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .top-panel {
        display: none !important
    }
}

@media only screen and (min-width: 768px) {
    .top-panel {
        padding: 10px 0;
        font-size: 17px
    }
}

.top-panel .text-top {
    max-width: 330px;
    margin: auto
}

@media only screen and (min-width: 768px) {
    .top-panel .text-top {
        max-width: 100%
    }
}

.top-panel .text-bottom {
    display: none;
    font-size: 18px
}

.bottom-panel {
    position: fixed;
    z-index: 10041;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-box-shadow .31s, -webkit-transform .31s;
    transition: -webkit-box-shadow .31s, -webkit-transform .31s;
    -o-transition: box-shadow .31s, transform .31s;
    transition: box-shadow .31s, transform .31s;
    transition: box-shadow .31s, transform .31s, -webkit-box-shadow .31s, -webkit-transform .31s;
    background-color: #fff
}

@media only screen and (min-width: 768px) {
    .bottom-panel {
        display: block
    }
}

.bottom-panel._show {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.bottom-panel .top-panel {
    display: none;
    margin-bottom: 0
}

.bottom-panel > .container {
    padding: 15px 0 20px
}

@media only screen and (min-width: 1024px) {
    .bottom-panel > .container {
        padding: 25px 0
    }
}

.bottom-panel .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bottom-panel .wpcf7-form .phone {
    margin-right: 10px
}

.bottom-panel .wpcf7-form .disclaimer {
    width: 100%;
    text-align: center
}

.bottom-panel input.wpcf7-text {
    max-width: 240px
}

.bottom-panel .button.wpcf7-submit, .bottom-panel input.wpcf7-submit {
    min-width: 230px;
    margin-top: 0;
    margin-left: 24px
}

.bottom-panel .disclaimer {
    width: 100%
}

.advantages-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -50px 0
}

@media only screen and (min-width: 768px) {
    .advantages-slider {
        margin: -10px
    }
}

@media only screen and (min-width: 1024px) {
    .advantages-slider {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        margin: 0 -45px;
        padding: 0 30px
    }
}

.advantages-slider .slick-next, .advantages-slider .slick-prev {
    margin-top: 0;
    width: 20px !important;
    height: 36px !important;
    z-index: 99
}

.advantages-slider .slick-prev {
    left: 0 !important
}

.advantages-slider .slick-next {
    right: 0 !important
}

.advantages-slider .slick-arrow:before {
    color: transparent !important
}

.advantage {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    height: initial;
    padding: 14px 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .47px
}

@media only screen and (min-width: 768px) {
    .advantage {
        width: 25%;
        padding: 14px 10px
    }
}

@media only screen and (min-width: 1024px) {
    .advantage {
        width: 25%;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: .74px
    }
}

.advantage__inner {
    height: 100%
}

.advantage__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 13px
}

@media only screen and (min-width: 1024px) {
    .advantage__icon {
        width: 115px;
        height: 115px;
        margin-bottom: 18px
    }
}

.advantage__title {
    margin-bottom: 8px;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .62px
}

@media only screen and (min-width: 1024px) {
    .advantage__title {
        margin-bottom: 10px;
        font-size: 25px;
        letter-spacing: .97px
    }
}

.mobile_phone_button {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljc5NSAxNi44MDZDMTguNjYyIDE5LjUyMyAxNi4wMDUgMjAgMTUuMTM4IDIwYy0uMjU1IDAtNC4yMjUuMjEtOS45My01LjIwNEMuNjE0IDEwLjQzOC4wNTMgNS43NTMuMDA0IDQuODYzYy0uMDQ4LS44NjguMi0zLjA0MyAzLjE5Mi00LjY1OS4zNy0uMiAxLjEwNi0uMjg5IDEuMjk1LS4xLjA4NS4wODUgMi41OTYgNC4yMTggMi42NjIgNC4zNTVhLjkyMy45MjMgMCAwIDEgLjA5OS40MDNjMCAuMTktLjEzNS40MjUtLjQwNC43MDhhNi44NzggNi44NzggMCAwIDEtLjg3Ny43NzkgOC41NDYgOC41NDYgMCAwIDAtLjg3OC43NWMtLjI3LjI2NC0uNDA0LjQ4Mi0uNDA0LjY1Mi4wMTkuNDQuMzggMi4wMiAzLjEzIDQuNDM3IDIuNzUyIDIuNDE4IDQuMDc3IDMuMSA0LjIwNSAzLjE0Ny4xMjcuMDQ3LjIzMy4wNy4zMTguMDcuMTcgMCAuMzg3LS4xMzQuNjUxLS40MDMuMjY0LS4yNyAxLjE1My0xLjQ4NyAxLjQzNi0xLjc1Ni4yODMtLjI2OS41MTktLjQwMy43MDgtLjQwMy4xMzIgMCAuMjY2LjAzMy40MDMuMDk5czQuMjc0IDIuNDg3IDQuMzUzIDIuNTY4Yy4yMTUuMjIuMDYzLjkwNy0uMSAxLjI5NiIgZmlsbD0iIzNDQjg2OCIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+);
    font-size: 0
}

.mobile_phone_button svg {
    max-width: 100%;
    max-height: 30px
}

.mobile_toggle_button {
    width: 25px;
    height: 18px;
    overflow: hidden;
    position: relative;
    z-index: 50;
    margin: 0 auto
}

.mobile_toggle_button:before {
    content: " ";
    display: block;
    position: absolute
}

.mobile_toggle_button > div {
    width: 100%;
    height: 2px;
    left: 0;
    position: relative;
    border-radius: 3px;
    background-color: #000;
    margin: 0 0 6px 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.slideout-menu-left {
    left: 0
}

.slideout-menu-right {
    right: 0
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.slideout-menu .logo {
    text-align: center
}

.slideout-menu .logo svg {
    width: 70%;
    max-height: 75px
}

.slideout-menu .worktime {
    text-align: center;
    color: #fff;
    margin-top: 25px
}

.slideout-menu .servicesNav ul {
    text-align: left;
    background-color: #ffe00b;
    margin: 28px 0;
    border-radius: 0
}

.slideout-menu .servicesNav ul.sub-menu {
    margin: 0
}

.slideout-menu .servicesNav ul > li {
    width: 100%
}

.slideout-menu .servicesNav ul > li > a {
    font-weight: 700
}

.slideout-menu .pagesNav ul {
    margin: 0;
    padding: 0
}

.slideout-menu .pagesNav ul li {
    padding: 4px 0
}

.slideout-menu .pagesNav ul li a {
    color: #fff;
    font-size: 17px
}

.slideout-menu .text_block {
    padding: 4px 15px
}

.slideout-menu .phone_click {
    font-size: 20px;
    font-weight: 600;
    color: #2dbbce
}

.slideout-menu, body {
    padding-top: 55px
}

#fix_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 0 4px 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    transition: all .31s
}

#fix_header.shadow {
    box-shadow: 0 0 20px #000
}

.mobile-bottom {
    position: fixed;
    z-index: 2;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    transition: all .2s
}

._sale-show .mobile-bottom {
    padding: 10px 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 6px 0
}

#mobile_bottom_call {
    width: 100%;
    max-width: 85%;
    margin: 0 auto 10px
}

._sale-show #mobile_bottom_call {
    width: auto;
    max-width: none;
    margin: 0
}

#mobile_bottom_call a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #3bb868;
    text-align: center;
    background: #3cb868;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 2.2;
    border-radius: 2px;
    text-decoration: none !important
}

._sale-show #mobile_bottom_call a {
    display: block;
    width: 44px;
    height: 44px;
    padding: 7px;
    border-radius: 4px;
    font-size: 0;
    background-color: #3bb868;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljc5NSAxNi44MDZDMTguNjYyIDE5LjUyMyAxNi4wMDUgMjAgMTUuMTM4IDIwYy0uMjU1IDAtNC4yMjUuMjEtOS45My01LjIwNEMuNjE0IDEwLjQzOC4wNTMgNS43NTMuMDA0IDQuODYzYy0uMDQ4LS44NjguMi0zLjA0MyAzLjE5Mi00LjY1OS4zNy0uMiAxLjEwNi0uMjg5IDEuMjk1LS4xLjA4NS4wODUgMi41OTYgNC4yMTggMi42NjIgNC4zNTVhLjkyMy45MjMgMCAwIDEgLjA5OS40MDNjMCAuMTktLjEzNS40MjUtLjQwNC43MDhhNi44NzggNi44NzggMCAwIDEtLjg3Ny43NzkgOC41NDYgOC41NDYgMCAwIDAtLjg3OC43NWMtLjI3LjI2NC0uNDA0LjQ4Mi0uNDA0LjY1Mi4wMTkuNDQuMzggMi4wMiAzLjEzIDQuNDM3IDIuNzUyIDIuNDE4IDQuMDc3IDMuMSA0LjIwNSAzLjE0Ny4xMjcuMDQ3LjIzMy4wNy4zMTguMDcuMTcgMCAuMzg3LS4xMzQuNjUxLS40MDMuMjY0LS4yNyAxLjE1My0xLjQ4NyAxLjQzNi0xLjc1Ni4yODMtLjI2OS41MTktLjQwMy43MDgtLjQwMy4xMzIgMCAuMjY2LjAzMy40MDMuMDk5czQuMjc0IDIuNDg3IDQuMzUzIDIuNTY4Yy4yMTUuMjIuMDYzLjkwNy0uMSAxLjI5NiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+);
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat
}

.mobile-bottom button {
    display: none;
    width: 100%;
    margin-left: 12px;
    border-radius: 4px;
    background-color: #fae348
}

._sale-show .mobile-bottom button {
    display: flex
}

.content_section .content_block {
    transition: all .4s
}

.show_more {
    padding: 7px 15px;
    margin: 15px auto;
    background: #e3f4fa;
    display: block;
    max-width: 190px;
    text-transform: uppercase;
    text-align: center;
    color: #69aaca;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    clear: both
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada_paused {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    1%, 2% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    3%, 5%, 7%, 9% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    4%, 6%, 8% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    10%, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.sewer-tools .slick-arrow {
    background-image: url(../../../themes/cbu-theme/front/images/svg/prev.svg)
}

.sewer-tools .slick-arrow:hover {
    background-image: url(../../../themes/cbu-theme/front/images/svg/prev-hover.svg)
}

.service-reviews .slick-arrow {
    background-image: url(../../../themes/cbu-theme/front/images/svg/prev.svg)
}

.service-reviews .slick-arrow:hover {
    background-image: url(../../../themes/cbu-theme/front/images/svg/prev-hover.svg)
}

#modal_review_popup .user-image {
    background-image: url(../../../themes/cbu-theme/front/images/sections/reviews/user-default.png)
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'вЂў';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.slick-slide img {
    max-width: 100%;
    height: auto;
}

.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

.slick-dots li button:before {
    content: ' ';
}

.slick-dots li {
    width: 8px;
    height: 8px;
    background: #ccc;
    border: none;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background: #fecc02
}

.slideout-open, .slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-menu .logo {
    text-align: center;
}

.slideout-menu .logo svg {
    width: 70%;
    max-height: 75px;
}

.slideout-menu .worktime {
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

.slideout-menu .servicesNav {
}

.slideout-menu .servicesNav ul {
    text-align: left;
    background-color: #ffe00b;
    margin: 28px 0;
    border-radius: 0;
}

.slideout-menu .servicesNav ul.sub-menu {
    margin: 0;
}

.slideout-menu .servicesNav ul li {
}

.slideout-menu .servicesNav ul li a {
}

.slideout-menu .servicesNav ul > li {
    width: 100%;
}

.slideout-menu .servicesNav ul > li > a {
    font-weight: 700;
}

.slideout-menu .second_menu {
    margin-bottom: 30px;
}

.slideout-menu .pagesNav {
}

.slideout-menu .pagesNav ul {
    margin: 0;
    padding: 0;
}

.slideout-menu .pagesNav ul li {
    padding: 4px 0;
}

.slideout-menu .pagesNav ul li a {
    color: #fff;
    font-size: 17px;
}

.slideout-menu .text_block {
    padding: 4px 15px;
}

.slideout-menu .change_city {
    position: relative;
    top: -30px;
    border-radius: 0;
    background: transparent;
}

.slideout-menu .change_reg_click {
    font-size: 17px;
    font-weight: 700;
    color: #2dbbce;
    border-bottom: 1px dashed;
}

.slideout-menu .phone_click {
    font-size: 20px;
    font-weight: 600;
    color: #2dbbce;
}

body, .slideout-menu {
    padding-top: 55px;
}

#fix_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 0 4px 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    transition: all 0.31s;
}

#fix_header.shadow {
    box-shadow: 0 0 20px #000;
}

.mobile-bottom {
    position: fixed;
    z-index: 2;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transition: all 0.2s;
}

._sale-show .mobile-bottom {
    padding: 10px 12px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
}

#mobile_bottom_call {
    width: 100%;
    max-width: 85%;
    margin: 0 auto 10px;
}

._sale-show #mobile_bottom_call {
    width: auto;
    max-width: none;
    margin: 0;
}

#mobile_bottom_call a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #3bb868;
    text-align: center;
    background: #3cb868;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 2.2;
    border-radius: 2px;
    text-decoration: none !important;
}

._sale-show #mobile_bottom_call a {
    display: block;
    width: 44px;
    height: 44px;
    padding: 7px;
    border-radius: 4px;
    font-size: 0;
    background-color: #3bb868;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljc5NSAxNi44MDZDMTguNjYyIDE5LjUyMyAxNi4wMDUgMjAgMTUuMTM4IDIwYy0uMjU1IDAtNC4yMjUuMjEtOS45My01LjIwNEMuNjE0IDEwLjQzOC4wNTMgNS43NTMuMDA0IDQuODYzYy0uMDQ4LS44NjguMi0zLjA0MyAzLjE5Mi00LjY1OS4zNy0uMiAxLjEwNi0uMjg5IDEuMjk1LS4xLjA4NS4wODUgMi41OTYgNC4yMTggMi42NjIgNC4zNTVhLjkyMy45MjMgMCAwIDEgLjA5OS40MDNjMCAuMTktLjEzNS40MjUtLjQwNC43MDhhNi44NzggNi44NzggMCAwIDEtLjg3Ny43NzkgOC41NDYgOC41NDYgMCAwIDAtLjg3OC43NWMtLjI3LjI2NC0uNDA0LjQ4Mi0uNDA0LjY1Mi4wMTkuNDQuMzggMi4wMiAzLjEzIDQuNDM3IDIuNzUyIDIuNDE4IDQuMDc3IDMuMSA0LjIwNSAzLjE0Ny4xMjcuMDQ3LjIzMy4wNy4zMTguMDcuMTcgMCAuMzg3LS4xMzQuNjUxLS40MDMuMjY0LS4yNyAxLjE1My0xLjQ4NyAxLjQzNi0xLjc1Ni4yODMtLjI2OS41MTktLjQwMy43MDgtLjQwMy4xMzIgMCAuMjY2LjAzMy40MDMuMDk5czQuMjc0IDIuNDg3IDQuMzUzIDIuNTY4Yy4yMTUuMjIuMDYzLjkwNy0uMSAxLjI5NiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-bottom button {
    display: none;
    width: 100%;
    margin-left: 12px;
    border-radius: 4px;
    background-color: #fae348;
}

._sale-show .mobile-bottom button {
    display: flex;
}

.slideout-open .mobile-bottom {
    opacity: 0;
}

.content_section .content_block {
    transition: all 0.4s;
}

.content_section .content_block.cutted {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.content_section .content_block.cutted:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    box-shadow: 0px -9px 10px 0px #fff inset;
}

.show_more {
    padding: 7px 15px;
    margin: 15px auto;
    background: #e3f4fa;
    display: block;
    max-width: 190px;
    text-transform: uppercase;
    text-align: center;
    color: #69aaca;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    clear: both;
}

@charset "UTF-8";