
h1, .h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: normal;
    position: relative;
    color: #30353c;
    line-height: 40px;
}

h2, .h2 {
    font-size: 30px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-weight: 600;
    position: relative;
    color: #000;
    line-height: 40px;
}

h3, .h3 {
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 400;
    position: relative;
    color: #000;
    line-height: 30px;
}

h4, .h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    position: relative;
    color: #30353c;
    line-height: 40px;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

strong, .strong {
    font-weight: bold;
}

em, i, .italic {
    font-style: italic;
}

u, .underline {
    text-decoration: underline;
}

*::-moz-selection {
    background: #5ac441;
    color: #ffffff;
}

*::selection {
    background: #5ac441;
    color: #ffffff;
}

*::-moz-selection {
    background: #5ac441;
    color: #ffffff;
}

img {
    max-width: 100%;
    border: 0;
    outline: none;
}

:focus {
    outline: none;
}

a[rel='tofancy'] > img {
    cursor: inherit !important;
}

.clear {
    clear: both;
}


a {
    color: #48a932;
    border: 0;
    outline: none;
}

a:hover {
    color: #4fda2f;
}

a:active {
    color: #0474cc;
}

:focus {
    outline: none;
}


#blockscreen {
    position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.47);
}

#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

#preloader:before {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #adb829;
    border-top: 1px solid transparent;
    -webkit-animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -ms-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border-radius: 100%;
}

#preloader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    opacity: 0.9;
    background: url(/public/img/logo-small.png) no-repeat center center;
    background-size: contain;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#blockscreen.visible {
    display: block;
}

#preloader.visible {
    display: block;
}

#tooltip {
    font: 1em verdana;
    position: absolute;
    z-index: 99999;
    width: 200px;
    padding: 0 15px;
    opacity: 0.9;
    color: #fff;
    border: 1px solid #9e9e9e;
    background-color: #373838;
    box-shadow: 3px 4px 6px #000;
}

#infotips {
    position: fixed;
    z-index: 9999;
    bottom: -30px;
    width: 100%;
    height: 0;
}

#infotips .infotip {
    font-size: 14px;
    line-height: 23px;
    position: relative;
    z-index: 9999;
    margin: 0 auto 0 auto;
    margin-bottom: 3px;
    padding: 2px 30px;
    cursor: default;
    text-align: center;
    opacity: 0;
    color: #fff;
    border: 1px solid #353535;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 2px;
    background: #252525;
    box-shadow: 0 0 20px 1px #000;
}

#infotips .infotip[data-visible='visible'] {
    top: 0;
    left: auto;
    margin-top: -70px;
    opacity: 1;
    -webkit-transition: 320ms ease-out;
    -moz-transition: 320ms ease-out;
    -ms-transition: 320ms ease-out;
    -o-transition: 320ms ease-out;
    transition: 320ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

img.broken {
    line-height: 50px;
    text-align: center;
    color: #d8d8d8;
    background-image: url('/img/brokenimage.png');
    background-repeat: no-repeat;
    background-position: center;
}

form .field {
    position: relative;
    margin: 6px 0 16px 0;
}

form .field.consent {
    text-align: left;
}

form .field label > span > i {
    font-style: normal;
    color: #f00;
}

[data-type='validator-error'] {
    font-size: 12px;
    position: absolute;
    z-index: 10;
    margin-top: -4px;
    color: #c83535;
}

select {
    opacity: 0;
}

select:hover {
    cursor: pointer;
}

select:focus {
    outline: none;
}

.select-box {
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    color: #1b1b1b;
    border: 1px solid #a8a8a8;
    border-top-color: #cac9c9;
    border-bottom-color: #4d4d4d;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 -10px 18px -10px #c2bebe;
}

.select-box select {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 30px 5px 8px;
    border: none;
    background: rgba(255, 36, 36, 0);
    background-image: none;
    box-shadow: none;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select-box select[disabled] {
    cursor: default;
    background-color: #e8e8e8;
}

.select-box.multiple select {
    height: 146px;
}

.select-box:after {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    padding: 2px 8px;
    content: '\f078';
    color: #000;
}

.select-box select:focus {
    outline: none;
}

.select-box.multiple:after {
    display: none;
}

.select-box.disabled:before {
    color: #c7c7c7;
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
    position: absolute;
    opacity: 0;
}

[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #f8f8f8;
}

[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 2px;
    content: '\f00c';
    color: #FFF;
    transition: all 0.2s;
}

[type='checkbox']:indeterminate + label:after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 3px;
    content: '\f068';
    opacity: 1 !important;
    color: #737373;
    transition: all 0.2s;
    transform: scale(1) !important;
}

[type='checkbox']:checked + label:before {
    background: #4BB933;
}

[type='checkbox']:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type='checkbox']:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd;
    box-shadow: none;
}

[type='checkbox']:disabled:checked + label:after {
    color: #999;
}

[type='checkbox']:disabled + label {
    color: #aaa;
}

[type='checkbox']:checked:focus + label:before,
[type='checkbox']:not(:checked):focus + label:before {
    border: 1px dotted #0061ff;
}

