﻿@charset "UTF-8";

.main-footer {
    position: relative;
}

    .main-footer .container {
        position: relative;
        padding: 0 !important;
    }

.main-footer__bottom__bg-left-2 {
    display: none;
}

@media (max-width: 1199px) {
    .main-footer__bottom__bg-left-2 {
        display: block;
        position: absolute;
        height: 45px;
        top: 0;
        right: 0;
        width: 50%;
        background-color: #99c9f3;
    }
}

@media (max-width: 767px) {
    .main-footer__bottom__bg-left-2 {
        display: none;
    }
}

.main-footer__bottom__bg-left {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #0f171e;
}

@media (max-width: 1199px) {
    .main-footer__bottom__bg-left {
        height: 45px;
        top: 0;
        width: 50%;
        background-color: #133656;
    }
}

@media (max-width: 767px) {
    .main-footer__bottom__bg-left {
        display: none;
    }
}

.main-footer__bottom__bg-right {
    background-color: #99c9f3;
    right: 0;
    width: 50%;
    height: 100%;
    position: absolute;
}

@media (max-width: 1199px) {
    .main-footer__bottom__bg-right {
        height: 34px;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #0f171e;
    }
}

@media (max-width: 767px) {
    .main-footer__bottom__bg-right {
        display: none;
    }
}

.main-footer__top__bg-left {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #cfcfcf;
}

@media (max-width: 1199px) {
    .main-footer__top__bg-left {
        top: 0;
        height: 56px;
        width: 100%;
        z-index: -3;
    }
}

@media (max-width: 767px) {
    .main-footer__top__bg-left {
        display: none;
    }
}

.main-footer__top__bg-right {
    background-color: #e9e9e9;
    right: 0;
    width: 50%;
    height: 100%;
    position: absolute;
}

@media (max-width: 991px) {
    .main-footer__top__bg-right {
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -5;
    }
}

@media (max-width: 767px) {
    .main-footer__top__bg-right {
        display: none;
    }
}

.main-footer__top,
.main-footer__bottom {
    position: relative;
}

    .main-footer__top:before,
    .main-footer__bottom:before,
    .main-footer__top:after,
    .main-footer__bottom:after {
        content: " ";
        display: table;
    }

    .main-footer__top:after,
    .main-footer__bottom:after {
        clear: both;
    }

.main-footer__logos {
    height: 56px;
    background: #cfcfcf;
}

.main-footer__logos__list:before,
.main-footer__logos__list:after {
    content: " ";
    display: table;
}

.main-footer__logos__list:after {
    clear: both;
}

.main-footer__logos__list li {
    float: left;
    margin-left: 30px;
    padding-top: 7px;
}

@media (max-width: 1199px) {
    .main-footer__logos__list li {
        margin-right: 15px;
        margin-left: 0;
    }

        .main-footer__logos__list li:last-child {
            margin-right: 0;
        }
}

.main-footer__logos__list li img {
    display: block;
    height: 45px;
}

.main-footer__exchange-rates {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 991px) {
    .main-footer__exchange-rates {
        position: relative;
        top: auto;
        right: auto;
    }
}

.main-footer__exchange-rate {
    height: 56px;
    float: left;
    width: 320px;
    border-left: 1px solid #cfcfcf;
    background: #e9e9e9;
}

@media (max-width: 991px) {
    .main-footer__exchange-rate {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 15px;
        padding-left: 10px;
    }

        .main-footer__exchange-rate:first-child {
            border-left: none;
        }
}

@media (max-width: 767px) {
    .main-footer__exchange-rate {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 10px;
        border-left: none;
    }

        .main-footer__exchange-rate:first-child {
            border-left: none;
        }
}

.main-footer__exchange-rate__item {
    float: left;
    line-height: 56px;
    color: #0a3459;
    font-size: 15px;
    font-weight: 500;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .main-footer__exchange-rate__item {
        line-height: 1.6em;
        display: block;
    }
}

@media (max-width: 991px) {
    .main-footer__exchange-rate__item {
        width: 100px;
    }

        .main-footer__exchange-rate__item:first-child {
            width: 60px;
        }
}

.main-footer__exchange-rate__item:first-child {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .main-footer__exchange-rate__item:first-child {
        margin-left: 0;
    }
}

.main-footer__exchange-rate__state {
    font-weight: 300;
}

.main-footer__copyright {
    height: 45px;
    background: #0f171e;
    padding-left: 40px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 45px;
    overflow: hidden;
    text-align: left;
}

