@charset "UTF-8";
@font-face {
    font-family: PFDinTextPro-Bold;
    src: url(/fonts/PFDinTextPro/PFDinTextPro-Bold.eot);
    src: local(☺), url(/fonts/PFDinTextPro/PFDinTextPro-Bold.woff) format("woff"), url(/fonts/PFDinTextPro/PFDinTextPro-Bold.ttf) format("truetype"), url(/fonts/PFDinTextPro/PFDinTextPro-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PFDinTextPro-Regular;
    src: url(/fonts/PFDinTextPro/PFDinTextPro-Regular.eot);
    src: local(☺), url(/fonts/PFDinTextPro/PFDinTextPro-Regular.woff) format("woff"), url(/fonts/PFDinTextPro/PFDinTextPro-Regular.ttf) format("truetype"), url(/fonts/PFDinTextPro/PFDinTextPro-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BebasNeueBold;
    src: url(/fonts/BebasNeueBold/BebasNeueBold.eot);
    src: local(☺), url(/fonts/BebasNeueBold/BebasNeueBold.woff) format("woff"), url(/fonts/BebasNeueBold/BebasNeueBold.ttf) format("truetype"), url(/fonts/BebasNeueBold/BebasNeueBold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Century Gothic';
    src: url(/fonts/CenturyGothic/CenturyGothic.eot);
    src: local("Century Gothic"), local(CenturyGothic), url(/fonts/CenturyGothic/CenturyGothic.eot?#iefix) format("embedded-opentype"), url(/fonts/CenturyGothic/CenturyGothic.woff) format("woff"), url(/fonts/CenturyGothic/CenturyGothic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes stretch {
    0% {
        color: #006b25
    }
    100% {
        color: #0a0a0a
    }
}

@keyframes stretch {
    0% {
        color: #006b25
    }
    100% {
        color: #0a0a0a
    }
}

@-webkit-keyframes logoRes {
    from {
        opacity: 0;
        -webkit-transform: scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes logoRes {
    from {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes showDialog {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showDialog {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.scale {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes jump {
    0% {
        bottom: 0
    }
    50% {
        bottom: 10px
    }
    100% {
        bottom: 0
    }
}

@keyframes jump {
    0% {
        bottom: 0
    }
    50% {
        bottom: 10px
    }
    100% {
        bottom: 0
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}

video {
    width: 100%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    transition: all .3s ease-in
}

a:active,
a:focus,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub.red,
sup.red {
    color: #e31e26
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

p {
    font: 400 1.6rem/1.5 PFDinTextPro-Regular, sans-serif
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ol,
ul {
    list-style-position: inside
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

.icon,
[class*=" icon_"],
[class^=icon_] {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

ol li,
ul li {
    list-style: none
}

.dialog.visible,
.dialog_bg.visible,
.dialog_wrapper.visible {
    display: block
}

.dialog_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    display: none;
    z-index: 1500;
    padding: 4rem 0
}

.dialog_wrapper .main_table {
    width: 100%;
    height: 100%;
    padding-right: 2rem
}

.dialog_wrapper .main_tcell {
    padding: 0 2rem
}

.dialog {
    max-width: 60rem;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgba(33, 33, 33, .55);
    border: .3rem solid #ff6e00;
    display: none;
    z-index: 1503;
    position: relative
}

.dialog.large {
    max-width: 85rem
}

.dialog.Xlarge {
    max-width: 65vw
}

.dialog.small {
    max-width: 40rem
}

.dialog.Xsmall {
    max-width: 30rem
}

.dialog .icon_close {
    position: absolute;
    top: -3.5rem;
    right: -3.5rem;
    color: #fff;
    cursor: pointer;
    font-size: 3.5rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.dialog .icon_close:focus,
.dialog .icon_close:hover {
    color: #ff6e00
}

.dialog .icon_close svg {
    float: left
}

.dialog_bg {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(33, 33, 33, .55);
    display: none;
    width: 100%;
    height: 100%
}

.dialog_opened {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%
}

.dialog_opened .dialog_bg {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.dialog_opened .dialog {
    -webkit-animation-name: showDialog;
    animation-name: showDialog;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.dialog_opened .dialog_wrapper {
    display: block
}

.dialog_scrollable_mobile .dialog_wrapper {
    width: 100% !important
}

.dialog_scrollable_mobile .main_table {
    padding-right: 0 !important
}

.dialog_scrollable .dialog_wrapper {
    overflow-y: scroll;
    width: calc(100% + 4rem)
}

.modal_success {
    text-align: center;
    color: #242424
}

.modal_success .modal_title {
    font-size: 3rem
}

.modal_success p {
    color: #242424
}

.modal_ajax .modal_title {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    margin-top: 0
}

.modal_ajax form label span {
    color: #fff
}

.modal_ajax form .input {
    border: .1rem solid #f5f5f5;
    margin: 0 0 1rem;
    color: #000;
    background: #f5f5f5;
    border-radius: 0;
    padding: 1.5rem 1rem 1rem
}

.modal_ajax form select.input {
    padding: .8rem 0 1rem 1rem
}

.modal_ajax form textarea.input {
    border: .1rem solid #f5f5f5;
    min-height: 14rem
}

.modal_ajax form .button {
    margin: 2.7rem auto 0;
    float: right;
    display: block;
    width: 100%
}

.modal_ajax .search_form input {
    padding: .5rem 1rem .8rem;
    border-radius: 2rem
}

.modal_ajax .search_form .button {
    display: block;
    height: 4rem;
    line-height: 3.6rem;
    width: 100%;
    margin-top: 1rem
}

.modal_ajax .search_form .button span {
    position: relative;
    top: -.2rem
}

.modal_ajax .search_form .button svg {
    position: relative;
    top: -.2rem
}

.modal_video {
    padding: 0;
    border: none;
    background: 0 0
}

.video_frame {
    width: 100%;
    height: 40rem
}

#toast {
    position: fixed;
    z-index: 1503;
    width: 100%;
    max-width: 280px;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    background-color: #fff;
    color: #fff;
    display: none;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 1px 5px 15px rgba(0, 0, 0, .25);
    padding: 1rem 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#toast p {
    display: block;
    margin-bottom: 0;
    margin-top: .3rem;
    color: #fff;
    font-size: 1.4rem;
    font-family: PFDinTextPro-Regular, sans-serif
}

#toast.error {
    background-color: rgba(237, 28, 36, .8)
}

#toast.success {
    background-color: rgba(28, 32, 126, .8)
}

.toast_close {
    position: absolute;
    color: #fff;
    top: .3rem;
    right: 1rem;
    font-size: 2.5rem;
    cursor: pointer
}

.toast_icon {
    color: #fff;
    float: left;
    margin-right: 2rem;
    font-size: 3rem
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

html {
    font-size: 62.5%
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: PFDinTextPro-Regular, sans-serif, sans-serif;
    font-size: 1.6rem;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    margin: 0
}

.disabled,
[disabled] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.clearfix::after,
.clearfix::before,
.row::after,
.row::before {
    content: " ";
    display: table
}

.clearfix::after,
.row::after {
    clear: both
}

::-webkit-input-placeholder {
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

::-ms-input-placeholder {
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

::placeholder {
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a {
    text-decoration: none;
    color: inherit
}

.table {
    display: table
}

.tableb {
    display: table;
    border-collapse: collapse;
    border-spacing: 0
}

.trow {
    display: table-row
}

.tcell {
    display: table-cell;
    vertical-align: middle
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.fl {
    float: left
}

.fr {
    float: right
}

hr {
    border-top: 1px solid #dbdbdb;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    clear: both;
    margin: 2.4rem 0
}

hr.hr {
    border-top: 1px solid #dbdbdb;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    clear: initial;
    margin: 2rem 0
}

hr.dotted {
    border-style: dotted
}

hr.dashed {
    border-style: dashed
}

.slick-prev {
    background: 0 0;
    border: none;
    font-size: 0
}

.slick-prev:after {
    display: block;
    position: absolute;
    color: #fff;
    left: 0;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    top: 0;
    vertical-align: middle;
    border: 0 solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.slick-next {
    background: 0 0;
    border: none;
    font-size: 0
}

.slick-next:after {
    display: block;
    position: absolute;
    color: #fff;
    left: 0;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    top: 0;
    vertical-align: middle;
    border: 0 solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.row {
    margin: 0 -1.5rem
}

.row:after {
    content: '';
    display: block;
    clear: both
}

.row .col_1,
.row .col_10,
.row .col_11,
.row .col_12,
.row .col_2,
.row .col_3,
.row .col_4,
.row .col_5,
.row .col_6,
.row .col_7,
.row .col_8,
.row .col_9 {
    float: left;
    margin: 0 1.5rem
}

.row .col_1 {
    width: calc(100% / 12 - 3rem)
}

.row .col_2 {
    width: calc(100% / 6 - 3rem)
}

.row .col_3 {
    width: calc(100% / 4 - 3rem)
}

.row .col_4 {
    width: calc(100% / 3 - 3rem)
}

.row .col_5 {
    width: calc(100% / 2.4 - 3rem)
}

.row .col_6 {
    width: calc(100% / 2 - 3rem)
}

.row .col_7 {
    width: calc(100% / 1.714285714285714 - 3rem)
}

.row .col_8 {
    width: calc(100% / 1.5 - 3rem)
}

.row .col_9 {
    width: calc(100% / 1.3333333333 - 3rem)
}

.row .col_10 {
    width: calc(100% / 1.2 - 3rem)
}

.row .col_11 {
    width: calc(100% / 1.0909090909091 - 3rem)
}

.row .col_12 {
    width: calc(100% / 1 - 3rem)
}

.row_b:after {
    content: '';
    display: block;
    clear: both
}

.row_b .col_1,
.row_b .col_10,
.row_b .col_11,
.row_b .col_12,
.row_b .col_2,
.row_b .col_3,
.row_b .col_4,
.row_b .col_5,
.row_b .col_6,
.row_b .col_7,
.row_b .col_8,
.row_b .col_9 {
    float: left
}

.row_b .col_12 {
    width: 100%
}

.row_b .col_11 {
    width: 91.66666667%
}

.row_b .col_10 {
    width: 83.33333333%
}

.row_b .col_9 {
    width: 75%
}

.row_b .col_8 {
    width: 66.66666667%
}

.row_b .col_7 {
    width: 58.33333333%
}

.row_b .col_6 {
    width: 50%
}

.row_b .col_5 {
    width: 41.66666667%
}

.row_b .col_4 {
    width: 33.33333333%
}

.row_b .col_3 {
    width: 25%
}

.row_b .col_2 {
    width: 16.66666667%
}

.row_b .col_1 {
    width: 8.33333333%
}

.map_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wrapper {
    width: 100%;
    max-width: 119rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative
}

.wrapper_full {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative
}

.wrapper:after {
    content: "";
    display: table;
    clear: both
}

.wrapper_small {
    width: 100%;
    max-width: 97rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative
}

.icon {
    line-height: 0
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

table.table {
    width: 100%
}

.input:focus {
    border-color: #ff6e00 !important;
    -webkit-box-shadow: 0 .1rem .4rem #ff6e00;
    box-shadow: 0 .1rem .4rem #ff6e00
}

.input::-webkit-input-placeholder {
    color: #000
}

.input:-moz-placeholder {
    color: #000
}

.input:-ms-input-placeholder {
    color: #000
}

.input::-ms-input-placeholder {
    color: #000
}

.input::placeholder {
    color: #000
}

.input:focus::-webkit-input-placeholder {
    opacity: 1
}

.input:focus:-moz-placeholder {
    opacity: 1
}

.input:focus:-ms-input-placeholder {
    opacity: 1
}

.input:focus::-ms-input-placeholder {
    opacity: 1
}

.input:focus::placeholder {
    opacity: 1
}

.input::-webkit-input-placeholder {
    font: 400 1.4rem/1.5 PFDinTextPro-Regular, sans-serif;
    color: #000
}

.input::-moz-placeholder {
    font: 400 1.4rem/4rem PFDinTextPro-Regular, sans-serif;
    color: #000;
    padding: padding:0 1rem
}

.input:-ms-input-placeholder {
    font: 400 1.4rem/1.5 PFDinTextPro-Regular, sans-serif;
    color: #000;
    padding: 0 1rem
}

.input:-moz-placeholder {
    font: 400 1.4rem/4rem PFDinTextPro-Regular, sans-serif;
    color: #000;
    padding: 0 1rem
}

input:-moz-placeholder {
    font: 400 1.4rem/4rem PFDinTextPro-Regular, sans-serif !important;
    color: #000;
    padding: 0 1rem
}

.input {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    font-size: 1.6rem;
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: .2rem;
    margin: 1rem 0;
    -webkit-box-shadow: 0 .1rem .4rem rgba(8, 8, 8, .38);
    box-shadow: 0 .1rem .4rem rgba(8, 8, 8, .38);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

textarea.input {
    min-height: 12.8rem;
    padding-top: 1rem;
    resize: none
}

select.input {
    text-indent: .01px
}

select::-ms-expand {
    display: none
}

.validate_error {
    border: 1px solid #e57373 !important
}

.validate_error .validate_error{
     border: none!important
}
.validate_checkbox_block .pointer_label{margin: 1rem 0;} 

textarea.validate_error {
    border: 1px solid #e57373 !important
}

.input.validate_error::-webkit-input-placeholder {
    color: #e31e26 !important
}

.input.validate_error:-moz-placeholder {
    color: #e31e26 !important
}

.input.validate_error:-ms-input-placeholder {
    color: #e31e26 !important
}

.input.validate_error::-ms-input-placeholder {
    color: #e31e26 !important
}

.input.validate_error::placeholder {
    color: #e31e26 !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .3)
}

.overlay_dark {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .7)
}

.section,
section {
    padding: 4rem 0
}

.button {
    display: inline-block;
    color: #fff;
    font: 700 1.6rem/3.8rem PFDinTextPro-Regular, sans-serif;
    background-color: #ff6e00;
    border-radius: 0;
    padding: 0 3rem;
    height: 4rem;
    white-space: nowrap;
    border: .1rem solid #ff6e00;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.button.large {
    font-size: 2rem;
    height: 5rem;
    line-height: 5.4rem;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.button.light {
    background: #fff;
    color: #0a0a0a;
    border: .1rem solid #fff;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.button.light_2 {
    background: #fff;
    color: #ff6e00;
    border: .1rem solid #fff;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.button.black {
    background: #242424;
    color: #fff;
    border: .1rem solid #242424;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.button span {
    position: relative;
    z-index: 3
}

.pagination {
    padding: 3rem 0 1rem;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination li {
    display: inline-block !important;
    padding: 0 !important;
    margin: .4rem .3rem !important;
    list-style: none
}

.pagination li span {
    color: #000;
    font-size: 1.4rem
}

.pagination li:before {
    display: none !important
}

.pagination li:after {
    display: none !important
}

.pagination li a {
    display: block;
    min-width: 3.2rem;
    height: 3.2rem;
    padding: 0 .5rem;
    font-size: 1.6rem;
    border-radius: .4rem;
    line-height: 3rem;
    font-weight: 700;
    color: #ff6e00;
    text-align: center;
    border: .1rem solid #ff6e00
}

.pagination li a:hover {
    background-color: #ff6e00;
    color: #fff !important
}

.pagination li.active a {
    background-color: #ff6e00;
    color: #fff;
    pointer-events: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.social {
    line-height: 0;
    font-size: 2.9rem
}

.social a {
    display: inline-block;
    line-height: 0
}

.social a .icon {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.social a:hover .icon {
    padding: .2rem
}

.dark_overlay.nav-opened:after {
    content: "";
    display: none;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.mobile_call {
    display: none;
    width: 100%;
    padding: 0 2rem;
    font: 900 2.4rem/5.4rem PFDinTextPro-Regular, sans-serif;
    color: #fff;
    background-color: #0a0a0a;
    z-index: 1
}

.mobile_call .icon {
    position: relative;
    top: -.1em;
    margin-right: .8rem;
    font-size: .95em
}

.mobile_call:focus,
.mobile_call:hover {
    color: #fff;
    background-color: #0a2c72
}

.mob_social {
    display: none;
    padding: 1rem 2rem;
    font-size: 2.4rem
}

.navigation .navigation_dropBtn {
    display: none
}

.navigation .navigation_dropBtn a {
    position: relative
}

.navigation .navigation_dropBtn a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 1em;
    height: 1em;
    font-size: 1.2rem;
    border: 0 solid #000;
    border-width: 0 0 2px 2px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.footer_bottom span {
    display: inline-block
}

input[type=checkbox] {
    position: absolute;
    left: -9999px
}

input[type=checkbox]+label {
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 1rem
}

input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 1px rgba(8, 8, 8, .38);
    background: #fff;
    border-radius: .2rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input[type=checkbox]+label:after {
    content: '\2714';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-radius: .2rem;
    opacity: 1;
    color: #ff6e00;
    top: -.3rem;
    left: .3rem
}

input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

input[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

input[type=radio] {
    position: absolute;
    left: -9999px
}

input[type=radio]+label {
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 50%
}

input[type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 1px rgba(8, 8, 8, .38);
    background: #fff;
    border-radius: .2rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

input[type=radio]:checked+label:after {
    content: '\2714';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-radius: .2rem;
    opacity: 1;
    color: #ff6e00;
    top: -.2rem;
    left: .3rem
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 30
}

.slick-dots li {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .5rem;
    background: 0 0;
    border: .1rem solid #fff;
    border-radius: 50%
}

.slick-dots li.slick-active {
    background: #fff
}

.slick-dots li button {
    background: 0 0;
    border: none;
    font-size: 0
}

.h1,
h1 {
    font: 700 3rem/1 PFDinTextPro-Regular, sans-serif;
    color: #ff6e00;
    position: relative;
    margin: 1rem 0 2rem;
    text-transform: uppercase
}

.title {
    font: 700 2rem/1 PFDinTextPro-Regular, sans-serif;
    color: #ff6e00;
    position: relative;
    margin: 1rem 0 2rem
}

.h2,
h2 {
    font: 900 5rem/1 PFDinTextPro-Regular, sans-serif;
    color: #0a0a0a;
    position: relative;
    margin: 1rem 0 2rem
}

.sub_title {
    font: 400 2.4rem/1.1 PFDinTextPro-Regular, sans-serif;
    color: #000;
    position: relative;
    margin: 1rem 0 2rem;
    text-transform: uppercase
}

h3 {
    font-size: 1.8rem;
    color: #0a0a0a;
    font-weight: 700
}

.content .h1,
.content .title,
.content h1 {
    font: 700 3rem/1 PFDinTextPro-Regular, sans-serif;
    color: #ff6e00;
    display: block;
    position: relative;
    margin: 1rem 0 2rem
}

.content .h2,
.content h2 {
    font: 700 2.4rem/1 PFDinTextPro-Regular, sans-serif;
    color: #ff6e00;
    position: relative;
    display: block;
    margin: 1rem 0 2rem
}

.content h3 {
    font-size: 3rem;
    color: #ff6e00;
    font-weight: 500
}

.content h4 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #ff6e00;
    font-weight: 700
}

.content ol {
    margin-bottom: 2rem;
    counter-reset: li;
    font-size: 18px
}

.content ol>li {
    padding-left: 2rem;
    margin-bottom: .4rem;
    overflow: hidden
}

.content ol>li:before {
    margin-left: -2rem;
    counter-increment: li;
    content: counters(li, ".") ". ";
    color: #000;
    font-weight: 900
}

.content .content:after {
    content: '';
    display: table;
    clear: both
}

.content a:not(.button):focus,
.content a:not(.button):hover {
    color: #000
}

.content img {
    height: auto !important
}

.content iframe:last-child,
.content img:last-child,
.content ol:last-child,
.content p:last-child,
.content table:last-child,
.content ul:last-child {
    margin-bottom: 0
}

.content p {
    margin: 0 0 1.5rem
}

.content a:not(.button) {
    display: inline-block;
    color: #ff6e00;
    font-weight: 600
}

.content ul {
    margin-bottom: 2rem
}

.content ul li {
    position: relative;
    display: table;
    padding: 0 0 0 1.5rem;
    font: 400 1.6rem/1.2 PFDinTextPro-Regular, sans-serif;
    color: #000;
    margin: 0 0 1rem
}

.content ul li p,
.content ul li span {
    margin: 0
}

.content ul li:before {
    content: '\2714';
    display: block;
    position: absolute;
    color: #0a0a0a;
    left: 0;
    top: .1rem
}

.content blockquote {
    position: relative;
    padding-left: 2rem;
    clear: both;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 3rem
}

.content blockquote p {
    margin: 0
}

.content blockquote:after {
    content: '';
    display: block;
    width: 1rem;
    top: 0;
    left: 0;
    height: 94%;
    position: absolute;
    background: #0a0a0a
}

.content iframe {
    width: 100%;
    height: 35rem
}

p {
    font: 400 1.6rem/1.2 PFDinTextPro-Regular, sans-serif;
    color: #000;
    margin: 1rem 0
}

[data-modals] {
    cursor: pointer
}

.no-scroll {
    overflow: hidden
}

.hide_desctop {
    display: none !important
}

.img {
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    background-position: center !important;
    display: block
}

.lb-data .lb-close {
    position: absolute;
    top: -4rem;
    right: 5rem
}

.lb-data .lb-number {
    display: none !important
}

.map {
    padding: 0
}

.map #map,
.map iframe {
    height: 50rem;
    width: 100%;
    max-width: 100%
}

.img {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important
}

.page main {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    -webkit-border-radius: 0 0 .6rem .6rem;
    border-radius: 0 0 .6rem .6rem;
    border: .1rem solid #eaeaea;
    border-top: .5rem solid #ff6e00;
    padding: 4rem
}

.page aside {
    width: 25%;
    float: left
}

.page.right_sidebar main {
    float: left;
    width: 70%
}

.page.right_sidebar aside {
    width: 25%;
    float: right
}

.navigation_btn {
    display: none;
    position: absolute;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 600;
    top: .5rem;
    right: 2rem;
    padding: 0;
    margin-top: .5rem
}

.navigation_btn .lines {
    position: relative
}

.navigation_btn p {
    text-align: center;
    font-size: 1.4rem;
    color: #242424;
    display: block;
    width: 4rem;
    font-weight: 400;
    float: right;
    margin: 2rem 0 0
}

.navigation_btn span {
    position: relative;
    display: block;
    width: 4rem;
    height: .4rem;
    background-color: #242424
}

.navigation_btn span:first-child {
    content: '';
    position: absolute;
    top: -.6rem;
    width: 4rem;
    height: .4rem;
    background-color: #242424;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navigation_btn span:nth-child(3) {
    content: '';
    position: absolute;
    top: .6rem;
    width: 4rem;
    height: .4rem;
    background-color: #242424;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navigation_btn.isOpen {
    color: #242424
}

.navigation_btn.isOpen span {
    background: 0 0;
    border: none
}

.navigation_btn.isOpen span:first-child {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    top: -2.4rem;
    background-color: #242424;
    left: .5rem;
    -webkit-transform: rotateZ(45deg) translate(15px, 20px);
    -ms-transform: rotate(45deg) translate(15px, 20px);
    transform: rotateZ(45deg) translate(15px, 20px)
}

.navigation_btn.isOpen span:nth-child(3) {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    top: 2.5rem;
    left: .5rem;
    background-color: #242424;
    -webkit-transform: rotateZ(-45deg) translate(15px, -20px);
    -ms-transform: rotate(-45deg) translate(15px, -20px);
    transform: rotateZ(-45deg) translate(15px, -20px)
}

.header {
    position: fixed;
    width: 100%;
    padding: .5rem 0;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #fff
}

.header .header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .header_col_1 {
    float: left;
    width: 45%
}

.header .header_col_2 {
    float: left;
    width: 55%;
    text-align: right
}

.header.fixed {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-bottom: .2rem solid #ff6e00
}

.header.fixed .header_logo img {
    width: 9.5rem
}

.header.fixed .top_menu {
    display: none
}

.header.fixed .navigation {
    margin-top: 0
}

.header .header_logo {
    position: relative;
    display: block
}

.header .header_logo img {
    width: 9.5rem;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle
}

.header .header_logo .text_wrap {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 11rem)
}

.header .header_logo span {
    display: inline-block;
    vertical-align: middle;
    padding-top: .5rem;
    font-family: BebasNeueBold;
    font-size: 5rem;
    color: #ff6e00;
    text-transform: uppercase;
    margin: 0
}

.header .sub_text_wrap {
    display: block;
    width: 100%
}

.header .sub_text {
    display: inline-block;
    vertical-align: middle;
    padding: 1.6rem 1rem .2rem;
    margin-top: 0;
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    border-radius: .6rem;
    background-color: #e4e4e4
}

.header .sub_text p {
    margin-top: 0;
    font-size: 2.1rem;
    color: #242424;
    text-transform: uppercase;
    font-weight: 600
}

.header .script_wrap {
    display: inline-block;
    vertical-align: middle;
    float: right
}

.header .siegel-s {
    margin: 0 !important
}

.navigation {
    position: relative;
    display: block;
    width: 100%
}

.navigation .header_nav {
    display: inline-block;
    vertical-align: middle;
    height: 8rem;
    line-height: 8rem;
    position: relative;
    float: right
}

.navigation .header_nav li {
    display: inline-block
}

.navigation .header_nav li.active>a {
    font-weight: 400;
    color: #ff6e00;
    position: relative
}

.navigation .header_nav li a {
    font: 500 1.6rem/1.5rem PFDinTextPro-Regular, sans-serif;
    color: #242424;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    white-space: nowrap;
    padding: 1.4rem;
    position: relative
}

.navigation .header_nav li:nth-last-child(2) a {
    padding: 1.4rem 0 1.4rem 1.4rem
}

.navigation .subMenu li:last-child a {
    padding-left: 1.5rem
}

.navigation .header_nav li a:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-bottom: .1rem solid #0a0a0a;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navigation .header_nav li.drDown {
    position: relative
}

.navigation .subMenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 35rem;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0;
    border: .1rem solid #ff6e00;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

.navigation .subMenu li {
    display: block;
    border-bottom: .1rem solid #ff6e00
}

.navigation .subMenu li:last-child {
    border-bottom: none
}

.navigation .subMenu li a {
    cursor: pointer;
    height: 5rem;
    line-height: 5rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.6rem;
    display: block;
    text-align: left;
    color: #000
}

.navigation .subMenu li a:last-child {
    height: 5rem;
    line-height: 5rem;
    padding: 0 0 0 1.5rem;
    display: block
}

.navigation .subMenu li a:after {
    display: none
}

.main_top {
    padding: 2rem 0;
    background-position: 0 100% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative
}

.main_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, .1)
}
.main_top .desc {color: #d3d3d3;  font-size: 1.3rem; margin-top: 2rem;}
.main_top .desc ul {margin-left: 2rem;}
.main_top .desc ul li {list-style: initial;}
.info {
    background-attachment: unset !important
}

.faqs {
    background-attachment: unset !important
}

.main_bottom {
    background-position: center !important;
    background-size: cover !important
}

.main_top .top_contacts {
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    -webkit-border-radius: 0 0 .6rem .6rem;
    border-radius: 0 0 .6rem .6rem;
    border: .1rem solid #eaeaea;
    border-top: .5rem solid #ff6e00
}

.main_top .top_contacts .items_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#f9f9f9));
    background-image: -o-linear-gradient(bottom, #efefef 0, #f9f9f9 100%);
    background-image: linear-gradient(to top, #efefef 0, #f9f9f9 100%)
}

.main_top .top_contacts .items_wrap .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative
}

.main_top .top_contacts .items_wrap .item:after {
    content: "";
    display: inline-block;
    background-color: #dedede;
    height: 2.4rem;
    width: .1rem;
    position: absolute;
    top: 0;
    right: -2.7rem
}

.main_top .top_contacts .items_wrap .item:last-child:after {
    display: none
}

.main_top .top_contacts .items_wrap .item .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem;
    vertical-align: middle;
    margin-right: 1rem
}

.main_top .top_contacts .items_wrap .item .icon_1 {
    background-image: url(/img/clock.svg)
}

.main_top .top_contacts .items_wrap .item .icon_2 {
    background-image: url(/img/phone.svg)
}

.main_top .top_contacts .items_wrap .item .icon_3 {
    background-image: url(/img/whatsapp.svg)
}

.main_top .top_contacts .items_wrap .item .icon_4 {
    background-image: url(/img/mail.svg)
}

.main_top .top_contacts .items_wrap .item:last-child {
    border-right: none
}

.top_form .row.form_row {
    margin: 0;
    padding: 0
}

.form_wrap {
    width: 49%;
    margin: 0 !important;
    padding: 0;
    border-top: .5rem solid #ff6e00;
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    -webkit-border-radius: 0 0 .6rem .6rem;
    border-radius: 0 0 .6rem .6rem;
    background-color: #fff
}

.condition_form .select_box {
    position: relative
}

.condition_form .select_box select {
    cursor: pointer;
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button
}

.condition_form .select_box:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 1rem;
    display: block;
    color: #ff6e00;
    background: #fff;
    width: 1.2rem;
    height: 1.2rem;
    border: 0 solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate(0, -40%) rotate(45deg);
    -ms-transform: translate(0, -40%) rotate(45deg);
    transform: translate(0, -40%) rotate(45deg);
    pointer-events: none
}

.condition_form .col_12 {
    text-align: center
}

.condition_form p {
    display: block;
    text-align: center;
    margin: 2rem 0 1rem;
    position: relative
}

.condition_form_small .small_block p {
    display: block;
    text-align: center;
    margin: 1rem 0 0;
    position: relative;
    -webkit-box-shadow: 0 .1rem .4rem rgba(8, 8, 8, .38);
    box-shadow: 0 .1rem .4rem rgba(8, 8, 8, .38);
    padding: .5rem;
    background: #f5f5f5
}

.condition_form_small .small_block p:after {
    display: none
}

.condition_form_small .small_block p:before {
    display: none
}

.condition_form p:before {
    content: '';
    position: absolute;
    display: block;
    width: 20%;
    height: .1rem;
    background: #ddd;
    top: 50%;
    left: 0
}

.condition_form p:after {
    content: '';
    position: absolute;
    display: block;
    width: 15%;
    height: .1rem;
    background: #ddd;
    top: 50%;
    right: 0
}

.condition_form .btn_large {
    padding: 0 5rem;
    margin-top: 1rem
}

.condition_form .btn_small {
    margin-top: 1rem
}

.condition_form .info_block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
    height: 1rem;
    width: 1rem
}

.condition_form svg {
    cursor: pointer;
    display: inline-block;
    margin-left: .5rem;
    margin-top: 1rem;
    width: 1.9rem;
    height: 1.9rem;
    color: #ff6e00;
    position: absolute;
    top: -4rem;
    right: -16.4rem
}

.condition_form .info_row {
    height: .1rem
}

.condition_form .info_block .info_show {
    display: none;
    position: absolute;
    padding: 1rem;
    top: 1.5rem;
    left: 12rem;
    transform: translate(-50%, 0);
    width: 21rem;
    background: #e4e4e4;
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    border-radius: .6rem;
    z-index: 5
}

.condition_form_small .button {
    padding: 0 1.8rem
}

.condition_form .row {
    padding: 3.3rem 2rem 0
}

.condition_form_small .row {
    padding: 0 2rem
}

.condition_form_small .row .col_4 {
    margin: 0 1rem;
    width: calc(100% / 3.1 - 3rem)
}

.condition_form_small .row .col_5 {
    margin: 0 1rem
}

.condition_form_small .row .col_3 {
    margin: 0 1rem;
    width: calc(100% / 3.9 - 3rem)
}

.visible {
    display: block !important
}

.main_top .top_form .img_block {
    width: 49%;
    margin: 0 !important;
    float: right !important;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    border-radius: .6rem;
    background-color: #fff
}

.main_top .top_form .img_block .img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-size: contain !important;
    background-position: center !important
}

.main_top .top_form .img_block .img:after {
    content: '';
    display: block;
    padding-top: 60.5%
}

.main_top .top_form .img_block p {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff6e00;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    bottom: 2rem;
    padding: 0 2rem
}

.desc_list {
    padding: 10rem 0;
    background-position: 0 52% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%;
    max-width: 100%;
    position: relative
}

.desc_list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 0
}

.desc_list .desc {
    width: 56%;
    margin: 0 auto
}

.desc_list .desc ul li {
    color: #fff;
    font-size: 3.6rem;
    height: 7rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.desc_list .desc ul li:before {
    content: "";
    border-radius: 50%;
    background-color: #fff;
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    left: -2.5rem;
    top: 1.5rem
}

.action_steps {
    padding: 0
}

.benefits {
    padding: 4rem 0 0
}

.action_steps h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 4rem 0;
    text-transform: uppercase
}

.action_steps h3 span {
    color: #ff6e00
}

.action_steps .card_wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 5rem
}

.action_steps .card_wrap .card {
    width: 30%;
    float: left;
    margin: 0 1rem;
    padding: 0 4rem;
    position: relative
}

.action_steps .card_wrap .card .number {
    font-family: 'Century Gothic';
    font-size: 4rem;
    font-weight: 900;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 4rem;
    position: relative
}

.action_steps .card_wrap .card .number .dots {
    position: absolute;
    top: 2rem;
    right: -14rem
}

.action_steps .card_wrap .card .number .chevron {
    display: block;
    height: 1.8rem;
    width: 4rem;
    position: absolute;
    top: 50%;
    right: 21%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.action_steps .card_wrap .card .number .chevron:before {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e4e4e4;
    -webkit-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg)
}

.action_steps .card_wrap .card .number .chevron:after {
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e4e4e4;
    -webkit-transform: skew(0deg, 45deg);
    -ms-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg)
}

.action_steps .card_wrap .img {
    margin: 0 auto 3.5rem;
    background-size: contain !important
}

.action_steps .card_wrap .img:after {
    content: '';
    display: block;
    padding-top: 20%
}

.action_steps .card_wrap p {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.benefits .benefits_items {
    font-size: 0;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: .5rem solid #ff6e00
}

.benefits .benefits_item {
    margin: 0 0 4rem 3rem;
    display: inline-block;
    vertical-align: top;
    width: 22.1%;
    text-align: center;
    position: relative
}

.benefits .benefits_item:first-child {
    margin: 0 0 4rem
}

.benefits .benefits_item .wrap_img {
    margin-bottom: 2rem
}

.benefits .benefits_item img {
    width: 7.5rem
}

.benefits .benefits_item h3 {
    color: #000;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    height: 5rem
}

.benefits .benefits_item p {
    font-size: 1.4rem
}

.reviews {
    padding: 3.5rem 0 0
}

.reviews .row {
    padding: 0
}

.reviews h1,
.reviews h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0
}

.reviews h1 span,
.reviews h2 span {
    color: #ff6e00
}

.reviews h1 br,
.reviews h2 br {
    display: none
}

.reviews p {
    font-size: 1.8rem
}

.reviews .row .col_8 {
    position: relative
}

.reviews .row .col_8:before {
    content: "";
    position: absolute;
    left: -1.8rem;
    top: 0;
    width: .1rem;
    height: 100%;
    background: #eaeaea
}

.reviews .text_stars {
    vertical-align: text-bottom
}

.reviews .text_stars img {
    vertical-align: middle
}

.reviews .badge {
    display: block;
    margin-top: 5rem;
    visibility: hidden;
    display: none !important
}

.reviews .badge img {
    display: block;
    float: left;
    margin-right: 1.5rem
}

.reviews .badge .stars {
    float: none
}

.reviews .badge p {
    margin: 0;
    font-size: 2rem
}

.reviews .badge p span {
    font-weight: 700
}

.reviews .bottom_text {
    padding: 10rem 0;
    background-position: 0 52% !important;
    background-size: cover !important;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 6rem
}

.reviews .bottom_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.reviews .bottom_text p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.6rem;
    margin: 0 0 .5rem
}

.reviews .bottom_text p span {
    color: #f60
}

.step_block_bg {
    background-position: 0 100% !important;
    background-size: cover !important;
    position: relative
}

.step_block_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, .8)
}

.steps_wrap .steps-nav {
    padding: 1.75rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.steps_wrap .steps-nav .nav-item {
    font-size: 1.6rem;
    font-weight: 700
}

.steps_wrap .steps-nav .nav-item .badge.active {
    background-color: #f60
}

.steps_wrap .steps-nav .nav-item .badge {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    vertical-align: .1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: .75rem 0;
    margin-right: .2rem;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #afafaf
}

.condition_full_form .badge_form {
    display: block;
    float: left;
    height: 2.5rem;
    width: 2.5rem;
    vertical-align: .1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .5rem 1.4rem 0;
    font-size: 75%;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #f60
}

.condition_full_form .form_title {
    margin: 2rem 1.5rem
}

.condition_full_form .form_title:first-child {
    margin: 0 1.5rem 2rem
}

.condition_full_form .file_wrap {
    margin: 0 1.5rem 1rem
}

.condition_full_form .file_wrap .button {
    font-size: 1.4rem;
    padding: 0 .6rem;
    width: 14rem;
    margin: 1rem 0
}

.condition_full_form .file_wrap span {
    font-size: 1.4rem
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem;
    color: #fff;
    border: .1rem solid #ff6e00;
    background-color: #f60;
    display: inline-block;
    border-radius: .6rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.inputfile+label:hover,
.inputfile:focus+label {
    background: #fff;
    color: #ff6e00;
    border: .1rem solid #ff6e00
}

.inputfile+label {
    cursor: pointer
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.inputfile+label * {
    pointer-events: none
}

.steps_wrap {
    position: relative
}

.steps_wrap .steps-nav .nav-item .badge {
    display: inline-block;
    vertical-align: middle
}

.steps_wrap .steps-nav .nav-item.active .badge {
    background-color: #f60;
    position: relative
}

.steps_wrap .steps-nav .nav-item.active .text {
    color: #f60
}

.steps_wrap .steps-nav .nav-item.done .line {
    background-color: #f60
}

.steps_wrap .steps-nav .nav-item.done .badge {
    font-size: 0
}

.steps_wrap .steps-nav .nav-item.done .badge:before {
    content: '\2714';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.2rem
}

.steps-nav .nav-item .line {
    -webkit-box-shadow: 0 0 1px 0 rgba(102, 102, 102, .75);
    -moz-box-shadow: 0 0 1px 0 rgba(102, 102, 102, .75);
    box-shadow: 0 0 1px 0 rgba(102, 102, 102, .75);
    height: .1rem;
    width: 24rem;
    display: inline-block;
    background-color: #666;
    vertical-align: middle;
    margin: 0 1rem
}

.step_title {
    margin-bottom: 4rem;
    position: relative
}

.step_title h1 {
    margin: 1rem 0 !important
}

.step_form_wrap {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto 4rem;
    padding: 2rem 4rem;
    border-top: .5rem solid #ff6e00;
    box-shadow: 0 1px 5px rgba(8, 8, 8, .38);
    -webkit-border-radius: 0 0 .6rem .6rem;
    border-radius: 0 0 .6rem .6rem;
    background-color: #f5f5f5;
    position: relative
}

.step_form_wrap .select_box {
    position: relative
}

.step_form_wrap .select_box select {
    cursor: pointer;
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button
}

.step_form_wrap .select_box:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 1rem;
    display: block;
    color: #ff6e00;
    background: #fff;
    width: 1.2rem;
    height: 1.2rem;
    border: 0 solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate(0, -40%) rotate(45deg);
    -ms-transform: translate(0, -40%) rotate(45deg);
    transform: translate(0, -40%) rotate(45deg);
    pointer-events: none
}

.step_form_wrap .btn_wrap {
    text-align: center;
    margin: 4rem 0
}

.step_form_wrap .btn_wrap .btn_large {
    padding: 0 8rem
}

.step_form_wrap .btn_wrap .info_block {
    display: inline-block;
    vertical-align: bottom;
    position: relative
}

.step_form_wrap .btn_wrap svg {
    cursor: pointer;
    display: inline-block;
    margin-left: .5rem;
    margin-top: 1rem;
    width: 1.9rem;
    height: 1.9rem;
    color: #ff6e00;
    position: relative;
    top: -2.5rem;
    right: 0
}

.step_form_wrap .btn_wrap .info_show {
    display: none;
    position: absolute;
    padding: 1rem;
    top: 1.5rem;
    left: 12rem;
    transform: translate(-50%, 0);
    width: 21rem;
    background: #e4e4e4;
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    border-radius: .6rem;
    z-index: 5
}

.adb_feedback_form.next .feed_step_btn {
    display: block;
    cursor: pointer
}

.mobile_phone {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: .5rem 0 0;
    font: 700 3rem PFDinTextPro-Regular, sans-serif;
    background-color: #0a0a0a;
    color: #242424 !important;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 300
}

.mobile_phone svg {
    position: relative;
    top: -.2rem
}

.page .h1,
.page h1 {
    text-align: center;
    margin: 0 0 2rem;
    font: 700 3rem/1 PFDinTextPro-Regular, sans-serif;
    color: #ff6e00;
    position: relative;
    text-transform: uppercase;
    display: block
}

.page .h2,
.page h2 {
    font: 700 2.6rem/1 PFDinTextPro-Regular, sans-serif
}

.faqs .h1,
.faqs h1 {
    font-size: 2rem
}

.content .h3,
.content h3 {
    font: 700 2.4rem/1 PFDinTextPro-Regular, sans-serif;
    color: #ff6e00;
    position: relative;
    display: block;
    margin: 1rem 0 2rem
}

.faqs .row .col_6 {
    display: inline-block;
    width: 47%;
    float: none
}

.faqs .faqs_item, .inner_main .faqs_item {
    position: relative;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.faqs .faqs_item.active .faqs_question, .inner_main .faqs_item.active .faqs_question {
    border-bottom-color: transparent
}

.faqs .faqs_item.active .faqs_content, .inner_main .faqs_item.active .faqs_content {
    display: block
}

.faqs .faqs_question, .inner_main .faqs_question {
    min-height: 9.7rem;
    padding: 2.4rem 5rem 1.9rem 3rem;
    font: 400 2rem/1.2 PFDinTextPro-Regular, sans-serif;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    -webkit-box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    -webkit-border-radius: 0 0 .6rem .6rem;
    border-radius: 0 0 .6rem .6rem;
    border: .1rem solid #eaeaea;
    border-top: .5rem solid #ff6e00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#f9f9f9));
    background-image: -webkit-linear-gradient(bottom, #efefef 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(bottom, #efefef 0, #f9f9f9 100%);
    background-image: linear-gradient(to top, #efefef 0, #f9f9f9 100%);
    position: relative
}

.inner_main .faqs_question {
    min-height: 5rem;
    margin: 0;
    padding: 1.8rem 5rem 1.7rem 3rem;
}

.faqs .faqs_question:hover, .inner_main .faqs_question:hover {
    color: #0a0a0a
}

.faqs .faqs_question:before, .inner_main .faqs_question:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100%;
    background-position: center;
    background: url(/img/arrow.png) no-repeat;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.faqs .faqs_item.active .faqs_question:before, .inner_main .faqs_item.active .faqs_question:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 35%
}

.faqs .faqs_content, .inner_main .faqs_content {
    padding: 0 5rem 0 2rem;
    font-size: 1.6rem;
    color: #000;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 0
}

.faqs .faqs_content.faqs_content_visible, .inner_main .faqs_content.faqs_content_visible {
    padding: 2rem 5rem 0 2rem;
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faqs .faqs_content p:first-child img, .inner_main .faqs_content p:first-child img{
    margin-top: 2rem
}

.faqs_form .form_col, .inner_main .form_col {
    float: none;
    margin: 0 auto !important
}

.info_form .form_col {
    float: none;
    margin: 0 auto !important
}

.faqs_form h3, .inner_main .faqs_form h3{
    font-size: 2rem;
    font-weight: 700;
    color: #ff6e00;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center
}

.faqs .faq_btn_step, .inner_main .faq_btn_step {
    text-align: center;
    padding-top: 2rem
}

.section_faqs > ol li{
    padding-left: 0;
}

.section_faqs > ol li::before{
    display: none;
}

.inner_main .section_faqs {
    
}
    

.contact_form {
    padding: 2rem 4.5rem 4rem;
    box-shadow: 0 .1rem .1rem rgba(8, 8, 8, .38);
    border-radius: 0 0 .6rem .6rem;
    border-top: .5rem solid #ff6e00;
    background-color: #fff
}

.contact_form h3 {
    text-align: center;
    color: #ff6e00;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.contact_form p {
    position: relative;
    margin-bottom: 4.5rem
}

.contact_form p:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: .1rem;
    background: #ddd;
    bottom: -2.25rem
}

.captcha_block {
    display: inline-block;
    margin: 1rem 0 0
}

.contact_form .button {
    margin: 2rem auto 0;
    display: block;
    width: 100%;
    max-width: 20.5rem
}

.contacts_wrap.inner {
    margin-bottom: 4rem
}

.contacts_links.inner {
    text-align: left;
    border: none;
    padding: 0
}

.contacts_links.inner h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ff6e00;
    text-transform: uppercase;
    margin-bottom: 4rem
}

.contacts_links.inner a {
    font-size: 1.8rem;
    color: #000;
    margin: 0 0 2rem;
    max-width: 22rem
}

footer {
    background: #000;
    padding: 4.5rem 0 2rem;
    color: #fff
}

footer .contact_logo {
    display: block;
    margin: 0 0 3rem;
    float: none;
    text-align: left
}

footer .footer_title {
    font-size: 2.5rem;
    color: #ff6e00;
    font-weight: 600;
    padding: 0;
    margin: 0 0 3rem;
    text-transform: uppercase;
    position: relative
}

footer .footer_title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.3rem;
    display: block;
    height: .1rem;
    width: 2.5rem;
    background: #fff
}

.footer_list {
    display: inline-block;
    margin-right: 3rem;
    vertical-align: top
}

footer .contacts_wrap {
    margin-top: 3.5rem
}

footer .footer_bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: .1rem solid #fff
}

footer .title_li {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: .5rem
}

footer .row .col_3 {
    margin-left: 6rem;
    margin-right: 0;
    width: calc(100% / 4.7 - 3rem)
}

.contact_logo {
    display: block;
    margin-bottom: 4rem
}

.contact_logo img {
    width: 9.5rem;
    margin-right: 1rem
}

.contact_logo p {
    display: inline-block;
    vertical-align: middle;
    font-family: BebasNeueBold;
    font-size: 5rem;
    color: #ff6e00;
    text-transform: uppercase;
    margin: 0
}

.contacts_wrap .item {
    display: block;
    margin-bottom: 1.3rem
}

.contacts_wrap .item .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.2rem;
    width: 2.2rem;
    vertical-align: middle;
    margin-right: 1rem
}

.contacts_wrap .item .icon_1 {
    background-image: url(/img/clock.svg)
}

.contacts_wrap .item .icon_2 {
    background-image: url(/img/phone.svg)
}

.contacts_wrap .item .icon_3 {
    background-image: url(/img/whatsapp.svg)
}

.contacts_wrap .item .icon_4 {
    background-image: url(/img/mail.svg)
}

footer a {
    font: 400 1.6rem/1.4 PFDinTextPro-Regular, sans-serif;
    margin: .5rem 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

footer p {
    display: block;
    font: 400 1.6rem/1.4 PFDinTextPro-Regular, sans-serif;
    margin: .5rem 0
}

footer ul li a {
    margin: 0;
    line-height: 1.8
}

.contacts_links {
    text-align: center;
    margin-top: .5rem
}

.contacts_links a {
    color: #fff;
    display: block;
    width: 100%;
    max-width: 19rem;
    margin: 0;
    text-align: left
}

.contacts_links svg {
    margin-right: .5rem
}

footer .copyright p {
    color: #a5a7a9;
    font-size: 1.5rem;
    margin: 0
}

footer .copyright .text {
    display: none
}

.inner_page .modal_title {
    display: none
}

.inner_page h2 {
    position: relative;
    font-size: 3.7rem;
    margin-bottom: 3rem
}

.inner_page h2:after {
    content: '';
    display: block;
    width: 6rem;
    height: .5rem;
    background: #ff6e00;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.inner_page form {
    max-width: 60%;
    margin: 5rem auto
}

.inner_page form p strong {
    font-size: 2rem;
    color: #000;
    font-weight: 900;
    margin-bottom: 3rem
}

.inner_page form label span {
    color: #9299a9
}

.inner_page form .input {
    border: .1rem solid #9299a9;
    margin: 0 0 1rem;
    color: #000;
    background: #fff;
    border-radius: 0;
    padding: 1.5rem 1rem 1rem
}

.inner_page form select.input {
    padding: .7rem 1rem 1rem
}

.inner_page form textarea.input {
    border: .1rem solid #9299a9
}

.inner_page form .button {
    margin: 2.7rem auto 0;
    float: right;
    display: block;
    width: 100%;
    max-width: 25rem
}

.info .text_wrap {
    border-bottom: .1rem solid #d5d5d5;
    padding-bottom: 7rem
}

.info h1 {
    margin: 0 0 1rem
}

.info .content_date {
    font-size: 1.3rem;
    color: #666;
    margin: 0 0 2.5rem !important
}

.info .info_form {
    margin-top: 3rem
}

.info_list h1 {
    display: block;
    text-align: center;
    margin-bottom: 2rem
}

.info_list h2 {
    margin: 0 0 1rem !important
}

.info_list h2 a {
    color: #ff6e00 !important
}

.info_list h3 {
    margin: 0 0 2rem
}

.info_list .img {
    background-size: cover !important
}

.info_list .img:after {
    content: '';
    display: block;
    padding-top: 68%
}

.info_list .info_list_row {
    overflow: hidden;
    padding: 3.5rem 0;
    border-bottom: .1rem solid #d5d5d5
}

.action_steps .card_wrap .card .dots_small {
    display: none
}

.form_text_mobile br {
    display: none
}

.modal_img {
    text-align: center
}

.modal_img img {
    max-width: 100%
}

.modal_img .img:after {
    content: '';
    display: block;
    padding-top: 50%
}

.step_form_wrap .info_block {
    float: right;
    margin: 0 0 1rem
}

.step_form_wrap .info_block svg {
    color: #ff6e00
}

.faqs_form form h3 {
    display: none
}

.cookies_block {
    padding: 2rem 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#f9f9f9));
    background-image: -o-linear-gradient(bottom, #efefef 0, #f9f9f9 100%);
    background-image: linear-gradient(to top, #efefef 0, #f9f9f9 100%)
}

.cookies_block a {
    color: #ff6e00
}

.cookies_block .cookies_btn {
    position: relative
}

.cookies_block .cookies_btn .button {
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.hidden_cookies_block {
    display: none
}

.checkbox_link {
    color: #ff6e00
}

.dropzone {
    border: .2rem dashed #f60 !important;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    margin-bottom: 2rem
}

.first_dropzone {
    display: none
}

.first_dropzone.active {
    display: block;
    margin-top: 1rem;
    text-align: center
}

.second_dropzone {
    display: none
}

.second_dropzone.active {
    display: block;
    margin-top: 1rem;
    text-align: center
}

.second_dropzone p {
    display: none
}

.second_dropzone.active p {
    display: block
}

.dz-preview {
    width: 10rem
}

.dz-details {
    display: none
}

.dz-remove {
    display: block
}

.pointer_label {
    cursor: default
}

.pointer_label a {
    cursor: pointer
}

.modal_success .h2,
.modal_success h2 {
    color: #fff;
    margin: 1rem 0;
    font-size: 4rem
}

.modal_success p {
    color: #fff
}

.contact_page .btn_contact {
    margin-bottom: 4rem
}

.contact_content {
    position: relative;
    z-index: 2
}

.breadcrumbs {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.breadcrumbs li {
    position: relative;
    list-style: none
}

.breadcrumbs li:after {
    display: block;
    position: absolute;
    color: #232f34;
    right: .7rem;
    content: '';
    width: .7rem;
    height: .7rem;
    top: .7rem;
    vertical-align: middle;
    border: 0 solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.breadcrumbs li:before {
    display: none !important
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs li a {
    font-size: 1.4rem;
    color: #232f34;
    margin-right: 2rem
}

.breadcrumbs li a:hover {
    color: #f9aa33
}

.blog {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 4rem
}

.blog article h2 a {
    color: #ff6e00 !important;
    font-size: 3rem;
    font-weight: 700
}

.blog article h1 {
    color: #ff6e00 !important;
    font-size: 4rem
}

.blog .blog_article .img_wrap {
    display: block;
    position: relative;
    padding-top: 65.8%;
    overflow: hidden
}

.blog .blog_article .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog_sidebar {
    padding: 0 0 0 4rem;
    position: relative
}

.blog_sidebar .blog_search {
    position: relative;
    margin-bottom: 2rem
}

.blog_sidebar .blog_search button {
    position: absolute;
    top: .5rem;
    left: 1.2rem;
    background: 0 0;
    border: none;
    cursor: pointer
}

.blog_sidebar .blog_search button svg {
    color: #8e8e8e;
    position: relative;
    top: 0;
    width: 1.2rem;
    height: 1.2rem
}

.blog_sidebar .blog_search p {
    text-transform: uppercase;
    margin: 0;
    color: #f4f4f4;
    font-size: 1.8rem
}

.blog_sidebar .blog_search .input:-moz-placeholder {
    line-height: 2.6rem
}

.blog_sidebar .blog_search .input::-moz-placeholder {
    line-height: 2.6rem
}

.blog_sidebar .blog_search .input:-ms-input-placeholder {
    line-height: 1.1
}

.blog_sidebar .blog_search .input::-ms-input-placeholder {
    line-height: 1.1
}

.blog_sidebar .aside_block.contact_form,
.blog_sidebar .aside_tags.contact_form {
    margin-bottom: 3.5rem;
    padding: 1.5rem 1rem
}

.blog_sidebar .aside_block p {
    text-transform: uppercase;
    margin: 0;
    color: #f4f4f4;
    font-size: 1.8rem
}

.blog_sidebar .aside_block li {
    border-bottom: .1rem solid #f2f2f2;
    padding: .6rem 0 .5rem;
    line-height: 1.2
}

.blog_sidebar .aside_block li:last-child {
    border-bottom: none
}

.blog_sidebar .aside_block li a {
    color: #8c8c8c;
    font-size: 1.6rem;
    padding: 0;
    display: block
}

.blog_sidebar .aside_block li.active a {
    color: #ff6e00
}

.blog_sidebar .aside_tags li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem .5rem 0
}

.blog_sidebar .aside_tags li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: 700;
    background: #ff6e00;
    padding: .5rem .5rem .1rem
}

.blog_sidebar .recent li a {
    color: #8c8c8c;
    line-height: 1.2
}

.blog_sidebar .recent li a strong {
    font-weight: 600
}

.blog_sidebar .recent li {
    color: #626262;
    border-bottom: .1rem solid #f2f2f2;
    line-height: 1.2;
    padding: .6rem 0 .5rem
}

.blog_sidebar .blog_search .input {
    background: 0 0;
    padding: .4rem 1rem 0 3rem;
    border-radius: 0
}

.blog_date {
    font-size: 1.8rem
}

.blog_article {
    border-bottom: .1rem solid #d9d9d9;
    padding: .9rem 0 2.5rem
}

.blog_sidebar .aside_title,
.blog_sidebar .modal_title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    color: #ff6e00;
    margin: 0 0 1rem
}

.blog_sidebar form.contact_form {
    margin: 0 0 3.5rem;
    padding: 1rem 1rem 1.5rem
}

.blog_sidebar .input {
    height: 3rem;
    margin: 0 0 1rem;
    font-size: 1.3rem
}

.blog_sidebar textarea.input {
    min-height: 6rem
}

.blog_sidebar form .row .col_6 {
    width: -webkit-calc(100% / 1 - 3.01rem);
    width: calc(100% / 1 - 3.01rem)
}

.blog_sidebar form .input_file+label {
    font-size: 1.3rem;
    padding: .6rem 0 0 1rem
}

.blog_sidebar form .input_file+label svg {
    width: 1.7rem;
    height: 1.7rem;
    margin: 0 .3rem 0 0;
    top: -.1rem
}

.blog_sidebar form select.input {
    font-size: 1.3rem
}

.blog_sidebar form .select_wrap .ico {
    top: .4rem;
    right: 1rem
}

.blog_sidebar form .select_wrap .ico svg {
    width: 1rem;
    height: 1rem
}

.blog_sidebar form.contact_form .button {
    width: 100%;
    display: block
}

.blog_btn_wrap {
    margin: 1rem 0 2rem
}

.hide_blog_desctop {
    display: none
}

.blog_img .img_wrap {
    position: relative;
    display: block;
    padding-top: 66%;
    overflow: hidden
}

.blog_img .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .26s linear;
    -o-transition: .26s linear;
    transition: .26s linear
}

.blog_article_single {
    border-bottom: 0
}

.sharethis-inline-share-buttons {
    margin: 1.5rem 0 !important
}

.article_nav_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2rem 0 0
}

.article_nav_block .article_nav_item {
    color: #ff6e00;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.article_nav_block .article_nav_item.article_prev {
    text-align: left;
    padding: 0 1rem 0 2rem
}

.article_nav_block .article_nav_item.article_next {
    text-align: right;
    padding: 0 2rem 0 1rem
}

.article_nav_block .article_nav_item.article_next.article_next_single,
.article_nav_block .article_nav_item.article_prev.article_prev_single {
    width: 100%
}

.article_nav_block .article_nav_item::before {
    content: '';
    display: block;
    top: .4rem;
    left: .2rem;
    position: absolute;
    color: #ff6e00;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    border: 0 solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.article_nav_block .article_nav_item.article_next::before {
    left: auto;
    right: .2rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.gallery .gallery_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5rem
}

.gallery .gallery_item {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% / 3 - 3rem);
    width: calc(100% / 3 - 3rem);
    margin: 1.8rem 1.5rem
}

.gallery .gallery_item .img_wrap {
    position: relative;
    padding-top: 66%;
    display: block;
    overflow: hidden;
    margin: 0 0 1.5rem
}

.gallery .gallery_item .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery .gallery_item .img_wrap .gallery_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 110, 0, .7) url(/img/gallery_arrows.png) no-repeat 50% 50%;
    z-index: -1;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    cursor: pointer
}

.gallery .gallery_item h3 {
    margin: 0;
    font-size: 2rem;
    color: #ff6e00;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    display: inline-block;
    text-transform: capitalize
}

.gallery_inner h1 {
    text-align: left
}

.gallery_inner_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery_inner_wrap .gallery_nav {
    width: 25%;
    padding: 0 2.5rem 0 0
}

.gallery_inner_wrap .gallery_container {
    width: 75%;
    padding: 0 .5rem
}

.gallery_inner_wrap .gallery_nav ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: .1rem solid #f2f2f2;
    text-transform: capitalize
}

.gallery_inner_wrap .gallery_nav ul li.active a {
    color: #ff6e00
}

.gallery_inner_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 -.5rem
}

.gallery_inner_container .img_wrap {
    width: -webkit-calc(100% / 3 - 1rem);
    width: calc(100% / 3 - 1rem);
    padding-top: 15rem;
    margin: .5rem;
    position: relative;
    overflow: hidden;
    display: block
}

.gallery_inner_container .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .row:after {
        content: '';
        display: block;
        clear: both
    }
    .row .col_1,
    .row .col_10,
    .row .col_11,
    .row .col_12,
    .row .col_2,
    .row .col_3,
    .row .col_4,
    .row .col_5,
    .row .col_6,
    .row .col_7,
    .row .col_8,
    .row .col_9 {
        float: left;
        margin: 0;
        padding: 0 5px
    }
    .row .col_12 {
        width: 100%
    }
    .row .col_11 {
        width: 91.66666667%
    }
    .row .col_10 {
        width: 83.33333333%
    }
    .row .col_9 {
        width: 75%
    }
    .row .col_8 {
        width: 66.66666667%
    }
    .row .col_7 {
        width: 58.33333333%
    }
    .row .col_6 {
        width: 50%
    }
    .row .col_5 {
        width: 41.66666667%
    }
    .row .col_4 {
        width: 33.33333333%
    }
    .row .col_3 {
        width: 25%
    }
    .row .col_2 {
        width: 16.66666667%
    }
    .row .col_1 {
        width: 8.33333333%
    }
    .row {
        padding: 2rem
    }
    .condition_form_small .row .col_5 {
        margin: 0
    }
    .condition_form_small .row .col_4 {
        margin: 0
    }
}

@media (min-width:992px) {
    .navigation .header_nav li a:hover {
        color: #ff6e00
    }
    .main_top .top_contacts .items_wrap .item.link:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .contacts_wrap .item.link:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    footer ul li a:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    footer .copyright a:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .mobile_phones {
        display: none
    }
    .navigation li.drDown:hover .subMenu {
        height: auto;
        opacity: 1;
        visibility: visible
    }
    .navigation li.drDown:hover .subMenu li a:hover {
        background: #ff6e00;
        color: #fff
    }
    footer .footer_bottom a:hover {
        color: #ff6e00
    }
    footer a:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .button:hover {
        background: #fff;
        color: #ff6e00;
        border-color: #ff6e00
    }
    .button.light:hover {
        background: #0a0a0a;
        color: #fff;
        border-color: #0a0a0a
    }
    .button.light_2:hover {
        background: #ff6e00;
        color: #fff;
        border-color: #fff
    }
    .button.black:hover {
        background: #fff;
        color: #242424;
        border-color: #fff
    }
    .header .phone:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #ff6e00
    }
    .header .phone:hover svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #ff6e00
    }
    .navigation li>a:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #0a0a0a
    }
    .contacts_links.inner a:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .info_list h2 a:hover {
        color: #000 !important;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .blog_sidebar .aside_block li a:hover {
        color: #ff6e00;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .blog article h2 a:hover {
        color: #000 !important
    }
    .article_nav_block .article_nav_item:hover {
        color: #000
    }
    .article_nav_block .article_nav_item:hover::before {
        color: #000
    }
    .gallery .gallery_item .img_wrap:hover .gallery_overlay {
        z-index: 2;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        opacity: 1
    }
    .gallery .gallery_item h3:hover {
        color: #000
    }
    .gallery_inner_wrap .gallery_nav ul li a:hover {
        color: #ff6e00
    }
}

@media only screen and (max-width:1200px) {
    .benefits .benefits_item {
        width: 30%
    }
    .main_top .top_contacts .items_wrap .item {
        font-size: 1.4rem
    }
    .reviews .bottom_text p {
        font-size: 3rem
    }
    .desc_list .desc ul li {
        font-size: 3rem
    }
    .desc_list .desc ul li:before {
        top: 1rem
    }
    .navigation .header_nav li a {
        padding: 1rem
    }
    .header .header_logo span {
        font-size: 4rem
    }
    .header .sub_text {
        width: 100%;
        margin: 0 0 1rem
    }
    .header.fixed .script_wrap {
        display: none
    }
    .main_top {
        padding: 5rem 0 2rem
    }
    .header .script_wrap {
        float: none
    }
    .blog_sidebar {
        padding: 0;
        position: relative
    }
    .blog_article .short_desc p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden
    }
}

@media only screen and (max-width:1180px) {
    .main_top .top_form .img_block {
        height: 38.3rem
    }
}

@media only screen and (max-width:1160px) {
    .faqs .row .col_6 {
        width: 46%
    }
}

@media only screen and (max-width:1100px) {
    .navigation .header_nav li a {
        font: 500 1.4rem/1.5rem PFDinTextPro-Regular, sans-serif;
        padding: .8rem
    }
    .navigation .header_nav li:last-child a {
        padding: 0;
        padding-left: 1rem
    }
    .header .header_logo .sub_text {
        font-size: 1.4rem
    }
    .main_top .top_form .img_block p {
        bottom: -2rem
    }
}

@media only screen and (max-width:1024px) {
    .header .header_col_1 {
        width: 40%
    }
    .header .header_col_2 {
        width: 60%
    }
    .header .header_logo span {
        font-size: 3rem
    }
    .header .header_logo img {
        width: 7.5rem
    }
    .header.fixed .header_logo img {
        width: 7.5rem
    }
    .navigation .header_nav {
        margin-bottom: 1.5rem
    }
    .footer_list {
        margin-right: 2rem
    }
    .contact_logo img {
        width: 7.5rem
    }
    .contact_logo p {
        font-size: 3.7rem
    }
}

@media only screen and (max-width:992px) {
    .header {
        padding: 1rem 0
    }
    .header .header_col_1 {
        width: 80%
    }
    .header .navigation_btn {
        display: block
    }
    .navigation .header_nav li.active>a:after {
        left: auto;
        right: 0;
        border: none
    }
    .header .navigation {
        visibility: hidden;
        opacity: 0;
        top: 6rem;
        right: 0;
        height: 0;
        position: absolute
    }
    .header_nav {
        display: none
    }
    .header .navigation.nav-opened {
        right: 0;
        overflow: visible;
        visibility: visible;
        height: 100vh;
        width: 100%;
        opacity: 1;
        z-index: 100;
        background: #f5f5f5
    }
    .header_nav_wrap {
        margin: 0
    }
    .header .navigation .header_nav {
        border: none;
        position: relative;
        display: block;
        left: 0;
        width: 100%;
        background: 0 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        padding: 0;
        height: calc(100vh - 7rem);
        overflow-y: scroll
    }
    .header .navigation .header_nav li {
        width: 100%;
        display: block;
        margin: 0
    }
    .header .navigation .header_nav li .social {
        text-align: center
    }
    .header .navigation .header_nav li .social a {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        border: none;
        margin: 0 1rem
    }
    .header .navigation .header_nav li.drDown>a:after {
        content: '';
        position: absolute;
        top: 1.3rem;
        left: auto;
        right: 0;
        display: block;
        width: 2.2rem;
        height: 2.2rem;
        background: #ff6e00;
        -webkit-clip-path: polygon(0 0, 0 100%, 50% 50%);
        clip-path: polygon(0 0, 0 100%, 50% 50%)
    }
    .header .navigation .header_nav li a {
        display: block;
        color: #242424 !important;
        font-size: 2.4rem;
        padding: 0;
        border-bottom: .1rem solid #ff6e00;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        height: 5rem;
        line-height: 5rem;
        max-width: 100%;
        margin: 0 auto
    }
    .header .navigation .header_nav li.drDown.visibleSub .subMenu {
        width: 100%;
        height: auto;
        opacity: 1;
        position: relative;
        visibility: visible;
        top: 100%;
        padding: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin: 1rem 0;
        background: #f5f5f5
    }
    .header .navigation .header_nav li.drDown.visibleSub .subMenu li {
        border: none
    }
    .header .navigation .header_nav li.drDown.visibleSub .subMenu li a {
        max-width: 80%
    }
    .header .navigation .header_nav li.drDown .subMenu li a {
        font-size: 1.8rem
    }
    .navigation .navigation_dropBtn {
        display: block
    }
    .hide_desctop {
        display: block !important
    }
    .hide_tablet {
        display: none !important
    }
    .navigation .header_nav li:last-child a {
        display: none
    }
    .navigation .subMenu li:last-child a {
        display: block
    }
    .action_steps .card_wrap .card {
        padding: 0 2rem
    }
    .content .h1,
    .content .title,
    .content h1 {
        font: 700 2.4rem/1 PFDinTextPro-Regular, sans-serif
    }
    .h1,
    h1 {
        font-size: 2.4rem
    }
    .content .h2,
    .content h2 {
        font: 700 2rem/1 PFDinTextPro-Regular, sans-serif
    }
    .page main {
        padding: 2rem
    }
    .header .sub_text {
        margin: 1rem auto
    }
    .navigation .subMenu {
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    footer .row .col_3 {
        margin-left: 1rem;
        width: calc(100% / 3.8 - 3rem)
    }
    .footer_bottom .row .col_4,
    .footer_bottom .row .col_8 {
        width: calc(100% / 2 - 3rem)
    }
    .reviews .bottom_text {
        padding: 4rem 0;
        margin-top: 4rem
    }
    .info_single img {
        width: 40rem !important
    }
    .desc_list {
        padding: 4rem 0
    }
    .desc_list .desc ul li {
        font-size: 2.6rem
    }
    .faqs .faq_btn_step {
        padding-top: 0
    }
    .main_top .top_form .img_block p {
        bottom: -4rem
    }
    .desc_list {
        background-attachment: unset !important
    }
    .main_top {
        background-attachment: unset !important
    }
    .header .sub_text_wrap {
        display: block;
        width: 100%
    }
    .blog_article .short_desc p {
        -webkit-line-clamp: 4
    }
    .blog article h1 {
        font-size: 3rem
    }
    .gallery .gallery_wrap {
        margin: 0 -1rem
    }
    .gallery .gallery_item {
        width: -webkit-calc(100% / 2 - 2rem);
        width: calc(100% / 2 - 2rem);
        margin: 1.5rem 1rem
    }
    .gallery .gallery_item h3 {
        font-size: 1.8rem
    }
    .gallery_inner_container .img_wrap {
        width: -webkit-calc(100% / 2 - 1rem);
        width: calc(100% / 2 - 1rem)
    }
    .gallery_inner_wrap .gallery_nav ul li a {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:920px) {
    .info_form .row .col_6 {
        width: calc(100% / 1 - 3rem)
    }
    .info_form .row .col_4 {
        width: calc(100% / 1 - 3rem)
    }
    .condition_form_small .row .col_3 {
        width: calc(100% / 1 - 3rem)
    }
    .condition_form_small .row .col_5 {
        text-align: center;
        width: calc(100% / 1 - 3rem)
    }
}

@media only screen and (max-width:860px) {
    .faqs .row .col_6 {
        width: 45%
    }
    .blog_article .short_desc p {
        -webkit-line-clamp: 3;
        margin: 0 0 2.2rem
    }
}

@media only screen and (max-width:768px) {
	.main_top .desc {margin-top: 0;}
    .breadcrumbs {
        margin-top: 4rem
    }
    .header .header_logo p {
        font-size: 3.2rem
    }
    .input {
        font-size: 1.5rem
    }
    input[type=radio]+label {
        font-size: 1.5rem
    }
    .main_top .top_form .form_block .select_box:after {
        right: 0
    }
    .main_top .top_form .row .col_8 {
        margin-right: 0
    }
    .main_top .top_contacts .items_wrap {
        display: inline-block;
        padding: 1rem 1rem 0
    }
    .main_top .top_contacts .items_wrap .item {
        width: 50%;
        max-width: 35rem;
        text-align: left;
        margin-bottom: 1rem;
        display: inline-block;
        width: 100%;
        max-width: 30rem;
        text-align: left;
        margin-bottom: 1rem;
        border-right: none
    }
    .main_top .top_contacts .items_wrap .item:after {
        display: none
    }
    .main_top {
        padding: 5rem 0 1rem
    }
    .action_steps .card_wrap .card .number .chevron {
        right: 10%
    }
    .action_steps .card_wrap .card .number .dots {
        right: -12.5rem
    }
    footer .row .col_5 {
        width: calc(100% / 3 - 3rem)
    }
    footer .row .col_4 {
        width: calc(100% / 3 - 3rem)
    }
    footer .row .col_3 {
        width: calc(100% / 3 - 3rem)
    }
    .contact_logo p {
        font-size: 3.2rem
    }
    .contact_logo img {
        margin-right: 1rem
    }
    .faqs .row .col_6 {
        width: calc(100% / 1 - 3rem)
    }
    .faqs_form .row .col_6 {
        width: calc(100% / 1 - 3rem)
    }
    .info .info_form .row .col_6 {
        width: calc(100% / 1 - 3rem)
    }
    .info .info_form .row .col_4 {
        width: calc(100% / 1 - 3rem);
        text-align: center
    }
    .contact_page .row .col_6 {
        width: calc(100% / 1 - 3rem)
    }
    .contact_page .contact_logo {
        margin-top: 4rem
    }
    .main_top .top_form .row [class*=col_] {
        width: calc(100% - 3rem)
    }
    .main_top .top_form .row .col_6.radio_col {
        width: calc(100% / 2 - 3rem)
    }
    .main_top .top_form .row .col_4 {
        text-align: center
    }
    .main_top .top_form .row .col_4 .button {
        padding: 0 5rem
    }
    .condition_form_small .col_5 {
        text-align: center
    }
    .condition_form_small .button {
        padding: 0 5rem
    }
    .input {
        font-size: 1.6rem
    }
    input[type=radio]+label {
        font-size: 1.6rem
    }
    .main_top .top_form .form_block {
        margin-bottom: 2rem
    }
    .main_top .top_form .form_block .select_box:after {
        right: 1rem
    }
    .condition_form {
        margin-bottom: 2rem
    }
    .info_list .row .col_9 {
        width: calc(100% / 2 - 3rem)
    }
    .info_list .row .col_3 {
        width: calc(100% / 2 - 3rem)
    }
    .steps-nav .nav-item .line {
        width: 12rem
    }
    .benefits .benefits_item {
        width: 45%
    }
    .header .sub_text p {
        font-size: 1.8rem
    }
    .reviews .bottom_text p {
        font-size: 2rem
    }
    .main_top .top_form .img_block p {
        bottom: 0
    }
    .form_wrap {
        margin: 0 0 2rem !important;
        width: 100% !important
    }
    .desc_list .desc ul li {
        font-size: 1.8rem;
        height: 4rem
    }
    .desc_list .desc ul li:before {
        top: .5rem;
        height: .8rem;
        width: .8rem;
        left: -2rem
    }
    .main_top .top_form .img_block {
        height: auto;
        float: none !important;
        margin: 0 !important;
        width: 100% !important
    }
    .form_wrap {
        float: none !important
    }
    .condition_form .btn_small {
        margin-bottom: 3.3rem
    }
}

@media only screen and (max-width:767px) {
    .action_steps .card_wrap p {
        font-size: 1.4rem
    }
    .action_steps .card_wrap .card {
        width: 29%;
        padding: 0
    }
    .reviews .row [class*=col_] {
        width: calc(100% - 3rem)
    }
    .reviews .row .col_4 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .reviews .row .col_8 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 1.5rem
    }
    .reviews .row .col_12 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .reviews h2 {
        text-align: center
    }
    .reviews .badge {
        margin-top: 1.5rem;
        margin-bottom: 3rem
    }
    .reviews .row .col_4 {
        border-right: none
    }
    .hide_mobile {
        display: none !important
    }
    .row.tablet .col_3,
    .row.tablet .col_4 {
        width: calc(100% - 3rem)
    }
    .dialog .icon_close {
        right: 0
    }
    section {
        padding: 3rem 0
    }
    .reviews .bottom_text p {
        font-size: 1.8rem
    }
    .row.mobile .col_1,
    .row.mobile .col_10,
    .row.mobile .col_11,
    .row.mobile .col_12,
    .row.mobile .col_2,
    .row.mobile .col_3,
    .row.mobile .col_4,
    .row.mobile .col_5,
    .row.mobile .col_6,
    .row.mobile .col_7,
    .row.mobile .col_8,
    .row.mobile .col_9 {
        width: calc(100% - 3rem)
    }
    .footer_bottom .row .col_4,
    .footer_bottom .row .col_8 {
        width: calc(100% / 1 - 3rem);
        text-align: center
    }
    .contacts_wrap .item {
        margin-bottom: 1.3rem
    }
    .contacts_wrap .item:last-child {
        margin-bottom: 2rem
    }
    .footer_list {
        margin-bottom: 2rem
    }
    footer .row .col_3 {
        margin: 0 1.5rem
    }
    .blog.page.right_sidebar main {
        width: 100%;
        float: none
    }
    .blog.page.right_sidebar aside {
        width: 100%;
        float: none;
        margin: 4rem 0 0
    }
    .blog .title_wrap h1 {
        margin: 0 0 1rem
    }
    .blog .blog_article .row .col_5,
    .blog .blog_article .row .col_7 {
        width: calc(100% / 1 - 3rem)
    }
    .blog .blog_article .img_wrap {
        margin: 0 0 2rem
    }
    .blog_article .short_desc p {
        -webkit-line-clamp: unset;
        margin: 0 0 1.5rem
    }
    .blog article h2 a {
        font-size: 2.6rem
    }
    .gallery_inner_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .gallery_inner_wrap .gallery_nav {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .gallery_inner_wrap .gallery_container {
        width: 100%;
        padding: 0 .5rem;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 0 3rem
    }
    .gallery_inner_wrap .gallery_nav ul li a {
        font-size: 1.7rem
    }
    .gallery_inner_container .img_wrap {
        padding-top: 30%
    }
}

@media only screen and (max-width:650px) {
    .gallery .gallery_item {
        width: -webkit-calc(100% / 1 - 2rem);
        width: calc(100% / 1 - 2rem);
        margin: 0 1rem 3rem
    }
    .gallery_main_desc {
        margin: 0 0 2rem
    }
}

@media only screen and (max-width:550px) {
    .breadcrumbs {
        margin-top: 2rem
    }
    .main_top .desc ul li {
        text-align: left;
        width: 100%;
        line-height: 2rem
    }
    .pagination li a {
        min-width: 3rem;
        height: 3rem;
        line-height: 2.7rem
    }
    .action_steps .card_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 2.5rem
    }
    .action_steps .card_wrap .card .number .dots {
        display: none
    }
    .action_steps .card_wrap .card .number .chevron {
        display: none
    }
    .action_steps .card_wrap .card .number {
        display: none
    }
    .action_steps .card_wrap .card {
        margin: 0 auto 3rem;
        width: 100%;
        max-width: 30rem
    }
    .action_steps .card_wrap .card:last-child {
        margin: 0 auto
    }
    .action_steps .card_wrap p {
        font-size: 1.8rem
    }
    .action_steps .card_wrap .card .dots_small {
        display: block;
        margin: 3rem auto 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .action_steps .card_wrap .card:last-child .dots_small {
        display: none
    }
    footer {
        padding: 3.5rem 0 2rem
    }
    footer .row .col_6:nth-child(1) {
        width: calc(100% - 3rem) !important
    }
    footer .row .col_3:nth-child(2) {
        width: calc(100% - 3rem) !important
    }
    footer .row .col_3:nth-child(3) {
        width: calc(100% - 3rem) !important
    }
    .contact_logo {
        display: block;
        margin: 0 auto 2rem;
        width: 100%;
        max-width: 30rem
    }
    .contact_logo img {
        margin-right: 1rem
    }
    .contact_logo p {
        font-size: 2.5rem
    }
    footer .copyright {
        text-align: center
    }
    .info_list .row .info_list_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .info_list .row .info_list_row .col_9 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .info_list .row .info_list_row .col_3 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 1.5rem
    }
    .info_list .img {
        margin: 0 auto
    }
    .info_list .row .col_9 {
        width: calc(100% / 1 - 3rem)
    }
    .info_list .row .col_3 {
        width: calc(100% / 1 - 3rem)
    }
    .steps-nav .nav-item .line {
        width: 7rem
    }
    .content .h2,
    .content h2 {
        display: block;
        text-align: center
    }
    .benefits .benefits_item {
        width: 100%;
        margin: 0 0 4rem
    }
    .header .header_logo span {
        font-size: 3rem
    }
    .reviews .bottom_text p {
        font-size: 1.6rem
    }
    .cookies_block .row .col_3,
    .cookies_block .row .col_9 {
        width: calc(100% / 1 - 3rem);
        margin: 0 1.5rem 3rem
    }
    .cookies_block .cookies_btn .button {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .content img[style*=float] {
        float: none !important;
        display: block;
        max-width: 100%;
        margin: 0 auto 2rem !important
    }
    .content img[style*=float][style*=" right"] {
        margin: 0 auto 2rem !important;
        text-align: center
    }
    .content img[style*=float][style*=" left"] {
        margin: 0 auto 2rem !important;
        text-align: center
    }
    .content p[style*=float] {
        float: none !important;
        display: block;
        max-width: 100%;
        margin: 1rem auto !important
    }
    .content p[style*=float][style*=" right"] {
        margin: 1rem auto !important;
        text-align: center
    }
    .content p[style*=float][style*=" left"] {
        margin: 1rem auto !important;
        text-align: center
    }
    .desc_list .desc {
        width: 75%
    }
}

@media only screen and (max-width:450px) {
    .content .h2,
    .content h2,
    .h2,
    h2 {
        font-size: 2.2rem
    }
    .content .h1,
    .content .title,
    .content h1 {
        font-size: 2.4rem
    }
    .content .h2,
    .content h2 {
        font-size: 2.2rem
    }
    .info .content_date {
        text-align: center
    }
    .contact_form {
        padding: 2rem 1.5rem 4rem
    }
    .step_form_wrap {
        padding: 2rem 1rem;
        margin: 0
    }
    .step_form_wrap .btn_wrap {
        margin-bottom: 0
    }
    .content .h1,
    .content .title,
    .content h1 {
        font: 700 2rem/1 PFDinTextPro-Regular, sans-serif
    }
    .h1,
    h1 {
        font-size: 2rem
    }
    .content .h2,
    .content h2 {
        font: 700 1.8rem/1 PFDinTextPro-Regular, sans-serif
    }
    .faqs .faqs_question, .inner_main .faqs_question {
        font-size: 1.8rem
    }
    .page h1 {
        margin: 0 0 2rem;
        text-align: center;
        display: block
    }
    .info h1 {
        margin-bottom: 0
    }
    .condition_form p:before {
        display: none
    }
    .condition_form p:after {
        display: none
    }
    .condition_form .btn_small {
        width: 100%
    }
    .condition_form .btn_large {
        padding: 0 2rem;
        width: 100%
    }
    .condition_form svg {
        right: -10rem;
        top: -5.8rem
    }
    .info .info_form .condition_form svg {
        right: -9rem;
        bottom: -2.9rem
    }
    .steps-nav .nav-item .line {
        display: none
    }
    .steps_wrap .steps-nav .nav-item {
        width: 100%;
        margin-bottom: 2rem
    }
    .contacts_wrap.inner {
        margin-bottom: 2rem
    }
    .contacts_links.inner h3 {
        margin-bottom: 2rem
    }
    .header .header_logo span {
        font-size: 2rem
    }
    .reviews h1 br,
    .reviews h2 br {
        display: block
    }
    .main_top .top_contacts .items_wrap .item {
        width: 100%;
        max-width: 30rem;
        text-align: left;
        margin-bottom: 1rem;
        border-right: none
    }
    .reviews .bottom_text p {
        font-size: 1.8rem
    }
    .form_text_mobile br {
        display: block
    }
    .header.fixed .header_logo img {
        width: 7.5rem
    }
    .header .header_logo img {
        width: 7.5rem
    }
    .header .sub_text p {
        font-size: 1.4rem
    }
    .header.fixed .script_wrap,
    .header.fixed .sub_text {
        display: none
    }
    .reviews .bottom_text {
        padding: 2rem 0;
        margin-top: 2.5rem
    }
    .reviews .bottom_text p {
        font-size: 1.6rem
    }
    .footer_list {
        width: 100%;
        margin-right: 0
    }
    .contact_logo p {
        font-size: 2rem
    }
    .desc_list .desc {
        width: 85%
    }
    .desc_list .desc ul li {
        font-size: 1.6rem
    }
    .btn_mob {
        text-align: center
    }
    .benefits .benefits_item h3 {
        overflow: visible
    }
    input[type=radio]:checked+label:after {
        top: -.4rem;
        left: 0;
        font-size: 1.4rem
    }
    .main_top {
        padding: 5rem 0 1rem
    }
    .article_nav_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .article_nav_block .article_nav_item {
        width: 100%
    }
    .article_nav_block .article_nav_item.article_prev {
        margin: 0 0 2rem
    }
}

@media only screen and (max-width:375px) {
    .main_top .top_form .row .col_6.radio_col {
        width: calc(100% / 1 - 3rem)
    }
    .header .header_logo .sub_text {
        font-size: 1.3rem
    }
}

@media only screen and (max-width:370px) {
    .main_top .top_contacts .items_wrap .item {
        font-size: 1.5rem
    }
    .step_form_wrap {
        padding: 2rem 1rem
    }
    .pagination li a {
        min-width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem
    }
    .step_form_wrap .btn_wrap svg {
        top: -7.5rem;
        right: -10rem
    }
    .contacts_wrap .item {
        font-size: 1.4rem
    }
    .contact_logo p {
        font-size: 2.1rem
    }
    .contact_logo img {
        margin-right: .5rem
    }
    .g-recaptcha {
        -webkit-transform: scale(.73);
        -ms-transform: scale(.73);
        transform: scale(.73);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .header .header_col_1 {
        width: 85%
    }
    .header .header_logo span {
        font-size: 1.7rem
    }
    .contact_form .button {
        margin: 0 auto
    }
    .header .header_logo .sub_text {
        font-size: 1rem
    }
    .header .header_logo img {
        margin-right: .1rem
    }
    .condition_form .btn_large {
        padding: 0 1.5rem
    }
    .condition_full_form .badge_form_mob {
        margin: 0 .5rem 3.3rem 0
    }
    .main_top .top_form .row .col_4 .button {
        padding: 0 3rem
    }
}