[type='radio']:not(:checked),
[type='radio']:checked {
    position: absolute;
    opacity: 0;
}

[type='radio']:not(:checked) + label,
[type='radio']:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

[type='radio']:not(:checked) + label:before,
[type='radio']:checked + label:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid rgba(170, 170, 170, 0.47);
    border-radius: 100%;
    background: #f8f8f8;
}

[type='radio']:not(:checked) + label:after,
[type='radio']:checked + label:after {
    font-family: FontAwesome;
    font-size: 9px;
    position: absolute;
    top: 4px;
    left: 4px;
    content: '\f111';
    color: #e65100;
    transition: all 0.2s;
}

[type='radio']:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type='radio']:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type='radio']:disabled:not(:checked) + label:before,
[type='radio']:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd;
    box-shadow: none;
}

[type='radio']:disabled:checked + label:after {
    color: #999;
}

[type='radio']:disabled + label {
    color: #aaa;
}

img {
    border: 0;
    outline: none;
}


input[type='submit'],
input[type='reset'],
button,
a.button,
button.blue,
a.button.blue {
    padding: 12px 26px;
    text-align: center;
    background: #4bb933;
    border-radius: 8px;
    color: #fff;
    transition: all 240ms ease-out;
    cursor: pointer;
    font-size: 14px;
    border: none;
    display: inline-block;
    text-decoration: none;
}

input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
a.button:hover,
button.blue:hover,
a.button.blue:hover {
    background: #ffb619;
}

input[type='submit']:active,
input[type='reset']:active,
button:active,
a.button:active,
button.blue:active,
a.button.blue:active {
    background: #efa811;
}

input[type='submit'][disabled],
input[type='reset'][disabled],
button[disabled],
a.button[disabled],
button[disabled]:hover,
a.button[disabled]:hover,
button[disabled]:active,
a.button[disabled]:active button[disabled]:visited,
a.button[disabled]:visited {
    cursor: default;
    opacity: 0.7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
}

input[type='submit'][disabled] > span.btn-icon,
input[type='reset'][disabled] > span.btn-icon,
button[disabled] > span.btn-icon {
    opacity: 0.3;
}

input[type='text'],
input[type='password'],
textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
    padding: 6px 4px;
    resize: none;
    color: #1d1d1d;
    border: 1px solid #cacaca;
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    border-radius: 1px;
    background: #fafafa;
    box-shadow: inset 1px 3px 1px -1px rgba(216, 216, 216, 0.49);
}

input[type='text'].validate-error,
input[type='password'].validate-error,
textarea.validate-error {
    border: 1px solid rgb(189, 72, 72);
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
    border: 1px solid #4c9efa;
}

.form-error-message {
    font-size: 15px;
    position: absolute;
    z-index: 999999;
    visibility: hidden;
    height: 15px;
    margin-top: -30px;
    padding: 10px 20px;
    white-space: nowrap;
    opacity: 0;
    color: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border-radius: 6px;
    background: #6d1b1b;
    box-shadow: 3px -5px 7px 0 rgba(0, 0, 0, 0.5);
    text-shadow: none;
}

.form-error-message.error-message-show {
    visibility: visible;
    margin-top: -36px;
    opacity: 0.9;
}

.form-error-message:after {
    position: absolute;
    top: 26px;
    left: 14px;
    width: 0;
    height: 0;
    margin-top: 6px;
    content: '';
    opacity: 0.9;
    border-width: 10px;
    border-style: solid;
    border-color: #6f0000 transparent transparent transparent;
}

.disable-hover {
    pointer-events: none;
}


button[data-icon],
a.button[data-icon] {
    position: relative;
    padding-left: 45px;
}

button[data-icon="icon-none"],
a.button[data-icon="icon-none"] {
    position: relative;
    padding-left: 26px;
}


button[data-icon]:before,
a.button[data-icon]:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    margin-left: -25px;
    font-weight: normal;
    font-family: 'FontAwesome';
    font-size: 20px;
}


button[data-icon="icon-phone"]:before,
a.button[data-icon="icon-phone"]:before {
    content: '\f095';
}

button[data-icon="icon-chevron-right"]:before,
a.button[data-icon="icon-chevron-right"]:before {
    content: '\f054';
}

button[data-icon="icon-chevron-down"]:before,
a.button[data-icon="icon-chevron-down"]:before {
    content: '\f078';
}

button[data-icon="icon-double-angle-right"]:before,
a.button[data-icon="icon-double-angle-right"]:before {
    content: '\f101';
}

button[data-icon="icon-hand-right"]:before,
a.button[data-icon="icon-hand-right"]:before {
    content: '\f0a4';
}

.main-slider__btns {
    position: absolute;
    bottom: 10px;
    left: 56%;
}

.main-slider__btns-request {
    padding: 12px 32px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: #ffb619;
}

.main-slider__btns-request:hover {
    color: #fff;
    opacity: .9;
}

.main-slider__btns-request:last-child:not(:first-child) {
    margin-left: 26px;
}

.main-slider__btns-request:first-child {
    background: #5AC441;
}

@media (max-width: 1399px) {
    .main-slider__btns {
        left: 55%;
    }
}