@media (max-width: 1200px) {
    .main-footer__copyright {
        padding-left: 10px;
        line-height: 1.2em;
        padding-top: 10px;
        padding-bottom: 19px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .main-footer__copyright {
        width: 100%;
        padding: 15px 10px 5px;
    }
}

.main-footer__copyright span {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    float: left;
}

@media (max-width: 767px) {
    .main-footer__copyright span {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}

.main-footer__contact {
    width: 320px;
    background: #99c9f3;
    height: 45px;
    line-height: 45px;
    color: #0a3459;
    font-weight: 300;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
}

    .main-footer__contact:before,
    .main-footer__contact:after {
        content: " ";
        display: table;
    }

    .main-footer__contact:after {
        clear: both;
    }

@media (max-width: 1200px) {
    .main-footer__contact {
        position: relative;
        top: auto;
        right: auto;
        font-size: 14px;
        width: 50%;
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .main-footer__contact {
        float: left;
        width: 70%;
    }
}

.main-footer__contact__text {
    float: left;
    padding-left: 20px;
    padding-right: 22px;
    position: relative;
}

@media (max-width: 767px) {
    .main-footer__contact__text {
        padding-left: 10px;
        padding-right: 6px;
        margin-right: 5px;
    }
}

.main-footer__contact__text:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

@media (max-width: 1200px) {
    .main-footer__contact__text {
        padding-left: 10px;
    }
}

.main-footer__contact__text:after {
    display: block;
    content: "\e942";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .main-footer__contact__text:after {
        content: ":";
        font-family: Ubuntu;
        top: -1px;
        right: 0;
    }
}

.main-footer__contact__tel {
    float: left;
    margin-left: 17px;
    color: #0a3459;
}

@media (max-width: 767px) {
    .main-footer__contact__tel {
        margin-left: 0;
    }
}

.main-footer__contact__tel:hover,
.main-footer__contact__tel:focus,
.main-footer__contact__tel:active {
    color: #0a3459;
}

.main-footer__language {
    width: 118px;
    background: #133656;
    height: 45px;
    line-height: 45px;
    color: #0a3459;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 320px;
}

    .main-footer__language:before,
    .main-footer__language:after {
        content: " ";
        display: table;
    }

    .main-footer__language:after {
        clear: both;
    }

    .main-footer__language .lang {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 50px;
        color: #a6a8a9;
        cursor: pointer;
    }

        .main-footer__language .lang img {
            position: absolute;
            top: 18px;
            left: 20px;
            display: block;
        }

        .main-footer__language .lang:hover,
        .main-footer__language .lang:active,
        .main-footer__language .lang:focus {
            color: #a6a8a9;
        }

@media (max-width: 1200px) {
    .main-footer__language {
        position: relative;
        top: auto;
        right: auto;
        font-size: 14px;
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .main-footer__language .lang {
            padding-left: 40px;
        }

            .main-footer__language .lang img {
                left: 10px;
            }
}

@media (max-width: 767px) {
    .main-footer__language {
        float: left;
        width: 30%;
    }
}

.main-footer__misc-menu {
    float: left;
    margin-left: 30px;
}

    .main-footer__misc-menu a {
        float: left;
        color: #a6a8a9;
        font-size: 12px;
        font-weight: 300;
        margin-right: 15px;
    }

@media (max-width: 767px) {
    .main-footer__misc-menu {
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3782c4;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2f6ea7;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*! jQuery UI - v1.12.1 - 2017-05-18
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                border: 1px solid #cccccc;
                background: #ededed;
                font-weight: normal;
                color: #2b2b2b;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #ffffff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #5f3f3f;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
    }

/* Icons
----------------------------------*/
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel,
.owl-carousel2 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage,
    .owl-carousel2 .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after,
        .owl-carousel2 .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer,
    .owl-carousel2 .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item,
    .owl-carousel2 .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img,
        .owl-carousel2 .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel2 .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled,
    .owl-carousel2 .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel2 .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel2 .owl-nav .owl-next,
    .owl-carousel .owl-dot,
    .owl-carousel2 .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded,
    .owl-carousel2.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading,
    .owl-carousel2.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden,
    .owl-carousel2.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item,
    .owl-carousel2.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item,
    .owl-carousel2.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab,
    .owl-carousel2.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl,
    .owl-carousel2.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item,
        .owl-carousel2.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel,
.no-js .owl-carousel2 {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated,
.owl-carousel2 .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in,
.owl-carousel2 .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out,
.owl-carousel2 .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut,
.owl-carousel2 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy,
.owl-carousel2 .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy,
.owl-carousel2 .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper,
.owl-carousel2 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon,
.owl-carousel2 .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover,
    .owl-carousel2 .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel2 .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel2 .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn,
.owl-carousel2 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame,
.owl-carousel2 .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.remodal,
[data-remodal-id] {
    display: none;
}

.remodal-overlay {
    position: fixed;
    z-index: 99998;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

.remodal-wrapper {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

    .remodal-wrapper:after {
        display: inline-block;
        height: 100%;
        margin-left: -0.05em;
        content: "";
    }

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

    .remodal-overlay.remodal-is-opening,
    .remodal-overlay.remodal-is-closing {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .remodal-overlay.remodal-is-opening {
        -webkit-animation-name: remodal-overlay-opening-keyframes;
        animation-name: remodal-overlay-opening-keyframes;
    }

    .remodal-overlay.remodal-is-closing {
        -webkit-animation-name: remodal-overlay-closing-keyframes;
        animation-name: remodal-overlay-closing-keyframes;
    }

.remodal-wrapper {
    padding: 10px 10px 0;
}

.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

    .remodal.remodal-is-opening,
    .remodal.remodal-is-closing {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .remodal.remodal-is-opening {
        -webkit-animation-name: remodal-opening-keyframes;
        animation-name: remodal-opening-keyframes;
    }

    .remodal.remodal-is-closing {
        -webkit-animation-name: remodal-closing-keyframes;
        animation-name: remodal-closing-keyframes;
    }

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

    .remodal-close:hover,
    .remodal-close:focus {
        color: #2b2e38;
    }

    .remodal-close:before {
        font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
        font-size: 25px;
        line-height: 35px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 35px;
        content: "\00d7";
        text-align: center;
    }

.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

    .remodal-confirm:hover,
    .remodal-confirm:focus {
        background: #66bb6a;
    }

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

    .remodal-cancel:hover,
    .remodal-cancel:focus {
        background: #ef5350;
    }

    .remodal-confirm::-moz-focus-inner,
    .remodal-cancel::-moz-focus-inner,
    .remodal-close::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.m-0 {
    margin: 0px !important;
}

.m-h-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.m-v-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-h-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.m-v-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-h-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.p-v-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-h-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.m-v-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.m-b-4 {
    margin-bottom: 4px !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-l-4 {
    margin-left: 4px !important;
}

.m-r-4 {
    margin-right: 4px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-h-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.p-v-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.p-b-4 {
    padding-bottom: 4px !important;
}

.p-t-4 {
    padding-top: 4px !important;
}

.p-l-4 {
    padding-left: 4px !important;
}

.p-r-4 {
    padding-right: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-h-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.m-v-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-h-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.m-h-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.m-v-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.m-b-6 {
    margin-bottom: 6px !important;
}

.m-t-6 {
    margin-top: 6px !important;
}

.m-l-6 {
    margin-left: 6px !important;
}

.m-r-6 {
    margin-right: 6px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-h-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.p-v-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.p-b-6 {
    padding-bottom: 6px !important;
}

.p-t-6 {
    padding-top: 6px !important;
}

.p-l-6 {
    padding-left: 6px !important;
}

.p-r-6 {
    padding-right: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.m-h-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.m-v-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.m-b-7 {
    margin-bottom: 7px !important;
}

.m-t-7 {
    margin-top: 7px !important;
}

.m-l-7 {
    margin-left: 7px !important;
}

.m-r-7 {
    margin-right: 7px !important;
}

.p-7 {
    padding: 7px !important;
}

.p-h-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.p-v-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.p-b-7 {
    padding-bottom: 7px !important;
}

.p-t-7 {
    padding-top: 7px !important;
}

.p-l-7 {
    padding-left: 7px !important;
}

.p-r-7 {
    padding-right: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.m-h-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.m-v-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-l-8 {
    margin-left: 8px !important;
}

.m-r-8 {
    margin-right: 8px !important;
}

.p-8 {
    padding: 8px !important;
}

.p-h-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.p-v-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.p-b-8 {
    padding-bottom: 8px !important;
}

.p-t-8 {
    padding-top: 8px !important;
}

.p-l-8 {
    padding-left: 8px !important;
}

.p-r-8 {
    padding-right: 8px !important;
}

.m-9 {
    margin: 9px !important;
}

.m-h-9 {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

.m-v-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.m-b-9 {
    margin-bottom: 9px !important;
}

.m-t-9 {
    margin-top: 9px !important;
}

.m-l-9 {
    margin-left: 9px !important;
}

.m-r-9 {
    margin-right: 9px !important;
}

.p-9 {
    padding: 9px !important;
}

.p-h-9 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.p-v-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.p-b-9 {
    padding-bottom: 9px !important;
}

.p-t-9 {
    padding-top: 9px !important;
}

.p-l-9 {
    padding-left: 9px !important;
}

.p-r-9 {
    padding-right: 9px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-h-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-h-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-v-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.m-12 {
    margin: 12px !important;
}

.m-h-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.m-v-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.m-b-12 {
    margin-bottom: 12px !important;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-l-12 {
    margin-left: 12px !important;
}

.m-r-12 {
    margin-right: 12px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-h-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.p-v-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.p-b-12 {
    padding-bottom: 12px !important;
}

.p-t-12 {
    padding-top: 12px !important;
}

.p-l-12 {
    padding-left: 12px !important;
}

.p-r-12 {
    padding-right: 12px !important;
}

.m-13 {
    margin: 13px !important;
}

.m-h-13 {
    margin-left: 13px !important;
    margin-right: 13px !important;
}

.m-v-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.m-b-13 {
    margin-bottom: 13px !important;
}

.m-t-13 {
    margin-top: 13px !important;
}

.m-l-13 {
    margin-left: 13px !important;
}

.m-r-13 {
    margin-right: 13px !important;
}

.p-13 {
    padding: 13px !important;
}

.p-h-13 {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.p-v-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.p-b-13 {
    padding-bottom: 13px !important;
}

.p-t-13 {
    padding-top: 13px !important;
}

.p-l-13 {
    padding-left: 13px !important;
}

.p-r-13 {
    padding-right: 13px !important;
}

.m-14 {
    margin: 14px !important;
}

.m-h-14 {
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.m-v-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.m-b-14 {
    margin-bottom: 14px !important;
}

.m-t-14 {
    margin-top: 14px !important;
}

.m-l-14 {
    margin-left: 14px !important;
}

.m-r-14 {
    margin-right: 14px !important;
}

.p-14 {
    padding: 14px !important;
}

.p-h-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.p-v-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.p-b-14 {
    padding-bottom: 14px !important;
}

.p-t-14 {
    padding-top: 14px !important;
}

.p-l-14 {
    padding-left: 14px !important;
}

.p-r-14 {
    padding-right: 14px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-h-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.m-v-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-h-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p-v-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.m-18 {
    margin: 18px !important;
}

.m-h-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

.m-v-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

.m-b-18 {
    margin-bottom: 18px !important;
}

.m-t-18 {
    margin-top: 18px !important;
}

.m-l-18 {
    margin-left: 18px !important;
}

.m-r-18 {
    margin-right: 18px !important;
}

.p-18 {
    padding: 18px !important;
}

.p-h-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.p-v-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.p-b-18 {
    padding-bottom: 18px !important;
}

.p-t-18 {
    padding-top: 18px !important;
}

.p-l-18 {
    padding-left: 18px !important;
}

.p-r-18 {
    padding-right: 18px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-h-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.m-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-h-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p-v-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-h-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.m-v-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-h-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.p-v-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-h-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.m-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-h-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.p-v-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-h-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.m-v-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-h-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.p-v-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-h-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.m-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-h-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.p-v-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-h-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.m-v-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-h-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.p-v-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-h-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.m-v-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-h-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.p-v-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.m-55 {
    margin: 55px !important;
}

.m-h-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.m-v-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.p-55 {
    padding: 55px !important;
}

.p-h-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.p-v-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-h-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.m-v-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-h-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.p-v-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-h-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.m-v-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-h-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.p-v-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-h-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.m-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-h-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.p-v-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-h-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.m-v-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-h-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.p-v-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.m-h-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.m-v-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.p-h-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.p-v-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

.m-120 {
    margin: 120px !important;
}

.m-h-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
}

.m-v-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.m-b-120 {
    margin-bottom: 120px !important;
}

.m-t-120 {
    margin-top: 120px !important;
}

.m-l-120 {
    margin-left: 120px !important;
}

.m-r-120 {
    margin-right: 120px !important;
}

.p-120 {
    padding: 120px !important;
}

.p-h-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.p-v-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.p-b-120 {
    padding-bottom: 120px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-l-120 {
    padding-left: 120px !important;
}

.p-r-120 {
    padding-right: 120px !important;
}

.m-150 {
    margin: 150px !important;
}

.m-h-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}

.m-v-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.m-b-150 {
    margin-bottom: 150px !important;
}

.m-t-150 {
    margin-top: 150px !important;
}

.m-l-150 {
    margin-left: 150px !important;
}

.m-r-150 {
    margin-right: 150px !important;
}

.p-150 {
    padding: 150px !important;
}

.p-h-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.p-v-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.p-b-150 {
    padding-bottom: 150px !important;
}

.p-t-150 {
    padding-top: 150px !important;
}

.p-l-150 {
    padding-left: 150px !important;
}

.p-r-150 {
    padding-right: 150px !important;
}

.m-200 {
    margin: 200px !important;
}

.m-h-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

.m-v-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.m-b-200 {
    margin-bottom: 200px !important;
}

.m-t-200 {
    margin-top: 200px !important;
}

.m-l-200 {
    margin-left: 200px !important;
}

.m-r-200 {
    margin-right: 200px !important;
}

.p-200 {
    padding: 200px !important;
}

.p-h-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.p-v-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.p-b-200 {
    padding-bottom: 200px !important;
}

.p-t-200 {
    padding-top: 200px !important;
}

.p-l-200 {
    padding-left: 200px !important;
}

.p-r-200 {
    padding-right: 200px !important;
}

.m-115 {
    margin: 115px !important;
}

.m-h-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
}

.m-v-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
}

.m-b-115 {
    margin-bottom: 115px !important;
}

.m-t-115 {
    margin-top: 115px !important;
}

.m-l-115 {
    margin-left: 115px !important;
}

.m-r-115 {
    margin-right: 115px !important;
}

.p-115 {
    padding: 115px !important;
}

.p-h-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
}

.p-v-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
}

.p-b-115 {
    padding-bottom: 115px !important;
}

.p-t-115 {
    padding-top: 115px !important;
}

.p-l-115 {
    padding-left: 115px !important;
}

.p-r-115 {
    padding-right: 115px !important;
}

.m-130 {
    margin: 130px !important;
}

.m-h-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
}

.m-v-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}

.m-t-130 {
    margin-top: 130px !important;
}

.m-l-130 {
    margin-left: 130px !important;
}

.m-r-130 {
    margin-right: 130px !important;
}

.p-130 {
    padding: 130px !important;
}

.p-h-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
}

.p-v-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.p-b-130 {
    padding-bottom: 130px !important;
}

.p-t-130 {
    padding-top: 130px !important;
}

.p-l-130 {
    padding-left: 130px !important;
}

.p-r-130 {
    padding-right: 130px !important;
}

.m-170 {
    margin: 170px !important;
}

.m-h-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
}

.m-v-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
}

.m-b-170 {
    margin-bottom: 170px !important;
}

.m-t-170 {
    margin-top: 170px !important;
}

.m-l-170 {
    margin-left: 170px !important;
}

.m-r-170 {
    margin-right: 170px !important;
}

.p-170 {
    padding: 170px !important;
}

.p-h-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
}

.p-v-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.p-b-170 {
    padding-bottom: 170px !important;
}

.p-t-170 {
    padding-top: 170px !important;
}

.p-l-170 {
    padding-left: 170px !important;
}

.p-r-170 {
    padding-right: 170px !important;
}

.icon {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
}

.icon--logo {
    background-image: url("../images/sprite-common.png");
    background-position: 0px 0px;
    width: 189px;
    height: 64px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .icon--logo {
        background-image: url("../images/sprite-common-2x.png");
        -webkit-background-size: 189px 114px;
        -moz-background-size: 189px 114px;
        background-size: 189px 114px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?fblmva");
    src: url("../fonts/icomoon.eot?fblmva#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fblmva") format("truetype"), url("../fonts/icomoon.woff?fblmva") format("woff"), url("../fonts/icomoon.svg?fblmva#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-kullanici-girisi-aktif:before {
    content: "\e943";
}

.icon-agac-isleme-makineleri:before {
    content: "\e91c";
}

.icon-agir-ticari-vasita:before {
    content: "\e91d";
}

.icon-ambalaj-makineleri:before {
    content: "\e91e";
}

.icon-beton-pompasi:before {
    content: "\e91f";
}

.icon-bilgisayar-diger-elektronik-ekipmanlar .path1:before {
    content: "\e920";
    color: #000;
}

.icon-bilgisayar-diger-elektronik-ekipmanlar .path2:before {
    content: "\e921";
    margin-left: -1em;
    color: #000;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
}

.icon-binek-vasita:before {
    content: "\e922";
}

.icon-diger-deniz-araclari:before {
    content: "\e923";
}

.icon-diger-hava-araclari:before {
    content: "\e924";
}

.icon-diger-imalat-makineleri-ekipmanlar:before {
    content: "\e925";
}

.icon-diger-is-ve-insaat-makineleri:before {
    content: "\e926";
}

.icon-diger-tarim-makineleri:before {
    content: "\e927";
}

.icon-ekskavator:before {
    content: "\e928";
}

.icon-forkliftler:before {
    content: "\e929";
}

.icon-gemi:before {
    content: "\e92a";
}

.icon-gida-sektorune-ait-makineler:before {
    content: "\e92b";
}

.icon-hafif-ticari-vasita:before {
    content: "\e92c";
}

.icon-helikopter:before {
    content: "\e92d";
}

.icon-isitma-sogutma-sistemleri:before {
    content: "\e92e";
}

.icon-kazici-yukleyici:before {
    content: "\e92f";
}

.icon-konkasor-tesisleri:before {
    content: "\e930";
}

.icon-kule-vinc:before {
    content: "\e931";
}

.icon-matbaa-baski-makineleri:before {
    content: "\e932";
}

.icon-mermer-makineleri:before {
    content: "\e933";
}

.icon-metal-isleme-tezgahlari:before {
    content: "\e934";
}

.icon-mobilya-tefrisat:before {
    content: "\e935";
}

.icon-plastik-enjeksiyon-makineleri:before {
    content: "\e936";
}

.icon-presler:before {
    content: "\e937";
}

.icon-tekne:before {
    content: "\e938";
}

.icon-tekstil-orgu-dokuma-makineleri:before {
    content: "\e939";
}

.icon-tekstil-terbiye-makineleri:before {
    content: "\e93a";
}

.icon-tibbi-cihazlar:before {
    content: "\e93b";
}

.icon-traktorler:before {
    content: "\e93c";
}

.icon-ucak:before {
    content: "\e93d";
}

.icon-vicnler:before {
    content: "\e93e";
}

.icon-yukleyici:before {
    content: "\e93f";
}

.icon-hata-kapat:before {
    content: "\e940";
}

.icon-check:before {
    content: "\e941";
}

.icon-iletisim-hatti:before {
    content: "\e942";
}

.icon-burger-menu-aktif:before {
    content: "\e900";
}

.icon-profilim-aktif:before {
    content: "\e901";
}

.icon-arama-kapat:before {
    content: "\e902";
}

.icon-arama-mobil:before {
    content: "\e903";
}

.icon-burger-menu:before {
    content: "\e904";
}

.icon-profilim-mobil:before {
    content: "\e905";
}

.icon-adres:before {
    content: "\e906";
}

.icon-arama:before {
    content: "\e907";
}

.icon-arti:before {
    content: "\e908";
}

.icon-asagi-ok:before {
    content: "\e909";
}

.icon-breadcrumb-anasayfa:before {
    content: "\e90a";
}

.icon-breadcrumb-kategori:before {
    content: "\e90b";
}

.icon-dogru-fiyat:before {
    content: "\e90c";
}

.icon-eksi:before {
    content: "\e90d";
}

.icon-en-cok-teklif-verilenler:before {
    content: "\e90e";
}

.icon-genis-urun-yelpazesi:before {
    content: "\e90f";
}

.icon-ikinci-el-satis-kanali:before {
    content: "\e910";
}

.icon-kolay-kullanim:before {
    content: "\e911";
}

.icon-kullanici-girisi:before {
    content: "\e912";
}

.icon-leasing-kredisi:before {
    content: "\e913";
}

.icon-pesin-odeme:before {
    content: "\e914";
}

.icon-sag-ince-ok:before {
    content: "\e915";
}

.icon-sag-ok:before {
    content: "\e916";
}

.icon-sag-uzun-ok:before {
    content: "\e917";
}

.icon-sol-ok:before {
    content: "\e918";
}

.icon-suresi-bitmek-uzere-olanlar:before {
    content: "\e919";
}

.icon-teklif-bilgileri:before {
    content: "\e91a";
}

.icon-yukari-ok:before {
    content: "\e91b";
}

.icon-uyari:before {
    content: "\e944";
}

body {
    background: #f6f6f6;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
}

dl,
dd,
dt {
    margin: 0;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-ms-clear {
    display: none;
}

p {
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.standard-list {
    margin-left: 30px;
}

    .standard-list li {
        line-height: 1.4em;
        margin: 0 0 5px;
        list-style-type: disc;
    }

        .standard-list li a {
            color: #213e5a;
        }

.slimScrollBar {
    opacity: 1 !important;
    -ms-filter: none !important;
    -webkit-filter: none !important;
    filter: none !important;
}

.black-screen {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
    display: none;
}

.black-screen--active {
    display: block;
}

.sep {
    padding: 5px 0 0 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #cfcfcf;
}

.sep--extra {
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .sep--extra {
        margin-bottom: 20px;
    }
}

.sep--spacey {
    margin-top: 30px;
    margin-bottom: 35px;
}

.empty-space {
    height: 50px;
    width: 100%;
}

@media (max-width: 767px) {
    .empty-space {
        height: 20px;
    }
}

.col-md-fr {
    float: right !important;
}

@media (max-width: 991px) {
    .col-md-fr {
        float: none !important;
    }
}

.text-regular {
    font-weight: 400;
}

body {
    -webkit-overflow-scrolling: touch;
}

.k-mobile body {
    cursor: pointer;
}

.buttn {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    outline: 0;
    border: 0;
    padding: 0 20px;
    border-radius: 8px;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    -o-transition: background-color 150ms;
    -ms-transition: background-color 150ms;
    transition: background-color 150ms;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.buttn--big-text {
    font-weight: 500;
    font-size: 22px;
}

.buttn--large {
    height: 76px;
    line-height: 76px;
    padding: 0 26px;
    font-size: 18px;
}

@media (max-width: 1050px) {
    .buttn--large {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 20px;
    }
}

.buttn--lean {
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
}

.buttn--full {
    width: 100%;
    text-align: center;
}

.buttn--type1 {
    background: #213e5a;
    color: #fff;
}

    .buttn--type1:hover,
    .buttn--type1:focus,
    .buttn--type1:active {
        background: #284c6e;
        color: #fff;
    }

.buttn--type2 {
    background: #bedffd;
    color: #213e5a;
}

    .buttn--type2:hover,
    .buttn--type2:focus,
    .buttn--type2:active {
        background: #adcbe6;
        color: #213e5a;
    }

.buttn--type3 {
    background: #d9312d;
    color: #fff;
}

    .buttn--type3:hover,
    .buttn--type3:focus,
    .buttn--type3:active {
        background: #c52c29;
        color: #fff;
    }

.buttn--type4 {
    background: #fff;
    color: #16232e;
    padding: 0 12px;
    text-align: left;
    position: relative;
}

    .buttn--type4:before {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .buttn--type4:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 4px 4px 0;
        border-color: transparent #16232e transparent transparent;
        position: absolute;
        left: 0;
        top: 21px;
    }

    .buttn--type4:hover,
    .buttn--type4:focus,
    .buttn--type4:active {
        background: #fff;
        color: #16232e;
    }

.go-back-button {
    display: inline-block;
    line-height: 42px;
    font-weight: 300;
    font-size: 16px;
    padding-left: 15px;
    color: #0a3459;
    position: relative;
}

    .go-back-button:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .go-back-button:after {
        display: block;
        content: "\e918";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        line-height: 42px;
        font-size: 10px;
    }

    .go-back-button:hover,
    .go-back-button:active,
    .go-back-button:focus {
        color: #0a3459;
    }

.main-header {
    position: relative;
    height: 158px;
    background: url("../images/header-bg.jpg") center top #2278c6 no-repeat;
    z-index: 1000;
}

@media (max-width: 991px) {
    .main-header {
        background: url("../images/header-bg2.jpg") center bottom #2278c6 no-repeat;
    }
}

@media (max-width: 767px) {
    .main-header {
        height: 107px;
        background: #2278c6;
    }
}

.main-header .container {
    position: relative;
}

.main-header__logo {
    position: absolute;
    top: 45px;
    left: 5px;
    z-index: 10;
}

.main-header__logo__icon {
    display: inline-block;
    background-image: url("../images/sprite-common.png");
    background-position: 0px 0px;
    width: 189px;
    height: 64px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .main-header__logo__icon {
        background-image: url("../images/sprite-common-2x.png");
        -webkit-background-size: 189px 114px;
        -moz-background-size: 189px 114px;
        background-size: 189px 114px;
    }
}

@media (max-width: 991px) {
    .main-header__logo__icon {
        background-image: url("../images/sprite-common.png");
        background-position: 0px -68px;
        width: 138px;
        height: 46px;
    }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 991px) and (min-resolution: 192dpi) {
    .main-header__logo__icon {
        background-image: url("../images/sprite-common-2x.png");
        -webkit-background-size: 189px 114px;
        -moz-background-size: 189px 114px;
        background-size: 189px 114px;
    }
}

@media (max-width: 767px) {
    .main-header__logo {
        top: 30px;
    }
}

.main-header__welcome {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

@media (max-width: 767px) {
    .main-header__welcome {
        display: none;
    }
}

.header-desktop {
    display: block;
}

@media (max-width: 767px) {
    .header-desktop {
        display: none;
    }
}

.header-desktop .menu-container {
    position: relative;
}

.header-mobile {
    display: none;
    position: relative;
}

@media (max-width: 767px) {
    .header-mobile {
        display: block;
    }
}

.top-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.top-menu__search {
    float: left;
    width: 327px;
    height: 66px;
    position: relative;
}

    .top-menu__search:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .top-menu__search:after {
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        border-bottom-left-radius: 10px;
    }

.top-menu__search-input {
    width: 260px;
    margin: 20px 0 0 20px;
    height: 26px;
    line-height: 26px;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding: 0 7px;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    outline: none;
}

    .top-menu__search-input::-webkit-input-placeholder {
        color: #fff;
    }

    .top-menu__search-input:-moz-placeholder {
        color: #fff;
    }

    .top-menu__search-input::-moz-placeholder {
        color: #fff;
    }

    .top-menu__search-input:-ms-input-placeholder {
        color: #fff;
    }

.top-menu__search-button {
    right: 19px;
    top: 20px;
    width: 30px;
    height: 26px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute;
}

    .top-menu__search-button:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .top-menu__search-button:after {
        display: block;
        content: "\e907";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
    }

.top-menu__ikinci-el-login {
    float: left;
    position: relative;
}

.top-menu__ikinci-el-login__button {
    display: block;
    height: 66px;
    line-height: 66px;
    padding: 0 20px 0 75px;
    min-width: 214px;
    font-size: 18px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #d9312d;
    border-bottom-right-radius: 10px;
    position: relative;
}

    .top-menu__ikinci-el-login__button:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .top-menu__ikinci-el-login__button:after {
        display: block;
        content: "\e912";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 42px;
        left: 20px;
    }

    .top-menu__ikinci-el-login__button:hover,
    .top-menu__ikinci-el-login__button:active,
    .top-menu__ikinci-el-login__button:focus {
        color: #fff;
    }

.top-menu__ikinci-el-login__button--active {
    border-radius: 0;
}

.top-menu__ikinci-el-login__submenu {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    display: none;
}

.top-menu__ikinci-el-login__submenu--active {
    display: block;
}

.top-menu__ikinci-el-login__submenu__item {
    display: block;
    height: 66px;
    line-height: 66px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    background: #f5443f;
    cursor:pointer;
}

    .top-menu__ikinci-el-login__submenu__item:nth-child(2) {
        background: #ff5853;
    }

    .top-menu__ikinci-el-login__submenu__item:nth-child(3) {
        background: #ff7e7a;
    }

    .top-menu__ikinci-el-login__submenu__item:nth-last-child(1) {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .top-menu__ikinci-el-login__submenu__item:hover,
    .top-menu__ikinci-el-login__submenu__item:active,
    .top-menu__ikinci-el-login__submenu__item:focus {
        color: #fff;
    }

.bottom-menu {
    position: absolute;
    top: 105px;
    right: 0;
}

.bottom-menu__list li {
    float: left;
    margin-left: 25px;
}

    .bottom-menu__list li a {
        display: block;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
    }

.mobile-menu {
    position: absolute;
    top: 24px;
    right: 5px;
}

.mobile-menu__item {
    float: left;
    margin-left: 12px;
}

    .mobile-menu__item > a {
        display: block;
        color: #fff;
        position: relative;
    }

        .mobile-menu__item > a:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .mobile-menu__item > a:after {
            display: block;
            content: "\e903";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            font-size: 18px;
            font-weight: 400;
            display: inline-block;
            position: relative;
            top: auto;
            left: auto;
        }

.mobile-menu__item--search {
    padding-top: 10px;
}

    .mobile-menu__item--search > a:after {
        display: block;
        content: "\e903";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 26px;
        font-weight: 400;
        display: inline-block;
    }

.mobile-menu__item--login {
    padding-top: 7px;
}

    .mobile-menu__item--login > a:after {
        display: block;
        content: "\e912";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 30px;
        font-weight: 400;
        display: inline-block;
    }

    .mobile-menu__item--login.mobile-menu__item--active > a:after {
        display: block;
        content: "\e943";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 30px;
        font-weight: 400;
        display: inline-block;
    }

.mobile-menu__item--profile {
    padding-top: 7px;
}

    .mobile-menu__item--profile > a:after {
        display: block;
        content: "\e905";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 30px;
        font-weight: 400;
        display: inline-block;
    }

    .mobile-menu__item--profile.mobile-menu__item--active > a:after {
        display: block;
        content: "\e901";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 30px;
        font-weight: 400;
        display: inline-block;
    }

.mobile-menu__item--hamburger > a:after {
    display: block;
    content: "\e904";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
}

.mobile-menu__item--hamburger.mobile-menu__item--active > a:after {
    display: block;
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
}

.mobile-search {
    display: none;
    height: 107px;
    background: #247bca;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-search--active {
    display: block;
}

.mobile-search__area {
    padding: 10px 75px 10px 10px;
    position: relative;
}

    .mobile-search__area:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .mobile-search__area:after {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }

.mobile-search__input {
    width: 100%;
    margin: 5px 0 10px 0;
    height: 26px;
    line-height: 26px;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding: 0 7px;
    border: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
    outline: none;
}

    .mobile-search__input::-webkit-input-placeholder {
        color: #fff;
    }

    .mobile-search__input:-moz-placeholder {
        color: #fff;
    }

    .mobile-search__input::-moz-placeholder {
        color: #fff;
    }

    .mobile-search__input:-ms-input-placeholder {
        color: #fff;
    }

.mobile-search__button {
    right: 35px;
    top: 15px;
    width: 30px;
    height: 26px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute;
}

    .mobile-search__button:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .mobile-search__button:after {
        display: block;
        content: "\e907";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
    }

.mobile-search__close {
    top: 20px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: #3077b7;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

    .mobile-search__close:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .mobile-search__close:after {
        display: block;
        content: "\e902";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 6px;
        font-weight: 400;
        color: #fff;
        top: 5px;
        left: 5px;
    }

.mobile-submenu {
    width: 100%;
    position: absolute;
    top: 107px;
    left: 0;
    z-index: 1050;
}

.mobile-submenu__item {
    display: none;
}

.mobile-submenu__item--active {
    display: block;
}

.mobile-submenu__list li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cfcfcf;
    color: #133656;
    font: 14px;
    font-weight: 300;
    background: #fff;
    padding: 0 10px;
}

.greetings {
    background: #fff;
    padding: 35px 0;
}

.greetings__title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 300;
    color: #16232e;
}

.greetings__boxes {
    padding: 0 30px;
    margin-top: -5px;
    background: #fff;
    text-align: center;
}

.greetings__box {
    color: #16232e;
}

@media (max-width: 991px) {
    .greetings__title {
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .greetings {
        background: #fff;
        padding: 20px 0;
    }

    .greetings__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .greetings__boxes {
        padding: 0 15px;
        margin-top: 0;
    }

        .greetings__boxes .owl-nav {
            position: absolute;
            top: 50%;
            left: -20px;
            right: -20px;
            z-index: 100;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .greetings__boxes .owl-nav .owl-prev {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 20px;
                line-height: 1;
                color: #000;
                -moz-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                -webkit-transform: scaleX(-1);
                -webkit-transform: scaleX(-1);
                -moz-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                -ms-transform: scaleX(-1);
                transform: scaleX(-1);
                -webkit-filter: FlipH;
                filter: FlipH;
                -ms-filter: "FlipH";
            }

                .greetings__boxes .owl-nav .owl-prev:after {
                    display: block;
                    content: "\e915";
                    font-family: 'icomoon' !important;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: inherit;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 100%;
                    color: inherit;
                }

            .greetings__boxes .owl-nav .owl-next {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 20px;
                line-height: 1;
                color: #000;
            }

                .greetings__boxes .owl-nav .owl-next:after {
                    display: block;
                    content: "\e915";
                    font-family: 'icomoon' !important;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: inherit;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 100%;
                    color: inherit;
                }
}

@media (max-width: 991px) {
    .greetings__box {
        margin-bottom: 20px;
    }
}

.greetings__box__title {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 400;
}

.greetings__box__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
}

.greetings__icon {
    position: relative;
    text-align: center;
    height: 60px;
}

    .greetings__icon:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .greetings__icon:after {
        display: block;
        content: "\e90c";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        color: #d9312d;
        font-size: 55px;
        font-weight: 400;
    }

.greetings__icon--easy-usability:after {
    display: block;
    content: "\e911";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #d9312d;
    font-size: 42px;
    font-weight: 400;
}

.greetings__icon--many-options:after {
    display: block;
    content: "\e90f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    color: #d9312d;
    font-size: 42px;
    font-weight: 400;
}

.homepage-product {
    position: relative;
    background: #133656;
    padding: 50px 0 40px;
}

.product-search {
    position: relative;
    background: #2278c6;
    border-radius: 10px;
    color: #fff;
    padding: 30px 30px 45px;
}

@media (max-width: 991px) {
    .product-search {
        margin-bottom: 50px;
    }
}

.product-search__title {
    font-weight: 300;
    font-size: 32px;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .product-search__title {
        font-size: 22px;
    }
}

.product-search__input-container {
    padding-left: 95px;
}

@media (max-width: 767px) {
    .product-search__input-container {
        padding-left: 0;
    }
}

.product-search .form-label {
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .product-search .form-label {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
}

.product-search .price-row .col-xs-6:nth-child(1) {
    position: relative;
}

    .product-search .price-row .col-xs-6:nth-child(1):after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .product-search .price-row .col-xs-6:nth-child(1):after {
        content: "-";
        left: auto;
        right: -2px;
        color: #fff;
        font-weight: 700;
        line-height: 50px;
    }

.product-search__action {
    position: absolute;
    bottom: -80px;
    right: 0;
}

.product-grid-view:before,
.product-grid-view:after {
    content: " ";
    display: table;
}

.product-grid-view:after {
    clear: both;
}

.product-grid-view__link {
    margin-bottom: 25px;
}

    .product-grid-view__link:before,
    .product-grid-view__link:after {
        content: " ";
        display: table;
    }

    .product-grid-view__link:after {
        clear: both;
    }

    .product-grid-view__link a {
        float: right;
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        padding-right: 22px;
        position: relative;
    }

        .product-grid-view__link a:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .product-grid-view__link a:after {
            display: block;
            content: "\e915";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            top: 4px;
            left: auto;
            right: 0;
            font-size: 14px;
        }

    .product-grid-view__link:hover,
    .product-grid-view__link:focus,
    .product-grid-view__link:active {
        color: #fff;
    }

.product-grid-view__container {
    margin: 0 -5px;
}

    .product-grid-view__container:before,
    .product-grid-view__container:after {
        content: " ";
        display: table;
    }

    .product-grid-view__container:after {
        clear: both;
    }

.product-grid-view__product {
    float: left;
    width: 50%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
}

.product-grid-view__product__inner {
    display: block;
    height: 193px;
    background: #2278c6;
    border-radius: 10px;
    width: 100%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    -o-transition: background-color 150ms;
    -ms-transition: background-color 150ms;
    transition: background-color 150ms;
}

    .product-grid-view__product__inner:hover {
        background: #d9312d;
    }

@media (max-width: 767px) {
    .product-grid-view__product__inner {
        padding: 20px 10px;
    }
}

.product-grid-view__product__icon {
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.product-grid-view__product__icon-v2 {
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-size: 85px;
}

.product-grid-view__product__icon:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.product-grid-view__product__icon:after {
    display: block;
    content: "\e928";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

@media (max-width: 767px) {
    .product-grid-view__product__icon:after {
        font-size: 75px !important;
    }
}

.product-grid-view__product__icon--agir-vasitalar:after {
    display: block;
    content: "\e91d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--tarim-makinalari:after {
    display: block;
    content: "\e93c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--forklift:after {
    display: block;
    content: "\e929";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--binek-vasita:after {
    display: block;
    content: "\e922";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--hafif-ticari-vasita:after {
    display: block;
    content: "\e92c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--agir-ticari-vasita:after {
    display: block;
    content: "\e91d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--ekskavator:after {
    display: block;
    content: "\e928";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--kazici-yukleyici:after {
    display: block;
    content: "\e92f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--yukleyici:after {
    display: block;
    content: "\e93f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--konkasor-tesisleri:after {
    display: block;
    content: "\e930";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--beton-pompasi:after {
    display: block;
    content: "\e91f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--kule-vinc:after {
    display: block;
    content: "\e931";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--diger-is-ve-insaat-makineleri:after {
    display: block;
    content: "\e926";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--forkliftler:after {
    display: block;
    content: "\e929";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--traktorler:after {
    display: block;
    content: "\e93c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--diger-tarim-makineleri:after {
    display: block;
    content: "\e927";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--metal-isleme-tezgahlari:after {
    display: block;
    content: "\e934";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--agac-isleme-makineleri:after {
    display: block;
    content: "\e91c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--ambalaj-makineleri:after {
    display: block;
    content: "\e91e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--tekstil-orgu-ve-dokuma-makineleri:after {
    display: block;
    content: "\e939";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--tekstil-terbiye-makineleri:after {
    display: block;
    content: "\e93a";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--mermer-makineleri:after {
    display: block;
    content: "\e933";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--matbaa-baski-makineleri:after {
    display: block;
    content: "\e932";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--isitma-sogutma-sistemleri:after {
    display: block;
    content: "\e92e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--tibbi-cihazlar:after {
    display: block;
    content: "\e93b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--bilgisayar-ve-diger-elektronik-ekipmanlar:after {
    display: block;
    content: "\e920";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--gida-sektorune-ait-makineler:after {
    display: block;
    content: "\e92b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--plastik-enjeksiyon-makineleri:after {
    display: block;
    content: "\e936";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--presler:after {
    display: block;
    content: "\e937";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--vincler:after {
    display: block;
    content: "\e93e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--diger-imalat-makineleri-ve-ekipmanlar:after {
    display: block;
    content: "\e925";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--mobilya-tefrisat:after {
    display: block;
    content: "\e935";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--tekne:after {
    display: block;
    content: "\e938";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--gemi:after {
    display: block;
    content: "\e92a";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--diger-deniz-araclari:after {
    display: block;
    content: "\e923";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--ucak:after {
    display: block;
    content: "\e93d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--helikopter:after {
    display: block;
    content: "\e92d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__icon--diger-hava-araclari:after {
    display: block;
    content: "\e924";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 85px;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
}

.product-grid-view__product__title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .product-grid-view__product__title {
        font-size: 16px;
    }
}

.form-block {
    position: relative;
}

.form-block__title {
    font-size: 16px;
    font-weight: 500;
    color: #0a3459;
    margin: 0 0 15px;
}

.form-block__little-sep {
    position: absolute;
    width: 1px;
    height: 97%;
    left: 50%;
    top: 0;
    background: #cfcfcf;
}

@media (max-width: 991px) {
    .form-block__little-sep {
        display: none;
    }
}

.form-block .col-md-6--first {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .form-block .col-md-6--first {
        padding-right: 15px;
    }
}

.form-block .col-md-6--second {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .form-block .col-md-6--second {
        padding-left: 15px;
    }
}

.form-field {
    position: relative;
    margin-bottom: 12px;
}

    .form-field:before,
    .form-field:after {
        content: " ";
        display: table;
    }

    .form-field:after {
        clear: both;
    }

.form-field--type2 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .form-field--type2 {
        margin-bottom: 18px;
    }
}

.form-field--one-line .input-text {
    width: auto;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .form-field--one-line .input-text {
        width: 100%;
        margin-left: 0;
    }
}

.form-label {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.form-label--type2 {
    color: #0a3459;
    font-size: 16px;
    margin: 0 0 15px;
}

.form-label--type3 {
    display: inline-block;
    color: #0a3459;
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .form-label--placeholder {
        display: none;
    }
}

*:focus {
    outline: none;
}

.input-text {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 50px;
    height: 50px;
    padding: 0 18px;
    color: #0a3459;
    font-size: 14px;
    /*&::placeholder
    color $cello*/
}

    .input-text::-webkit-input-placeholder {
        color: #999;
    }

    .input-text:-moz-placeholder {
        color: #999;
    }

    .input-text::-moz-placeholder {
        color: #999;
    }

    .input-text:-ms-input-placeholder {
        color: #999;
    }

.input-text--type2 {
    border-color: #0e1922;
    height: 42px;
    line-height: 42px;
}

    .input-text--type2[disabled] {
        background: #f6f6f6;
        border-color: #f6f6f6;
    }

.input-text.parsley-error {
    border-color: #d9312d;
}

.input-text.js_phone-input::-webkit-input-placeholder {
    color: #999;
}

.input-text.js_phone-input:-moz-placeholder {
    color: #999;
}

.input-text.js_phone-input::-moz-placeholder {
    color: #999;
}

.input-text.js_phone-input:-ms-input-placeholder {
    color: #999;
}

.form-select {
    width: 100%;
    background: url("../images/sprite/common/select-arrow.png") no-repeat calc(100% - 10px) #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a3459;
    font-size: 14px;
    font-weight: 300;
    padding: 0 32px 0 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    visibility: hidden;
}

    .form-select::-ms-expand {
        display: none;
    }

.form-select--type2 {
    border-color: #0e1922;
    height: 42px;
}

.form-select--area-code {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-select option {
    background: #fff;
    color: #0a3459;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form-select {
        background-image: url("../images/sprite/common/select-arrow-2x.png");
        -webkit-background-size: 9px 5px;
        -moz-background-size: 9px 5px;
        background-size: 9px 5px;
    }
}

.form-select.parsley-error {
    border-color: #d9312d;
}

.form-select[multiple] {
    visibility: hidden;
}

.form-select + .select2-container--default {
    width: 100% !important;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a3459;
    font-size: 14px;
    font-weight: 300;
    padding: 0 25px 0 18px;
}

    .form-select + .select2-container--default .select2-selection--multiple,
    .form-select + .select2-container--default .select2-selection--single,
    .form-select + .select2-container--default .select2-selection--single .select2-selection__rendered,
    .form-select + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0;
        background: none;
        height: 48px;
        line-height: 50px;
        border: none;
        color: #0a3459;
        font-size: 14px;
    }

        .form-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 37px;
            width: 28px;
        }

            .form-select + .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border: none;
                background: none;
                background-image: url("../images/sprite-common.png");
                background-position: -166px -68px;
                width: 9px;
                height: 5px;
            }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .form-select + .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: url("../images/sprite-common-2x.png");
        -webkit-background-size: 189px 114px;
        -moz-background-size: 189px 114px;
        background-size: 189px 114px;
    }
}

.form-select + .select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 40px;
}

.form-select + .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.form-select + .select2-container--default .select2-selection--multiple .select2-search__field {
    margin: 0;
}

.form-select + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px;
    border: none;
    background: #2278c6;
    color: #fff;
    font-size: 14px;
    margin: 0;
    height: 16px;
    line-height: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 6px 6px 0 0;
}

.form-select + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    margin-right: 4px;
}

    .form-select + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

.form-select--type2 + .select2-container--default {
    border-color: #0e1922;
    height: 42px;
}

    .form-select--type2 + .select2-container--default .select2-selection--single,
    .form-select--type2 + .select2-container--default .select2-selection--single .select2-selection__rendered,
    .form-select--type2 + .select2-container--default .select2-selection--multiple,
    .form-select--type2 + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        height: 40px;
        line-height: 42px;
    }

.form-select--area-code + .select2-container--default {
    width: 80px !important;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 12px;
}

.form-select.parsley-error + .select2-container--default {
    border-color: #d9312d;
}

.select2-container--default .select2-dropdown {
    border-radius: 0;
    border: 1px solid #0c5495;
    color: #0a3459;
}

    .select2-container--default .select2-dropdown .select2-results .select2-results__options {
        position: relative;
    }

    .select2-container--default .select2-dropdown .select2-results .select2-results__option {
        background: #fff;
        /*&:nth-child(1)
          border-top-left-radius 3px
          border-top-right-radius 3px
          
        &:nth-last-child(1)
          border-bottom-left-radius 3px
          border-bottom-right-radius 3px*/
    }

        .select2-container--default .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
            background: #213e5a;
            color: #fff;
        }

    .select2-container--default .select2-dropdown .select2-results .select2-results__option--highlighted {
        background: #e9e9e9;
        color: #0a3459;
    }

body > .select2-container--default {
    z-index: 99999;
}

.form-textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #0e1922;
    height: 150px;
    padding: 10px;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a3459;
    font-size: 14px;
    resize: none;
    border-radius: 8px;
}

    .form-textarea.parsley-error {
        border-color: #d9312d;
    }

.form-action {
    margin-top: 15px;
    padding: 40px 0 50px;
    border-top: 1px solid #0e1922;
    /*@media (max-width: 767px)
    padding-bottom 10px*/
}

    .form-action:before,
    .form-action:after {
        content: " ";
        display: table;
    }

    .form-action:after {
        clear: both;
    }

@media (max-width: 1050px) {
    .form-action {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.form-action--type2 {
    padding: 20px 0;
}

.form-action__left {
    float: left;
    padding-top: 12px;
}

    .form-action__left button,
    .form-action__left a {
        float: left;
        margin-right: 10px;
    }

@media (max-width: 1050px) {
    .form-action__left {
        float: none;
        margin-bottom: 20px;
    }

        .form-action__left button,
        .form-action__left a {
            float: none;
            width: 100%;
            margin: 0 0 10px;
        }

        .form-action__left .form-captcha {
            text-align: center;
        }
}

.form-action__right {
    float: right;
}

    .form-action__right button,
    .form-action__right a {
        float: right;
        margin-left: 20px;
    }

    .form-action__right.form-action__right--type2 {
        padding-top: 30px;
    }

        .form-action__right.form-action__right--type2 button,
        .form-action__right.form-action__right--type2 a {
            margin-left: 10px;
        }

    .form-action__right .form-captcha {
        float: left;
    }

        .form-action__right .form-captcha img {
            max-width: 100%;
        }

@media (max-width: 1050px) {
    .form-action__right {
        float: none;
    }

        .form-action__right button,
        .form-action__right a,
        .form-action__right .form-captcha {
            float: none;
            width: 100%;
            margin: 0 0 10px;
        }

        .form-action__right.form-action__right--type2 {
            padding-top: 0;
        }

            .form-action__right.form-action__right--type2 button,
            .form-action__right.form-action__right--type2 a {
                margin-left: 0;
            }

        .form-action__right .form-captcha {
            text-align: center;
        }
}

.form-action__link {
    color: #0a3459;
    text-decoration: underline;
    cursor: pointer;
}

    .form-action__link:hover,
    .form-action__link:active,
    .form-action__link:focus {
        color: #0a3459;
    }

.form-action .warning {
    color: #d9312d;
    font-size: 12px;
    font-weight: 500;
    max-width: 360px;
    float: left;
    padding-top: 10px;
}

.form-action--align-right button,
.form-action--align-right a {
    float: right;
}

@media (max-width: 767px) {
    .form-action button,
    .form-action a {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.form-input-group {
    padding-top: 15px;
}

    .form-input-group:before,
    .form-input-group:after {
        content: " ";
        display: table;
    }

    .form-input-group:after {
        clear: both;
    }

.form-input-item {
    float: left;
    position: relative;
    margin-right: 20px;
}

    .form-input-item:nth-last-child(1) {
        margin-right: 0;
    }

.input-radio {
    display: none;
}

    .input-radio + .input-label {
        font-size: 15px;
        color: #0a3459;
        padding-left: 24px;
    }

        .input-radio + .input-label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background: #fff;
            border: 1px solid #0e1922;
            border-radius: 10px;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
        }

    .input-radio:checked + .input-label:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #0e1922;
    }

.input-checkbox {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

    .input-checkbox + label {
        display: inline-block;
        font-size: 14px;
        color: #0a3459;
        padding-left: 29px;
        font-weight: 300;
        line-height: 20px;
        position: relative;
    }

        .input-checkbox + label:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            border: 1px solid #0e1922;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 3px;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
        }

    .input-checkbox:checked + label:after {
        content: "";
        display: block;
        content: "\e941";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-weight: 700;
        font-size: 13px;
        position: absolute;
        left: 4px;
        top: 1px;
        color: #0e1922;
        cursor: pointer;
    }

.input-checkbox--small + label {
    font-size: 12px;
    line-height: 1.2em;
}

    .input-checkbox--small + label:after {
        font-size: 14px;
        line-height: 20px !important;
    }

.input-container {
    position: relative;
}

.input-container--search input {
    padding-right: 38px;
}

.input-container .search-button {
    width: 33px;
    height: 42px;
    color: #0a3459;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

    .input-container .search-button:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .input-container .search-button:after {
        display: block;
        content: "\e900";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 24px;
        position: absolute;
        top: 9px;
        right: 0;
    }

.input-container--phone {
    padding-left: 90px;
}

.input-container--currency .input-text {
    padding-right: 45px;
}

.input-container--currency .input-container__currency {
    position: absolute;
    top: 0;
    right: 15px;
    color: #0a3459;
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
}

.input-datepicker {
    cursor: default;
}

.input-datepicker-container {
    position: relative;
    margin-bottom: 10px;
}

    .input-datepicker-container:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .input-datepicker-container:after {
        display: block;
        content: "\e917";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 24px;
        left: auto;
        top: 7px;
        right: 10px;
        pointer-events: none;
    }

@media (max-width: 1169px) {
    .input-datepicker-container {
        float: none;
    }

        .input-datepicker-container input[type='text'] {
            width: 100%;
        }
}

.parsley-errors-list.filled {
    padding-top: 5px;
}

    .parsley-errors-list.filled .parsley-required,
    .parsley-errors-list.filled .parsley-pattern,
    .parsley-errors-list.filled .parsley-type,
    .parsley-errors-list.filled .parsley-minlength,
    .parsley-errors-list.filled .parsley-maxlength,
    .parsley-errors-list.filled .parsley-equalto,
    .parsley-errors-list.filled .parsley-custom-error-message {
        color: #d9312d;
        font-size: 10px;
        font-weight: 500;
    }

.check-list-table {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .check-list-table {
        display: block;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .check-list-table tr {
        display: block;
    }
}

.check-list-table td {
    position: relative;
    padding-right: 20px;
    padding-bottom: 10px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .check-list-table td {
        display: block;
    }
}

@media (max-width: 991px) {
    .check-list-table--type2 {
        display: block;
    }

        .check-list-table--type2 tr,
        .check-list-table--type2 td {
            display: block;
        }
}

.form-bottom__checkbox {
    padding-bottom: 20px;
}

.form-bottom__action {
    padding-bottom: 30px;
}

.form-bottom__action--right {
    text-align: right;
}

.form-forget {
    color: #0a3459;
    font-weight: 300;
    font-size: 14px;
}

    .form-forget:hover,
    .form-forget:active,
    .form-forget:focus {
        color: #0a3459;
        text-decoration: underline;
    }

.form-captcha-container.mb {
    margin-bottom: 20px;
}

.form-captcha-container img {
    width: 100%;
}

.registration-type {
    display: none;
}

.registration-type--active {
    display: block;
}

.pass-terms {
    padding: 20px 0;
}

    .pass-terms p {
        font-size: 15px;
        font-weight: 400;
        color: #0a3459;
        margin: 0 0 20px;
    }

.dashed-list li {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #0a3459;
    line-height: 1.4em;
    margin: 0 0 6px;
    position: relative;
}

    .dashed-list li:before {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .dashed-list li:before {
        content: "-";
        top: 0;
        left: 0;
    }

.prod-section {
    position: relative;
    background: #fff;
    padding: 50px 0;
}

    .prod-section.pb0 {
        padding-bottom: 0;
    }

.prod-section__title {
    font-weight: 300;
    font-size: 28px;
    color: #16232e;
    padding-left: 45px;
    margin: 0 0 30px;
    position: relative;
}

    .prod-section__title:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .prod-section__title:after {
        display: block;
        content: "\e90e";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 32px;
        color: #d9312d;
        top: 2px;
    }

.prod-section__title--demanded:after {
    display: block;
    content: "\e90e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 32px;
    color: #d9312d;
    top: 1px;
}

.prod-section__title--timeout:after {
    display: block;
    content: "\e919";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 32px;
    color: #d9312d;
    top: 1px;
}

.prod-section__item__top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-bottom: none;
}

.prod-section__item__img {
    margin: 10px;
    text-align: center;
}

    .prod-section__item__img img {
        display: inline-block !important;
        max-width: 100%;
        border-radius: 10px;
        -webkit-transform-style: inherit !important;
    }

.prod-section__item__title {
    color: #16232e;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .col-md-4 .prod-section__item__title {
        height: auto !important;
    }
}

.prod-section__item__desc {
    color: #16232e;
    font-weight: 300;
    font-size: 12px;
    padding: 0 10px;
    margin: 0 0 10px;
}

.prod-section__item__price {
    color: #16232e;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: #f0f0f0;
}

.prod-section__item__action {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    background: #d9312d;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .prod-section__item__action:hover,
    .prod-section__item__action:active,
    .prod-section__item__action:focus {
        color: #fff;
    }

.prod-section__item__timer {
    padding: 0 10px 10px 10px;
    background: #fff;
    color: #16232e;
}

    .prod-section__item__timer:before,
    .prod-section__item__timer:after {
        content: " ";
        display: table;
    }

    .prod-section__item__timer:after {
        clear: both;
    }

.prod-section__item__timer__title {
    float: right;
    clear: both;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 8px;
    position: relative;
}

    .prod-section__item__timer__title:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .prod-section__item__timer__title:after {
        display: block;
        content: "\e919";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 14px;
        top: 0;
        left: 0;
    }

.prod-section__item__timer__list {
    float: right;
    clear: both;
    margin-bottom: 3px;
}

    .prod-section__item__timer__list:before,
    .prod-section__item__timer__list:after {
        content: " ";
        display: table;
    }

    .prod-section__item__timer__list:after {
        clear: both;
    }

    .prod-section__item__timer__list li {
        float: left;
        margin-left: 12px;
    }

        .prod-section__item__timer__list li .time-detail {
            display: block;
            font-weight: 600;
            font-size: 24px;
            text-align: center;
        }

@media (max-width: 767px) {
    .prod-section__item__timer__list li .time-detail {
        font-size: 20px;
    }
}

.prod-section__item__timer__list li .time-name {
    display: block;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
}

.prod-section__item__timer__list--type2 {
    float: none;
}

    .prod-section__item__timer__list--type2 li:nth-child(1) {
        margin-left: 0;
    }

    .prod-section__item__timer__list--type2 li .time-detail {
        font-weight: 500;
        color: #d9312d;
    }

.prod-section__item__timer__list--offer-list {
    float: none;
    margin-top: 6px;
}

    .prod-section__item__timer__list--offer-list li {
        margin-left: 10px;
    }

        .prod-section__item__timer__list--offer-list li:nth-child(1) {
            margin-left: 0;
        }

.prod-section__item__timer__list--almost-expired li {
    color: #d9312d;
}

.prod-section__item--type2 .prod-section__item__top {
    background: #f6f6f6;
}

.prod-section__item--type2 .prod-section__item__timer {
    background: #f6f6f6;
}

.prod-section__item--type3 {
    margin-bottom: 20px;
}

    .prod-section__item--type3 .prod-section__item__top {
        background: transparent;
        border: 1px solid #cfcfcf;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .prod-section__item--type3 .prod-section__item__timer {
        background: transparent;
    }

    .prod-section__item--type3 .prod-section__item__desc {
        margin-bottom: 0;
    }

    .prod-section__item--type3 .prod-section__item__price {
        background: transparent;
        margin-bottom: 5px;
    }

.prod-section__carousel {
    position: relative;
    padding-bottom: 70px;
}

    .prod-section__carousel .owl-dots {
        position: absolute;
        bottom: -45px;
        width: 100%;
        padding: 0 20px 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .prod-section__carousel .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

        .prod-section__carousel .owl-dot:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .prod-section__carousel .owl-dot:after {
            background: #b6babc;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            left: 0;
        }

        .prod-section__carousel .owl-dot.active:after {
            background: #0e1922;
        }

    .prod-section__carousel .owl-nav {
        position: absolute;
        bottom: -24px;
        left: 0;
        width: 100%;
        z-index: 100;
    }

        .prod-section__carousel .owl-nav .owl-prev {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 20px;
            line-height: 1;
            color: #000;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
            -webkit-filter: FlipH;
            filter: FlipH;
            -ms-filter: "FlipH";
        }

            .prod-section__carousel .owl-nav .owl-prev:after {
                display: block;
                content: "\e915";
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: inherit;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 100%;
                color: inherit;
            }

        .prod-section__carousel .owl-nav .owl-next {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 20px;
            line-height: 1;
            color: #000;
        }

            .prod-section__carousel .owl-nav .owl-next:after {
                display: block;
                content: "\e915";
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: inherit;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 100%;
                color: inherit;
            }

.subpage-prod-section {
    padding: 20px 0;
    background: #fff;
}

.subpage-prod-section--pt0 {
    padding-top: 0;
}

.subpage-prod-section--large {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .subpage-prod-section--large {
        padding: 30px 0;
    }
}

.subpage-prod-section--gray {
    background: #f6f6f6;
}

.subpage-prod-section__title {
    font-size: 24px;
    color: #d9312d;
    font-weight: 300;
    margin: 0 0 20px;
}

.breadcrumb-container {
    position: relative;
}

.breadcrumb {
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    height: 39px;
    background: #fff;
}

@media (max-width: 991px) {
    .breadcrumb__horizontal {
        position: relative;
    }

        .breadcrumb__horizontal.on-mobile::-webkit-scrollbar {
            display: none;
        }
}

@media (max-width: 767px) {
    .breadcrumb__horizontal {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.breadcrumb__list {
    height: 39px;
    padding-right: 10px;
}

.breadcrumb__item {
    float: left;
}

    .breadcrumb__item > a,
    .breadcrumb__item > span {
        display: block;
        color: #16232e;
        padding: 0 20px;
        height: 39px;
        line-height: 39px;
        font-size: 14px;
        border-bottom: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
    }

.breadcrumb__item--active > a,
.breadcrumb__item--active > span {
    border-bottom-color: #fff;
}

.breadcrumb__item--home a,
.breadcrumb__item--home span {
    padding-left: 24px;
    font-size: 14px;
    position: relative;
}

    .breadcrumb__item--home a:after,
    .breadcrumb__item--home span:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .breadcrumb__item--home a:after,
    .breadcrumb__item--home span:after {
        display: block;
        content: "\e90a";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        top: 0;
        left: 0;
    }

    .breadcrumb__item--home a:before,
    .breadcrumb__item--home span:before {
        display: none;
    }

.breadcrumb__item--has-submenu {
    position: relative;
}

    .breadcrumb__item--has-submenu > a,
    .breadcrumb__item--has-submenu > span {
        width: 235px;
        cursor: pointer;
        padding-right: 50px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #cfcfcf;
        position: relative;
    }

        .breadcrumb__item--has-submenu > a:after,
        .breadcrumb__item--has-submenu > span:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .breadcrumb__item--has-submenu > a:after,
        .breadcrumb__item--has-submenu > span:after {
            display: block;
            content: "\e90b";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            left: auto;
            right: 18px;
            font-size: 18px;
        }

@media (max-width: 767px) {
    .breadcrumb__item--has-submenu > a,
    .breadcrumb__item--has-submenu > span {
        width: auto;
        cursor: default;
        padding-right: 20px;
    }

        .breadcrumb__item--has-submenu > a:after,
        .breadcrumb__item--has-submenu > span:after {
            display: none;
        }
}

.breadcrumb__item--has-submenu:nth-last-child(1) > a,
.breadcrumb__item--has-submenu:nth-last-child(1) > span {
    border-bottom-color: #fff;
}

.breadcrumb__item__submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 105;
    width: calc(100% - 1px);
    padding: 10px 0;
    background: #f0f0f0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
    .breadcrumb__item__submenu {
        display: none !important;
    }
}

.breadcrumb__item__submenu__item a,
.breadcrumb__item__submenu__item span {
    padding: 12px 20px;
    font-size: 14px;
    color: #16232e;
    font-weight: 300;
    background: #f0f0f0;
    display: block;
    border-top: 1px solid #fff;
    line-height: 1;
}

    .breadcrumb__item__submenu__item a.breadcrumb__item__submenu__item__title,
    .breadcrumb__item__submenu__item span.breadcrumb__item__submenu__item__title {
        padding-right: 50px;
        cursor: pointer;
        position: relative;
    }

        .breadcrumb__item__submenu__item a.breadcrumb__item__submenu__item__title:after,
        .breadcrumb__item__submenu__item span.breadcrumb__item__submenu__item__title:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .breadcrumb__item__submenu__item a.breadcrumb__item__submenu__item__title:after,
        .breadcrumb__item__submenu__item span.breadcrumb__item__submenu__item__title:after {
            display: block;
            content: "\e90b";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            left: auto;
            top: 0px;
            right: 18px;
            font-size: 18px;
        }

.breadcrumb__item__submenu__item:nth-child(1) a,
.breadcrumb__item__submenu__item:nth-child(1) span {
    border-top: none;
    padding-top: 2px;
}

.breadcrumb__item__submenu__item:nth-last-child(1) a,
.breadcrumb__item__submenu__item:nth-last-child(1) span {
    padding-bottom: 2px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.breadcrumb__item--has-submenu.breadcrumb__item--has-submenu--active .breadcrumb__item__submenu {
    display: block;
}

.subpage {
    background: #fff;
    color: #16232e;
    min-height: 600px;
}

@media (max-width: 767px) {
    .subpage {
        min-height: 400px !important;
    }
}

.subpage--product-detail {
    min-height: 750px;
}

.subpage__title {
    margin: 0 0 15px;
    padding-top: 50px;
    font-size: 32px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .subpage__title {
        padding-top: 20px;
    }
}

.subpage__title--type2 {
    padding-top: 20px;
    margin-bottom: 25px;
}

.subpage__title--type3 {
    padding-top: 30px;
    margin-bottom: 30px;
}

.subpage__title--type4 {
    padding-top: 30px;
    font-weight: 300;
    font-size: 24px;
    color: #16232e;
    padding-left: 38px;
    margin: 0 0 25px;
    position: relative;
}

    .subpage__title--type4:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .subpage__title--type4:after {
        display: block;
        content: "\e90e";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 29px;
        color: #d9312d;
        top: 27px;
    }

.subpage__title--demanded:after {
    display: block;
    content: "\e90e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 29px;
    color: #d9312d;
    top: 27px;
}

.subpage__title--timeout:after {
    display: block;
    content: "\e919";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 29px;
    color: #d9312d;
    top: 29px;
}

.subpage p {
    font-size: 15px;
    font-weight: 300;
    color: #0a3459;
    margin: 0 0 20px;
}

.subpage .text-medium {
    font-weight: 500;
}

.subpage__divided {
    position: relative;
    padding-left: 285px;
}

@media (max-width: 767px) {
    .subpage__divided {
        padding-left: 0;
    }
}

.signup-page {
    position: relative;
}

.signup-page__row {
    position: relative;
}

.signup-page__sep {
    position: absolute;
    width: 1px;
    height: 97%;
    left: 50%;
    top: 0;
    background: #cfcfcf;
}

@media (max-width: 991px) {
    .signup-page__sep {
        display: none;
    }
}

.signup-page .col-md-6--first {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .signup-page .col-md-6--first {
        padding-right: 15px;
    }
}

.signup-page .col-md-6--second {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .signup-page .col-md-6--second {
        padding-left: 15px;
    }
}

.remodal-result {
    background: #fff;
    border-radius: 10px;
}

.remodal-result__state {
    height: 95px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

    .remodal-result__state:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-result__state:after {
        position: relative;
        display: block;
        content: "\e941";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        display: inline-block;
        font-size: 95px;
        color: #99c9f3;
    }

.remodal-result__state--fail:after {
    display: block;
    content: "\e940";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    display: inline-block;
    font-size: 95px;
    color: #d9312d;
}

.remodal-result__state--warning:after {
    display: block;
    content: "\e944";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    display: inline-block;
    font-size: 95px;
    color: #d9312d;
}

.remodal-result__title {
    color: #16232e;
    font-weight: 300;
    font-size: 33px;
    margin: 0 0 20px;
    text-align: center;
}

.remodal-result__desc {
    color: #0a3459;
    font-size: 300;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 30px;
}

.remodal-standard {
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

@media (max-width: 767px) {
    .remodal-standard {
        padding: 20px;
    }
}

.remodal-standard__desc {
    font-size: 15px;
    font-weight: 300;
    color: #0a3459;
    line-height: 1.6em;
    margin: 0 0 20px;
}

.remodal-standard__action {
    text-align: center;
    padding-top: 20px;
}

    .remodal-standard__action .buttn {
        display: inline-block;
        margin: 0 5px 10px;
    }

@media (max-width: 767px) {
    .remodal-standard__action .buttn {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.remodal-standard .js_scroll {
    padding-right: 20px;
}

.remodal-panel {
    background: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    max-width: 445px;
}

.remodal-panel__header {
    height: 92px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #133656;
    padding: 0 20px;
}

.remodal-panel__title {
    line-height: 92px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    padding: 0 0 0 65px;
    position: relative;
}

    .remodal-panel__title:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-panel__title:after {
        display: block;
        content: "\e912";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        line-height: 92px;
        font-size: 52px;
    }

.remodal-panel__title--profile:after {
    display: block;
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    line-height: 92px;
    font-size: 52px;
}

.remodal-panel__body {
    background: #fff;
    padding: 30px 30px 18px;
}

@media (max-width: 767px) {
    .remodal-panel__body {
        padding: 15px 15px 9px;
    }
}

.remodal-panel__body--bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.remodal-panel__footer {
    background: #fff;
    padding: 30px 30px 18px;
    border-top: 1px solid #133656;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .remodal-panel__footer:before,
    .remodal-panel__footer:after {
        content: " ";
        display: table;
    }

    .remodal-panel__footer:after {
        clear: both;
    }

@media (max-width: 767px) {
    .remodal-panel__footer {
        padding: 15px 15px 9px;
    }
}

.remodal-panel__footer .input-container {
    float: left;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .remodal-panel__footer .input-container {
        float: none;
        padding-top: 0;
        margin-bottom: 15px;
    }
}

.remodal-panel__footer .back-button-container {
    float: left;
}

@media (max-width: 767px) {
    .remodal-panel__footer .back-button-container {
        float: none;
        margin-bottom: 15px;
    }
}

.remodal-panel__action {
    float: right;
}

@media (max-width: 767px) {
    .remodal-panel__action {
        float: none;
    }

        .remodal-panel__action .buttn {
            width: 100%;
        }
}

.remodal-panel__result__icon {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

    .remodal-panel__result__icon:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-panel__result__icon:after {
        display: block;
        content: "\e941";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        font-size: 100px;
        color: #99c9f3;
    }

.remodal-panel__result__icon--success:after {
    display: block;
    content: "\e941";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    font-size: 100px;
    color: #99c9f3;
}

.remodal-panel__result__icon--error {
    margin-bottom: 25px;
}

    .remodal-panel__result__icon--error:after {
        display: block;
        content: "\e940";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        font-size: 80px;
        color: #d9312d;
    }

.remodal-panel__result__title {
    font-size: 32px;
    font-weight: 300;
    color: #16232e;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
}

.remodal-panel__result__desc {
    font-size: 15px;
    color: #0a3459;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 30px;
    text-align: center;
}

.remodal-panel__result__action {
    text-align: center;
    padding-bottom: 10px;
}

    .remodal-panel__result__action .buttn {
        display: inline-block;
    }

@media (max-width: 767px) {
    .remodal-panel__result__action .buttn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.remodal-offer {
    background: transparent;
    padding: 0;
    max-width: 600px;
}

.remodal-offer__title {
    line-height: 104px;
    padding: 0 70px 0 100px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    background: #d9312d;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
    position: relative;
}

    .remodal-offer__title:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-offer__title:after {
        display: block;
        content: "\e91a";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        top: -2px;
        left: 40px;
        font-size: 41px;
    }

@media (max-width: 767px) {
    .remodal-offer__title {
        line-height: 80px;
    }
}

.remodal-offer__review {
    padding: 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #0e1922;
    position: relative;
}

    .remodal-offer__review:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-offer__review:after {
        width: 1px;
        height: 60%;
        background: #0e1922;
        left: 50%;
        top: 20px;
    }

.remodal-offer__review__offer {
    font-weight: 500;
    font-size: 16px;
    color: #16232e;
    text-align: center;
}

@media (max-width: 767px) {
    .remodal-offer__review__offer {
        font-size: 14px;
        padding-top: 4px;
    }
}

.remodal-offer__review__offer__price {
    display: block;
    padding-top: 3px;
    font-size: 27px;
    font-weight: 400;
    color: #a8a8a8;
}

.remodal-offer__review__offer__price--highlighted {
    color: #d9312d;
}

@media (max-width: 767px) {
    .remodal-offer__review__offer__price {
        font-size: 18px;
    }
}

.remodal-offer__body {
    padding: 0 40px 5px;
    text-align: left;
    background: #fff;
}

@media (max-width: 767px) {
    .remodal-offer__body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.remodal-offer__action {
    padding: 0 30px 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
}

    .remodal-offer__action:before,
    .remodal-offer__action:after {
        content: " ";
        display: table;
    }

    .remodal-offer__action:after {
        clear: both;
    }

    .remodal-offer__action .buttn {
        float: right;
        margin: 0 5px;
    }

@media (max-width: 767px) {
    .remodal-offer__action .buttn {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
}

.remodal-offer__close {
    position: absolute;
    top: 40px;
    right: 44px;
    color: #fff;
    font-size: 15px;
}

    .remodal-offer__close:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-offer__close:after {
        display: block;
        content: "\e940";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
    }

    .remodal-offer__close:hover,
    .remodal-offer__close:active,
    .remodal-offer__close:focus {
        color: #fff;
    }

@media (max-width: 767px) {
    .remodal-offer__close {
        top: 30px;
    }
}

.remodal-gallery {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    /*&:after
    background $white
    width 100%
    height 100%
    z-index 5
    border-radius 10px*/
}

.remodal-gallery__close {
    width: 42px;
    height: 42px;
    top: -15px;
    right: -15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    color: #16232e;
    cursor: pointer;
    z-index: 6;
}

    .remodal-gallery__close:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-gallery__close:after {
        display: block;
        content: "\e940";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        top: 11px;
        left: 12px;
        font-size: 18px;
    }

.blockUI.blockMsg {
    background-color: transparent !important;
    border: none !important;
    top: 32% !important;
}

.loader,
.loader2,
.loader:after,
.loader2:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.4);
    border-right: 1.1em solid rgba(255, 255, 255, 0.4);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.4);
    border-left: 1.1em solid #0a3459;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    -webkit-animation: load8 1.1s infinite linear;
    -moz-animation: load8 1.1s infinite linear;
    -o-animation: load8 1.1s infinite linear;
    -ms-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader2 {
    margin: -30px 0 0 -30px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.4);
    border-right: 1.1em solid rgba(0, 0, 0, 0.4);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.4);
    border-left: 1.1em solid #0a3459;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    -webkit-animation: load8 1.1s infinite linear;
    -moz-animation: load8 1.1s infinite linear;
    -o-animation: load8 1.1s infinite linear;
    -ms-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.loader2--hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.accordion {
    position: relative;
}

    .accordion .accordion__head {
        display: block;
    }

    .accordion .accordion__body {
        display: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity 150ms;
        -moz-transition: opacity 150ms;
        -o-transition: opacity 150ms;
        -ms-transition: opacity 150ms;
        transition: opacity 150ms;
    }

    .accordion .accordion__head.accordion__head--active + .accordion__body {
        display: block;
    }

.accordion--faq {
    position: relative;
}

    .accordion--faq .accordion__item {
        background: #e6f4ff;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .accordion--faq .accordion__head {
        font-size: 14px;
        font-weight: 400;
        padding-right: 50px;
        padding: 18px 45px 18px 20px;
        color: #0a3459;
        position: relative;
    }

        .accordion--faq .accordion__head:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .accordion--faq .accordion__head:after {
            display: block;
            content: "\e908";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            font-size: 18px;
            top: 17px;
            left: auto;
            right: 17px;
        }

    .accordion--faq .accordion__head--active {
        font-weight: 500;
    }

        .accordion--faq .accordion__head--active:after {
            display: block;
            content: "\e90d";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            font-size: 18px;
            top: 17px;
            left: auto;
            right: 17px;
        }

    .accordion--faq .accordion__body {
        margin-top: 10px;
        font-size: 14px;
        padding: 0 20px 18px;
        font-weight: 400;
        color: #0a3459;
        padding-right: 58px;
    }

        .accordion--faq .accordion__body p {
            line-height: 1.4em;
            font-size: 14px;
            font-weight: 400;
            color: #0a3459;
            margin-bottom: 15px;
        }

.aside-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 255px;
}

.aside-menu--products {
    top: 20px;
}

@media (max-width: 767px) {
    .aside-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }
}

.aside-menu__greetings {
    background: #133656;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4em;
    height: 150px;
}

@media (max-width: 767px) {
    .aside-menu__greetings {
        height: auto;
    }
}

.aside-menu__greetings__name {
    display: block;
    font-size: 25px;
    padding-top: 5px;
}

.aside-menu__list {
    margin-bottom: 30px;
}

.aside-menu__list__quantity {
    position: absolute;
    top: 13px;
    right: 24px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #16232e;
    text-align: center;
}

.aside-menu__list__item a {
    display: block;
    padding: 15px 50px 15px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    position: relative;
    background: #133656;
    line-height: 1.2em;
    border-top: 1px solid #324453;
}

.aside-menu__list__item:nth-last-child(1) a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #0e1922;
    border-color: #0e1922;
}

.aside-menu__list__item--active a {
    background: #d9312d !important;
    border-color: #d9312d !important;
}

.aside-menu__product-list {
    border-radius: 10px;
    padding: 5px 0;
    background: #f0f0f0;
}

.aside-menu__product-list__head {
    display: block;
    padding: 10px 40px 10px 18px;
    background: #f0f0f0;
    border-top: 1px solid #fff;
    color: #16232e;
    font-weight: 300;
    font-size: 16px;
    position: relative;
}

    .aside-menu__product-list__head:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .aside-menu__product-list__head:after {
        display: block;
        content: "\e909";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        top: 14px;
        left: auto;
        right: 22px;
        font-size: 7px;
    }

    .aside-menu__product-list__head:hover,
    .aside-menu__product-list__head:active,
    .aside-menu__product-list__head:focus {
        color: #16232e;
    }

    .aside-menu__product-list__head.accordion__head--active {
        color: #16232e;
    }

        .aside-menu__product-list__head.accordion__head--active:after {
            display: block;
            content: "\e91b";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            top: 14px;
            left: auto;
            right: 22px;
            font-size: 7px;
        }

    .aside-menu__product-list__head:nth-child(1) {
        border-top: none;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .aside-menu__product-list__head:nth-last-child(2) {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.aside-menu__product-list__item {
    display: block;
    color: #2c3842;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 10px 10px 35px;
}

    .aside-menu__product-list__item:nth-last-child(1) {
        padding-bottom: 15px;
    }

    .aside-menu__product-list__item > span {
        display: inline-block;
        position: relative;
        padding-right: 27px;
    }

.aside-menu__product-list__quantity {
    position: absolute;
    top: -2px;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
    background: #16232e;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.aside-menu__product-list .aside-menu__product-list__item--active {
    background: #16232e;
    color: #fff;
}

    .aside-menu__product-list .aside-menu__product-list__item--active .aside-menu__product-list__quantity {
        background: #fff;
        color: #16232e;
    }

.aside-menu__mobile {
    display: none;
}

@media (max-width: 767px) {
    .aside-menu__mobile {
        display: block;
        height: 53px;
        line-height: 53px;
        margin-top: 20px;
    }

        .aside-menu__mobile a {
            padding: 0 50px 0 20px;
            display: block;
            font-weight: 400;
            font-size: 18px;
            color: #16232e;
            background: #f0f0f0;
            border-radius: 10px;
            position: relative;
        }

            .aside-menu__mobile a:after {
                content: " ";
                position: absolute;
                display: block;
                top: 0;
                left: 0;
            }

            .aside-menu__mobile a:after {
                display: block;
                content: "\e908";
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: inherit;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 100%;
                color: inherit;
                left: auto;
                right: 20px;
                top: 0;
                color: #0a3459;
            }

        .aside-menu__mobile + .aside-menu {
            display: none;
        }

    .aside-menu__mobile--active a {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .aside-menu__mobile--active a:after {
            display: block;
            content: "\e90d";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            left: auto;
            right: 20px;
            top: 0;
            color: #0a3459;
        }

    .aside-menu__mobile--active + .aside-menu {
        display: block;
    }

        .aside-menu__mobile--active + .aside-menu.aside-menu--products {
            position: absolute;
            top: 53px;
            left: 0;
            z-index: 100;
        }

        .aside-menu__mobile--active + .aside-menu .aside-menu__product-list {
            margin-top: 1px;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }
}

.sale-channel {
    padding-left: 65px;
    font-weight: 400;
    font-size: 14px;
    color: #16232e;
    line-height: 1.4em;
    position: relative;
}

    .sale-channel:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

@media (max-width: 767px) {
    .sale-channel {
        margin-bottom: 30px;
    }
}

.sale-channel:after {
    display: block;
    content: "\e910";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 28px;
    left: 20px;
    top: 9px;
}

.sale-channel a {
    color: #16232e;
}

    .sale-channel a:hover,
    .sale-channel a:active,
    .sale-channel a:focus {
        color: #16232e;
    }

.detailed-search-panel {
    position: relative;
    padding: 0 0 5px;
    margin-top: 25px;
}

    .detailed-search-panel:before,
    .detailed-search-panel:after {
        content: " ";
        display: table;
    }

    .detailed-search-panel:after {
        clear: both;
    }

.detailed-search-panel__input-container {
    padding-right: 280px;
    padding-left: 48px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #fff;
    height: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 767px) {
    .detailed-search-panel__input-container {
        height: 68px;
        padding-left: 20px;
        padding-right: 50px;
    }
}

.detailed-search-panel__input {
    height: 40px;
    line-height: 40px;
    margin-top: 22px;
    font-size: 29px;
    font-weight: 300;
    color: #16232e;
    border: none;
    background: transparent;
    width: 100%;
}

    .detailed-search-panel__input::-webkit-input-placeholder {
        color: #cfcfcf;
    }

    .detailed-search-panel__input:-moz-placeholder {
        color: #cfcfcf;
    }

    .detailed-search-panel__input::-moz-placeholder {
        color: #cfcfcf;
    }

    .detailed-search-panel__input:-ms-input-placeholder {
        color: #cfcfcf;
    }

@media (max-width: 991px) {
    .detailed-search-panel__input {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .detailed-search-panel__input {
        font-size: 14px;
        margin-top: 13px;
    }
}

.detailed-search-panel__search-button {
    width: 70px;
    height: 86px;
    line-height: 86px;
    position: absolute;
    top: 0;
    right: 196px;
    text-align: center;
    border: none;
    background: none;
    position: absolute;
}

    .detailed-search-panel__search-button:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .detailed-search-panel__search-button:after {
        display: block;
        content: "\e907";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 21px;
        color: #16232e;
        line-height: 88px;
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
    }

@media (max-width: 767px) {
    .detailed-search-panel__search-button {
        right: 0;
        height: 66px;
        line-height: 66px;
        width: 50px;
    }

        .detailed-search-panel__search-button:after {
            line-height: 68px;
        }
}

.detailed-search-panel__detailed-search-button {
    position: absolute;
    height: 88px;
    line-height: 88px;
    width: 196px;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #16232e;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #cfcfcf;
}

    .detailed-search-panel__detailed-search-button span {
        display: inline-block;
        padding-right: 27px;
        position: relative;
    }

        .detailed-search-panel__detailed-search-button span:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .detailed-search-panel__detailed-search-button span:after {
            display: block;
            content: "\e917";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            line-height: 88px;
            left: auto;
            right: 0;
        }

@media (max-width: 767px) {
    .detailed-search-panel__detailed-search-button {
        position: relative;
        height: auto;
        width: auto;
        float: right;
        top: auto;
        right: auto;
        border: none;
        display: inline-block;
        line-height: 1;
    }

        .detailed-search-panel__detailed-search-button span {
            padding-right: 0;
            text-transform: capitalize;
            padding: 15px 0 10px;
        }

            .detailed-search-panel__detailed-search-button span:after {
                display: none;
            }
}

.detailed-search-panel__inner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detailed-search-panel__inner--active {
    display: block;
}

.detailed-search-panel__inner__header {
    padding: 40px 40px 0;
    position: relative;
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__header {
        padding: 20px 20px 0;
    }
}

.detailed-search-panel__inner__title {
    font-size: 32px;
    font-weight: 300;
    color: #16232e;
    line-height: 1;
    padding-bottom: 40px;
    border-bottom: 1px solid #cfcfcf;
    z-index: 1;
    position: relative;
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__title {
        padding-bottom: 20px;
    }
}

.detailed-search-panel__inner__close {
    display: inline-block;
    padding-right: 26px;
    font-size: 16px;
    font-weight: 300;
    color: #16232e;
    top: 40px;
    right: 40px;
    z-index: 2;
    position: absolute;
}

    .detailed-search-panel__inner__close:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .detailed-search-panel__inner__close:after {
        display: block;
        content: "\e940";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        left: auto;
        right: 0;
    }

@media (max-width: 767px) {
    .detailed-search-panel__inner__close {
        text-indent: -9999px;
        top: 20px;
        right: 20px;
    }

        .detailed-search-panel__inner__close:after {
            text-indent: 0;
        }
}

.detailed-search-panel__inner__body {
    padding: 40px 40px 0;
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__body {
        padding: 20px 20px 0;
    }
}

.detailed-search-panel__inner__body__container {
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__body__container {
        padding-bottom: 5px;
    }
}

.detailed-search-panel__inner__body__container .col-md-8 {
    padding-right: 40px;
}

.detailed-search-panel__inner__body__container .col-md-4 {
    padding-left: 40px;
    position: relative;
}

    .detailed-search-panel__inner__body__container .col-md-4:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .detailed-search-panel__inner__body__container .col-md-4:after {
        width: 1px;
        height: 100%;
        background: #cfcfcf;
        left: 0;
        top: -10px;
    }

    .detailed-search-panel__inner__body__container .col-md-4 .col-sm-6:nth-child(1) {
        position: relative;
    }

        .detailed-search-panel__inner__body__container .col-md-4 .col-sm-6:nth-child(1):after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .detailed-search-panel__inner__body__container .col-md-4 .col-sm-6:nth-child(1):after {
            content: "-";
            left: auto;
            right: -2px;
            line-height: 40px;
        }

@media (max-width: 991px) {
    .detailed-search-panel__inner__body__container .col-md-8 {
        padding-right: 15px;
    }

    .detailed-search-panel__inner__body__container .col-md-4 {
        padding-left: 15px;
    }

        .detailed-search-panel__inner__body__container .col-md-4:after {
            display: none;
        }
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__body__container .col-sm-6:after {
        display: none !important;
    }
}

.detailed-search-panel__inner__footer {
    padding: 30px 40px;
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__footer {
        padding: 20px 20px;
    }
}

.detailed-search-panel__inner__action {
    text-align: right;
}

@media (max-width: 767px) {
    .detailed-search-panel__inner__action .buttn {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.search-result-header {
    position: relative;
}

.search-result-header__text {
    position: absolute;
    top: 33px;
    right: 0;
    font-weight: 300;
    font-size: 15px;
    color: #0a3459;
    line-height: 32px;
}

@media (max-width: 767px) {
    .search-result-header__text {
        position: relative;
        top: auto;
        right: auto;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: -10px;
    }
}

.search-result-header__text span {
    font-weight: 400;
    color: #d9312d;
}

@media (max-width: 991px) {
    .search-result-header__text--type2 {
        position: relative;
        top: auto;
        right: auto;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: -10px;
    }
}

.output-message {
    font-size: 16px;
    font-weight: 300;
    color: #d9312d;
}

.product-list-page {
    position: relative;
}

    .product-list-page .prod-section__item {
        margin-bottom: 30px;
    }

.pd {
    position: relative;
}

    .pd p {
        font-size: 14px;
        font-weight: 300;
        color: #16232e;
        margin-bottom: 30px;
    }

.pd__top {
    margin-top: 32px;
    position: relative;
    min-height: 408px;
}

.pd__bottom {
    padding-right: 285px;
}

@media (max-width: 991px) {
    .pd__bottom {
        padding-right: 0;
    }
}

.pd__title-container--desktop {
    display: block;
}

@media (max-width: 767px) {
    .pd__title-container--desktop {
        display: none;
    }
}

.pd__title-container--mobile {
    display: none;
}

@media (max-width: 767px) {
    .pd__title-container--mobile {
        display: block;
    }
}

.pd__gallery {
    width: 380px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .pd__gallery {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
    }
}

.pd__gallery__carousel {
    position: relative;
    width: 352px;
    height: 389px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pd__gallery__carousel__main {
    margin-bottom: 30px;
}

.pd__gallery__carousel__item {
    max-width: 322px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.pd__gallery__carousel__item__img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 261px;
}

.remodal .pd__gallery__carousel__item__img {
    max-height: none;
}

@media (max-width: 767px) {
    .pd__gallery__carousel__item__img {
        max-height: none;
    }
}

.pd__gallery__carousel__thumbs-container {
    display: block;
    text-align: center;
}

.pd__gallery__carousel__thumbs-container__inner {
    display: inline-block;
    width: 214px;
}

.pd__gallery__carousel__thumbs {
    position: relative;
}

.pd__gallery__carousel__thumb {
    width: 70px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

    .pd__gallery__carousel__thumb.active-thumb {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

.pd__gallery__carousel__thumb__img {
    display: inline-block !important;
    max-width: 70px;
}

.pd__gallery__carousel__nav {
    position: absolute;
    width: 100%;
    bottom: 32px;
    left: 0;
    height: 50px;
}

    .pd__gallery__carousel__nav .owl-prev {
        top: 0;
        left: 26px;
        line-height: 50px;
        font-size: 25px;
        color: #16232e;
        text-indent: -9999px;
        position: absolute;
        cursor: pointer;
    }

        .pd__gallery__carousel__nav .owl-prev:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .pd__gallery__carousel__nav .owl-prev:after {
            display: block;
            content: "\e915";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            text-indent: 0;
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .pd__gallery__carousel__nav .owl-prev.disabled {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            cursor: default;
        }

    .pd__gallery__carousel__nav .owl-next {
        top: 0;
        right: 46px;
        line-height: 50px;
        font-size: 25px;
        color: #16232e;
        text-indent: -9999px;
        position: absolute;
        cursor: pointer;
    }

        .pd__gallery__carousel__nav .owl-next:after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
        }

        .pd__gallery__carousel__nav .owl-next:after {
            display: block;
            content: "\e915";
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 100%;
            color: inherit;
            text-indent: 0;
        }

        .pd__gallery__carousel__nav .owl-next.disabled {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            cursor: default;
        }

@media (max-width: 991px) {
    .pd__gallery__carousel--page {
        height: auto;
        padding: 14px 14px 20px;
        margin-bottom: 40px;
    }

        .pd__gallery__carousel--page .pd__gallery__carousel__main {
            margin-bottom: 20px;
        }

        .pd__gallery__carousel--page .pd__gallery__carousel__nav {
            bottom: 23px;
        }
}

@media (max-width: 767px) {
    .pd__gallery__carousel--page {
        width: 100%;
        height: auto;
        padding: 10px 10px 20px;
    }

        .pd__gallery__carousel--page .pd__gallery__carousel__main {
            margin-bottom: 20px;
        }

        .pd__gallery__carousel--page .pd__gallery__carousel__item {
            max-width: 100%;
        }

        .pd__gallery__carousel--page .pd__gallery__carousel__nav {
            bottom: 23px;
        }

            .pd__gallery__carousel--page .pd__gallery__carousel__nav .owl-prev {
                left: 10px;
            }

            .pd__gallery__carousel--page .pd__gallery__carousel__nav .owl-next {
                right: 34px;
            }
}

.pd__gallery__carousel--remodal {
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
}

    .pd__gallery__carousel--remodal .pd__gallery__carousel__item {
        max-width: 100%;
    }

    .pd__gallery__carousel--remodal .pd__gallery__carousel__main {
        margin-bottom: 23px;
    }

    .pd__gallery__carousel--remodal .pd__gallery__carousel__nav {
        bottom: 3px;
    }

@media (max-width: 767px) {
    .pd__gallery__carousel--remodal .pd__gallery__carousel__nav .owl-prev {
        left: 0;
    }
}

@media (max-width: 767px) {
    .pd__gallery__carousel--remodal .pd__gallery__carousel__nav .owl-next {
        right: 24px;
    }
}

.pd__mid {
    padding-left: 380px;
    padding-right: 285px;
}

@media (max-width: 991px) {
    .pd__mid {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .pd__mid {
        padding-left: 0;
    }
}

.pd__pre-title {
    font-size: 12px;
    font-weight: 300;
    color: #d9312d;
    padding-left: 22px;
    margin-bottom: 20px;
    position: relative;
}

    .pd__pre-title:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .pd__pre-title:after {
        display: block;
        content: "\e90e";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 18px;
        top: -4px;
        left: 0;
    }

.pd__pre-title--demanded:after {
    display: block;
    content: "\e90e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 18px;
    top: -4px;
    left: 0;
}

.pd__pre-title--timeout:after {
    display: block;
    content: "\e919";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    font-size: 18px;
    top: -4px;
    left: 0;
}

.pd__title {
    font-weight: 500;
    font-size: 24px;
    color: #16232e;
    margin: 0 0 15px;
    line-height: 1.2em;
}

.pd__sub-title {
    font-size: 24px;
    font-weight: 300;
    color: #16232e;
    padding-bottom: 16px;
    border-bottom: 1px solid #cfcfcf;
    margin: 0 0 20px;
}

.pd__properties {
    margin-bottom: 40px;
}

.pd__properties__table {
    width: 100%;
}

@media (max-width: 991px) {
    .pd__properties__table {
        width: auto;
    }
}

.pd__properties__table tbody th {
    text-align: left;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #16232e;
    padding-bottom: 8px;
    vertical-align: top;
}

@media (max-width: 991px) {
    .pd__properties__table tbody th {
        width: 120px;
    }
}

.pd__properties__table tbody td {
    text-align: left;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #a8a8a8;
    padding-bottom: 8px;
    vertical-align: top;
}

    .pd__properties__table tbody td .pd__properties__table__highlight {
        color: #d9312d;
    }

.pd__address {
    margin-bottom: 40px;
}

.pd__address--desktop {
    display: block;
}

@media (max-width: 991px) {
    .pd__address--desktop {
        display: none;
    }
}

.pd__address--mobile {
    display: none;
}

@media (max-width: 991px) {
    .pd__address--mobile {
        display: block;
    }
}

.pd__address__item {
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    color: #16232e;
    position: relative;
}

    .pd__address__item:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .pd__address__item:after {
        display: block;
        content: "\e906";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        font-size: 24px;
        top: 0;
        left: 0;
    }

.pd__offer {
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    float: right;
}

@media (max-width: 991px) {
    .pd__offer {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

        .pd__offer:before,
        .pd__offer:after {
            content: " ";
            display: table;
        }

        .pd__offer:after {
            clear: both;
        }
}

.pd__offer__panel {
    margin-bottom: 12px;
}

.pd__offer__panel__timeout {
    padding: 20px 25px;
    background: #f4f4f4;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 1px;
}

    .pd__offer__panel__timeout:before,
    .pd__offer__panel__timeout:after {
        content: " ";
        display: table;
    }

    .pd__offer__panel__timeout:after {
        clear: both;
    }

.pd__offer__panel__timeout__title {
    font-size: 18px;
    font-weight: 300;
    color: #16232e;
    margin: 0 0 5px;
}

.pd__offer__panel__price {
    padding: 14px 25px 18px;
    background: #f4f4f4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .pd__offer__panel__price:before,
    .pd__offer__panel__price:after {
        content: " ";
        display: table;
    }

    .pd__offer__panel__price:after {
        clear: both;
    }

.pd__offer__panel__price__title {
    font-size: 18px;
    font-weight: 300;
    color: #16232e;
    margin: 0 0 5px;
}

.pd__offer__panel__price__price {
    font-size: 24px;
    font-weight: 500;
    color: #d9312d;
}

.pd__offer__panel__price__price__tax {
    display: block;
    font-size: 10px;
    color: #16232e;
    font-weight: 300;
}

@media (max-width: 991px) {
    .pd__offer__row {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .pd__offer__row {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .pd__offer__row__panel {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .pd__offer__row__panel {
        float: none;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .pd__offer__row__info {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .pd__offer__row__info {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.pd__offer__action {
    margin-bottom: 12px;
}

.pd__offer__info {
    margin-bottom: 12px;
}

.pd__offer__info__title {
    line-height: 72px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #f0f0f0;
    padding: 0 10px 0 60px;
    font-size: 22px;
    font-weight: 300;
    color: #16232e;
    margin-bottom: 1px;
    position: relative;
}

    .pd__offer__info__title:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .pd__offer__info__title:after {
        display: block;
        content: "\e91a";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        left: 26px;
        top: -1px;
        font-size: 26px;
    }

.pd__offer__info__list__item {
    padding: 8px 27px;
    background: #f0f0f0;
    font-weight: 500;
    font-size: 12px;
    color: #16232e;
    margin-bottom: 1px;
}

    .pd__offer__info__list__item:nth-last-child(1) {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.pd__offer__info__list__item__detail {
    display: block;
    padding-top: 2px;
    color: #a8a8a8;
    font-weight: 400;
}

.pd__offer__info__list__item__detail--highlighted {
    color: #d9312d;
}

.pd__info {
    margin-bottom: 40px;
}

.pd__standard-list--narrow {
    max-width: 650px;
}

.pd__standard-list li {
    font-size: 14px;
    font-weight: 300;
    color: #16232e;
    line-height: 1.4em;
    padding: 0 0 0 8px;
    position: relative;
}

    .pd__standard-list li:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .pd__standard-list li:after {
        content: "-";
    }

    .pd__standard-list li a {
        font-weight: 500;
        color: #16232e;
    }

        .pd__standard-list li a:hover,
        .pd__standard-list li a:active,
        .pd__standard-list li a:focus {
            color: #16232e;
        }

.pd__payment-options {
    margin-bottom: 10px;
}

.pd__payment-options__option {
    position: relative;
    margin-bottom: 30px;
}

.pd__payment-options__option__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 77px;
    width: 77px;
    border-radius: 50%;
    background: #133656;
}

.pd__payment-options__option__icon--cash {
    position: absolute;
    text-align: center;
}

    .pd__payment-options__option__icon--cash:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .pd__payment-options__option__icon--cash:after {
        display: block;
        content: "\e914";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        color: #fff;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        font-size: 50px;
        line-height: 77px;
    }

.pd__payment-options__option__icon--credit {
    position: absolute;
    text-align: center;
}

    .pd__payment-options__option__icon--credit:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .pd__payment-options__option__icon--credit:after {
        display: block;
        content: "\e913";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        color: #fff;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        font-size: 42px;
        line-height: 77px;
    }

.pd__payment-options__option__title,
.pd__payment-options__option__desc {
    padding-left: 96px;
}

.pd__payment-options__option__title {
    font-size: 18px;
    font-weight: 300;
    color: #16232e;
    margin-bottom: 10px;
}

.pd__payment-options__option__desc {
    font-size: 14px;
    font-weight: 300;
    color: #16232e;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.pd_faq {
    margin-bottom: 40px;
}

.pd__expired {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .pd__expired {
        padding: 30px 0;
    }
}

.pd__expired__title {
    font-size: 24px;
    font-weight: 500;
    color: #c9cccf;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .pd__expired__title {
        font-size: 20px;
    }
}

.pd__expired__text {
    font-size: 24px;
    color: #d9312d;
    font-weight: 300;
}

@media (max-width: 767px) {
    .pd__expired__text {
        font-size: 20px;
    }
}

.pd__dropdown-menu {
    padding-top: 30px;
}

.offer-list {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #cfcfcf;
    position: relative;
}

.offer-list__item {
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #cfcfcf;
}

    .offer-list__item:before,
    .offer-list__item:after {
        content: " ";
        display: table;
    }

    .offer-list__item:after {
        clear: both;
    }

    .offer-list__item:nth-last-child(1) {
        border-bottom: none;
    }

.offer-list__img {
    position: absolute;
    width: 110px;
    height: 94px;
    overflow: hidden;
    border-radius: 10px;
}

    .offer-list__img img {
        display: block;
        height: 100%;
    }

.offer-list__text {
    padding-left: 133px;
    float: left;
    max-width: 500px;
    min-height: 94px;
}

@media (max-width: 1199px) {
    .offer-list__text {
        float: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.offer-list__text--type2 {
    max-width: 735px;
}

.offer-list__title {
    font-weight: 500;
    font-size: 18px;
    color: #16232e;
    margin: 0 0 10px;
}

.offer-list__desc {
    font-weight: 300;
    font-size: 12px;
    color: #16232e;
    margin: 0 0 20px;
}

.offer-list__detail-list:before,
.offer-list__detail-list:after {
    content: " ";
    display: table;
}

.offer-list__detail-list:after {
    clear: both;
}

.offer-list__detail-list li {
    float: left;
    margin: 0 15px 10px 0;
    font-weight: 300;
    font-size: 14px;
    color: #16232e;
}

    .offer-list__detail-list li .offer-list__detail-list__highlighted {
        font-weight: 500;
        color: #d9312d;
    }

.offer-list__misc {
    float: right;
    width: 320px;
}

    .offer-list__misc:before,
    .offer-list__misc:after {
        content: " ";
        display: table;
    }

    .offer-list__misc:after {
        clear: both;
    }

@media (max-width: 1199px) {
    .offer-list__misc {
        float: none;
    }
}

.offer-list__misc--type2 {
    width: 74px;
}

.offer-list__label {
    font-weight: 300;
    font-size: 18px;
    color: #133656;
    line-height: 1;
    margin: 0 0 3px;
    text-align: center;
}

.offer-list__label--left {
    text-align: left;
}

.offer-list__label--almost-expired {
    color: #d9312d;
}

.offer-list__order {
    width: 74px;
    height: 94px;
    border: 1px solid #16232e;
    border-radius: 10px;
    font-weight: 500;
    font-size: 35px;
    color: #133656;
    text-align: center;
    padding: 18px 10px 0;
    line-height: 1;
    float: left;
}

@media (max-width: 767px) {
    .offer-list__order {
        width: 65px;
        padding-left: 0;
        padding-right: 0;
    }
}

.offer-list__timer {
    float: left;
    width: 206px;
    height: 94px;
    border: 1px solid #16232e;
    border-radius: 10px;
    font-weight: 500;
    color: #133656;
    margin: 0 0 0 10px;
    padding: 18px 14px 0;
}

.offer-list__timer--almost-expired {
    border-color: #d9312d;
}

.page-pagination {
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.page-pagination__list {
    display: inline-block;
}

    .page-pagination__list:before,
    .page-pagination__list:after {
        content: " ";
        display: table;
    }

    .page-pagination__list:after {
        clear: both;
    }

.page-pagination__item {
    float: left;
    font-weight: 500;
    color: #b9bbbd;
    font-size: 18px;
    margin: 0 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .page-pagination__item {
        margin: 0 10px;
    }
}

.page-pagination__item a {
    display: block;
    line-height: 20px;
    height: 20px;
    color: #b9bbbd;
}

    .page-pagination__item a:hover,
    .page-pagination__item a:focus,
    .page-pagination__item a:active {
        color: #999a9c;
    }

.page-pagination__item--prev a {
    color: #171e24;
    text-align: center;
    position: relative;
}

    .page-pagination__item--prev a:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .page-pagination__item--prev a:after {
        display: block;
        content: "\e915";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
    }

.page-pagination__item--next a {
    color: #171e24;
    text-align: center;
    position: relative;
}

    .page-pagination__item--next a:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .page-pagination__item--next a:after {
        display: block;
        content: "\e915";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
    }

.page-pagination__item--active a {
    color: #171e24;
}

    .page-pagination__item--active a:hover,
    .page-pagination__item--active a:focus,
    .page-pagination__item--active a:active {
        color: #171e24;
    }

.contact-us p {
    font-size: 15px;
    color: #0a3459;
    font-weight: 300;
    line-height: 1.6em;
}

    .contact-us p strong {
        font-weight: 500;
    }

    .contact-us p a {
        color: #0a3459;
    }

        .contact-us p a:hover,
        .contact-us p a:focus,
        .contact-us p a:active {
            color: #0a3459;
        }

.prod-panel {
    position: relative;
    margin: 60px 0;
}

@media (max-width: 767px) {
    .prod-panel {
        margin: 30px 0;
        text-align: center;
    }
}

.prod-panel__item {
    position: relative;
}

    .prod-panel__item:before,
    .prod-panel__item:after {
        content: " ";
        display: table;
    }

    .prod-panel__item:after {
        clear: both;
    }

.prod-panel__header {
    margin-bottom: 10px;
}

    .prod-panel__header:before,
    .prod-panel__header:after {
        content: " ";
        display: table;
    }

    .prod-panel__header:after {
        clear: both;
    }

.prod-panel__no {
    float: left;
    width: 65px;
    height: 65px;
    background: #e6f4ff;
    color: #04447d;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    margin-right: 30px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .prod-panel__no {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        font-size: 24px;
    }
}

.prod-panel__title {
    max-width: 400px;
    padding-top: 15px;
    color: #04447d;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

@media (max-width: 991px) {
    .prod-panel__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .prod-panel__title {
        padding-top: 10px;
        text-align: left;
        max-width: 100%;
    }
}

.prod-panel__img {
    position: absolute;
    top: -30px;
    right: 22px;
}

@media (max-width: 991px) {
    .prod-panel__img {
        top: 30px;
        right: 0;
        width: 250px;
    }
}

@media (max-width: 767px) {
    .prod-panel__img {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }
}

.prod-panel__body {
    position: relative;
    max-width: 400px;
    margin-bottom: 10px;
    min-height: 340px;
    padding-left: 95px;
}

    .prod-panel__body:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

@media (max-width: 991px) {
    .prod-panel__body {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .prod-panel__body {
        padding-left: 55px;
        min-height: 0;
        padding-bottom: 5px;
        margin-bottom: 25px;
        max-width: 100%;
    }
}

.prod-panel__body:after {
    width: 6px;
    height: 100%;
    background: #e6f4ff;
    left: 30px;
    top: 0;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .prod-panel__body:after {
        height: 6px;
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

.prod-panel__body p {
    font-size: 20px;
    font-weight: 300;
    color: #0a3459;
    line-height: 1.6em;
}

@media (max-width: 991px) {
    .prod-panel__body p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .prod-panel__body p {
        text-align: left;
    }
}

.prod-panel .prod-panel__item:nth-last-child(1) .prod-panel__body {
    min-height: 0;
}

    .prod-panel .prod-panel__item:nth-last-child(1) .prod-panel__body:after {
        display: none;
    }

.plain-content {
    background: #fff;
    min-height: 500px;
    padding: 219px 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .plain-content {
        padding-top: 135px;
        padding-bottom: 50px;
        min-height: 0;
    }
}

.plain-content--type2 {
    padding: 0;
}

@media (max-width: 767px) {
    .plain-content--type2 {
        padding: 0;
    }
}

.plain-content__icon {
    margin-top: 100px;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}

    .plain-content__icon:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .plain-content__icon:after {
        display: block;
        content: "\e913";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        color: #99c9f3;
        font-size: 100px;
    }

.plain-content__title {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #16232e;
    line-height: 1;
    margin: 0 0 30px;
    margin-top: 100px;
}

.plain-content__title--type2 {
    font-weight: 500;
    font-size: 48px;
    color: #d9312d;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .plain-content__title {
        font-size: 36px;
    }
}

.plain-content__subtitle {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    /*color: $crimson;*/
    line-height: 1;
    margin: 0 0 30px;
}

.plain-content h3 {
    font-size: 22px;
    font-weight: 400;
    color: #16232e;
    line-height: 1;
    margin: 0 0 20px;
    padding-top: 10px;
}

.plain-content__desc {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #0a3459;
    line-height: 1.6em;
    margin: 0 auto 30px;
    max-width: 700px;
}

.plain-content__desc--large {
    max-width: 930px;
    font-size: 20px;
    line-height: 1.4em;
}

.plain-content__desc a {
    color: #d9312d;
}

    .plain-content__desc a:hover,
    .plain-content__desc a:focus,
    .plain-content__desc a:active {
        color: #d9312d;
    }

.plain-content__desc--type2 {
    font-size: 18px;
    color: #16232e;
}

.plain-content__action {
    text-align: center;
}

    .plain-content__action .buttn {
        display: inline-block;
        margin: 0 5px 10px;
    }

.site-map {
    position: relative;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .site-map {
        padding-top: 20px;
    }
}

.site-map__bt {
    padding-top: 40px;
    border-top: 1px solid #bedffd;
}

@media (max-width: 991px) {
    .site-map__bt {
        padding-top: 20px;
    }
}

.site-map__bb {
    padding-bottom: 40px;
    border-bottom: 1px solid #bedffd;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .site-map__bb {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.site-map__row-inner:before,
.site-map__row-inner:after {
    content: " ";
    display: table;
}

.site-map__row-inner:after {
    clear: both;
}

.site-map__title {
    font-size: 24px;
    font-weight: 300;
    color: #d9312d;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .site-map__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.site-map__title a {
    color: #d9312d;
}

    .site-map__title a:hover,
    .site-map__title a:focus,
    .site-map__title a:active {
        color: #d9312d;
    }

.site-map__subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #d9312d;
    margin: 0 0 20px;
}

    .site-map__subtitle a {
        color: #d9312d;
    }

        .site-map__subtitle a:hover,
        .site-map__subtitle a:focus,
        .site-map__subtitle a:active {
            color: #d9312d;
        }

.site-map__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

    .site-map__list li {
        font-size: 14px;
        font-weight: 300;
        color: #16232e;
        margin: 0 0 5px;
    }

        .site-map__list li a {
            color: #16232e;
        }

            .site-map__list li a:hover,
            .site-map__list li a:focus,
            .site-map__list li a:active {
                color: #16232e;
            }

.site-map__list--type2 li {
    font-size: 16px;
}

@media (max-width: 768px) {
    .prod-section__carousel .owl-dots {
        display: none;
    }
}

.remodal-map {
    border-radius: 10px;
}

.map-link {
    color: #000;
}

.main-header__logo__icon {
    display: inline-block;
    background-image: url("../images/logo/yk-leasing.png");
    background-position: 0px 0px;
    width: 249px;
    height: 64px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .main-header__logo__icon {
        background-image: url("../images/logo/yk-leasing-2x.png");
        -webkit-background-size: 249px 64px;
        -moz-background-size: 249px 64px;
        background-size: 249px 64px;
    }
}

@media (max-width: 991px) {
    .main-header__logo__icon {
        background-image: url("../images/logo/logo-mobile.png");
        width: 179px;
        height: 46px;
    }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 991px) and (min-resolution: 192dpi) {
    .main-header__logo__icon {
        background-image: url("../images/logo/logo-mobile-2x.png");
        -webkit-background-size: 179px 46px;
        -moz-background-size: 179px 46px;
        background-size: 179px 46px;
    }
}

@media (max-width: 320px) {
    .main-header__logo__icon {
        background-image: url("../images/sprite/common/logo-mobile.png");
        width: 138px;
        height: 46px;
    }
}

@media (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 320px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 320px) and (min-resolution: 192dpi) {
    .main-header__logo__icon {
        background-image: url("../images/sprite/common/logo-mobile-2x.png");
        -webkit-background-size: 138px 46px;
        -moz-background-size: 138px 46px;
        background-size: 138px 46px;
    }
}

html[lang=en] .main-header__logo__icon {
    display: inline-block;
    background-image: url("../images/logo/en/yk-leasing.png");
    background-position: 0px 0px;
    width: 309px;
    height: 64px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/logo/en/yk-leasing-2x.png");
        -webkit-background-size: 309px 64px;
        -moz-background-size: 309px 64px;
        background-size: 309px 64px;
    }
}

@media (max-width: 991px) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/sprite/common/logo-mobile.png");
        width: 138px;
        height: 46px;
    }
}

@media (max-width: 760px) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/logo/en/logo-mobile.png");
        width: 221px;
        height: 46px;
    }
}

@media (max-width: 760px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 760px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 760px) and (min-resolution: 192dpi) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/sprite/common/logo-mobile-2x.png");
        -webkit-background-size: 138px 46px;
        -moz-background-size: 138px 46px;
        background-size: 138px 46px;
    }
}

@media (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 991px) and (min-resolution: 192dpi) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/logo/en/logo-mobile-2x.png");
        -webkit-background-size: 221px 46px;
        -moz-background-size: 221px 46px;
        background-size: 221px 46px;
    }
}

@media (max-width: 320px) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/sprite/common/logo-mobile.png");
        width: 138px;
        height: 46px;
    }
}

@media (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 320px) and (-o-min-device-pixel-ratio: 2/1), (max-width: 320px) and (min-resolution: 192dpi) {
    html[lang=en] .main-header__logo__icon {
        background-image: url("../images/sprite/common/logo-mobile-2x.png");
        -webkit-background-size: 138px 46px;
        -moz-background-size: 138px 46px;
        background-size: 138px 46px;
    }
}

.mobile-popup-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 62px;
    background: #2278c6;
    color: #fff;
    z-index: 2018;
    -webkit-box-shadow: 0px -4px 20px 0px rgba(15, 24, 59, 0.3);
    box-shadow: 0px -4px 20px 0px rgba(15, 24, 59, 0.3);
    padding: 15px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    visibility:hidden;
}

    .mobile-popup-banner .rowW {
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .mobile-popup-banner .rowW .col1 {
            float: left;
            width: calc(100% - 330px);
        }

        .mobile-popup-banner .rowW .col2 {
            float: right;
            width: 300px;
        }

    .mobile-popup-banner span.title {
        display: block;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .mobile-popup-banner span.text {
        display: block;
        font-size: 14px;
        font-weight: 300;
    }

    .mobile-popup-banner .mobile-popup-banner-close-btn {
        color: #fff;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mobile-popup-banner.closed {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-box-shadow: 0px -4px 20px 0px rgba(15, 24, 59, 0);
        box-shadow: 0px -4px 20px 0px rgba(15, 24, 59, 0);
    }

@media screen and (max-width: 767px) {
    .mobile-popup-banner .rowW .col1,
    .mobile-popup-banner .rowW .col2 {
        width: 100%;
        float: none;
    }

    .mobile-popup-banner .rowW .col1 {
        margin-bottom: 10px;
    }

    .mobile-popup-banner .rowW .mobile-popup-banner-close-btn {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.remodal-result {
    background: #fff;
    border-radius: 10px;
}

.remodal-result__state {
    height: 95px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

    .remodal-result__state:after {
        content: " ";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

    .remodal-result__state:after {
        position: relative;
        display: block;
        content: "\e941";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 100%;
        color: inherit;
        display: inline-block;
        font-size: 95px;
        color: #99c9f3;
    }

.remodal-result__state--fail:after {
    display: block;
    content: "\e940";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    color: inherit;
    display: inline-block;
    font-size: 95px;
    color: #d9312d;
}

.remodal-result__title {
    color: #16232e;
    font-weight: 300;
    font-size: 33px;
    margin: 0 0 20px;
    text-align: center;
}

.remodal-result__desc {
    color: #0a3459;
    font-size: 300;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0 0 30px;
}

.remodal-standard {
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

@media (max-width: 767px) {
    .remodal-standard {
        padding: 20px;
    }
}

.remodal-standard__desc {
    font-size: 15px;
    font-weight: 300;
    color: #0a3459;
    line-height: 1.6em;
    margin: 0 0 20px;
}

.remodal-standard__action {
    text-align: center;
    padding-top: 20px;
}

    .remodal-standard__action .buttn {
        display: inline-block;
        margin: 0 5px 10px;
    }

@media (max-width: 767px) {
    .remodal-standard__action .buttn {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.remodal-standard .js_scroll {
    padding-right: 20px;
}

.remodal-request-confirm {
    background: transparent;
    padding: 0;
    max-width: 470px;
}

.remodal-request-confirm__title {
    line-height: 92px;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    background: #133656;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: left;
}

    .remodal-request-confirm__title i {
        font-size: 40px;
        vertical-align: middle;
        margin-right: 10px;
    }

        .remodal-request-confirm__title i:after {
            color: #fff !important;
        }

    .remodal-request-confirm__title span {
        vertical-align: middle;
    }

@media (max-width: 767px) {
    .remodal-request-confirm__title {
        padding: 0 15px;
        line-height: 72px;
    }
}

.remodal-request-confirm__body {
    padding: 30px 30px 10px;
    text-align: left;
    background: #fff;
}

    .remodal-request-confirm__body .text-red {
        color: #d9312d;
    }

@media (max-width: 767px) {
    .remodal-request-confirm__body {
        padding: 15px 15px 5px;
    }
}

.remodal-request-confirm__body p {
    font-size: 16px;
    color: #0a3459;
    margin: 0 0 22px;
    line-height: 1.4em;
    font-weight: 300;
}

    .remodal-request-confirm__body p strong {
        font-weight: 500;
    }

.remodal-request-confirm__footer {
    width: 100%;
    padding: 30px;
    border-top: 1px solid #133656;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
}

@media (max-width: 767px) {
    .remodal-request-confirm__footer {
        padding: 15px 15px 5px;
    }
}

.remodal-request-confirm__footer .buttn {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 767px) {
    .remodal-request-confirm__footer .buttn {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .repeatPasswordBtnWrap {
        float: left;
        padding-top: 0 !important;
        width: 100%;
    }
}

.remodal .buttn_back {
    color: #213e5a;
    font-weight: 400;
    float: left;
    margin: 15px 0;
    font-size: 16px;
}

    .remodal .buttn_back i {
        font-size: 13px;
    }

.remodal-pdf {
    padding: 0;
    background: transparent;
}

.remodal-pdf__body {
    padding: 20px 20px 30px;
    background: #fff;
    border-radius: 10px;
}

.remodal-pdf__title {
    line-height: 64px;
    font-size: 32px;
    font-weight: 300;
    color: #16232e;
    margin: 0 0 20px;
    text-align: center;
}

.remodal-pdf__inner {
    position: relatives;
    background: url("../images/yk-loader.gif") no-repeat center center #fff;
}

    .remodal-pdf__inner.no-bg {
        background-image: none;
    }

.remodal-pdf__container {
    background: transparent;
    height: 500px;
    visibility: hidden;
    position: relative;
    z-index: 5;
}

.remodal-pdf__container--open {
    visibility: visible;
}

.remodal-pdf .pdfobject {
    background: transparent;
}

@font-face {
    font-family: 'icon-set';
    src: url("../icons/icon-set.eot?74fyr9");
    src: url("../icons/icon-set.eot?74fyr9#iefix") format("embedded-opentype"), url("../icons/icon-set.ttf?74fyr9") format("truetype"), url("../icons/icon-set.woff?74fyr9") format("woff"), url("../icons/icon-set.svg?74fyr9#icon-set") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="nxm_icon-"], [class*=" nxm_icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon-set' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nxm_icon-ankraj-makinesi:before {
    content: "";
}

.nxm_icon-tibbi-cihazlar:before {
    content: "";
}

.nxm_icon-ambalaj-paketleme:before {
    content: "";
}

.nxm_icon-arazi-pickup:before {
    content: "";
}

.nxm_icon-arsa:before {
    content: "";
}

.nxm_icon-asfalt-finiseri:before {
    content: "";
}

.nxm_icon-asfalt-pilenti:before {
    content: "";
}

.nxm_icon-atasmanlar:before {
    content: "";
}

.nxm_icon-balikci-teknesi:before {
    content: "";
}

.nxm_icon-balya-silaj:before {
    content: "";
}

.nxm_icon-belden-kirmali-kamyon:before {
    content: "";
}

.nxm_icon-beton-pompasi:before {
    content: "";
}

.nxm_icon-bicerdover:before {
    content: "";
}

.nxm_icon-bilgisayar-server-ofis:before {
    content: "";
}

.nxm_icon-bina:before {
    content: "";
}

.nxm_icon-cam-plastik-kimya:before {
    content: "";
}

.nxm_icon-capa-makinesi:before {
    content: "";
}

.nxm_icon-cati-tente-hangar:before {
    content: "";
}

.nxm_icon-cekici:before {
    content: "";
}

.nxm_icon-delici:before {
    content: "";
}

.nxm_icon-dozer:before {
    content: "";
}

.nxm_icon-ekim-makinesi:before {
    content: "";
}

.nxm_icon-ekskavator:before {
    content: "";
}

.nxm_icon-elektrik-enerji:before {
    content: "";
}

.nxm_icon-ellecleme-makinesi:before {
    content: "";
}

.nxm_icon-endustriyel-hirdavat:before {
    content: "";
}

.nxm_icon-endustriyel-mutfak:before {
    content: "";
}

.nxm_icon-endustriyel-temizlik:before {
    content: "";
}

.nxm_icon-fabrika:before {
    content: "";
}

.nxm_icon-fore-kazik-makinasi:before {
    content: "";
}

.nxm_icon-forklift:before {
    content: "";
}

.nxm_icon-gezi-teknesi:before {
    content: "";
}

.nxm_icon-gida:before {
    content: "";
}

.nxm_icon-greyder:before {
    content: "";
}

.nxm_icon-gulet:before {
    content: "";
}

.nxm_icon-hafif-ticari-vasita:before {
    content: "";
}

.nxm_icon-harman-makinesi:before {
    content: "";
}

.nxm_icon-helikopter:before {
    content: "";
}

.nxm_icon-insaat:before {
    content: "";
}

.nxm_icon-isi-havalandirma:before {
    content: "";
}

.nxm_icon-isyeri:before {
    content: "";
}

.nxm_icon-kazici-yukleyici:before {
    content: "";
}

.nxm_icon-kazima-makinasi:before {
    content: "";
}

.nxm_icon-kirma-eleme-tesisi:before {
    content: "";
}

.nxm_icon-kompresor:before {
    content: "";
}

.nxm_icon-konkasor:before {
    content: "";
}

.nxm_icon-konteyner-kabin:before {
    content: "";
}

.nxm_icon-konut:before {
    content: "";
}

.nxm_icon-konveyor-bant-helezon:before {
    content: "";
}

.nxm_icon-kule-vinc:before {
    content: "";
}

.nxm_icon-lastik-tekerlekli-yukleyici:before {
    content: "";
}

.nxm_icon-madencilik:before {
    content: "";
}

.nxm_icon-matbaa-reklam:before {
    content: "";
}

.nxm_icon-metal-isleme:before {
    content: "";
}

.nxm_icon-meyve-sebze-toplama:before {
    content: "";
}

.nxm_icon-misir-hasat-tablasi:before {
    content: "";
}

.nxm_icon-mobil-vinc:before {
    content: "";
}

.nxm_icon-mobilya-aydinlatma-ev-tekstili:before {
    content: "";
}

.nxm_icon-motoryat:before {
    content: "";
}

.nxm_icon-motosiklet:before {
    content: "";
}

.nxm_icon-mutfak-gerecleri:before {
    content: "";
}

.nxm_icon-otomobil:before {
    content: "";
}

.nxm_icon-pamuk-toplama-makinesi:before {
    content: "";
}

.nxm_icon-pancar-sokme-makinesi:before {
    content: "";
}

.nxm_icon-paramotor:before {
    content: "";
}

.nxm_icon-pelet-makinesi:before {
    content: "";
}

.nxm_icon-personel-yukseltici:before {
    content: "";
}

.nxm_icon-platform:before {
    content: "";
}

.nxm_icon-raf-urun-teshir:before {
    content: "";
}

.nxm_icon-reach-truck:before {
    content: "";
}

.nxm_icon-romork-dorse-karoser:before {
    content: "";
}

.nxm_icon-silindir:before {
    content: "";
}

.nxm_icon-stacker:before {
    content: "";
}

.nxm_icon-surat-teknesi:before {
    content: "";
}

.nxm_icon-tarla:before {
    content: "";
}

.nxm_icon-tasima-istifleme:before {
    content: "";
}

.nxm_icon-tekstil-ayakkabi:before {
    content: "";
}

.nxm_icon-telehandler:before {
    content: "";
}

.nxm_icon-ticari-gemi:before {
    content: "";
}

.nxm_icon-traktor:before {
    content: "";
}

.nxm_icon-transpalet:before {
    content: "";
}

.nxm_icon-turistik-tesis:before {
    content: "";
}

.nxm_icon-ucak:before {
    content: "";
}

.nxm_icon-vinc:before {
    content: "";
}

.nxm_icon-yedek-parca-atasman:before {
    content: "";
}

.nxm_icon-yelkenli:before {
    content: "";
}

.nxm_icon-yem-makinesi:before {
    content: "";
}

.nxm_icon-yolcu-gemisi:before {
    content: "";
}

.nxm_icon-agir-ticari-vasita:before {
    content: "";
}

.nxm_icon-ahsap-mobilya:before {
    content: "";
}

/*# sourceMappingURL=main.css.map */

.social-media {
    padding: 10px 5px 10px 0px;
    background: #133656;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

    .social-media span {
        font-size: 18px;
        margin-right: 10px;
    }

.links a {
    margin-left: 15px;
}

.mobile {
    display: none;
}

.desktop {
    display: inline-block;
}

.mapp, .mobile.mapp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mobile {
        display: inline-block;
    }

    .desktop {
        display: none;
    }
}
