﻿@charset "UTF-8";

/*#region *********** CSS RESET **********/

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button:active,
button:focus {
    outline: 0 none
}

html {
    height: 100%
}

body {
    height: 100%;
    background: #f5f5f5;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

a {
    color: #2d2f43;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    color: #ff5722;
}

    a:active {
        background-color: transparent
    }

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    outline: 0 none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

b {
    font-weight: 500
}

h1 {
    font-size: 24px;
    margin-bottom: 25px
}

p {
    margin-bottom: 10px
}

p {
    margin: 0 0 20px;
    line-height: 22px;
    font-size: 14px;
}

hr {
    position: relative;
    display: block;
    overflow: visible;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #eeeded;
}

blockquote {
    background: #f9f9f9;
    border-left: 2px #e7512f solid;
}

blockquote {
    margin: 0;
    padding: 15px;
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder {
    color: #9a9a9a
}

input::-moz-placeholder {
    color: #9a9a9a
}

input:-ms-input-placeholder {
    color: #9a9a9a
}

input.placeholder {
    color: #9a9a9a
}

table {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-spacing: 0;
    border-collapse: collapse
}

tfoot {
    background: #e9e9e9
}

th {
    background: #f5f5f5;
    border-bottom: 2px solid #777
}

caption,
td {
    border-bottom: 1px solid #e2e2e2
}

tr.even td {
    background: #f9f9f9
}

caption,
td,
th {
    padding: 10px
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
    display: table;
    content: " "
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes slide-out {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes swing {
    15% {
        transform: translateX(2px)
    }

    30% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(1px)
    }

    65% {
        transform: translateX(-1px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes swing {
    15% {
        transform: translateX(2px)
    }

    30% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(1px)
    }

    65% {
        transform: translateX(-1px)
    }

    100% {
        transform: translateX(0)
    }
}

/*#endregion*/

/*#region *********** FONTS ***********/

@font-face {
    font-family: icons-kabanchik;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.svg#icons-kabanchik) format("svg");
    font-weight: 400;
    font-style: normal
}

/*roboto*/

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*#endregion*/

/*#region *********** UTILS **********/

.marginRight {
    margin-right: 10px
}

.marginLeft {
    margin-left: 10px
}

.marginBottom {
    margin-bottom: 20px
}

.autoMargin {
    float: none !important;
    margin: auto
}

.right {
    float: right !important
}

.left {
    float: left
}

.hidden {
    display: none
}

.visible {
    display: block
}

.underline {
    text-decoration: underline
}

.strong {
    font-weight: 500 !important
}


.sectionWrapper {
    padding: 22px 0
}

.icon-middle {
    display: table;
    margin: auto auto 20px;
    padding: 1px 15px;
    font-size: 35px
}

#scrollToTop {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 25px;
    background-color: #e7512f;
    color: #fff;
    z-index: 55;
    overflow: auto;
    padding: 12px 14px 14px;
    font-size: 18px;
    line-height: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 400;
    font-size: 22px;
    color: #ff5722
}

.block-head:after,
.block-head:before {
    position: absolute;
    display: inline-block;
    content: "";
    display: none
}

.block-head:before {
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px
}

.block-head:after {
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px
}

.block-head.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-right: 30px;
    padding-left: 30px
}

.block-head.center:before {
    left: 50%;
    margin-left: -17.5px
}

.block-head.center:after {
    left: 50%;
    margin-left: -40px
}

.pager {
    margin: 15px
}

.pager ul {
    display: table;
    margin: auto
}

.pager ul li {
    display: inline-block;
    background: none;
    margin: 0 3px;
    width: 40px;
    border-radius: 3px;
    text-align: center
}

.pager ul li:not(.active):hover {
    background-color: #e8e8e8 !important
}

.pager ul li:not(.active):hover a {
    color: #434343
}

.pager ul li a,
.pager ul li span {
    display: block;
    padding: 0;
    line-height: 40px;
    color: #434343;
}

.pager ul li.active span {
    color: #fff
}

.pager ul li.active {
    background-color: #e7512f;
    color: #fff
}

.accordion li.active h3 u,
.accordion li.active h3 a {
    color: #e7512f;
    border-color: #e7512f;
}

.accordion li > h3 a,
.accordion li > h3 u {
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #a8a8a8;
    float: left
}

.accordion li > h3 {
    overflow: hidden;
    margin: 0 0 15px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.accordion li > h3 a {
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
    display: block;
    width: 90%;
    text-transform: uppercase;
    font-size: 12px
}

.accordion li > h3 i.fa {
    margin-right: 7px
}

.accordion li > h3 u {
    display: inline-block;
    margin: 0 5px 0 10px;
    padding: 10px 10px 8px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.post-image a .mask,
.team-img {
    -moz-transition: all .3s ease-in-out
}

.accordion li > h3 u:before {
    display: block;
    content: "\F067";
    font-family: FontAwesome
}

.accordion li.active > h3 u:before {
    content: "\F068";
    font-family: FontAwesome
}

.accordion li > h3 a span {
    display: block
}

.accordion-panel {
    margin: 15px 40px;
    padding: 0 15px;
    border-left: 3px solid #d4d4d4
}

.accordion-horizontal > li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1px;
    width: 50px;
    height: 240px
}

.accordion-horizontal > li.active {
    width: 80%
}

.accordion-horizontal > li h3 span {
    display: block;
    margin-top: 130px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-horizontal > li > h3 a,
.img-over.full-hover {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0)
}

.accordion-horizontal > li > h3 {
    position: absolute;
    left: 0;
    float: left;
    width: 40px;
    height: 100%
}

.accordion-horizontal > li > h3 a {
    display: table-cell;
    width: 40px;
    height: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-horizontal .accordion-panel {
    margin: 0 0 0 40px;
    border: 0
}

.my-img .my-details,
.my-img img {
    border-radius: 5px;
    position: relative
}

.accordion-horizontal > li > h3:before {
    display: none
}

.tabs {
    display: inline-block;
    width: 100%
}

.tabs > ul {
    margin-left: 5px
}

.tabs > ul:after {
    display: block;
    clear: both;
    content: ""
}

.tabs > ul li {
    float: left;
    margin: 0 0 0 2px;
    background: #efefef;
    color: #6c6c6c
}

.tabs > ul li a {
    color: #6c6c6c;
    text-transform: uppercase;
    display: block;
    padding: 6px 15px
}

.tabs > ul li a i {
    margin-right: 8px;
    color: #333
}

.tabs > ul li.active a,
.tabs > ul li:hover a {
    color: #fff
}

.tabs-pane {
    padding: 15px;
    border-top: 2px #e7512f solid;
}

.tabs-vertical > ul {
    float: left;
    width: 30%
}

.tabs-vertical > ul li {
    display: block;
    float: none;
    margin: 0 0 7px
}

.tabs > ul li.active a,
.tabs > ul li:hover a {
    color: #fff;
}

.tabs > ul li:hover, 
.tabs > ul li.active {
    background: #e7512f;
}

.tabs > ul li a i {
    margin-right: 8px;
    color: #333;
}

.tabs-vertical .tabs-pane {
    float: left;
    margin-left: 25px;
    padding: 0;
    width: 63%;
    border-top: 0;
    border-bottom: 1px solid #e4e4e4
}

.accordion li > h3 a,
.accordion li > h3 u {
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #a8a8a8;
    float: left
}

.tabs-vertical .tabs-pane .tab-panel {
    position: relative;
    padding: 0 15px 15px
}

.tabs-vertical .tabs-pane .tab-panel:before {
    position: absolute;
    top: 20%;
    left: 0;
    display: inline-block;
    width: 2px;
    height: 60%;
    content: ""
}

.tab-img-holder {
    margin-right: 15px;
    width: 30%
}


.list li {
    padding: 0 0 10px 10px;
}

    .list li:before {
        position: relative;
        top: 2px;
        display: inline-block;
        margin-right: 10px;
        font-family: FontAwesome;
        color: #e7512f;
    }

.list-crosshairs li:before {
    content: "\F05B"
}

.list-ok li:before {
    content: "\F00C"
}

.list-bell li:before {
    content: "\F0F3"
}

.list-bookmark li:before {
    content: "\F02E"
}

.inline-items {
    margin: -10px 0 0 -20px
}

.inline-items-item {
    display: inline-block;
    margin: 10px 0 0 20px;
    vertical-align: middle
}

.inline-items-item_color_lightgrey {
    color: #b8b8b8
}

.inline-items_spacing_5 {
    margin-left: -5px
}

.inline-items_spacing_5 .inline-items-item {
    margin-left: 5px
}

.inline-items_spacing_10 {
    margin-left: -10px
}

.inline-items_spacing_10 .inline-items-item {
    margin-left: 10px
}

.inline-items_spacing_30 {
    margin-left: -30px
}

.inline-items_spacing_30 .inline-items-item {
    margin-left: 30px
}

.inline-items_mt_0 {
    margin-top: 0
}

.inline-items_type_mt-10 {
    margin-top: 10px
}

.inline-items_type_mt-20 {
    margin-top: 20px
}

.inline-items_type_vertical-top .inline-items-item {
    vertical-align: top
}

.option-list {
    display: flex;
    display: flex;
    height: 30px;
    align-items: center;
}

    .option-list .option-list-item + .option-list-item {
        margin-left: 15px
    }

/*#endregion */

/*#region *********** ADMIN **********/
.admin-header-links {
    background-color: #3d3f45;
    text-align: center;
    color: #ddd;
}

    .admin-header-links * {
        display: inline-block !important;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        color: #fff !important;
        text-transform: none;
    }

.admin-header-links .impersonate {
    display: inline-block;
}

.admin-header-links .impersonate a {
    background-color: #555;
    padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
    background-color: #666;
}

/*#endregion*/

/*#region ********** HEADER **********/

.top-bar {
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase
}

    .top-bar.main-bg {
        border-bottom: 0
    }

    .top-bar a,
    .top-bar span {
        display: block;
        padding: 0 10px 0 0;
        color: #a2a2a2;
        line-height: 39px
    }

    .top-bar.main-bg a,
    .top-bar.main-bg li i,
    .top-bar.main-bg span {
        color: #fff
    }

    .top-bar.main-bg li {
        border-left-color: #a0a0a0
    }

    .top-bar a:hover {
        text-decoration: underline
    }

.accordion li > h3 u,
.top-nav li li.current > a,
.top-nav li li.selected > a,
.top-nav li li a:hover {
    text-decoration: none
}

.top-bar li {
    float: left;
    border-left: 1px solid #e9e9e9
}

    .top-bar li:first-child {
        border-left: 0
    }

    .top-bar li i {
        margin: 0 8px;
        font-size: 13px
    }

    .top-bar li a,
    .top-bar li a span {
        display: inline-block;
        vertical-align: baseline
    }

    .top-bar li:first-child i {
        margin: 0 8px 0 0
    }

.top-bar ul.social-list li a:hover {
    background: #333
}

header.top-head {
    position: relative;
    min-height: 60px;
    background: #fff;
    /*border-bottom: 9px solid #f4f4f4;*/
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 6%)
}

header.top-head .logo a, .foot-logo {
    background: transparent url(../images/logo.png) no-repeat;
    background-size: contain;
}

.lg-backdrop.in {
    opacity: .5 !important
}

.fixedHead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0 !important
}

header.top-head .logo {
    margin-top: 10px
}

    header.top-head .logo a {
        display: table;
        width: 175px;
        height: 47px;
        margin: auto
    }

    header.top-head .logo.center a {
        margin: auto
    }

.top-nav ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .top-nav > ul > li {
        position: relative;
        float: left;
        margin: 0;
        height: 60px;
        overflow: hidden\9
    }

        .top-nav > ul > li:hover {
            overflow: visible\9
        }

        .top-nav > ul > li.current > a i,
        .top-nav > ul > li.selected > a i,
        .top-nav > ul > li > a:hover i {
            margin-top: 5px
        }

        .top-nav > ul > li > a {
            display: block;
            padding: 0 9px;
            font-size: 13px;
            font-weight: 500;
            color: #2b2b2b;
            line-height: 60px;
            text-align: center;
            text-transform: uppercase;
            overflow: hidden
        }

    .top-nav > ul li a span {
        display: inline-block;
        margin-left: 5px
    }

    .top-nav > ul li a i {
        color: #ff5722;
        font-size: 16px
    }

    .top-nav > ul li.current a i,
    .top-nav > ul li.selected a i,
    .top-nav > ul li a.active i,
    .top-nav > ul li a:hover i {
        color: #2b2b2b
    }

.head-style2 .top-nav > ul > li,
.head-style3 .top-nav > ul > li,
.nav-2,
.nav-3 {
    border: 0 !important
}

.top-nav > ul li ul {
    position: absolute;
    top: 60px;
    /*z-index: -1;*/
    min-width: 180px;
    left: -5px
}

.top-nav > ul > li > ul > li {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 35px;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    transition: opacity .5s, -webkit-transform .4s;
    transition: opacity .5s, transform .4s;
    transition: opacity .5s, transform .4s, -webkit-transform .4s;
    -moz-transition: opacity .5s, -moz-transform .4s;
    -ms-transition: opacity .5s, -ms-transform .4s;
    -o-transition: opacity .5s, -o-transform .4s;
    -webkit-transition: opacity .5s, -webkit-transform .4s
}

.top-nav > ul > li:hover > ul {
    z-index: 0;
    height: auto
}

    .top-nav > ul > li:hover > ul > li {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

.top-nav li li a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 40px
}

.top-nav li li.hasChildren:after {
    position: absolute;
    top: 2px;
    right: 10px;
    display: inline-block;
    color: #fff;
    content: "\F105";
    font-family: FontAwesome
}

.top-nav li li li {
    opacity: 0;
    transition: opacity .4s, -webkit-transform .5s;
    transition: opacity .4s, transform .5s;
    transition: opacity .4s, transform .5s, -webkit-transform .5s;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    transform: rotateX(90deg)
}

.top-nav li li > ul {
    height: 0;
    left: 100%;
    top: 0
}

.top-nav li li:hover > ul {
    height: auto
}

.top-nav > ul.def-effect li:hover > ul {
    height: auto;
    max-height: none;
    opacity: 1;
    visibility: visible;
}

.menuBtn {
    color: #fff;
}

.responsive-nav, .menuBtn {
    background-color: #e7512f;
}

.nav-2 .top-nav > ul > li,
.nav-2 .top-nav > ul > li > a,
.nav-3 .top-nav > ul > li > a {
    height: 92px
}

.top-nav li li:hover > ul > li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.head-style2 .top-nav > ul > li:after,
.head-style3 .top-nav > ul > li:after,
.nav-2 .top-nav > ul > li:after,
.nav-3 .top-nav > ul > li:after {
    display: none
}

.nav-2 .top-nav > ul > li,
.nav-3 .top-nav > ul > li {
    border-left: 0;
    margin: 0 1px
}

    .nav-2 .top-nav > ul > li > a span {
        line-height: 94px
    }

    .nav-2 .top-nav > ul > li > a i {
        left: 50%;
        margin-left: -16px;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        color: #b8b8b8;
        text-align: center;
        font-size: 16px;
        line-height: 31px
    }

        .nav-2 .top-nav > ul > li > a i,
        .nav-2 .top-nav > ul > li > a i:after {
            position: absolute;
            background: #eee;
            -webkit-transition: all .2s ease 0s;
            transition: all .2s ease 0s
        }

            .nav-2 .top-nav > ul > li > a i:after {
                top: -25px;
                left: 47%;
                display: inline-block !important;
                width: 1px;
                height: 25px;
                content: ""
            }

    .nav-2 .top-nav > ul > li.current > a i:after,
    .nav-2 .top-nav > ul > li.selected > a i:after,
    .nav-3 .top-nav > ul > li > a i:after {
        display: none
    }

    .nav-3 .top-nav > ul > li.selected > a,
    .nav-3 .top-nav > ul > li > a:hover,
    .nav-3 .top-nav > ul > li > a i {
        background: 0 0
    }

    .nav-2 .top-nav > ul > li.current > a i:after,
    .nav-2 .top-nav > ul > li.selected > a i:after,
    .nav-2 .top-nav > ul > li > a:hover i:after {
        top: -29px;
        height: 30px
    }

    .nav-2 .top-nav > ul > li > ul,
    .nav-3 .top-nav > ul > li > ul {
        top: 92px;
        left: 0 !important
    }

header.top-head.nav-2 .logo,
header.top-head.nav-3 .logo {
    margin-top: 25px
}

.nav-3 .top-nav > ul > li {
    padding-top: 3px
}

    .nav-3 .top-nav > ul > li > a {
        border-top: 2px solid transparent
    }

        .nav-3 .top-nav > ul > li.current > a,
        .nav-3 .top-nav > ul > li > a:hover {
            border-top-width: 2px;
            border-top-style: solid;
            background: 0 0
        }

            .nav-3 .top-nav > ul > li.current > a i,
            .nav-3 .top-nav > ul > li.selected > a i,
            .nav-3 .top-nav > ul > li > a:hover i {
                margin-top: 0
            }

    .nav-3 .top-nav > ul > li.hasChildren > a:after {
        position: absolute;
        bottom: -9px;
        left: 36%;
        z-index: 5;
        display: none;
        width: 0;
        height: 0;
        border-width: 0 10px 8px;
        border-style: solid;
        content: "";
        -webkit-transition: all .6s ease 0s;
        transition: all .6s ease 0s
    }

.nav-3 .top-nav > ul > li.selected:hover > a:after,
.nav-3 .top-nav > ul > li > a:hover:after {
    display: block
}

.nav-4 .top-nav > ul li a span {
    display: inline-block;
    margin: 0 5px
}

.nav-4 .top-nav > ul > li:after,
.sticky .bg-head2,
.sticky.top-head-4 .gray-nav:after,
.sticky.top-head-4 .gray-nav:before,
.sticky .top-nav > ul > li:after,
.sticky .top-nav > ul > li > a i {
    display: none
}

.nav-4 .top-nav > ul > li {
    border-left: 1px solid #eee;
    height: 50px;
    overflow: hidden\9
}

    .nav-4 .top-nav > ul > li > a {
        height: 50px;
        line-height: 50px;
        padding-top: 0
    }

.nav-4 .top-search a {
    margin-top: 0;
    height: 50px;
    border-radius: 0;
    line-height: 50px
}

.nav-4 .top-nav > ul > li > ul {
    top: 50px;
    left: 0
}

.nav-4 .top-nav > ul li a i {
    padding: 5px 4px;
    vertical-align: baseline;
    border-radius: 50%;
    width: 25px;
    height: 24px;
    background: 0 0 !important
}

.nav-4 .top-nav > ul > li.selected > a i,
.nav-4 .top-nav > ul li a:hover i {
    background: #a62507;
    color: #fff
}

header.top-head-4 {
    min-height: 70px;
    border-bottom: none
}

    header.top-head-4 .logo {
        text-align: center;
        padding-bottom: 20px
    }

.nav-4 .search-box {
    top: 49px
}

.top-head-4 .gray-nav {
    background: #f7f7f7;
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    position: relative;
    height: 52px
}

    .top-head-4 .gray-nav:after,
    .top-head-4 .gray-nav:before {
        position: absolute;
        content: "";
        bottom: 8px;
        left: 23px;
        width: 38%;
        top: 80%;
        -webkit-box-shadow: 0 6px 8px #000;
        box-shadow: 0 6px 8px #000;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        z-index: -1
    }

    .top-head-4 .gray-nav:after {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
        right: 23px;
        left: auto
    }

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    z-index: 99999;
    min-height: inherit !important;
    border-bottom: 0 !important
}

    .sticky.top-head-4 .gray-nav {
        background: 0 0;
        border: 0;
        margin-bottom: 0
    }

    .sticky .top-nav > ul > li > a:hover {
        background: 0 0 !important
    }

    .sticky .top-search a {
        margin-top: 5px;
        border-radius: 0 !important;
        height: 45px;
        line-height: 45px;
        text-align: center;
        padding: 0 !important
    }

        .sticky .top-search a span {
            font-size: 14px
        }

    .sticky .search-box {
        top: 60px
    }

    .sticky .top-nav > ul > li,
    .sticky .top-nav > ul > li > a {
        height: 60px !important;
        padding-top: 0
    }

        .sticky .top-nav > ul > li.selected > a {
            background: 0 0 !important;
            color: #777 !important
        }

        .sticky .top-nav > ul > li > a {
            color: #777 !important;
            padding-top: 0 !important;
            border-top: 0 !important;
            background: 0 0;
            line-height: 60px
        }

            .sticky .top-nav > ul > li > a span {
                margin-top: 0;
                line-height: 60px
            }

        .sticky .top-nav > ul > li > ul {
            top: 60px !important;
            left: 0 !important
        }

            .sticky .top-nav > ul > li > ul:after {
                top: -8px;
                bottom: auto !important;
                border-width: 0 10px 8px !important
            }

            .sticky .top-nav > ul > li > ul ul {
                bottom: auto !important;
                top: 0 !important
            }

    .sticky .logo {
        margin-top: 5px !important
    }

    .sticky .top-nav > ul > li.hasChildren > a:after {
        display: none !important
    }

    .head-style2 .sticky .head2-lft-links,
    .head-style2 .sticky .right-bar,
    .head-style3 .sticky .logo,
    .sticky.top-head-4 .logo,
    .top-head-4.sticky .banner,
    .top-head-4.sticky .nav-4:after,
    .top-head-4.sticky .nav-4:before {
        display: none
    }

    .sticky .div-mega {
        top: 60px !important
    }

.head-style2 .sticky .logo {
    padding: 0 !important
}

.head-style2 .sticky .top-menu {
    margin-top: 0 !important
}

.head-style2 .sticky .top-nav > ul > li > a,
.head-style2 .sticky .top-nav > ul > li > a span {
    line-height: 58px !important;
    height: 58px !important
}

.head-style2 .sticky .top-nav > ul > li > ul {
    top: 58px !important
}

.head-style2 .sticky .mega-menu .mega-2 .div-mega {
    top: 57px
}

.head-style2 .sticky .top-search a {
    margin-top: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px
}

    .head-style2 .sticky .top-search a,
    .head-style2 .sticky .top-search a span {
        -webkit-transform: skew(0, 0);
        transform: skew(0, 0)
    }

.head-style3 .sticky.top-head {
    margin-top: 0
}

.head-style3 .sticky .mega-menu .mega-2 .div-mega {
    top: 50px
}

.head-style3 .sticky .top-search {
    margin-left: 15px
}

.top-head-4.sticky .nav-4 {
    background: 0 0;
    border: 0;
    margin-bottom: 0
}

.mega-menu {
    position: relative
}

    .mega-menu .div-mega {
        position: absolute;
        top: 92px;
        left: 0;
        z-index: 99;
        display: none;
        padding-top: 2%;
        -webkit-box-shadow: inset 0 10px 11px -5px rgba(0, 0, 0, .3);
        box-shadow: inset 0 10px 11px -5px rgba(0, 0, 0, .3)
    }

    .mega-menu > li > a {
        display: block;
        position: relative
    }

.div-mega-section {
    float: left;
    margin: 0 2% 2%
}

.mega-menu div.div-mega ul {
    visibility: visible;
    position: static;
    max-height: 100%;
    height: 100%;
    width: 100%
}

    .mega-menu div.div-mega ul li {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

        .mega-menu div.div-mega ul li a {
            padding: 8px 5px;
            line-height: normal;
            overflow: inherit;
            text-overflow: clip;
            white-space: normal
        }

.call_drop_btn {
    display: none
}


.top-nav > ul li ul {
    height: auto;
    max-height: none;
    display: none
}

.top-nav > ul > li > ul > li {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.top-nav ul li li li {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.top-nav ul li li > ul {
    height: auto
}

.top-nav > ul.def-effect li ul {
    height: 0;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

.top-nav > ul.def-effect > li > ul > li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.top-nav > ul.def-effect > li:hover > ul {
    z-index: 0;
    height: auto;
    max-height: none
}

.top-nav > ul.def-effect li:hover > ul {
    height: auto;
    max-height: none;
    opacity: 1;
    visibility: visible
}

.top-nav > ul.def-effect > li:hover > ul > li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.top-nav ul.def-effect li li li {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.top-nav ul.def-effect li li > ul {
    height: 0
}

.top-nav ul.def-effect li li:hover > ul {
    height: auto
}

    .top-nav ul.def-effect li li:hover > ul > li {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

.top-nav.mega-menu ul div.div-mega ul {
    height: 100%;
    max-height: none;
    display: block;
    opacity: 1;
    visibility: visible
}

.top-nav > ul li a span {
    position: relative
}

    .top-nav > ul li a span .menu-hint {
        position: absolute;
        top: -12px;
        right: -12px;
        left: auto
    }

.nav-2 .top-nav > ul > li > a span .menu-hint {
    top: 26px
}

.menu-hint {
    font-size: 9px;
    position: relative;
    top: -5px;
    left: 3px;
    padding: 1px 4px;
    background: #777;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
    color: #fff
}

    .menu-hint.success {
        background-color: #5cb85c
    }

        .menu-hint.success:hover {
            background-color: #449d44
        }

    .menu-hint.info {
        background-color: #5bc0de
    }

        .menu-hint.info:hover {
            background-color: #31b0d5
        }

    .menu-hint.warning {
        background-color: #f0ad4e
    }

        .menu-hint.warning:hover {
            background-color: #ec971f
        }

    .menu-hint.error {
        background-color: #d9534f
    }

        .menu-hint.error:hover {
            background-color: #c9302c
        }


@media (max-width:767px) {
    .menuBtn {
        height: 41px
    }

        .menuBtn i {
            font-size: 22px
        }

    .top-bar {
        position: fixed;
        z-index: 111;
        width: 100%;
        padding-left: 42px !important;
        background-color: #f4f4f4
    }

        .top-bar i,
        .top-bar li i {
            font-size: 14px
        }

        .top-bar .container {
            padding-left: 0;
            padding-right: 0
        }

        .top-bar .top-row {
            z-index: 1
        }

            .top-bar .top-row ul {
                width: 130px;
                position: absolute;
                background: #f4f4f4;
                z-index: 2;
                top: 40px;
                left: 15px;
                border: 1px solid #e9e9e9;
                opacity: 0;
                pointer-events: none
            }

                .top-bar .top-row ul.open {
                    opacity: 1;
                    pointer-events: all
                }

                .top-bar .top-row ul a {
                    display: block;
                    text-align: left;
                    padding: 0 5px;
                    -webkit-transition: none;
                    transition: none
                }

        .top-bar .right-bar {
            padding-left: 0;
            padding-right: 0
        }

            .top-bar .right-bar a {
                -webkit-transition: none;
                transition: none
            }

            .top-bar .right-bar .right {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
            }

            .top-bar .right-bar .mail {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none
            }

                .top-bar .right-bar .mail a {
                    width: 42px;
                    padding: 0;
                    text-align: center
                }

                    .top-bar .right-bar .mail a i {
                        margin: 0
                    }

            .top-bar .right-bar .cabinet {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                text-align: left;
                padding-left: 3px
            }

            .top-bar .right-bar .lang {
                -webkit-box-flex: 0;
                -ms-flex: none;
                flex: none;
                padding-left: 5px;
                padding-right: 15px
            }

        .top-bar .call_drop_btn {
            display: block;
            border: none;
            float: left;
            height: 39px;
            width: 39px;
            color: #a2a2a2;
            margin-left: 7px;
            background: transparent;
            border-right: 1px solid #e9e9e9
        }
}

/*#endregion*/

/*#region *********** FOOTER **********/

.footer {
    font-size: 0;
    color: #fff
}

    .footer:after,
    .footer:before {
        clear: both;
        display: table;
        content: ""
    }

.footer-layout {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

    .footer-layout:after,
    .footer-layout:before {
        content: "";
        display: table;
        clear: both
    }

.footer-upper {
    display: block;
    padding: 35px;
    background: #161e2c;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

.footer-lower {
    display: block;
    padding: 20px 35px;
    background: #161e2c;
    box-sizing: border-box;
    border-top: 1px solid #3a3f46;
}

.footer-column {
    text-align: center;
    margin-top: 40px
}

.footer-item {
    margin-top: 10px;
    color: #ced4d7
}

    .footer-item:first-child {
        margin-top: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
    }

.footer-link {
    font-size: 13px;
    color: #ced4d7
}

    .footer-link:hover {
        color: #ddd
    }

.footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-right-section {
    margin-top: 25px;
    text-align: center
}

    .footer-right-section ~ .footer-right-section {
        margin-top: 15px
    }

.footer-socials {
    margin: 30px auto
}

.footer-socials-list {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    margin: 0 -10px;
}

.footer-social-item {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}

.footer-social-link {
    display: inline;
    color: inherit;
    line-height: 1.4em;
    text-decoration: none;
}

.footer-social-icon {
    position: relative;
    width: 33px;
    height: 33px;
    background-color: #fff;
    border-radius: 50%;
}

.socials-icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    fill: #21262d;
    transform: translateX(-50%) translateY(-50%);
}

.footer-contacts {
    display: inline-block;
    text-align: left
}

.footer-contacts-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}

.footer-contacts-section {
    display: flex
}

.footer-contacts-section + .footer-contacts-section {
    margin-top: 10px
}

.footer-contacts-icon {
    float: left;
    width: 30px
}

    .footer-contacts-icon:before {
        font-size: 16px;
        color: #fff
    }

.footer-contacts-icon-svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.footer-contacts-text {
    line-height: 1.4;
    font-size: 13px;
}

    .footer-contacts-text + .footer-contacts-text {
        margin-top: 5px
    }

.footer-contacts-text-holder {
    overflow: hidden;
    font-size: 13px
}

.footer-contacts-title {
    font-weight: 700
}

.footer-copyright-text {
    line-height: 1.6;
    font-size: 13px;
    text-align: center
}

.footer-app {
    display: inline-block;
    margin: 10px 0 0 20px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border-color .2s ease
}

    .footer-app:hover {
        border-color: #fff
    }

.footer-apps-list {
    margin: 5px 0 0 -20px;
    font-size: 0
}

.footer-apps-title {
    font-size: 13px;
    font-weight: 700
}

.footer-apps {
    text-align: center
}

.footer-web-pay-holder {
    display: inline-block;
    max-width: 570px
}

.footer-web-pay {
    max-width: 100%
}

.footer_size_small {
    padding: 20px 35px 20px 35px;
    background: #1b905b
}

.footer-link_color_white {
    color: #fff
}

.footer-column_number_1 {
    margin-top: 0
}

@media only screen and (min-width:480px) {
    .footer-socials {
        margin: 20px auto
    }
}

@media only screen and (min-width:640px) {
    .footer-apps-list {
        margin-top: 0
    }

    .footer-column {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        margin-top: 0;
        padding-left: 15px;
        vertical-align: top;
        text-align: left
    }

    .footer-logo {
        margin: 0
    }

    .footer-column_number_1 {
        padding-left: 0
    }

    .footer-column_number_2 {
        margin-top: 0
    }

    .footer-column_number_3 {
        margin-top: 40px;
        padding-left: 0
    }

    .footer-column_number_4 {
        margin-top: 40px
    }
}

@media only screen and (min-width:768px) {
    .footer-apps-list {
        margin-top: -10px
    }

    .footer-apps-title {
        margin: 0 0 10px
    }

    .footer-apps {
        float: right;
        margin-top: 0
    }

    .footer-copyright-text {
        text-align: left
    }

    .footer-left-section {
        float: left;
        max-width: 340px;
        padding-right: 20px
    }

    .footer-right-section {
        overflow: hidden;
        margin-top: 0;
        text-align: right
    }
}

@media only screen and (min-width:1000px) {
    .footer-layout {
        width: 1000px
    }

    .footer-column {
        width: 22%
    }

        .footer-column:first-child {
            width: 32%
        }

    .footer-left-section {
        max-width: 400px
    }

    .footer-column_number_3 {
        margin-top: 0
    }

    .footer-column_number_4 {
        margin-top: 0
    }
}

@media only screen and (min-width:1200px) {
    .footer-layout {
        width: 1200px
    }

    .footer-column {
        width: 21%
    }

        .footer-column:first-child {
            width: 37%
        }
}

/*#endregion*/

/*#region *********** PAGE **********/

.page {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .page {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

.page-content,
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0 auto;
    max-width: 1170px;
}

@media (min-width: 576px) {
    .page-content,
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 768px) {
    .page-content,
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 992px) {
    .page-content,
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 1170px) {
    .page-content,
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.page-title h1 {
    margin-bottom: 25px;
    font-size: 24px;
    /*font-weight: 500;*/
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

    .page-title h1 i {
        margin-right: 10px;
        color: #ff5722
    }

.html-main-page .master-wrapper-page,
.html-page-page .master-wrapper-page,
.html-contact-page .master-wrapper-page,
.html-tracking-page .master-wrapper-page,
.html-blogpost-page .master-wrapper-page,
.html-vehicle-details-page .master-wrapper-page {
    background: #fff;
}

/*#endregion*/

/*#region *********** LAYOUT **********/

.master-wrapper-page {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.master-wrapper-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

    .master-wrapper-content:before, .master-wrapper-content:after {
        content: " ";
        display: table;
    }

    .master-wrapper-content:after {
        clear: both;
    }

.layout-container {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    position: relative;
    min-height: 500px
}

.layout-content, .layout-sidebar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    /*background: #fff;*/
}

/*.layout-content {
    padding: 12px
}*/

.layout-sidebar {
    padding: 12px
    /*border-top: 1px solid #e8e8e8*/
}

.layout-order-1 {
    order: 1
}

.layout-order-2 {
    order: 2
}

@media only screen and (max-width:999px) {
    .layout-container {
        display: block;
        margin-top: 0;
        padding: 0
    }

    .layout-content, .layout-sidebar {
        display: block
    }
}

@media only screen and (min-width:1000px) {
    .layout-content {
        -webkit-box-flex: 1;
        width: 0px;
        flex: 1 1 0%;
        /*padding-right: 30px;
        padding-left: 30px;*/
    }

    .layout-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 270px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        min-width: 270px;
        border-top: 0;
        /*border-left: 1px solid #e8e8e8;*/
    }
}

@media only screen and (min-width:1200px) {
    .layout-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 309px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        min-width: 300px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin: 0 auto;
    max-width: 1200px;
}

    .container.s-container {
        max-width: 1000px;
    }

@media (min-width: 640px) {
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 1000px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/*#endregion*/

/*#region *********** PANEL **********/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);*/
}

.panel-body {
    padding: 16px;
}

.panel-heading {
    padding: 12px 16px 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading-inner {
    display: flex;
    align-items: center;
}

.panel-heading-right {
    margin-left: auto
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.panel-footer {
    padding: 12px 16px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 16px;
        }

    .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #dedede;
    }

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dedede;
    }

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        color: #0e1724;
        background-color: #fff;
        /*border-color: #dedede;*/
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dedede;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dedede;
    }

.panel-small > .panel-heading,
.panel-small > .panel-footer {
    padding: 8px 12px
}

.panel-small .panel-title {
    font-size: 16px
}

.panel-small > .panel-body {
    padding: 16px
}

@media (min-width: 740px) {
    .panel-body {
        padding: 24px
    }

    .panel-heading,
    .panel-footer {
        padding: 16px 24px 0
    }

    .panel-small > .panel-heading,
    .panel-small > .panel-footer {
        padding: 12px 16px 0
    }
}

.adverts-placeholder {
    color: #959595
}

.adverts-sorting {
    margin-top: 15px;
    margin-bottom: 20px
}

.adverts-subtitle {
    margin-bottom: 15px;
    color: #959595
}

.adverts-title {
    margin: 30px 0 15px;
    font-size: 18px
}

/*#endregion*/

/*#region *********** INFO PANEL **********/

.info-panel {
    position: relative;
    margin-top: 15px;
    padding: 15px 15px;
    background: #fff9db;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 3px;
}

.info-panel-app-img {
    display: block
}

.info-panel-app-item {
    float: left;
    margin: 10px 0 0 10px;
    transition: opacity .2s ease
}

    .info-panel-app-item:hover {
        opacity: .85
    }

.info-panel-apps {
    margin: -10px 0 0 -10px
}

.info-panel-close {
    position: absolute;
    top: 7px;
    right: 0;
    opacity: .3;
    padding: 10px;
    cursor: pointer;
    transition: opacity .2s ease
}

    .info-panel-close:before {
        font-size: 13px;
        font-weight: 700;
        color: #333
    }

    .info-panel-close:hover {
        opacity: .6
    }

.info-panel-content {
    display: table-cell;
    line-height: 1.6;
    vertical-align: middle
}

.info-panel-icon {
    display: table-cell;
    width: 33px;
    text-align: center;
    vertical-align: top;
}

    .info-panel-icon:before {
        font-size: 20px;
        color: #ff5722
    }

.info-panel-img {
    display: block;
    max-width: 100%
}

.info-panel-img-cell {
    display: none
}

.info-panel-text {
    line-height: 1.5
}

    .info-panel-text + .info-panel-text {
        margin-top: 10px
    }

.info-panel-title {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #0e0e0e
}

.info-panel-wrapper {
    display: table;
    width: 100%
}

.info-panel-content_align_vertical-middle {
    vertical-align: middle
}

.info-panel-icon_color_tomato:before {
    color: #e85e43
}

.info-panel_pb_0 {
    padding-bottom: 0
}

    .info-panel_pb_0 .info-panel-content {
        padding-bottom: 20px
    }

.info-panel_mh_0 {
    margin-right: 0;
    margin-left: 0
}

.info-panel_theme_green {
    border-bottom-color: #61b18d;
    background: #009090;
    color: #fff
}

    .info-panel_theme_green .info-panel-close:before {
        color: #fff
    }

    .info-panel_theme_green .info-panel-icon:before {
        color: #fff
    }

    .info-panel_theme_green .info-panel-title {
        font-size: 24px;
        font-weight: 400;
        color: #fff
    }

.info-panel_theme_white {
    background: #fff
}

@media only screen and (min-width:640px) {
    .info-panel-img-cell {
        width: 175px
    }
}

@media only screen and (min-width:768px) {
    .info-panel_type_task-created .info-panel-apps {
        margin: 5px 0 0 -30px
    }
}

@media only screen and (min-width:1000px) {
    .info-panel {
        padding: 15px
    }

    .info-panel_pb_0 {
        padding-bottom: 0
    }

    .info-panel_mh_0 {
        margin-right: 0;
        margin-left: 0
    }
}

/*#endregion*/

/*#region *********** FORM **********/

.fieldset {
    position: relative;
    padding: 15px 10px;
}

    .fieldset .form-fields {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .fieldset .fieldset-head {
        position: relative;
        padding: 5px 0 35px;
        margin-bottom: 15px;
    }

    .fieldset .fieldset-title {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 24px;
        font-weight: 400;
    }

    .fieldset .fieldset-head:after {
        content: '';
        height: 1px;
        background: #D8D8D8;
        display: table;
        position: absolute;
        width: 100%;
        bottom: 0;
        clear: both;
    }

.form-group {
    position: relative;
    margin-bottom: 15px;
}

    .form-group:first-of-type .form-group-header {
        border-bottom: 0
    }

@media only screen and (max-width:800px) {
    .form-group:first-of-type .form-group-header {
        padding: 0
    }
}

.form-group-header {
    position: absolute;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #525469;
    width: 180px
}

@media only screen and (max-width:1199px) {
    .form-group-header {
        width: 150px
    }
}

@media only screen and (max-width:767px) {
    .form-group-header {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #e2e3e6
    }
}

.form-group-controls {
    margin-bottom: 15px;
    padding-left: 195px
}

@media only screen and (max-width:1199px) {
    .form-group-controls {
        padding-left: 150px
    }
}

@media only screen and (max-width:767px) {
    .form-group-controls {
        padding: 0
    }
}

.form-row {
    margin-bottom: 20px
}

    .form-row:last-child {
        margin-bottom: 0
    }

.form-input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .form-input-group > .form-input-group-field {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .form-input-group > *:not(:last-child),
        .form-input-group > .form-input-group-field:not(:last-child) input[type="text"],
        .form-input-group > .form-input-group-field:not(:last-child) select,
        .form-input-group > .form-input-group-field:not(:last-child) input[type="checkbox"] + label,
        .form-input-group > .form-input-group-field:not(:last-child) input[type="radio"] + label {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .form-input-group > *:not(:first-child),
        .form-input-group > .form-input-group-field:not(:first-child) input[type="text"],
        .form-input-group > .form-input-group-field:not(:first-child) select,
        .form-input-group > .form-input-group-field:not(:first-child) input[type="checkbox"] + label,
        .form-input-group > .form-input-group-field:not(:first-child) input[type="radio"] + label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .form-input-group > .form-input-group-field + .form-input-group-field {
            margin-left: -1px;
        }


    .form-input-group *:not(:last-child),
    .form-input-group .selectize-input:not(:last-child) input[type="text"] {
        border-radius: 0;
        /*border-top-right-radius: 0;
        border-bottom-right-radius: 0;*/
    }

    .form-input-group *:not(:first-child),
    .form-input-group .selectize-input:not(:first-child) input[type="text"] {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.form-label {
    margin: 0 0 5px 1px;
}

    .form-label label,
    .form-input-label {
        font-size: 12px;
        color: #525469
    }

    .form-label .required {
        font-size: 14px;
        line-height: 1;
        color: #b00
    }

.ico-help {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    height: 13px;
    width: 13px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 13px;
    text-align: center;
}

.form-field-errors {
    margin-top: 5px
}

@media only screen and (max-width:479px) {
    .form-field-errors {
        margin-top: 2px
    }
}

.form-field-hint {
    font-size: 12px;
    line-height: 1.3;
    color: #9d9d9d;
    margin-top: 5px;
    display: block
}

.form-separator-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 60%;
    padding: 0 20px;
    line-height: normal;
    background: #fff;
    color: #464646
}

.form-separator {
    position: relative;
    margin: 20px 0;
    text-align: center
}

    .form-separator:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: 1px solid #cdd0c5
    }

.form-field-content {
    display: block;
    padding: 10px 0;
}

.form-field_type_tip {
    color: #959595;
    vertical-align: middle;
    margin-top: 5px
}

@media only screen and (min-width:640px) {
    .form {
        width: 100%;
    }

    .form-control {
        display: table;
        width: 100%;
    }

        .form-control .form-label {
            display: table-cell;
            width: 170px;
            margin-bottom: 0;
            padding: 10px 0;
            vertical-align: top;
        }

        .form-control .form-field {
            display: table-cell;
            vertical-align: top;
        }

    .form-inline .form-input,
    .form-inline .ui-selectmenu-button,
    .form-inline .ui-spinner {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-right: 10px;
    }

    .form-inline .ui-spinner {
        width: 204px;
    }

    .form-separator {
        margin: 20px 0 0
    }
}

@media only screen and (min-width:768px) {
    .form-layout {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .form-layout-column {
        display: table-cell;
        width: 480px;
        vertical-align: top
    }

        .form-layout-column + .form-layout-column {
            width: auto;
            margin-top: 0;
            padding: 10px 0 10px 20px
        }

    .form-layout-column_valign_bottom {
        vertical-align: bottom
    }

    .form-layout_type_verification-photo-upload .form-layout-column {
        vertical-align: middle
    }
}

@media only screen and (min-width:1000px) {
    .form-layout-column + .form-layout-column {
        padding: 10px 0 10px 40px
    }
}

/*#endregion*/

/*#region *********** MODAL **********/

.modal {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    display: grid;
    place-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
}

.modal-window {
    width: 90%;
    max-width: 28rem;
    background-color: #fff;
    border-radius: 3px;
}

@media (min-width: 640px) {
    .modal-window {
        width: 100%;
    }
}

.modal-window.small {
    width: 30%;
}

.modal-window.large {
    width: 75%;
}

.modal-open {
    visibility: visible;
    z-index: 9999;
    opacity: 1;
}

.close {
    opacity: 0;
    transition: 0.2s;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}

/*#endregion*/

/*#region ********** REGISTRATION, LOGIN PAGE **********/

.auth-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-image: url(../images/authorization-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100vh
}

.auth-wrapper {
    min-height: calc(100% - 40px);
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

.auth-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 750px;
    margin: 20px auto;
}

.auth-header {
    margin-bottom: 40px;
}

    .auth-header .auth-logo {
        width: 146px;
        height: 41px;
        fill: #fff
    }

.auth-panel {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    overflow-x: hidden
}

.auth-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f2f2f3
}

.auth-tab-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #001a34;
    border-bottom: 2px solid transparent
}

    .auth-tab-item:hover {
        border-color: #f2f2f3
    }

    .auth-tab-item.active {
        color: #ff5722;
        border-color: #ff5722
    }

.auth-panel-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px 30px 40px;
    margin: 0 auto
}

.auth-external-title {
    margin-top: 24px;
    font-size: 14px;
    color: #001a34;
    text-align: center
}

.auth-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px
}

.auth-external-btn {
    background-color: #44619d;
    border: none;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0
}

    .auth-external-btn:first-of-type {
        margin-right: 10px
    }

.auth-external-btn-img {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 18px 0 8px
}

.auth-external-fb-btn-img {
    width: 16px;
    height: 16px;
    fill: #43619f
}

.auth-external-fb-btn {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #44619d
}

    .auth-external-fb-btn:hover {
        background-color: #4d6aab;
        color: #fff
    }

.auth-external-g-btn {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #4284f4
}

    .auth-external-g-btn:hover {
        background-color: #488dff;
        color: #fff
    }

.auth-external-g-btn-img {
    width: 16px;
    height: 16px
}

.auth-title {
    margin-top: 16px;
    font-size: 14px;
    color: #001a34;
    text-align: center
}

.auth-content {
    margin-top: 16px;
    font-size: 14px;
    color: #001a34;
}


.auth-form {
    margin-top: 16px;
}

.auth-form-group {
    margin-bottom: 20px;
}

    .auth-form-group .label-wrapper {
        margin-bottom: 7px;
    }

        .auth-form-group .label-wrapper .control-label {
            font-weight: 500;
            font-size: 13px;
        }

    .auth-form-group .control-label .required {
        color: #f75059;
        margin-left: 2px;
    }

    .auth-form-group .input-wrapper {
        position: relative;
    }

        .auth-form-group .input-wrapper .input-group {
            position: relative;
            display: block;
            vertical-align: top;
        }

        .auth-form-group .input-wrapper input[type="text"],
        .auth-form-group .input-wrapper input[type="email"],
        .auth-form-group .input-wrapper input[type="tel"],
        .auth-form-group .input-wrapper input[type="password"],
        .auth-form-group .input-wrapper textarea {
            display: inline-block;
            height: 40px !important;
            border: 1px solid #beb8b8 !important;
            outline: 0;
            width: 100% !important;
            margin: 0;
            padding: 5px 12px !important;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*font-size: 16px !important;*/
            /*line-height: 20px !important;*/
            color: #080808 !important;
            -webkit-transition: border-color .1s ease-in, color .1s ease-in;
            -o-transition: border-color .1s ease-in, color .1s ease-in;
            transition: border-color .1s ease-in, color .1s ease-in
        }

        .auth-form-group .input-wrapper input:active,
        .auth-form-group .input-wrapper input:focus,
        .auth-form-group .input-wrapper input:hover {
            border-color: #ff5722 !important;
        }

        .auth-form-group .input-wrapper .field-validation-valid {
            display: block;
            font-size: 12px;
            line-height: 16px;
            color: #f75059;
            margin: 5px 0 0;
            position: static;
        }

.auth-remember-me {
    margin-top: 16px;
}

.auth-change-password {
    display: block;
    margin-top: 16px;
    text-align: center;
    width: 100%;
}

.login-button {
    margin-top: 24px !important;
}

.password-recovery-page .auth-panel-container {
    padding: 40px;
}

/*#endregion*/

/*#region ********** USER ACCOUNT **********/

/*#region account navigation*/

.account-navigation {
    margin-top: 16px;
    font-size: 15px;
}

.account-navigation .listbox .title {
    margin-bottom: 12px;
    color: #3d3f56;
    line-height: 1.19;
    font-size: 18px;
    font-weight: 700;
}


.account-navigation .list {
    width: 100%;
}

.account-navigation .list li {
    padding: 0;
    margin-bottom: 12px;
}

.account-navigation .list li:last-child {
    margin-bottom: 0;
}

.account-navigation .list li a {
    font-size: 14px;
    margin-bottom: 16px;
    color: #3d3f56;
}

.account-navigation .list li a:hover {
    color: #ff5722;
}

.account-navigation .list li a.active {
    font-weight: 700;
    color: #ff5722;
}

/*#endregion*/

/*#endregion*/

/*#region ********** VEHICLE LIST **********/

/*#region vehicle vin*/

.vehicle-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vehicle-vin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 450px;
}

    .vehicle-vin .vehicle-add-button { margin-left: 5px; }

.vehicle-add .vehicle-result-text {
    margin-top: 10px;
    font-size: 14px;
    color: #ff5722
}

/*#endregion*/

/*#endregion*/

/*#region ********** VEHICLE ITEM **********/

.vehicles-block {
    margin: 174px 0 80px;
}

.vehicles-block .title {
    font-size: 28px;
    margin-bottom: 24px;
}

.vehicles-block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.vehicle-item {
    /*max-width: 370px;*/
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /*border: 2px solid transparent;*/
    margin-bottom: 20px;
    display: inline-block;
}

    /*.vehicle-item:visited {
        border: 2px solid #fff;
    }*/

    .vehicle-item:hover {
        -webkit-box-shadow: 0 0 25px #D1D1D1;
        box-shadow: 0 0 25px #D1D1D1;
    }

    .vehicle-item .img {
        width: 100%;
        height: 245px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px 5px 0 0;
    }

    .vehicle-item .name {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin: 20px 0 11px;
    }

    .vehicle-item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .vehicle-item ul li {
            width: 50%;
            color: #979797;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 7px;
            margin-bottom: 10px;
        }

            .vehicle-item ul li .icon {
                width: 42px;
                text-align: center;
                display: inline-block;
                vertical-align: middle;
            }

    .vehicle-item .item-footer {
        border-top: 1px solid #ededed;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 18px 15px 17px;
    }

        .vehicle-item .item-footer > div {
            width: 50%;
        }

    .vehicle-item .item-footer-info .lot-id {
        color: #8E8E8E;
        font-size: 12px;
    }

        .vehicle-item .item-footer-info .lot-id span {
            font-family: Rubik-Medium, sans-serif;
            color: #fff;
            font-size: 9px;
            text-transform: uppercase;
            background-color: #ccc;
            border-radius: 3px;
            padding: 3px 7px;
            line-height: 14px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            margin-right: 6px;
        }

    .vehicle-item .item-footer-info .lot-date {
        font-size: 12px;
        color: #8E8E8E;
        line-height: 18px;
        margin-top: 10px;
    }

        .vehicle-item .item-footer-info .lot-date span {
            color: #555;
            font-family: Rubik-Medium, sans-serif;
            display: block;
        }

    .vehicle-item .item-footer-bet {
        padding-left: 30px;
    }

        .vehicle-item .item-footer-bet .label {
            font-size: 12px;
        }

        .vehicle-item .item-footer-bet .value {
            font-size: 22px;
            color: #EE4036;
            font-family: Rubik-Medium, sans-serif;
            margin-top: 7px;
        }

/*#endregion*/

/*#region ********** VEHICLE LIST ITEM **********/

.vehicle-list .item.border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

    .vehicle-list .item.border:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.vehicle-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-bottom: 27px;
    border-radius: 3px;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;*/
    border: 1px solid hsla(0,0%,79.6%,.4);
    box-shadow: 0 0 1px #cbcbcb;
    -webkit-box-shadow: 0 0 1px #cbcbcb;
    overflow: hidden;
}

    .vehicle-list .item:last-child {
        margin-bottom: 0;
    }

    .vehicle-list .item:hover {
        border: 1px solid #ff5722;
        -webkit-box-shadow: 0px 0px 25px 0px #d1d1d1;
        box-shadow: 0px 0px 25px 0px #d1d1d1;
    }

    .vehicle-list .item .image {
        max-height: 270px;
        min-height: 215px; 
        max-width: 270px;
        min-width: 270px;
    }

        .vehicle-list .item .image img {
            width: 100%;
            height: 215px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .vehicle-list .item .info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 30px;
        width: 150px;
    }

        .vehicle-list .item .info .info-name {
            font-size: 16px;
            font-weight: 500;
            margin: 9px 0;
        }

        .vehicle-list .item .info .info-description {
            font-size: 14px;
            color: #3a3a3a;
            margin: 10px 0;
        }

        .vehicle-list .item .info .params {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .vehicle-list .item .info .params ul {
                width: 50%;
            }

                .vehicle-list .item .info .params ul li {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    color: #2d2f43;
                    font-size: 12px;
                    line-height: 32px;
                    white-space: nowrap;
                    padding-right: 3px;
                }

                    .vehicle-list .item .info .params ul li .icon {
                        display: inline-block;
                        vertical-align: top;
                        width: 24px;
                        font-size: 15px;
                        color: #a2a2a2;
                    }

                .vehicle-list .item .info .params ul:nth-child(2) li .icon {
                    width: 25px;
                }

        .vehicle-list .item .info .buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 10px;
        }

            .vehicle-list .item .info .buttons a {
                font-size: 14px;
            }

                .vehicle-list .item .info .buttons a + a { margin-left: 15px; }

                .vehicle-list .item .info .buttons a:hover i {
                    color: #ff5722
                }

            .vehicle-list .item .info .buttons i {
                margin-right: 3px;
                color: #a2a2a2;
            }

    .vehicle-list .item .lot {
        width: 169px;
        border-left: 1px solid #F0F0F0;
        text-align: center;
    }

        .vehicle-list .item .lot .lot-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }


        .vehicle-list .item .lot .lot-id {
            color: #8E8E8E;
            font-size: 12px;
            line-height: 14px;
            margin: 13px 0 7px;
        }

            .vehicle-list .item .lot .lot-id span {
                font-size: 9px;
                display: inline-block;
                vertical-align: top;
                background: #ff5722;
                line-height: 14px;
                color: #fff;
                padding: 0 3px;
                margin-right: 6px;
                border-radius: 3px;
            }

        .vehicle-list .item .lot .lot-date {
            font-size: 12px;
            margin-bottom: 18px;
        }

            .vehicle-list .item .lot .lot-date span {
                color: #8E8E8E;
                display: block;
                line-height: 18px;
            }

        .vehicle-list .item .lot .current-bid span {
            font-size: 12px;
        }

        .vehicle-list .item .lot .current-bid .current-bid-price {
            font-size: 22px;
            color: #EE4036;
            margin-top: 10px;
        }

        .vehicle-list .item .lot .no-bids {
            font-size: 14px;
            color: #3751A2;
            margin: 10px 0;
        }

        .vehicle-list .item .lot .no-bids-buyout > span {
            display: block;
            font-size: 12px;
            color: #3751A2;
            margin-top: 10px;
        }

.no-bids-buyout .buyout {
    display: inline-block;
    font-size: 12px;
    color: #3751A2;
    margin-top: 10px;
}

.vehicle-list .item .lot .no-bids-buyout .buyout span, .red-price {
    margin-top: 10px;
    color: #EE4036 !important;
    font-weight: 700;
    font-size: 16px !important;
}

@media only screen and (max-width: 1279px) {
    .vehicle-list { font-size: 0; }
    
    .vehicle-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    
    .vehicle-list .item {
        display: inline-block;
        vertical-align: top;
        width: 332px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vehicle-list .item:nth-child(2n) { margin-left: 21px; }

    .vehicle-list .item .image {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }

    .vehicle-list .item .image img { width: 100%; }

    .vehicle-list .item .info {
        padding: 0 15px;
        width: 100%;
    }

    .vehicle-list .item .info .info-name { text-align: center; }

    .vehicle-list .item .lot {
        border-top: 1px solid #F0F0F0;
        border-left: none;
        margin-top: 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        /*.vehicle-list .item .lot .lot-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 107px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }*/

    .vehicle-list .item .lot .lot-top,
    .vehicle-list .item .lot .current-bid {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .vehicle-list .item .lot .current-bid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .auctions-content-items .items-list {
        text-align: center;
    }

    .vehicle-list .item:nth-child(2n) {
        margin-left: 0;
    }

    .vehicle-list .item .info .params {
        text-align: left;
    }
}


 /*#endregion*/

/*#region ********** VEHICLE DETAILS **********/

.vehicle-details-page .vehicle-name {
    font-size: 28px;
    line-height: 21px;
}

.vehicle-details-page .main-image img {
    border-radius: 3px;
    width: 695px;
    height: 443px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vehicle-details-page .main-image img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.vehicle-details-page .header-logo .auction-logo-block {
    display: inline-block;
    border: 1px solid #eeeded;
    padding: 2px 4px;
    margin-right: 5px
}

.vehicle-details-page .header-logo .auction-logo-block img {
        height: 20px
    }

.vehicle-details-page .header-logo .auction-header {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.vehicle-details-page .header-sub-title {
    margin-top: 5px;
    color: #868686;
    font-size: 14px;
    font-weight: 300;
}

.vehicle-details-page .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

    .vehicle-details-page .buttons a { font-size: 14px; }

        .vehicle-details-page .buttons a + a { margin-left: 15px; }

        .vehicle-details-page .buttons a:hover i { color: #ff5722 }

        .vehicle-details-page .buttons a i {
            margin-right: 3px;
            color: #a2a2a2;
        }

/*#region data list */

.data-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .data-list .data-list-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 15px;
        font-size: 15px;
        color: #2b2b2b;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .data-list.dotted .data-list-item {
        background: url(data:image/gif;base64,R0lGODlhBAAZAIAAAAAAAP///yH5BAEHAAEALAAAAAAEABkAAAIKjI+py+1vAJyqAAA7);
    }

        .data-list.dotted .data-list-item .data-list-label {
            background: #fff;
        }

        .data-list.dotted .data-list-item .data-list-value {
            background: #fff;
        }

    .data-list.lg .data-list-item {
        margin-bottom: 22px;
        font-size: 22px;
        font-weight: 300;
    }

.data-list.lg .data-list-item {
    margin-bottom: 22px;
    font-size: 22px;
    font-weight: 300;
}

.data-list .data-list-item span {
    margin-left: 5px;
}

    .data-list .data-list-item .checkbox {
        top: 3px;
    }

.data-list .data-list-item .data-list-icon {
    display: inline-block
}

.data-list .data-list-item .data-list-icon i {
    margin-right: 10px;
    width: 34px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: #e7512f
}

.data-list .data-list-item .data-list-label {
    display: flex;
    align-items: center;
}

        .data-list .data-list-item .data-list-value {
            margin-left: auto;
            padding-left: 5px;
            font-weight: 300;
            text-align: right;
        }



.data-list .data-list-item .data-list-value.lot-current-bid {
    font-weight: 700;
    font-size: 18px
}

.data-list .data-list-item .data-list-value.lot-vin .carvertical-icon img {
    height: 19px;
    margin-top: -2px
}

@media (max-width:767px) {
    .data-list.lg .data-list-item {
        font-size: 17px;
    }
}

@media (max-width:484px) {
    .data-list.lg .data-list-item {
        font-size: 14px;
    }
}

.data-list-group {
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 3px;
}

    .data-list-group .data-list-item .data-list-label {
        background: #f7f7f7 !important;
    }
    .data-list-group .data-list-item .data-list-value {
        background: #f7f7f7 !important;
    }

.lot-sale-history-table th {
    border-bottom: 1px solid #e2e2e2
}

.lot-sale-history-table tr:nth-child(2n) {
    background-color: inherit
}

.lot-sale-history-table td {
    text-align: center
}

/*#endregion*/

/*#region gallery */

.gallery {
    border: none;
    position: relative;
    text-align: center
}

    .gallery > img {
        display: table;
        margin: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .gallery .thumbs {
        border: none;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 10px 0 6px
    }

        .gallery .thumbs ul {
            background-color: transparent;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0;
            width: auto;
            cursor: pointer
        }

            .gallery .thumbs ul li {
                background-color: transparent;
                border-radius: 0;
                display: inline-block;
                height: auto;
                margin: 0;
                text-indent: -999px;
                cursor: pointer;
                width: calc(20% - 3px)
            }

                .gallery .thumbs ul li a img {
                    display: block;
                    opacity: .5;
                    width: 100%;
                    height: auto;
                    vertical-align: middle;
                    border: 2px solid #fff;
                    -o-object-fit: cover;
                    object-fit: cover
                }

                .gallery .thumbs ul li a.active img {
                    border: 2px solid #e7512f;
                    opacity: .8
                }

    .gallery .gallery-main-image .selected-img-full {
        position: relative
    }

        .gallery .gallery-main-image .selected-img-full .img-poster-hover {
            display: block;
            overflow: hidden;
            position: relative
        }

            .gallery .gallery-main-image .selected-img-full .img-poster-hover > img {
                -o-object-fit: cover;
                object-fit: cover
            }

            .gallery .gallery-main-image .selected-img-full .img-poster-hover .gallery-poster {
                display: block;
                background-color: transparent;
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color .15s ease 0s;
                transition: background-color .15s ease 0s
            }

                .gallery .gallery-main-image .selected-img-full .img-poster-hover .gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity .3s ease 0s;
                    transition: opacity .3s ease 0s
                }

            .gallery .gallery-main-image .selected-img-full .img-poster-hover:hover .gallery-poster {
                background-color: rgba(0, 0, 0, .1)
            }

                .gallery .gallery-main-image .selected-img-full .img-poster-hover:hover .gallery-poster > img {
                    opacity: 1
                }

/*#endregion*/

@media (max-width:767px) {
    .table-sale-history {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e2e2e2
    }

        .table-sale-history table {
            min-width: -webkit-max-content;
            min-width: -moz-max-content;
            min-width: max-content;
            border: none
        }

            .table-sale-history table td:last-child,
            .table-sale-history table th:last-child {
                border-right: none
            }

            .table-sale-history table tr:last-child td {
                border-bottom: none
            }
}

@media (max-width:484px) {
    .gallery > img {
        height: auto
    }

    .lot-content-wrapper .breadcrumbs-block {
        float: none
    }

        .lot-content-wrapper .breadcrumbs-block ul li a {
            font-size: 12px
        }
}

/*#endregion*/

/*#region *********** BID DETAILS **********/

/*#region bid notes */

.bid-note {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-height: 2em;
    padding-bottom: 24px;
}

    .bid-note .avatar {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 14px;
        color: #a2a2a2;
        text-decoration: none;
    }

    .bid-note .content {
        -ms-flex-preferred-size: calc(100% - 2em - 8px);
        flex-basis: calc(100% - 2em - 8px);
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 8px;
        max-width: calc(100% - 2em - 8px);
    }

    .bid-note .header {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

        .bid-note .header .left-wrap {
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .bid-note .header .right-wrap {
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .bid-note .header .name {
            color: #2d2f43;
            font-size: 14px;
            -webkit-font-smoothing: antialiased;
            font-weight: 500;
            line-height: 16px;
        }

        .bid-note .header .date {
            margin-top: 4px;
            color: #b2b3c2;
            font-size: 12px;
            line-height: 14px;
        }

    .bid-note .text {
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        line-height: 18px;
        margin-top: 8px;
        word-break: break-word;
        word-wrap: break-word;
    }

    .bid-note .medias {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .bid-note .medias .media {
            background: none;
            border: none;
            box-shadow: none;
            padding: 0;
            border-radius: 4px;
            cursor: pointer;
            height: 80px;
            margin: 8px 8px 0 0;
            width: 80px;
        }

            .bid-note .medias .media .square {
                padding-top: 100%;
                position: relative;
            }

            .bid-note .medias .media .content {
                border-radius: inherit;
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
            }

            .bid-note .medias .media .image-wrap {
                background-color: #f5f5f5;
                height: 100%;
                position: relative;
                width: 100%;
            }

            .bid-note .medias .media .cover {
                background-size: cover;
                -o-object-fit: cover;
                object-fit: cover;
            }

/*#endregion*/

/*#endregion*/

/*#region ********** CONTACT US **********/

.contact-page .contact-form {
    margin-bottom: 50px
}

.contact-page .contact-city {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #e7512f;
}

.contact-tel a {
    display: block;
    margin-bottom: 10px;
    color: #e7512f;
}

.contact-page .buttons {
    text-align: center;
}

/*#endregion*/

/*#region ********** BLOG **********/

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link-rss {
    float: right;
    width: 24px;
    height: 24px;
    margin: 6px 0 0;
    background: url(../images/rss.png) center no-repeat;
    font-size: 0 !important;
}

/*blog tags*/

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

    .blog-tags .blog-tag {
        display: flex;
        transition: all .15s linear;
        color: #999;
        background: transparent;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 12px;
        line-height: 16px;
        padding: 0;
        margin-right: 16px;
        border: none;
        border-radius: 0;
    }

        .blog-tags .blog-tag:active {
            transform: scale(.97);
        }

        .blog-tags .blog-tag:hover {
            color: #ff5722;
            background: transparent;
        }

/*blog post*/
.blog-post,
.blog-post-banner {
    height: 100%;
}

.blog-post {
    width: 296px;
    white-space: normal;
}

.blog-post {
    max-width: 100%;
}

.blog-post-item {
    width: 296px;
    padding-bottom: 16px;
}

@media (min-width: 1480px) {
    .blog-post-item {
        width: 456px;
    }
}

@media (min-width: 1300px) {
    .blog-post-item {
        width: 387px;
    }
}

@media (min-width: 1200px) {
    .blog-post-item {
        width: 352px;
        padding-bottom: 36px;
    }
}

.blog-post-link {
    display: block;
    position: relative;
    transform: translateY(0);
    border-radius: 4px;
    overflow: hidden;
    color: #393939;
}

.blog-post-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    font: 0/0 none;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 62.5%;
}

.blog-post-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.blog-post-img img {
    display: inline;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.blog-post-details {
    white-space: normal;
    position: relative;
    padding-top: 12px;
}

.blog-post-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}

    .blog-post-name a {
        color: inherit;
    }

.blog-post-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 5px;
    color: #818286;
    line-height: 18px;
}

.blog-post-date {
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.blog-post-tags {
    margin: 0 0 15px;
    /*overflow: hidden;*/
}

    .blog-post-tags span {
        display: inline-block;
        margin: 0 3px 3px 0;
        font-weight: bold;
        color: #818286
    }

    .blog-post-tags ul {
        display: inline-block;
        margin: 0 0 3px 3px;
        font-size: 0
    }

    .blog-post-tags li {
        display: inline-block;
        font-size: 13px
    }

        .blog-post-tags li.separator {
            margin: 0 8px 0 0
        }

    .blog-post-tags a {
        display: block;
        color: #999
    }

        .blog-post-tags a:hover {
            text-decoration: underline
        }

.blog-post-banner {
    width: 608px;
    position: relative;
}

@media (min-width: 1480px) {
    .blog-post-banner {
        width: 948px;
    }
}

@media (min-width: 1300px) {
    .blog-post-banner {
        width: 810px;
    }
}

@media (min-width: 1200px) {
    .blog-post-banner {
        width: 763px;
    }
}

@media (min-width: 1300px) {
    .blog-post-banner .blog-post-details {
        top: 80px;
    }
}

@media (min-width: 1200px) {
    .blog-post-banner .blog-post-details {
        top: 60px;
    }
}

.blog-post-banner .blog-post-details {
    padding: 12px 20px 12px 48px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.blog-post-banner .blog-post-name {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    max-width: 540px;
}

.blog-post-banner .blog-post-name,
.blog-post-banner .blog-post-description {
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}

@media (min-width: 1300px) {
    .blog-post-banner .blog-post-name {
        font-size: 36px;
        line-height: 48px;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .blog-post-banner .blog-post-name {
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 1300px) {
    .blog-post-banner .blog-post-description {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .blog-post-banner .blog-post-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
}

.blog-post-banner .blog-post-date {
    margin-top: 16px;
    color: #fff;
}

.blog-post-banner .blog-post-tags a {
    color: #fff;
}

/*blog post page*/

.post-body-overview {
    font-size: 15px;
    margin-top: 8px;
    color: #999;
    max-width: 712px;
}

.post-date {
    display: block;
    text-align: right;
    line-height: 20px;
    color: #999;
}

.post-body {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 22px;
}

    .post-body p {
        margin: 15px 0;
        text-align: justify;
    }

.post-tags {
    padding: 60px 0 24px 0;
}

.post-tags-header {
    font-weight: 500;
    font-size: 26px;
    color: #222;
    line-height: 32px;
    margin-bottom: 20px;
}

.post-tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
}

    .post-tag-list .post-tag {
        color: #ff5722;
        border: 1px solid #ff5722;
        border-radius: 18px;
        font-size: 12px;
        line-height: 15px;
        padding: 7px 15px;
        margin-right: 8px;
        margin-bottom: 12px;
        transition: all .15s linear;
        cursor: pointer;
        display: flex;
    }

        .post-tag-list .post-tag:hover {
            color: #fff;
            background: #ff5722;
            outline: none;
        }

/*#endregion*/

/*#region ********** SITEMAP **********/

.sitemap ul li {
    margin: 5px 0
}

.sitemap > ul > li > a {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    color: #333;
    font-weight: 700;
    font-size: 15px
}

.sitemap > ul > li > a i {
    margin-right: 8px;
    color: #999
}

.sitemap ul ul {
    margin: 10px 20px
}

.sitemap ul ul li {
    padding: 5px 10px;
    border-bottom: 1px dashed #f1f1f1
}

.sitemap ul ul li a:before {
    display: inline-block;
    margin-right: 7px;
    color: #5b5b5b;
    content: "\F105";
    font-family: FontAwesome
}

.sitemap ul ul li a:hover {
    margin-left: 10px
}

.sitemap ul ul li:last-child {
    border-bottom: 0
}

/*#endregion*/

/*#region *********** PAGE NOT FOUND **********/

.page-not-found {
    margin: auto;
    width: 65%;
    text-align: center;
}

.page-not-found .title {
    font-size: 20px;
}

.page-not-found .error-404 {
        position: relative;
        margin-top: 40px;
        color: #494949;
        font-weight: 800;
        font-size: 150px;
        line-height: 1;
    }

.page-not-found .error-404:before {
        position: absolute;
        top: -33px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #f0f0f0;
        content: "\F119";
        font-weight: 400;
        font-size: 60px;
        font-family: FontAwesome;
    }

    .page-not-found .error-404 .main-color {
        color: #e7512f;
    }

.page-not-found .button {
    width: 350px;
    height: 40px;
    margin-bottom: 60px;
    display: block;
}

.page-not-found .button {
        display: inline-block;
        margin: 60px auto 50px;
        text-align: center;
        position: relative;
        width: 290px;
        height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 22px;
        line-height: 38px;
        text-transform: uppercase;
        background-color: #e7512f;
        color: #fff;
        border: 1px solid #e7512f;
        -webkit-transition: background-color .36s,color .36s;
        transition: background-color .36s,color .36s;
    }

    .page-not-found .button:after {
        border-radius: 22px;
        content: "";
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 1px;
        right: 1px;
        display: block;
        border: 1px solid #fff;
    }

/*#endregion*/

/*#region ********** CATALOG **********/

.catalog-page {
    margin-top: -12px;
}

/*#region Sort bar */

.sort-bar {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.sort-bar-left {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
}

.sort-bar-right {
    display: flex;
    flex-direction: row;
}

.sort-bar-options {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 30px;
    font-size: 14px;
    line-height: 18px;
}

    .sort-bar-options .header-title {
        float: left;
        padding: 0 10px;
        font-size: 13px;
        color: #333;
    }

    .sort-bar-options .option {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 5.625rem;
        -moz-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
        flex: 0 0 0;
        font-size: 14px;
        color: #001a34;
        text-transform: capitalize;
        padding: 5px 10px;
        background-color: #fff;
        white-space: nowrap;
        margin-left: 5px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*box-shadow: 0 1px 1px 0 rgba(0,0,0,.02);*/
        border-radius: 3px;
    }

        .sort-bar-options .option:first-child {
            margin: 0;
        }

        .sort-bar-options .option a {
            color: #001a34;
        }

        .sort-bar-options .option.selected {
            background-color: #f2f3f5;
            /*background-color: #ccdeff;*/
        }

        .sort-bar-options .option .option-title {
            font-weight: 400;
        }

        .sort-bar-options .option a:hover .option-title {
            /*text-decoration: underline;*/
        }

        .sort-bar-options .option .option-count {
            color: #a2a2a2;
            font-size: 13px;
            line-height: 16px;
        }

.vehicle-selectors:first-child {
    border-top: none;
}

.vehicle-selectors:after {
    content: "";
    display: block;
    clear: both;
}

.vehicle-selectors > div {
    display: inline-block;
}

.vehicle-selectors span {
    vertical-align: middle;
    font-size: 16px;
}

.vehicle-selectors .vehicle-viewmode {
    display: none;
    font-size: 0;
}

.select-control {
    cursor: pointer;
    position: relative;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    background: #fff;
    white-space: nowrap;
    margin-left: .625rem;
    border: 1px solid #e6e6e6;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.02);
}

    .select-control select {
        background-color: transparent;
        background-image: none;
        margin: 0;
        border: 0;
        border-radius: 3px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        text-indent: .01px;
        text-overflow: '';
        outline: 0;
        line-height: 28px;
        padding: 0 30px 0 15px;
        width: 100%;
        font-size: 14px;
        color: #606770;
    }

    .select-control:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32px;
        height: auto;
        content: "";
        opacity: .7;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTUuNDgzIDkuMjk3bC0zLjkgMy45LTMuOS0zLjlhLjk5Ljk5IDAgMCAwLTEuNCAxLjRsNC41OTMgNC41OTNhMSAxIDAgMCAwIDEuNDE0IDBsNC41OTMtNC41OTNhLjk5Ljk5IDAgMSAwLTEuNC0xLjR6Ii8+PC9zdmc+) 50% 50% no-repeat;
        transition: transform .1s ease-out;
        pointer-events: none;
    }

.vehicle-viewmode {
    display: flex;
    align-items: center;
}

.button-group .button-origin:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
}

.button-group .button-origin:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.button-origin.selected, .button-origin:active {
    /*border-color: rgba(0,0,0,.12);*/
}

.button-origin.selected {
    /*background-color: #f0f0f0;*/
}

.button-group .button-origin {
    margin: 0 0 0 -1px;
    margin-left: -1px;
}

.button-origin {
    display: inline-block;
    background-color: #fff;
    /*line-height: 34px;
        height: 36px;*/
    color: #000;
    padding: 6px 8px;
    /*border: 1px solid rgba(0,0,0,.12);*/
    border-radius: 3px;
}

.vehicle-viewmode .viewmode-icon {
    display: inline-block;
    /*background: url(https://www.avito.st/s/cc/resources/1ccda8eeb0ce.svg) 0 0 no-repeat;*/
    vertical-align: middle;
    opacity: .5;
    width: 13px;
    height: 13px;
}

.vehicle-viewmode .selected .viewmode-icon {
    opacity: 1;
}

.vehicle-viewmode .viewmode-icon.grid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSIjMmIyYjJiIj48cGF0aCBkPSJNMCAwaDZ2NmgtNnpNNyAwaDZ2NmgtNnpNNyA3aDZ2NmgtNnpNMCA3aDZ2NmgtNnoiLz48L3N2Zz4K);
}

.vehicle-viewmode .viewmode-icon.list {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSIjMmIyYjJiIj48cGF0aCBkPSJNMCAxMGgzdjNoLTN6TTUgMTBoOHYzaC04ek0wIDVoM3YzaC0zek01IDVoOHYzaC04ek0wIDBoM3YzaC0zek01IDBoOHYzaC04eiIvPjwvc3ZnPgo=);
}

/*#endregion*/

/*#region Filter */

.filter-panel {
    margin: 0;
}

.filter-panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*text-transform: uppercase;*/
    color: rgba(0,0,0,.8);
    height: 30px;
    font-weight: 500;
    font-size: 1rem;
}

    .filter-panel-header svg {
        font-size: 12px;
        margin-right: 10px;
        stroke: currentColor;
    }

.filter-panel-header-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filter-panel-header-margin {
    margin-top: 30px;
    margin-bottom: 15px;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group-header {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
}

.filter-group-content {
    padding-bottom: 10px;
}

.filter-group .filter-scroll {
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
}

.filter-group .filter-item {
    display: block;
    margin-bottom: 12px;
}

.filter-panel .btn {
    height: 1.875rem;
    margin: 1.25rem 0 0;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
}

/*range filter*/

.range-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

/* range slider */
.range-slider {
    padding: 0 10px;
}

.range-slider label {
    margin-bottom: 13px;
    line-height: 1;
    margin-top: -1px;
    margin-left: -8px;
    display: block;
}

.range-slider__min-max {
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    margin-left: -8px;
}

.range-slider__min-max span {
    font-weight: 700;
    color: #333;
}

.ui-slider-horizontal {
    background-color: #f7f8f8;
    border: none !important;
    border-radius: 0;
    height: 4px;
    margin-bottom: 15px;
}

.ui-slider .ui-slider-range {
    border-radius: 0 !important;
    background-color: #cdd0d2;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 22px;
    height: 22px;
    cursor: grab;
    border-radius: 50%;
    border: solid 7px #cdd0d2;
    background-color: #333;
    touch-action: pan-x;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,.1);
    outline: none !important;
    top: -8px;
    margin-left: -11px;
}

.range {
    position: relative;
    margin: 0 5px 15px 5px;
    height: 11px;
}

.flipper {
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    cursor: pointer;
    top: -8px;
    z-index: 2;
    padding: 8px;
    background: no-repeat 50%;
}

    .flipper.m-left {
        margin-left: -12px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='isolation:isolate' viewBox='80 260 12 11' width='12' height='11'%3E%3Cpath d='M80 261.995c0-.948.992-1.945 1.846-1.995-.023.025 5.439 0 5.462 0 .786.016 1.364.438 1.846.997q.023-.025 2.846 2.993v2.992q-2.869 2.992-2.846 2.992c-.529.635-.998.964-1.846.997.046.025-5.416.05-5.462 0-.923-.025-1.823-.922-1.846-1.995.023 0 0-6.956 0-6.981z' fill='%231183c6'/%3E%3C/svg%3E");
    }

    .flipper.m-right {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: auto;
        margin-left: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='isolation:isolate' viewBox='80 260 12 11' width='12' height='11'%3E%3Cpath d='M80 261.995c0-.948.992-1.945 1.846-1.995-.023.025 5.439 0 5.462 0 .786.016 1.364.438 1.846.997q.023-.025 2.846 2.993v2.992q-2.869 2.992-2.846 2.992c-.529.635-.998.964-1.846.997.046.025-5.416.05-5.462 0-.923-.025-1.823-.922-1.846-1.995.023 0 0-6.956 0-6.981z' fill='%2326b7eb'/%3E%3C/svg%3E");
    }

.fill-range {
    display: block;
    background: #ccc;
    position: relative;
    height: 3px;
    top: 4px;
}

.fill-in {
    display: block;
    height: 3px;
    background: #1183c6 -webkit-gradient(linear,right top,left top,from(#26b7eb),to(#1183c6));
    background: #1183c6 -o-linear-gradient(right,#26b7eb,#1183c6);
    background: #1183c6 linear-gradient(270deg,#26b7eb,#1183c6);
    position: absolute;
    top: 0;
    left: 0;
}

.range.ui-slider-horizontal {
    height: 4px;
    background: #ccc;
    border-radius: 0px;
    /*border: 1px solid #ebebeb;*/
    position: relative;
}

    .range.ui-slider-horizontal .ui-slider-range {
        top: -1px;
    }

.range .ui-widget-header {
    height: 4px;
    border: none;
    position: absolute;
}

.range .ui-widget-header {
    background: #1183c6 -webkit-gradient(linear,right top,left top,from(#26b7eb),to(#1183c6));
    background: #1183c6 -o-linear-gradient(right,#26b7eb,#1183c6);
    background: #1183c6 linear-gradient(270deg,#26b7eb,#1183c6);
}


    .range .ui-state-default,
    .range .ui-widget-content .ui-state-default,
    .range .ui-widget-header .ui-state-default {
        display: block;
        position: absolute;
        top: -10px;
        z-index: 1;
        width: 20px;
        height: 20px;
        background: #fff;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
        /*height: 11px;
        width: 12px;
        border-radius: 0;
        display: block;
        position: absolute;
        top: -5px;
        border: none;
        background: none;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='isolation:isolate' viewBox='80 260 12 11' width='12' height='11'%3E%3Cpath d='M80 261.995c0-.948.992-1.945 1.846-1.995-.023.025 5.439 0 5.462 0 .786.016 1.364.438 1.846.997q.023-.025 2.846 2.993v2.992q-2.869 2.992-2.846 2.992c-.529.635-.998.964-1.846.997.046.025-5.416.05-5.462 0-.923-.025-1.823-.922-1.846-1.995.023 0 0-6.956 0-6.981z' fill='%231183c6'/%3E%3C/svg%3E");*/
    }

/*.range .ui-state-default:last-child {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            left: auto;
            margin-left: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='isolation:isolate' viewBox='80 260 12 11' width='12' height='11'%3E%3Cpath d='M80 261.995c0-.948.992-1.945 1.846-1.995-.023.025 5.439 0 5.462 0 .786.016 1.364.438 1.846.997q.023-.025 2.846 2.993v2.992q-2.869 2.992-2.846 2.992c-.529.635-.998.964-1.846.997.046.025-5.416.05-5.462 0-.923-.025-1.823-.922-1.846-1.995.023 0 0-6.956 0-6.981z' fill='%2326b7eb'/%3E%3C/svg%3E");
        }*/

.range-filter-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    width: 100%;
}

.input-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .input-item:first-child {
        padding-right: 4px;
        padding-left: 0;
    }

.range-filter-label {
    font-size: 14px;
    padding: 0 3px 0 0;
    color: #999;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.range-filter-input {
    width: 100%;
    max-width: calc(100% - 18px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 20px;
    outline: 2px solid transparent;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-shadow: initial;
    box-shadow: none;
}

.selected-price-range {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

/*#endregion*/

/*#region Vehicle item */

.offers_wrap {
    position: relative;
    margin: 0;
    padding: 0
}

    .offers_wrap .ofer_item {
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
    }

        .offers_wrap .ofer_item .of_image {
            min-height: 200px;
            overflow: hidden;
            position: relative;
            z-index: 1;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            background-color: #F9F9F9
        }

        .offers_wrap .ofer_item:hover .of_image {
            opacity: .8
        }

        .offers_wrap .ofer_item .of_image a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent
        }

        .offers_wrap .ofer_item .of_image .of_badge {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            background: #007550;
            padding: 13px 26px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            line-height: 1em;
            font-size: 14px;
            letter-spacing: 1px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s
        }

        .offers_wrap .ofer_item:hover .of_image .of_badge {
            background: #231F20
        }

        .offers_wrap .ofer_item .of_body {
            padding: 20px 20px 10px 20px;
            position: relative;
            overflow: hidden
        }

            .offers_wrap .ofer_item .of_body .of_title {
                position: relative;
                padding: 0;
                margin: 0 0 18px 0;
                font-weight: bold;
                line-height: normal;
                font-size: 19px;
                color: #231F20
            }

.of_favorite {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/favorite.svg) 0 0 no-repeat
}

    .of_favorite svg {
        position: relative;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    .of_favorite:hover svg,
    .of_favorite.active svg {
        position: relative;
        transition: all .3s;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

.offers_wrap .ofer_item .of_body .of_price {
    position: relative;
    padding: 0;
    margin: 0 0 35px 0;
    font-weight: bold;
    line-height: 1em;
    font-size: 18px;
    color: #ff5722
}

    .offers_wrap .ofer_item .of_body .of_price > div {
        float: left
    }

    .offers_wrap .ofer_item .of_body .of_price .of_fullprice {
        font-weight: normal;
        line-height: normal;
        font-size: 14px;
        color: #8E8C8D;
        padding: 0;
        position: relative;
        margin-left: 30px
    }

        .offers_wrap .ofer_item .of_body .of_price .of_fullprice::before {
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 0;
            width: 100%
        }

.offers_wrap .ofer_item .of_body .of_spec {
    display: flex;
    font-weight: 300;
    line-height: 1em;
    font-size: 14px;
    color: #676767;
    padding: 0;
    margin: 0 0 8px 0
}

    .offers_wrap .ofer_item .of_body .of_spec > div:first-child {
        width: 95px
    }

    .offers_wrap .ofer_item .of_body .of_spec b {
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-size: 14px;
        color: #231F20
    }

.offers_wrap .ofer_item .of_body .of_compare {
    padding: 10px 0 0 0;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    color: #007550;
    height: 24px
}

.offers_wrap .ofer_item .of_action {
    padding-left: 20px;
    line-height: 38px
}

    .offers_wrap .ofer_item .of_action > div:first-child {
        float: left
    }

    .offers_wrap .ofer_item .of_action > div:last-child {
        float: right
    }

    .offers_wrap .ofer_item .of_action .of_more {
        position: relative;
        display: block;
        width: 38px;
        height: 38px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.offers_wrap .ofer_item .of_status {
    font-weight: 300;
    font-size: 14px;
    color: #8E8C8D
}

.ofers_action {
    text-align: center;
    position: relative;
    margin-top: 40px
}

    .ofers_action .btn:not(:last-child) {
        margin-right: 20px
    }

/*#region Vehicle details */

.car_details_wrap {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0
}

    .car_details_wrap .cd_title {
        position: relative;
        margin-bottom: 10px
    }

        .car_details_wrap .cd_title h2 {
            display: inline-block;
            position: relative;
            font-style: normal;
            font-weight: bold;
            line-height: normal;
            font-size: 34px;
            color: #231F20;
            padding: 0;
            margin: 0
        }

    .car_details_wrap .cd_brand {
        position: absolute;
        z-index: 2;
        top: -5px;
        right: -55px;
        background: #fff
    }

        .car_details_wrap .cd_brand img {
            height: 30px
        }

    .car_details_wrap .cd_title .cd_main_price {
        position: relative;
        float: right;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 24px;
        color: #ff5722
    }

        .car_details_wrap .cd_title .cd_main_price > span {
            display: block;
            position: absolute;
            bottom: calc(100% + 5px);
            font-style: normal;
            font-weight: normal;
            line-height: 1em;
            font-size: 14px;
            color: #AEB7B3;
            text-decoration: line-through
        }

    .car_details_wrap .cd_reserved_info {
        position: relative;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        font-size: 14px;
        color: #8E8C8D;
        margin: 10px 0
    }

    .car_details_wrap .cd_params_wrap {
        position: relative;
        margin: 20px 0;
        border-bottom: 1px solid rgba(142, 140, 141, 0.2)
    }

    .car_details_wrap .cd_params_box {
        position: relative;
        margin: 0 0 15px 0
    }

        .car_details_wrap .cd_params_box ul {
            display: table;
            padding: 0;
            margin: 0;
            width: auto;
            list-style: none
        }

            .car_details_wrap .cd_params_box ul > li {
                display: table-cell;
                position: relative;
                font-style: normal;
                font-weight: bold;
                line-height: normal;
                font-size: 14px;
                color: #231F20
            }

                .car_details_wrap .cd_params_box ul > li:first-child {
                    font-style: normal;
                    font-weight: 300;
                    line-height: normal;
                    font-size: 14px;
                    color: #656565;
                    width: 130px;
                }

                .car_details_wrap .cd_params_box ul > li:not(:last-child) {
                    padding-bottom: 7px
                }

    .car_details_wrap .cd_parking {
        position: relative;
        margin: 5px 0;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 14px;
    }

        .car_details_wrap .cd_parking i {
            margin-right: 5px
        }

        .car_details_wrap .cd_parking a {
            text-decoration: underline
        }

            .car_details_wrap .cd_parking a:hover {
                text-decoration: none
            }

        .car_details_wrap .cd_parking .cd_parking_name {
            text-align: left
        }

        .car_details_wrap .cd_parking strong {
            color: #231F20
        }

        .car_details_wrap .cd_parking .cd_parking_map {
            text-align: right
        }

    .car_details_wrap .cd_entry {
        margin-top: 10px;
        font-weight: normal;
        font-size: 14px;
        color: #8E8C8D
    }

    .car_details_wrap .cd_compare {
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        font-size: 14px;
        color: #007550;
        margin: 35px 0 24px 0
    }

    .car_details_wrap .cd_consult_box {
        position: relative;
        margin-top: 10px
    }

        .car_details_wrap .cd_consult_box i {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle
        }

    .car_details_wrap .cd_share_box {
        position: relative;
        text-align: left
    }

        .car_details_wrap .cd_share_box a svg {
            display: inline-block;
            margin-right: 10px;
            position: relative;
            top: -1px;
            vertical-align: middle
        }

    .car_details_wrap .cd_compare i {
        margin-right: 5px
    }


.cd_specification_data {
    margin-top: 25px;
}

.cd_print_data .cd_print_head {
    background: #efefef;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #fff;
    padding: 14px 20px
}

    .cd_print_data .cd_print_head h3 {
        margin: 0;
        padding: 0;
        line-height: normal;
        font-size: 18px;
        color: #231F20
    }

.cd_print_data .cd_print {
    text-align: right
}

.cd_print_data .cd_print a {
    color: #fff
}

.cd_print_data .cd_print_body {
    position: relative;
    z-index: 1;
    padding: 20px 20px 65px 20px;
    margin: 0;
    background: #fdfdfd;
    overflow: hidden;
    max-height: 215px
}

.cd_print_data .cd_print_body.active {
    max-height: 100%
}

.cd_print_data .cd_print_body ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none
}

.cd_print_data .cd_print_body ul > li {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #8E8C8D
}

/*#endregion*/

/*#endregion*/

/*#endregion*/

/*#region *********** HOME PAGE **********/

.main-baner {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.main-baner-img {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/tesla.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: inherit;
    z-index: 20;
}

.rs-parallax-wrap {
    position: absolute;
    display: block;
}

.slider-layer-1 {
    z-index: 5;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 30px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.slider-layer-2 {
    z-index: 6;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 60px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.slider-layer-3 {
    width: 210px;
    height: 65px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 12px;
    border-color: transparent;
    padding: 12px 35px;
    border-radius: 30px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.slider-layer-4 {
    z-index: 13;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}




.hero {
    padding: 100px 0;
    background: #ccc;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/tesla.jpg);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    margin: 0 auto
}

@media (min-width:768px) {
    .hero-content {
        padding: 60px 0
    }
}

.hero-content .btn {
    font-size: 19px;
    padding: 10px 25px
}

.hero-title {
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif
}

@media (max-width:767px) {
    .hero-title {
        font-size: 24px;
        line-height: 33px;
        white-space: normal;
        margin-bottom: 23px
    }
}

.hero-description {
    opacity: .9;
    font-size: 20px;
    line-height: 28px;
    max-width: 440px;
    margin: 0 auto 24px auto
}

@media (max-width:767px) {
    .hero-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.hero-actions {
    position: relative;
    max-width: 579px;
    margin: 0 auto
}

.hero-action {
    opacity: .9;
    font-size: 16px;
    line-height: 18px;
    color: #fff
}

@media (min-width:768px) {
    .hero-action {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:767px) {
    .hero-action {
        margin: 34px auto 0 auto;
        display: table
    }
}





.process_steps {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 35px;
    width: 100%;
    min-height: 0;
}

.process_steps--style1 {
    display: table;
    table-layout: fixed;
}

    .process_steps--style1 .process_steps__step {
        display: table-cell;
        padding: 20px 10px;
        color: #fff;
        position: relative;
        text-align: center;
        vertical-align: middle;
        height: 240px
    }

        .process_steps--style1 .process_steps__step:first-child {
            border-radius: 3px 0 0 3px;
        }

        .process_steps--style1 .process_steps__step:last-child {
            border-radius: 0 3px 3px 0;
        }

        .process_steps--style1 .process_steps__step:after {
            content: '';
            position: absolute;
            top: 15px;
            right: -14px;
            border: 7px solid transparent;
            z-index: 1;
        }

    .process_steps--style1 .process_steps__intro {
        background: #CD2122;
        text-align: left;
        padding: 20px;
    }

        .process_steps--style1 .process_steps__intro:after {
            border-left-color: #CD2122;
        }

    .process_steps--style1 .process_steps__intro-title {
        margin-top: 0;
        line-height: 1.2;
        font-weight: 500;
        font-size: 24px
    }

        .process_steps--style1 .process_steps__intro-title strong {
            font-size: 120%;
            display: block;
        }

    .process_steps--style1 .process_steps__intro-link {
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        opacity: .8;
    }

        .process_steps--style1 .process_steps__intro-link:hover {
            opacity: 1;
        }

    .process_steps--style1 .process_steps__step-desc {
        margin-bottom: 0;
    }

    .process_steps--style1 .process_steps__step-icon {
        margin: 20px 0 15px;
        min-height: 50px;
        line-height: 50px;
        font-size: 56px;
    }

    .process_steps--style1 .process_steps__step-typeimg,
    .process_steps--style1 .process_steps__step-typeimg img {
        max-height: 90px;
        display: inline-block;
    }

    .process_steps--style1 .process_steps__step:nth-child(2) {
        background-color: #5a5a5a;
    }

        .process_steps--style1 .process_steps__step:nth-child(2):after {
            border-left-color: #5a5a5a;
        }

    .process_steps--style1 .process_steps__step:nth-child(3) {
        background-color: #4a4a4a;
    }

        .process_steps--style1 .process_steps__step:nth-child(3):after {
            border-left-color: #4a4a4a;
        }

    .process_steps--style1 .process_steps__step:nth-child(4) {
        background-color: #3e3e3e;
    }

        .process_steps--style1 .process_steps__step:nth-child(4):after {
            border-left-color: #3e3e3e;
        }

    .process_steps--style1 .process_steps__step:nth-child(5) {
        background-color: #383838;
    }

        .process_steps--style1 .process_steps__step:nth-child(5):after {
            border-left-color: #383838;
        }

    .process_steps--style1 .process_steps__step:nth-child(6) {
        background-color: #303030;
    }

        .process_steps--style1 .process_steps__step:nth-child(6):after {
            border-left-color: #303030;
        }

    .process_steps--style1 .process_steps__step:nth-child(7) {
        background-color: #252525;
    }

        .process_steps--style1 .process_steps__step:nth-child(7):after {
            border-left-color: #252525;
        }

    .process_steps--style1 .process_steps__step:last-child:after {
        border: 0;
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .process_steps--style1 {
        display: block;
    }

        .process_steps--style1 .process_steps__step {
            float: left;
            width: 33.3333%;
        }

        .process_steps--style1 .process_steps__intro {
            display: block;
            width: 100%;
            float: none;
            height: auto;
        }
}

@media screen and (max-width:767px) {
    .process_steps--style1 {
        display: block;
    }

        .process_steps--style1 .process_steps__step {
            float: left;
            width: 100%;
        }

        .process_steps--style1 .process_steps__intro {
            display: block;
            width: 100%;
            float: none;
            height: auto;
        }
}

.process_steps--style2 {
    overflow: hidden;
    padding: 20px 0;
}

.container .process_steps--style2 {
    overflow: visible;
}

.process_steps--style2 .process_steps__container,
.process_steps--style2 .process_steps__height {
    min-height: 235px;
}

.process_steps--style2 .process_steps__container {
    float: left;
    width: 66%;
    border-radius: 5px;
    position: relative;
    min-height: 230px;
    padding-right: calc(((100vw - 1170px) / 2) + 15px);
}

.container .process_steps--style2 .process_steps__container {
    padding-right: 0;
}

.process_steps--style2 .process_steps__container:before {
    content: '';
    width: 102%;
    height: 108%;
    position: absolute;
    left: -30px;
    -webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
    -ms-transform: skewX(-10deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) translate3d(0, 0, 0);
    border: solid 1px #E0E0E0;
    top: -4%;
    padding-right: calc(((100vw - 1170px) / 2) + 60px);
    box-sizing: content-box;
    border-radius: 5px;
}

.process_steps--style2 .process_steps__container:after {
    content: '';
    width: 10px;
    height: 106%;
    position: absolute;
    left: -40px;
    -webkit-transform: skewX(-10deg) translate3d(0, 0, 0);
    -ms-transform: skewX(-10deg) translate3d(0, 0, 0);
    transform: skewX(-10deg) translate3d(0, 0, 0);
    z-index: 1;
    top: -3%;
    background: -webkit-gradient(100% 50%, ellipse, rgba(0, 0, 0, .5), transparent 70%);
    background: -webkit-radial-gradient(100% 50%, ellipse, rgba(0, 0, 0, .5), transparent 70%);
    background: radial-gradient(ellipse at 100% 50%, rgba(0, 0, 0, .5), transparent 70%);
    background: -webkit-radial-gradient( 100% 50%, 100% 70%, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.process_steps--style2.kl-bgc-light .process_steps__container:before {
    background: #fff;
}

.process_steps--style2.kl-bgc-gray .process_steps__container:before {
    background: #F1F1F1;
    border: solid 1px #F1F1F1;
}

.process_steps--style2.kl-bgc-dark .process_steps__container:before {
    background: #010101;
    border: solid 1px #404040;
}

.process_steps--style2 .process_steps__step {
    padding: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    height: 100%;
    display: table-cell;
}

.process_steps--style2 .process_steps__container .process_steps__step:after {
    content: '';
    width: 10px;
    height: 70%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAxMCAzMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjMuMiAoMTIwNDMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0idiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjA3MTc4NTcxMzksMjguMTY3MTMzOCBMMi4wMDk5OTk5OSwyOC4xNjcxMzM4IEwyLjAwOTk5OTk5LDMwMC4xNjcxMzQgTDAsMzAwLjE2NzEzNCBMMC4wNzE3ODU3MTM5LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjA4NjMzMDk0LDI4LjE2NzEzMzggTDAuMDcxOTQyNDQ2LDI4LjE2NzEzMzggTDcuNzY5Nzg0MTcsMTQuMDQ3MzYyNCBMOS43MTIyMzAyMiwxNC4wNDczNjI0IEwyLjA4NjMzMDk0LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjE1ODI3MzM4LDAgTDAuMDcxOTQyNDQ2LDAgTDcuOTg1NjExNTEsMTQuMDQ3MzYyNCBMMTAsMTQuMDQ3MzYyNCBMMi4xNTgyNzMzOCwwIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    left: 100%;
    top: 15%;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    opacity: 0.05;
    position: absolute;
}

.process_steps--style2.kl-bgc-dark .process_steps__container .process_steps__step:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwcHgiIGhlaWdodD0iMzAwcHgiIHZpZXdCb3g9IjAgMCAxMCAzMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzLjMuMiAoMTIwNDMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0idiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjA3MTc4NTcxMzksMjguMTY3MTMzOCBMMi4wMDk5OTk5OSwyOC4xNjcxMzM4IEwyLjAwOTk5OTk5LDMwMC4xNjcxMzQgTDAsMzAwLjE2NzEzNCBMMC4wNzE3ODU3MTM5LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjA4NjMzMDk0LDI4LjE2NzEzMzggTDAuMDcxOTQyNDQ2LDI4LjE2NzEzMzggTDcuNzY5Nzg0MTcsMTQuMDQ3MzYyNCBMOS43MTIyMzAyMiwxNC4wNDczNjI0IEwyLjA4NjMzMDk0LDI4LjE2NzEzMzggWiIgaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjE1ODI3MzM4LDAgTDAuMDcxOTQyNDQ2LDAgTDcuOTg1NjExNTEsMTQuMDQ3MzYyNCBMMTAsMTQuMDQ3MzYyNCBMMi4xNTgyNzMzOCwwIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.process_steps--style2 .process_steps__container .process_steps__step:last-child:after {
    display: none;
}

.process_steps--style2 .process_steps__inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.process_steps--style2 .process_steps__step-title {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 40px;
}

.process_steps--style2 .process_steps__step-desc {
    color: #888888;
    margin-bottom: 0;
}

.process_steps--style2.kl-bgc-dark .process_steps__step-title {
    color: #C4C4C4;
}

.process_steps--style2.kl-bgc-dark .process_steps__step-desc {
    color: #AFAFAF;
}

.process_steps--style2 .process_steps__step-icon {
    margin: 20px 0 15px;
    min-height: 50px;
    line-height: 50px;
    font-size: 48px;
}

.process_steps--style2 .process_steps__step-typeimg,
.process_steps--style2 .process_steps__step-typeimg .process_steps__step-icon-src {
    max-height: 90px;
    display: block;
    margin: 0 auto;
}

.process_steps--style2 .process_steps__intro {
    background: #CD2122;
    text-align: left;
    float: left;
    width: 34%;
    padding: 30px 40px 30px 30px;
    padding-left: calc(((100vw - 1170px) / 2) + 15px);
}

    .process_steps--style2 .process_steps__intro:before {
        content: '';
        width: 100px;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 0;
        background: #CD2122;
    }

.container .process_steps--style2 .process_steps__intro {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 30px;
}

.process_steps--style2 .process_steps__intro-wrp {
    position: relative;
}

.process_steps--style2 .process_steps__intro-title {
    margin-top: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

    .process_steps--style2 .process_steps__intro-title::before {
        content: '';
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: inline-block;
        bottom: 0;
    }

    .process_steps--style2 .process_steps__intro-title strong {
        font-size: 120%;
        display: block;
    }

.process_steps--style2 .process_steps__intro-link {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    opacity: .8;
    display: inline-block;
}

    .process_steps--style2 .process_steps__intro-link:hover {
        opacity: 1;
    }

@media screen and (min-width:992px) and (max-width:1199px) {
    .process_steps--style2 .process_steps__container {
        padding-right: calc(((100vw - 970px) / 2) + 15px);
    }

        .process_steps--style2 .process_steps__container:before {
            padding-right: calc(((100vw - 970px) / 2) + 60px);
        }

    .process_steps--style2 .process_steps__intro {
        padding-left: calc(((100vw - 970px) / 2) + 15px);
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .process_steps--style2 {
        display: block;
    }

        .process_steps--style2 .process_steps__container {
            width: 100%;
        }

        .process_steps--style2 .process_steps__step {
            float: left;
            width: 33.3333%;
        }

        .process_steps--style2 .process_steps__intro {
            display: block;
            width: 100%;
            float: none;
            height: auto;
            min-height: 0;
        }

        .process_steps--style2 .process_steps__container:before {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            left: -5px;
            padding: 0;
            width: calc(100% + 10px);
        }

        .process_steps--style2 .process_steps__container:after {
            display: none;
        }

        .process_steps--style2 .process_steps__container .process_steps__step:after {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
}

@media screen and (max-width:767px) {
    .process_steps--style2 {
        display: block;
    }

        .process_steps--style2 .process_steps__container {
            width: 100%;
        }

        .process_steps--style2 .process_steps__step {
            float: left;
            width: 100%;
            margin-bottom: 30px;
        }

        .process_steps--style2 .process_steps__intro {
            display: block;
            width: 100%;
            float: none;
            height: auto;
            min-height: 0;
            padding: 30px;
            margin-bottom: 0;
        }

        .process_steps--style2 .process_steps__container:before {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            left: -5px;
            padding: 0;
            width: calc(100% + 10px);
        }

        .process_steps--style2 .process_steps__container:after,
        .process_steps--style2 .process_steps__container .process_steps__step:after {
            display: none;
        }
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation] {
    display: inline-block;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation="tada"] {
    -webkit-animation: tada ease-in-out 1 normal 800ms;
    animation: tada ease-in-out 1 normal 500ms;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation="pulse"] {
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

.process_steps__step:hover .process_steps__step-icon-src[data-animation="fadeOutRightBig"] {
    -webkit-animation: fadeOutRightBig ease-out 1 normal 1s;
    animation: fadeOutRightBig ease-out 1 normal 1s;
}





/*#endregion*/