.flex-c-s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
textarea:focus::-moz-placeholder {
    opacity: 0;
}
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}
:-moz-submit-invalid {
    box-shadow: none;
}
@media (min-width: 1170px) {
    ::-webkit-resizer {
        width: 9px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar-button {
        width: 9px;
        height: 0;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #0268c2;
    }
    ::-webkit-scrollbar-track {
        background-color: rgba(243, 244, 249, 0.7);
    }
}
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
#preloader table {
    width: 100%;
    height: 100%;
}
#preloader table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.load8 .loader {
    margin: 60px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid rgba(2, 104, 194, 0.42);
    border-left-color: #0268c2;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#up {
    position: fixed;
    z-index: 300;
    bottom: 9px;
    right: 9px;
    display: none;
    color: #fff;
    width: 38px;
    text-align: center;
    height: 38px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #0268c2;
    font-size: 36px;
}
#up:hover {
    opacity: 0.7;
}
#up .fa {
    display: block;
}
@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}
body,
html {
    height: 100% !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #222;
    font-family: "Open Sans";
    background-color: rgba(243, 244, 249, 0.7);
}
body {
    font-size: 14px;
    color: #222;
    font-family: "Open Sans";
    background-color: rgba(243, 244, 249, 0.7);
    overflow-x: hidden;
}
svg {
    max-width: 100%;
    max-height: 100%;
}
svg use {
    width: 100%;
    height: 100%;
}
.main-wrapper {
    min-height: 100%;
    margin-bottom: -195px;
    background: #fff;
}
@media only screen and (max-width: 992px) {
    .main-wrapper {
        margin-bottom: -120px;
    }
}
.main-wrapper .middle {
    padding-bottom: 90px;
}
.footer-push {
    height: 195px;
}
@media only screen and (max-width: 992px) {
    .footer-push {
        height: 120px;
    }
}
.footer-wrapper {
    position: relative;
    z-index: 301;
    background-color: rgba(243, 244, 249, 0.7);
    -webkit-box-shadow: 0 1px 13px 0 rgba(23, 41, 143, 0.25);
    box-shadow: 0 1px 13px 0 rgba(23, 41, 143, 0.25);
    border-top: 1px solid rgba(72, 125, 149, 0.3);
}
.footer-wrapper a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
}
.footer-wrapper a:hover {
    color: #0268c2;
}
.footer-wrapper a:not(:last-child) {
    margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
    .footer-wrapper a {
        display: none;
    }
    .footer-wrapper a.logo {
        display: block;
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
.footer-wrapper .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-wrapper .social a {
    margin-bottom: 0;
}
.footer-wrapper .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-wrapper .footer-bottom {
    position: relative;
    background-color: #fff;
}
.footer-wrapper .footer-bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 195px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-wrapper .footer-bottom .container:after,
.footer-wrapper .footer-bottom .container:before {
    display: none;
}
@media only screen and (max-width: 992px) {
    .footer-wrapper .footer-bottom .container {
        min-height: 120px;
    }
}
.footer-wrapper .footer-bottom svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.footer-wrapper .footer-bottom .footer-logo {
    display: block;
    width: 144px;
}
.title-h1,
h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    color: #00549e;
    text-align: center;
    margin-bottom: 70px;
}
@media only screen and (max-width: 992px) {
    .title-h1,
    h1 {
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 767px) {
    .title-h1,
    h1 {
        font-size: 26px;
    }
}
.title-h2,
h2 {
    margin-bottom: 40px;
    color: #00549e;
    font-size: 3px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .title-h2,
    h2 {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 40px;
    }
}
.title-h3,
h3 {
    margin-bottom: 35px;
    color: #00549e;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
    .title-h3,
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
}
.title-h4,
h4 {
    margin-bottom: 20px;
    color: #0268c2;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
}
.title-h5,
h5 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    position: relative;
}
.title-h2 span {
    font-size: 18px;
    line-height: 1;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}
ol.list,
ul.list {
    margin-bottom: 30px;
}
ol.list > li,
ul.list > li {
    margin-bottom: 15px;
    position: relative;
}
ul.list > li {
    padding-left: 20px;
}
ul.list > li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #0268c2;
    content: "";
}
ol.list ol,
ol.list ul,
ul.list ol,
ul.list ul {
    padding-top: 10px;
    padding-left: 10px;
}
ol.list ul li,
ul.list ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
ol.list ul li:after,
ul.list ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
ol.list ol li,
ul.list ol li {
    list-style: decimal;
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
ol.list {
    counter-reset: item;
}
ol.list li {
    display: block;
}
ol.list li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999;
}
ol.list ul ol li:after,
ul.list ul ol li:after {
    display: none;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 2px solid #0268c2;
    color: #222;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
blockquote p {
    margin-bottom: 0;
}
p {
    margin-bottom: 20px;
}
a {
    color: #0268c2;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
a.decoration-none {
    text-decoration: none;
}
hr {
    border-top: 1px solid #c7c7c7;
}
.bold,
b,
strong {
    font-weight: 700;
}
.content b,
.content strong {
    color: #0268c2;
}
em,
i {
    font-style: italic;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.visible {
    opacity: 1;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.left {
    float: left;
}
.right {
    float: right;
}
.static {
    position: static;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.cleaner,
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
.cleaner-hr,
.clear-hr {
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none !important;
}
.strike {
    text-decoration: line-through;
}
.dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover {
    border-bottom-color: transparent;
}
.label {
    display: block;
    margin-bottom: 4px;
}
.error {
    color: red;
}
.modal {
    display: none;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 40px 30px;
}
.modal .title-h3 {
    text-align: center;
}
.modal .fancyClose {
    width: 230px !important;
    margin-right: auto;
    margin-left: auto;
}
.modal .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #014273;
    line-height: 1.1;
}
.modal p {
    margin-bottom: 0;
}
.modal .title + p {
    font-size: 14px;
    margin: -10px 0 30px;
}
@media only screen and (min-width: 992px) {
    .modal {
        padding: 40px;
    }
}
.modal .title-h3 {
    text-align: center;
}
.modal .ajax_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal .ajax_form .material-icons {
    font-size: 20px;
}
.modal .ajax_form .form-group {
    width: 340px;
}
.modal .ajax_form .form-group .form-control {
    margin-bottom: 20px;
    color: #0268c2;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    border-color: #0268c2;
}
.modal .ajax_form .form-group .form-control::-moz-placeholder {
    color: #0268c2;
}
.modal .ajax_form .form-group .form-control:-ms-input-placeholder {
    color: #0268c2;
}
.modal .ajax_form .form-group .form-control::-webkit-input-placeholder {
    color: #0268c2;
}
.modal .ajax_form .form-group.agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}
.modal .ajax_form .form-group.agreement input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    border: 1px solid #0268c2;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.modal .ajax_form .form-group.agreement input::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #0268c2;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}
.modal .ajax_form .form-group.agreement input:checked::before {
    opacity: 1;
}
.modal .ajax_form .form-group.agreement label {
    padding-left: 10px;
    color: #0268c2;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
}
.button-wrapper-main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.privilege {
    margin-bottom: 100px;
}
.privilege .content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .privilege .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.privilege .right {
    margin-left: auto;
    width: 800px;
}
@media only screen and (max-width: 1299px) {
    .privilege .right {
        width: 700px;
    }
}
.privilege .left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    padding: 65px 60px;
    min-width: 650px;
}
@media only screen and (max-width: 1299px) {
    .privilege .left {
        min-width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .privilege .left {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 15px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        min-width: unset;
    }
}
.privilege li {
    margin-bottom: 10px;
}
.privilege li:last-child {
    margin-bottom: 0;
}
.privilege .icon {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .privilege .icon {
        width: 30px;
        height: 30px;
    }
}
.contacts-template .contacts-block a.element {
    cursor: pointer;
}
.contacts-template .contacts-block a.element:hover {
    color: #0268c2;
}
.contacts-template .contacts-block .element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-decoration: none;
}
.contacts-template .contacts-block .element svg {
    width: 25px;
    height: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #0268c2;
    margin-top: 3px;
}
.contacts-template .contacts-form .form-group .form-control {
    margin-bottom: 20px;
    color: #0268c2;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    border-color: #0268c2;
}
.contacts-template .contacts-form .form-group .form-control::-moz-placeholder {
    color: #0268c2;
}
.contacts-template .contacts-form .form-group .form-control:-ms-input-placeholder {
    color: #0268c2;
}
.contacts-template .contacts-form .form-group .form-control::-webkit-input-placeholder {
    color: #0268c2;
}
.contacts-template .contacts-form .form-group.agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}
.contacts-template .contacts-form .form-group.agreement input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    border: 1px solid #0268c2;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.contacts-template .contacts-form .form-group.agreement input::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #0268c2;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}
.contacts-template .contacts-form .form-group.agreement input:checked::before {
    opacity: 1;
}
.contacts-template .contacts-form .form-group.agreement label {
    padding-left: 10px;
    color: #0268c2;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
}
.contacts-template hr {
    margin-top: 60px;
    margin-bottom: 50px;
}
.button {
    min-width: 165px;
    height: 70px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    background-color: #68bf28;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.button:hover {
    color: #fff;
    background-color: #54a716;
}
.button-inverted {
    color: #0268c2;
    background-color: transparent;
    border: 1px solid #0268c2;
}
.button-inverted:hover {
    color: #fff;
    background-color: #0268c2;
}
.button.block {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.button.invert {
    background: #014273;
    border-color: #014273;
}
.button.invert:hover {
    background: #014273;
    color: #fff;
}
.button.navvy {
    background: #014273;
    border-color: #014273;
}
.button.navvy:hover {
    background: #ff3324;
    border-color: #ff3324;
}
.button.mid {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.dotted {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover {
    border: none;
}
.button.min,
.button.mini {
    font-size: 11px;
    padding: 8px 17px;
}
.button .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
img {
    max-width: 100%;
}
img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e2e6e7;
}
table tr:nth-child(odd) {
    background-color: rgba(243, 244, 249, 0.15);
}
table td,
table th {
    padding: 8px 15px;
    font-size: 14px;
    color: #0268c2;
    border-left: 1px solid #e2e6e7;
    vertical-align: middle;
    color: #000;
}
table th {
    color: #fff;
    background: #2c2c2c;
    font-weight: 700;
    border-left-color: rgba(255, 255, 255, 0.2);
}
table td:first-child,
table th:first-child {
    border-left: none;
}
table .separate td {
    color: #0268c2;
    background-color: rgba(2, 104, 194, 0.3);
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    table td,
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}
.row.min {
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.customcheck {
    position: relative;
    margin-bottom: 20px;
}
.customcheck input[type="checkbox"] {
    position: fixed;
    top: -100000px;
}
.customcheck input[type="checkbox"] + label {
    position: relative;
    padding-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #7a7a7a;
}
.customcheck input[type="checkbox"] + label:before {
    background: url(../images/customcheck.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0;
}
.customcheck input[type="checkbox"]:checked + label:before {
    background-position: 0 -14px;
}
input[type="checkbox"].error + label {
    color: red;
}
.customradio {
    position: relative;
    margin-bottom: 10px;
}
.customradio input[type="radio"] {
    position: fixed;
    top: -100000px;
}
.customradio {
    min-height: 34px;
    margin-bottom: 10px;
}
.customradio input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
}
.customradio input[type="radio"] + label:before {
    background: url(../images/customradio.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
}
.customradio input[type="radio"]:checked + label:before {
    background-position: 0 -16px;
}
.customradio label {
    font-size: 14px;
    color: #201e1e;
    font-weight: 700;
}
.customradio label strong {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.customradio.disabled label,
.customradio.disabled label strong,
.customradio.disabled label::before {
    cursor: default !important;
    color: #848484;
}
.customradio label + p {
    padding-left: 25px;
    font-size: 13px;
}
.agreement {
    position: relative;
    margin-bottom: 20px;
    color: #7c7f8c;
    font-size: 13px;
}
.agreement.black {
    color: #000;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i {
    position: absolute;
    left: -2px;
    top: 1px;
    font-size: 16px;
}
.agreement label {
    padding-left: 18px;
    position: relative;
    display: inline-block;
}
.agreement input + label .checked {
    display: none;
}
.agreement input:checked + label .checked {
    display: inline-block;
}
.agreement input:checked + label .no-checked {
    display: none;
}
.agreement input.error + label {
    color: red;
}
.fancybox-wrap {
    padding: 35px 0 0;
}
.fancybox-skin {
    margin-bottom: 35px;
}
.fancybox-overlay {
    background: rgba(2, 104, 194, 0.8);
}
.fancybox-close {
    background: 0 0;
    top: -22px;
    right: -22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 767px) {
    .fancybox-close {
        right: 0;
    }
}
.fancybox-close:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    background: #fff;
    margin-top: -1px;
}
.fancybox-close:after {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    background: #fff;
    margin-left: -1px;
}
.fancybox-close:hover:after,
.fancybox-close:hover:before {
    background: #ff3324;
}
.fancybox-skin {
    background: #fff;
    -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.fancybox-next span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-prev span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover {
    opacity: 1;
}
.fancybox-title-float-wrap {
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child {
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 400;
}
.fancybox-title-float-wrap .child {
    white-space: normal;
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track .inner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .slick-track .inner-content {
        position: static;
    }
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track .empty {
    height: 100%;
}
.top-slider .slider-caption {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.top-slider .inner-content {
    background-color: #0268c2;
}
@media only screen and (max-width: 767px) {
    .phone-none {
        display: none !important;
    }
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slider-wrapper .item img {
    min-height: 300px;
}
.slick-dots {
    margin-left: -webkit-calc((100% - 1280px)/ 2);
    margin-left: calc((100% - 1280px) / 2);
}
@media only screen and (max-width: 1299px) {
    .slick-dots {
        margin-left: -webkit-calc((100% - 970px)/ 2);
        margin-left: calc((100% - 970px) / 2);
    }
}
@media only screen and (max-width: 992px) {
    .slick-dots {
        margin-left: 0;
    }
}
.slick-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding: 0 0 0 25px;
    list-style: none;
}
@media only screen and (max-width: 992px) {
    .slick-dots {
        bottom: 40px;
    }
}
.slick-dots li button {
    position: relative;
    display: block;
    height: 35px;
    padding-right: 30px;
    padding-left: 0;
    color: transparent;
    font-size: 0;
    font-weight: 300;
    letter-spacing: 0.05em;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}
.slick-dots li button::after {
    position: absolute;
    top: 16px;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: rgba(104, 140, 157, 0.5);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}
.slick-dots li button:hover {
    color: #ff0100;
}
.slick-dots li button:hover::after {
    background-color: #7da8bc;
}
.slick-dots li:not(:last-child) {
    margin-right: 10px;
}
.slick-dots li.slick-active button {
    color: #7da8bc;
}
.slick-dots li.slick-active button::after {
    background-color: #7da8bc;
}
.slick-next,
.slick-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 80px;
    z-index: 50;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #c7c7c7;
    text-align: center;
}
@media only screen and (max-width: 992px) {
    .slick-next,
    .slick-prev {
        bottom: 40px;
    }
}
.slick-next svg,
.slick-prev svg {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.slick-next:after,
.slick-prev:after {
    position: absolute;
    content: "";
    width: 100%;
    display: block;
    background-color: inherit;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 0;
    z-index: -1;
}
.slick-next:hover svg,
.slick-prev:hover svg {
    margin-left: 20px;
}
.slick-next:hover:after,
.slick-prev:hover:after {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
}
.top-slider .slick-prev {
    right: 50%;
    background-color: #fff;
}
.top-slider .slick-prev:after {
    right: 0;
    left: unset;
}
.top-slider .slick-prev svg {
    margin-left: 0 !important;
}
.top-slider .slick-prev:hover svg {
    margin-right: 20px;
}
.top-slider .slick-next {
    left: 50%;
    background-color: #0268c2;
}
.header-bottom {
    border-bottom: 1px solid rgba(72, 125, 149, 0.3);
}
.header-bottom .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 88px;
    background-color: #fff;
}
.header-bottom .inner .shedule {
    margin-bottom: 10px;
}
.header-bottom .inner a:not(:last-child) {
    margin-bottom: 10px;
}
.header-bottom .inner a {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header-bottom .inner a:hover {
    color: #0268c2;
}
.header-bottom .inner a,
.header-bottom .inner div {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    text-decoration: none;
}
.header-bottom .inner svg {
    width: 25px;
    height: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #0268c2;
    margin-right: 10px;
}
.header-bottom .inner rect {
    fill: #0268c2;
}
.header-bottom .inner path {
    fill: #fff;
    stroke: #fff;
}
.header-bottom .logo {
    display: block;
    width: 160px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    color: transparent;
}
.header-bottom .block-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header-bottom .block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 992px) {
    .header-bottom .block-3 {
        display: none;
    }
}
.callback-link {
    margin-bottom: 10px;
}
.header-bottom {
    position: relative;
    background-color: #fff;
}
.top-bar {
    position: relative;
    width: 100%;
    height: 82px;
    background-color: #fff;
    z-index: 303;
}
.top-bar .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-bar .inner .button {
    margin-top: auto;
    margin-bottom: auto;
}
@media only screen and (max-width: 991px) {
    .top-bar .button {
        background: #014273;
        border-color: #014273;
        color: #fff;
    }
    .top-bar {
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: 1px solid #d5d5d5;
    }
    .top-bar-push {
        height: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .top-bar.fix-true.fixed {
        position: fixed;
        top: 0;
        left: 0;
        border-top-color: #fff;
    }
    .top-bar.fix-true.fixed:after {
        opacity: 1;
    }
    .base-template .top-bar:after {
        opacity: 1;
    }
    .top-bar.fix-true.fixed + .top-bar-push-md {
        height: 50px;
    }
    .base-template .top-bar.fix-true.fixed + .top-bar-push-md {
        height: 50px;
    }
}
.top-menu {
    display: none;
}
.mobile-menu {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    background-color: #0268c2;
}
.mobile-menu > ul > li {
    position: relative;
    z-index: 300;
    background: #fff;
}
.mobile-menu > ul > li > a {
    background-color: #0268c2;
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    position: relative;
}
.mobile-menu > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}
.mobile-menu > ul > li.active > a:after {
    opacity: 0.1;
}
.mobile-menu > ul > li > ul {
    background-color: #0268c2;
    padding: 18px 15px 13px 15px;
    display: none;
    position: relative;
}
.mobile-menu > ul > li > ul a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
}
.mobile-menu > ul > li > ul > li.active a span {
    text-decoration: underline;
}
.mobile-menu > ul > li > ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 15px;
    left: 0;
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.mobile-menu > ul > li > ul a span {
    position: relative;
    z-index: 5;
}
.mobile-menu .down .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.mobile-menu .down .dropdown-button:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 17px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mobile-menu .dropdown-button.active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
}
.mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
}
.icon-menu-burger {
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -14px;
    -webkit-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
    transition: -webkit-transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease 0s;
}
.icon-menu-burger__line {
    background-color: #0268c2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.1s linear 0.1s;
    -o-transition: transform 0.1s linear 0.1s;
    transition: -webkit-transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s, -webkit-transform 0.1s linear 0.1s;
    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}
.icon-menu-burger:after,
.icon-menu-burger:before {
    background: #333;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.1s linear 0.2s;
    -o-transition: top 0.1s linear 0.2s;
    transition: top 0.1s linear 0.2s;
}
.icon-menu-burger:after {
    bottom: -6px;
    -webkit-transition: bottom 0.1s linear 0.2s;
    -o-transition: bottom 0.1s linear 0.2s;
    transition: bottom 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.1s linear 0.2s;
    -o-transition: transform 0.1s linear 0.2s;
    transition: -webkit-transform 0.1s linear 0.2s;
    transition: transform 0.1s linear 0.2s;
    transition: transform 0.1s linear 0.2s, -webkit-transform 0.1s linear 0.2s;
    -webkit-transition: -webkit-transform 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger__line {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mob-menu-btn.active .icon-menu-burger:before {
    -webkit-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    transition: top 0.1s linear;
    top: 0;
}
.mob-menu-btn.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
    bottom: 0;
}
.mobile-menu .contacts {
    margin-top: 20px;
    padding: 20px;
    min-height: 250px;
    background-color: #0268c2;
}
.mobile-menu .contacts .shedule svg {
    fill: transparent;
}
.mobile-menu .contacts > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-decoration: none;
}
.mobile-menu .contacts > * svg {
    fill: #fff;
    width: 25px;
    height: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
@media only screen and (min-width: 1280px) {
    .top-bar .button {
        min-width: 300px;
    }
}
.mob-menu-btn.active + .mobile-menu {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media only screen and (min-width: 992px) {
    .top-menu a.parent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-menu a.parent .dropdown-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 7px;
        height: 4px;
        margin-left: 5px;
        margin-top: 1px;
    }
    .top-menu a.parent:hover svg {
        fill: #0268c2;
    }
    .top-menu a.parent svg {
        fill: #222;
    }
    .top-menu .active a.parent svg {
        fill: #0268c2;
    }
    .mobile-menu {
        display: none !important;
    }
    .top-menu {
        position: static;
        display: block !important;
    }
    .top-menu > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top-menu > ul > li {
        float: left;
        position: relative;
        z-index: 10;
        margin-right: 60px;
    }
    .top-menu > ul > li:last-child {
        margin-right: 0;
    }
    .top-menu > ul > li > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 82px;
        text-decoration: none;
        color: #222;
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 300;
        line-height: 50px;
        letter-spacing: 0.05em;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .top-menu > ul > li.active > a,
    .top-menu > ul > li:hover > a {
        color: #0268c2;
    }
    .top-menu > ul > li > ul {
        position: absolute;
        width: 280px;
        top: 70px;
        left: 0;
        text-align: left;
        z-index: 301;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
    }
    .top-menu > ul ul li {
        position: relative;
    }
    .top-menu > ul ul li > a {
        background-color: #fff;
        padding: 15px 10px 15px 10px;
        display: block;
        color: #222;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.05em;
        line-height: 20px;
        text-decoration: none;
        position: relative;
    }
    .top-menu > ul ul li > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        opacity: 0;
    }
    .top-menu > ul ul li.active > a,
    .top-menu > ul ul li:hover > a {
        color: #fff;
        background-color: #0268c2;
    }
    .top-menu > ul ul li > a span {
        position: relative;
        z-index: 5;
    }
    .body-fixed-true .top-bar.fixed .top-menu > ul > li:first-of-type > a {
        border-left: none;
    }
}
.top-slider-adv-wrapper {
    position: relative;
    z-index: 299;
    background-color: rgba(243, 244, 249, 0.7);
}
.top-slider .item a.absolute {
    z-index: 21;
}
.top-slider .element-content {
    height: 645px;
}
.top-slider .element-content .title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}
.top-slider .element-img {
    width: 100%;
    height: 645px;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.element-slider-right {
    padding-left: 0;
}
.top-slider .title {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
}
.top-slider .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
}
.advantages-main {
    margin-top: 80px;
    margin-bottom: 120px;
}
@media only screen and (max-width: 992px) {
    .advantages-main {
        margin-bottom: 60px;
    }
}
.advantages-main .element-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 992px) {
    .advantages-main .element-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .advantages-main .element-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.advantages-main .element {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 140px;
    border-right: 1px solid #688c9d;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #222;
}
.advantages-main .element:last-child {
    border-right: none;
}
.advantages-main .element:first-child .image-wrapper {
    margin-left: 0 !important;
}
.advantages-main .element .image-wrapper {
    width: 35px;
    margin-right: 20px;
    margin-left: 18px;
}
.advantages-main .element .image-wrapper svg {
    fill: #fff;
}
@media only screen and (max-width: 1299px) {
    .advantages-main .element .image-wrapper {
        margin-right: 15px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .advantages-main .element {
        width: 50%;
        min-height: unset;
        border-right: none;
        margin-bottom: 40px;
    }
    .advantages-main .element:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .advantages-main .element {
        width: 100%;
        border-right: none;
    }
    .advantages-main .element .image-wrapper {
        margin-left: 0;
    }
    .advantages-main .element br {
        display: none;
    }
}
.breadcrumbs-wrapper {
    margin: 30px 0 30px;
    font-size: 14px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
}
.breadcrumbs-wrapper a {
    color: #222;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.breadcrumbs-wrapper a:hover {
    color: #0268c2;
    text-decoration: underline;
}
.breadcrumbs-wrapper a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 6px;
    right: -16px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.breadcrumbs-wrapper a:hover:after {
    border-color: #2e2e2e;
}
.contacts-template .map-wrapper {
    height: 360px;
}
.contacts-template .contacts-block > hr:last-of-type {
    display: none;
}
@media only screen and (min-width: 1230px) {
    .contacts-template .contacts-block {
        padding-right: 60px;
    }
}
@media only screen and (min-width: 768px) {
    .lightgallery img {
        display: block;
        width: 100%;
    }
    .lightgallery a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/zoom.png) 50% 50% no-repeat rgba(2, 104, 194, 0.2);
        -webkit-background-size: 0 0;
        background-size: 0 0;
        z-index: 2;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        opacity: 0;
    }
    .lightgallery .img-wrapper:hover a:after {
        opacity: 1;
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px;
    }
}
.reviews {
    margin: 0 -10px;
}
.rev-header {
    letter-spacing: 1px;
}
.rev-grid-sizer,
.reviews > .rev-item {
    width: 100%;
}
.reviews > .rev-item .inner {
    padding: 30px;
    margin: 10px;
    border: 1px solid #d5d5d5;
}
.rev-answer {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .reviews > .rev-grid-sizer,
    .reviews > .rev-item {
        width: 50%;
    }
    .rev-answer {
        padding: 0 0 0 70px;
        background: url(../images/brown-arrow.png) 10px 0 no-repeat;
    }
}
.ticket-comment {
    margin: 0 !important;
}
.comment-reply {
    padding: 10px 0;
}
.reviews > .rev-item .rev-item .inner {
    padding: 0 0 0 70px;
    background: url(../images/brown-arrow.png) 10px 0 no-repeat;
    border: none;
}
.reviews > .rev-item .rev-item .rev-date {
    display: none;
}
.reviews > .rev-item .rev-item .inner .title {
    text-transform: none;
    margin-bottom: 0;
}
.reviews > .rev-item .rev-item .rev-text {
    margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply {
    display: none;
}
.comment-form-wrapper {
    background: url(../images/rev-section-bg.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    padding: 50px 0;
    margin-top: 30px;
}
.ie .comment-form-wrapper {
    background-attachment: scroll;
}
.comment-form-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/pattern.png) rgba(22, 22, 23, 0.9);
    content: "";
}
.comment-form-wrapper .inner {
    position: relative;
    z-index: 10;
    width: 575px;
    max-width: 100%;
    margin: 0;
}
#comment-editor {
    width: 100% !important;
    display: block;
}
#comment-form .form-actions,
#ticketForm .form-actions {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-form-wrapper .form-control {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.comment-form-wrapper textarea.form-control {
    height: 180px;
}
.comment-form-wrapper .button {
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
}
.comment-form-wrapper .button:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}
.comment-form-wrapper .form-control.error {
    border-color: #ff3324;
}
.comment-form-wrapper .form-control::-moz-placeholder {
    color: #fff;
}
.comment-form-wrapper .form-control:-ms-input-placeholder {
    color: #fff;
}
.comment-form-wrapper .form-control::-webkit-input-placeholder {
    color: #fff;
}
.comment-form-wrapper .form-control.error::-moz-placeholder {
    color: #ea1527;
}
.comment-form-wrapper .form-control.error:-ms-input-placeholder {
    color: #ea1527;
}
.comment-form-wrapper .form-control.error::-webkit-input-placeholder {
    color: #ea1527;
}
.pagination {
    display: inline-block;
    margin: 30px 0;
}
.pagination li {
    display: inline;
}
.pagination li > span {
    cursor: default;
}
.pagination li > a,
.pagination li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span {
    margin-left: 0;
}
.pagination li > a:hover {
    background-color: #eee;
}
.pagination .active > a,
.pagination .active > a:hover {
    background-color: #014273;
    color: #fff;
    border-color: #014273;
    cursor: default;
}
#catalog .image img {
    max-height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
}
section.catalog .button {
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
}
.product-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: 40px;
    margin-left: -15px;
}
.product-grid .element {
    width: 33%;
    margin-bottom: 20px;
    padding: 0 15px;
}
.product-grid .element .card-content-i {
    padding: 30px 25px 25px 25px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product-grid .element .card-content-i .options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-grid .element .image {
    width: 100%;
}
.product-grid .element .image img {
    width: 100%;
}
.product-grid .element .type {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #00549e;
}
.product-grid .element .year {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
}
.product-grid .element a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 !important;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px 0 rgba(23, 41, 143, 0.17);
    box-shadow: 0 3px 7px 0 rgba(23, 41, 143, 0.17);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.product-grid .element a .product-tag-new,
.product-grid .element a .product-tag-popular {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0.08em;
    text-align: center;
    border: 1px solid #ff0100;
}
.product-grid .element a .product-tag-popular {
    color: #fff;
    background-color: #ff0100;
}
.product-grid .element a .product-tag-new {
    color: #ff0100;
}
.product-grid .element a .product-tag-favorite {
    display: none;
}
.product-grid .element a .image {
    display: block;
    margin-bottom: 0 !important;
}
.product-grid .element a .image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.product-grid .element a .title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #222;
    margin-bottom: 10px;
    display: block;
}
.product-grid .element a .link-wrapper {
    position: absolute;
    bottom: 45px;
}
.product-grid .element a .link {
    color: #0268c2;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-bottom: 3px solid #0268c2;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.product-grid .element a:hover .card-content-i {
    background-color: #0268c2;
}
.product-grid .element a:hover .title,
.product-grid .element a:hover .type,
.product-grid .element a:hover .year {
    color: #fff !important;
}
.index-template section.catalog {
    background-color: rgba(243, 244, 249, 0.7);
    padding-top: 100px;
}
.catalog-template .catalog-header {
    text-align: left;
}
.catalog-template .product-grid .element {
    width: 33%;
}
.catalog-template .product-grid .element .card-content-i {
    padding: 20px;
}
.catalog-template .product-grid .element .title {
    font-size: 16px;
    line-height: 1.2;
}
.car-block {
    background-color: rgba(243, 244, 249, 0.7);
}
.car-block .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.car-block .content .image {
    width: -webkit-calc(50% + 10px);
    width: calc(50% + 10px);
}
.car-block .content .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    background-color: #0268c2;
}
.car-block .content .text strong {
    color: #fff;
}
.about-section {
    padding-top: 180px;
    margin-bottom: 180px;
}
@media only screen and (max-width: 992px) {
    .about-section {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}
.about-section .container {
    position: relative;
}
.about-section .container-wrapper {
    background-color: rgba(243, 244, 249, 0.7);
}
.about-section .title-h1 {
    margin-bottom: 30px;
    text-transform: none;
    text-align: left;
}
.about-section .left {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (max-width: 1299px) {
    .about-section .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
    }
}
.about-section .left div {
    position: absolute;
    width: 560px;
}
@media only screen and (max-width: 1299px) {
    .about-section .left div {
        position: static;
        width: 50%;
    }
}
@media only screen and (max-width: 992px) {
    .about-section .left div {
        width: 60%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.about-section .left .first {
    right: 100px;
    top: -80px;
}
@media only screen and (max-width: 1299px) {
    .about-section .left .first {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 992px) {
    .about-section .left .first {
        margin-top: 40px;
    }
}
.about-section .left .second {
    right: 40px;
    top: 250px;
}
@media only screen and (max-width: 1299px) {
    .about-section .left .second {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
@media only screen and (max-width: 992px) {
    .about-section .left .second {
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}
.about-section .right {
    width: 800px;
}
@media only screen and (max-width: 992px) {
    .about-section .right {
        width: 100%;
        padding-bottom: 40px;
    }
}
.about-section .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
}
@media only screen and (max-width: 1299px) {
    .about-section .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.about-section .subtitle {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #00549e;
    margin-bottom: 24px;
}
.about-section li {
    margin-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about-section li span {
    width: 15px;
    height: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3px;
}
.about-section li:last-child {
    margin-bottom: 40px;
}
.brands-section {
    padding-top: 90px;
    background-color: rgba(243, 244, 249, 0.7);
}
.brands-section .title-h3 {
    margin-bottom: 55px;
    text-align: center;
}
.logotype {
    padding: 10px;
    height: 130px;
    margin: 0 0 20px 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.logotype .title {
    height: 51px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.instagram {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: rgba(243, 244, 249, 0.7);
}
.instagram .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.instagram .title-h3 {
    width: 315px;
}
.instagram .instagram-wrapper {
    width: 925px;
}
.instagram .instagram-wrapper > .eapps-instagram-feed {
    width: auto !important;
    margin: 0 -14px;
}
.instagram .instagram-wrapper .eapps-instagram-feed-posts-item {
    padding: 0 14px;
    background-color: rgba(243, 244, 249, 0.7);
}
.instagram .instagram-wrapper .eapps-instagram-feed-posts-item-link {
    position: relative;
    margin-bottom: 28px;
}
.instagram .instagram-wrapper .eapps-instagram-feed-posts-slider-nav {
    display: none;
}
.aside-menu {
    margin-bottom: 30px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 13px 0 rgba(23, 41, 143, 0.25);
    box-shadow: 0 1px 13px 0 rgba(23, 41, 143, 0.25);
}
.aside-menu a {
    display: block;
    color: #222;
    font-size: 14px;
    text-decoration: none !important;
    padding: 15px 36px 15px 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.aside-menu .active > a,
.aside-menu .open > a,
.aside-menu li:hover > a {
    color: #fff !important;
    background-color: #0268c2 !important;
}
.aside-menu > ul ul {
    display: none;
}
.aside-menu .active > ul {
    display: block;
}
.aside-menu > ul li {
    position: relative;
}
.aside-menu > ul .dropdown-button {
    height: 53px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #0268c2;
    border-right: 1px solid #0268c2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.aside-menu > ul .dropdown-button.active:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 24px;
}
.aside-menu .active > .dropdown-button::after,
.aside-menu .open > .dropdown-button::after,
.aside-menu li:hover > .dropdown-button::after {
    border-color: #fff;
}
.aside-menu > ul ul .dropdown-button {
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after {
    top: 12px;
}
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .open > a + .dropdown-button:after {
    top: 16px;
}
.aside-menu ul ul a {
    padding: 12px 36px 10px 30px;
    font-weight: 400;
    position: relative;
}
.aside-menu ul ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    background: #d5d5d5;
}
.aside-menu ul ul ul a {
    padding: 8px 36px 8px 30px;
}
.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
    display: none;
}
.aside-menu ul ul ul ul a {
    padding: 8px 36px 8px 40px;
}
.aside-menu ul ul ul ul ul a {
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #014273;
    position: relative;
    color: #fff;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.active .aside-menu-title:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media only screen and (max-width: 991px) {
    .aside-menu > ul {
        display: none;
    }
    .aside-menu.active > ul {
        display: block;
    }
    .aside {
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #f5f5f5;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a,
    .aside-menu > ul > li:hover > a {
        color: #fff !important;
        background-color: #0268c2 !important;
    }
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #0268c2;
    margin-bottom: 20px;
}
ul.tabs li {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0268c2;
    background: rgba(243, 244, 249, 0.7);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    padding: 10px 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover {
    border-color: #0268c2;
    background: rgba(243, 244, 249, 0.7);
    color: #0268c2;
}
ul.tabs li:hover {
    color: #fff;
    background: #0268c2;
    border-color: #0268c2;
}
ul.tabs li.current:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: rgba(243, 244, 249, 0.7);
}
.mobile-tab-header {
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-tab-header {
        padding: 14px 40px 14px 14px;
        color: #fff;
        background-color: #0268c2;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .mobile-tab-header.active:after {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #e9e9e9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current {
        display: none;
    }
    .mobile-tab-header.active + ul.tabs {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .tabs.mobile {
        display: block !important;
    }
}
.news .element {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
}
.base-template .news .element {
    background: #fafafa;
}
.news .element > .row > .col-xs-3 {
    max-width: 120px;
}
.news .element .title-h5 {
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 58px;
}
@media only screen and (max-width: 767px) {
    .news .element .title-h5 {
        max-height: inherit;
    }
}
.news .element .date {
    font-size: 12px;
    margin-top: -3px;
}
.news .element .text {
    color: #6a6b70;
    height: 36px;
    overflow: hidden;
    font-size: 13px;
}
.news .element .more {
    font-weight: 700;
}
.news .element .more i {
    vertical-align: middle;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news .element .more:hover,
.news .element .title-h5 a:hover {
    color: #ff3324;
}
.news .element > .row > .col-xs-4 {
    max-width: 190px;
}
.aside-news .element {
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}
.aside-news .element .img-wrapper {
    position: absolute;
    left: 0;
    top: 4px;
}
.aside-news .element .title a {
    text-decoration: none;
    color: #2c2c2c;
}
.aside-news .inner {
    margin-top: -10px;
}
.fotorama {
    overflow: visible !important;
}
.fotorama__nav-wrap {
    overflow: hidden;
}
.fotorama__thumb {
    border: none;
}
.fotorama__thumb-border {
    border-color: #0268c2 !important;
}
.fotorama__stage {
    -webkit-box-shadow: 0 3px 7px 0 rgba(23, 41, 143, 0.17);
    box-shadow: 0 3px 7px 0 rgba(23, 41, 143, 0.17);
    margin-bottom: 10px;
}
.fotorama--fullscreen .fotorama__stage {
    border: none;
}
.fotorama__nav {
    text-align: left !important;
}
.fotorama--fullscreen .fotorama__nav {
    text-align: center !important;
}
.fotorama--fullscreen .fotorama__stage .fotorama__img {
    max-height: inherit !important;
    margin-top: 0;
    max-width: inherit !important;
}
.product-detail-main h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
}
.product-detail-main .product-attr-value {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-detail-main .product-attr-value:last-child {
    margin-bottom: 40px;
}
.product-detail .product-tags .product-tag-new,
.product-detail .product-tags .product-tag-popular {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0.08em;
    text-align: center;
    border: 1px solid #ff0100;
}
.product-detail .product-tags .product-tag-popular {
    color: #fff;
    background-color: #ff0100;
}
.product-detail .product-tags .product-tag-new {
    color: #ff0100;
}
.product-detail .product-tags .product-tag-favorite {
    display: none;
}
.product-detail .product-text {
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.question-block {
    margin-top: 40px;
    margin-bottom: 40px;
}
.product-count-element .element-counter input {
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.product-count-element .element-counter button {
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    margin: 0;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product-count-element .element-counter button.btn-minus {
    line-height: 28px;
}
.product-count-element .element-counter button:hover {
    background: #c1c1c1;
    border-color: #c1c1c1;
}
#msOrder {
    margin-top: 20px !important;
}
.cart-body {
    margin: 10px 0 0;
}
.cart-body .element {
    background: #fff;
    padding: 20px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    position: relative;
}
.cart-body .element-counter {
    display: inline-block;
}
.cart-body .element-price {
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: 0 0;
    z-index: 20;
}
.cart-body .element-delete i {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.cart-body .element-delete:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2 {
    padding-left: 120px;
    min-height: 90px;
}
.cart-body .element .element-counter,
.cart-body .element .element-price,
.cart-body .subelement2 .text {
    height: 80px;
}
.cart-body .element .element-img-wrapper {
    padding: 2px;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
}
.cart-body .element .element-img {
    width: 99px;
    height: 76px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
}
.cart-body .element a:hover .element-img {
    opacity: 0.8;
}
.cart-body .element hr {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .cart-body .element .element-img-wrapper {
        margin-bottom: 20px;
        display: inline-block;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .element .element-counter,
    .cart-body .element .element-price,
    .cart-body .subelement2 .text {
        height: auto;
    }
}
.product-price-wrapper {
    margin-bottom: 40px;
}
.product-price {
    font-size: 34px;
    color: #0268c2;
}
.product-old-price {
    color: #222;
    font-size: 20px;
    text-decoration: line-through;
}
.latest .title-h4 {
    font-size: 18px;
}
.latest .element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.latest .element img {
    max-width: 100px;
    margin-right: 15px;
}
.latest .element .title {
    color: #222;
}
.latest .element:hover {
    -webkit-box-shadow: 0 3px 7px 0 rgba(23, 41, 143, 0.17);
    box-shadow: 0 3px 7px 0 rgba(23, 41, 143, 0.17);
}
.middle {
    background-color: rgba(243, 244, 249, 0.7);
}
.main-column h1 {
    margin-top: -5px;
}
@media only screen and (min-width: 992px) {
    .main-column {
        padding-left: 15px;
    }
    .main-column-left {
        padding-right: 15px;
    }
}
.id-101 .ya-share2,
.id-3 .ya-share2,
.id-64 .ya-share2 {
    display: none;
}
.order-wrapper {
    background: #fff;
    padding: 10px 0;
}
.order-wrapper .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    border-color: #ff1a00 !important;
}
.element-counter .form-control {
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    color: #000;
    background: #f4f4f6;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.element-counter button {
    width: 25px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: 0 0;
    font-size: 24px;
}
.isa_success {
    border: 1px solid #79bcda;
    background-color: #d9f0f5;
    margin: 0 0 10px;
    padding: 15px;
}
.order-number {
    color: #014273;
}
.jgrowlHide #jGrowl {
    display: none !important;
}
.product-tags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.favorite-block .product-tags span,
.hits-block .product-tags span,
.novelty-block .product-tags span {
    display: none;
}
.favorite-block .product-tags span.product-tag-favorite,
.hits-block .product-tags span.product-tag-popular,
.novelty-block .product-tags span.product-tag-new {
    display: inline-block;
}
.products-carousel div[class^="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.index-template .products-carousel {
    margin-bottom: 30px;
}
.item-gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}
.item-gallery > .row > hr:nth-of-type(2n) {
    clear: both;
}
@media only screen and (min-width: 992px) {
    .item-gallery > .row > hr:nth-of-type(2n) {
        clear: none;
    }
    .item-gallery > .row > hr:nth-of-type(3n) {
        clear: both;
    }
}
#vk_groups,
#vk_widget {
    width: 100%;
}
#vk_groups,
#vk_groups iframe {
    width: 100% !important;
}
.video-list .element {
    margin-bottom: 20px;
    background: #fff;
    width: 900px;
    max-width: 100%;
}
.video-list .element .element-img {
    height: 420px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media only screen and (max-width: 1289px) {
    .video-list .element .element-img {
        height: 34vw;
    }
}
@media only screen and (max-width: 991px) {
    .video-list .element .element-img {
        height: 46vw;
    }
}
@media only screen and (max-width: 767px) {
    .video-list .element .element-img {
        height: 60vw;
    }
}
.video-list .element .play-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.video-list .element .play-block span {
    display: inline-block;
    padding: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.video-list .element .play-block span i {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    width: 64px;
    height: 64px;
    line-height: 61px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.video-list .element .play-block:hover span i {
    color: #ff121a;
    border-color: #ff121a;
}
.video-list .element .element-content {
    padding: 25px 0;
}
.video-list .element .element-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}
.video-list .element .element-content .text {
    font-size: 15px;
    margin-bottom: 10px;
}
.size-table {
    width: 100%;
    overflow: auto;
}
@media only screen and (max-width: 992px) {
    .top-bar .inner .button {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1299px) {
    .header-bottom .inner .address,
    .header-bottom .inner .email,
    .header-bottom .inner .header-tel,
    .header-bottom .inner .shedule,
    .header-bottom .inner .telegram {
        font-size: 14px;
    }
    .header-bottom .inner .header-tel svg {
        position: relative;
        top: 5px;
    }
    .top-bar .inner .button {
        width: 220px;
        margin-left: 40px;
        font-size: 16px;
    }
    .top-slider .element-content,
    .top-slider .element-img {
        height: 480px;
    }
    .top-slider .element-content .title {
        font-size: 30px;
        line-height: 40px;
    }
    .slick-dots li:not(:last-child) {
        margin-right: 10px;
    }
    .product-grid .element {
        width: 33%;
    }
    .catalog-template .product-grid .element {
        width: 50%;
    }
    .top-menu > ul ul li > a,
    .top-menu > ul > li > a {
        font-size: 14px;
    }
    .about-section .text {
        padding: 30px 40px 40px;
    }
    .about-section .text .title-h3 {
        margin-bottom: 25px;
    }
    .about-section .text .button {
        margin-top: 15px;
    }
    .footer-wrapper .footer-bottom .right .address {
        margin-right: 40px;
    }
    .footer-wrapper .footer-bottom .right .center {
        margin-right: 50px;
    }
    .footer-wrapper .footer-bottom .right .address,
    .footer-wrapper .footer-bottom .right .center .email,
    .footer-wrapper .footer-bottom .right .center .phone {
        font-size: 14px;
    }
    .product-detail-main h1 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 992px) {
    body {
        padding-top: 0;
    }
    .header-bottom .inner {
        height: 85px;
    }
    .header-bottom .logo {
        width: 97px;
        height: 41px;
    }
    .header-bottom .block-1,
    .header-bottom .block-2 {
        display: none;
    }
    .header-bottom .inner .header-tel {
        font-size: 22px;
    }
    .header-bottom .inner .header-tel svg {
        top: 2px;
    }
    .top-slider .element-content,
    .top-slider .element-img {
        height: 409px;
    }
    .top-slider .element-content .title {
        font-size: 26px;
        line-height: 32px;
    }
    .slick-dots li button {
        padding-right: 35px;
    }
    .slick-dots li button::after {
        width: 30px;
    }
    .advantages-main .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advantages-main .element-wrapper {
        margin-bottom: 10px;
    }
    .footer-wrapper .footer-bottom .container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-wrapper .footer-bottom .right {
        display: none;
    }
    .instagram {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .instagram .content {
        display: block;
    }
    .instagram .title-h3 {
        width: 100%;
    }
    .instagram .title-h3 br {
        display: none;
    }
    .instagram .instagram-wrapper {
        width: 100%;
    }
    .index-template section.catalog {
        padding-top: 60px;
    }
    section.catalog .button {
        margin-bottom: 70px;
    }
    .about-section {
        padding-top: 70px;
    }
    .about-section .content {
        display: block;
    }
    .about-section .text {
        width: 100%;
    }
    .about-section iframe {
        width: 100%;
    }
    .main-wrapper .middle {
        padding-bottom: 70px;
    }
    .car-block .content .image {
        display: none;
    }
    .car-block .content .text {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .slick-dots {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-left: 0;
    }
    .top-slider .element-content {
        height: auto;
        padding-top: 60px;
        padding-bottom: 120px;
    }
    .product-detail-main .product-gallery {
        margin-bottom: 20px;
    }
    .instagram .instagram-wrapper > .eapps-instagram-feed {
        margin: 0 -10px;
    }
    .instagram .instagram-wrapper .eapps-instagram-feed-posts-item {
        padding: 0 10px;
    }
    .instagram .instagram-wrapper .eapps-instagram-feed-posts-item-link {
        margin-bottom: 20px;
    }
    .about-section .text,
    .car-block .content .text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .about-section .text {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-section .text .button {
        max-width: 100%;
    }
    .video-list .element .element-content {
        padding: 20px;
    }
    .product-detail .product-text {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .product-grid .element {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .catalog-template .product-grid .element,
    .product-grid .element {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .modal {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .modal .ajax_form .form-group {
        max-width: 100%;
    }
    .modal .ajax_form .form-group .form-control {
        max-width: 100%;
    }
    .advantages-main .element-wrapper {
        width: 100%;
    }
    .top-slider .element-content .title {
        padding-left: 0;
        font-size: 24px;
    }
    .slick-dots li:not(:last-child) {
        margin-right: 20px;
    }
    .header-bottom .inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-bottom .inner .header-tel {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .top-bar .inner .button {
        position: fixed;
        top: 5px;
        right: 0;
        left: 60px;
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }
}

.copyright__created{
    
}

.copyright__created a{
    float: right;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding-bottom: 5px;
    padding-top: 5px;
}

.copyright__created a:hover{
    color: #0268c2;
}