﻿@charset "utf-8";
/*******************
Fonts
********************/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular-1.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/Montserrat-Medium-1.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold-1.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: local('Montserrat Black'), local('Montserrat-Black'),
        url('../fonts/Montserrat-Black-1.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*******************
Variables
********************/
:root {
    /* colors */
    --primary-color: #ef3124; /* rgb(239, 49, 36) */
    --primary-dark-color: #e32a17; /* rgb(227 42 23) */
    --secondary-color: #1a304b; /* rgb(26, 48, 75) */
    --secondary-light-color: #3b526c; /* rgb(59, 82, 108) */
    --secondary-light-color-2: #e1e6ed; /* rgb(225, 230, 237) */

    /* body */
    --body-text-font-family: 'Montserrat', sans-serif;
    --body-text-font-size: 16px;
    --body-text-font-weight: normal;
    --body-text-line-height: 1.5;
    --body-text-color: #14253f;
    --body-bg-color: #fafafa;

    /* heading */
    --heading-font-family: 'Montserrat', sans-serif;
    --heading-font-weight: 800;

    /* buttons */
    --br-small: 4px;
    --br-big: 20px;

    /* box-shadow */
    --bs-primary-small: 0px 0px 10px 0px rgba(239, 49, 36, 0.1), 1px 1px 8px 0px rgba(239, 49, 36, 0.1);
    --bs-secondary-small: 0px 0px 10px 0px rgba(26, 48, 75, 0.1), 1px 1px 8px 0px rgba(26, 48, 75, 0.1);
    --bs-primary-big: 0px 0px 20px 0px rgba(239, 49, 36, 0.2), 1px 1px 18px 0px rgba(239, 49, 36, 0.2);
    --bs-secondary-big: 0px 0px 20px 0px rgba(26, 48, 75, 0.2), 1px 1px 18px 0px rgba(26, 48, 75, 0.2);
}

/*******************
General
********************/

/*** Variables ***/
.primary-color {
    color: var(--primary-color);
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push15{
    height: 15px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.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;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: var(--body-text-font-size);
    line-height: var(--body-text-line-height);
    color: var(--body-text-color);
    font-family: var(--body-text-font-family);
    overflow-x: hidden;
}
.main-wrapper{
    min-height: 100%;
    margin-bottom: -310px;
    background: #fff;
}
a {
    text-decoration: none;
    transition: all .3s;
}
a:hover,
a:link {
    text-decoration: none;
    transition: all .3s;
}
img {
    max-width: 100%;
}

/* Typography */
h1,
.title-h1 {
    font-family: var(--heading-font-family);
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: var(--heading-font-weight);
    color: var(--body-text-color);
}
h2,
.title-h2 {
    font-family: var(--heading-font-family);
    font-size: 26px;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: var(--heading-font-weight);
    color: var(--body-text-color);
}
h3,
.title-h3{
    font-family: var(--heading-font-family);
    font-size: 20px;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: var(--heading-font-weight);
    color: var(--body-text-color);
}
h4,
.title-h4{
    font-family: var(--heading-font-family);
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: var(--heading-font-weight);
    color: var(--body-text-color);
}
h5,
.title-h5{
    font-family: var(--heading-font-family);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: var(--heading-font-weight);
    color: var(--body-text-color);
}
.title-h2 span{
    font-size: 18px;
    line-height: 1;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*******************
Header
********************/

.header {
    background: #fff;
}
.header-main {
    position: relative;
    min-height: 114px;
    padding: 20px 0 9px;
}
.header-main_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main_container:before,
.header-main_container:after {
    display: none;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
}
.logo__alfa {
    width: 60px;
    height: 60px;
    margin-right: 18px;
    margin-top: 5px;
}
.logo__text-title {
    margin-bottom: -5px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--secondary-color);
    font-size: 38px;
}
.logo__text-subtitle {
    font-size: 16px;
    color: var(--body-text-color);
}

/* Header manager */
.manager {
    display: flex;
    align-items: center;
}
.manager__img {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.manager__contacts {
    order: 1;
}
.manager__social {
    display: flex;
    align-items: center;
    justify-content: start;
}
.manager__social-item {
   margin-right: 10px; 
}
.manager__social-item:last-child {
    margin-right: 0;
}
.manager__social-item-link {
    font-size: 30px;
    color: var(--secondary-color);
}
.manager__social-item-link:hover,
.manager__social-item-link:active {
    color: var(--primary-color);
}

/* Top bar */
.top-bar {
    width: 100%;
    height: 60px;
    z-index: 300;
}
.top-bar-container {
    background: var(--secondary-color);
    padding: 10px;
}
.top-bar .btn {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    position: absolute;
    right: 60px;
    top: 0;
    text-transform: uppercase;
    height: 55px;
    padding: 17px 30px 0;
    z-index: 10;
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
}
.top-bar .btn > span {
    position: relative;
}
.top-bar .btn > span:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -100px;
    width: 250%;
    height: 245%;
    background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.1), rgba(255,255,255,.6), rgba(255,255,255,.5), rgba(255,255,255,.0)) no-repeat -7em 0%;
    background-size: 7em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: 10;
}
.top-bar .btn > span.blink_on:after {
    transition: 0.3s linear;
    background-position: 130% 0%;
}
.top-bar .btn.minishop-off {
    right: 0;
}
.top-bar .btn:hover {
    background: var(--primary-dark-color);
    border-color: var(--primary-dark-color);
    color: #fff;
}
.top-menu {
    display: none;
}

/* Mobile menu  */
.mobile-menu {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    text-align: left;
}
.mobile-menu > ul > li {
    position: relative;
    z-index: 300;
    background: #fff;
}
.mobile-menu > ul {
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.mobile-menu > ul > li > a {
    background: #000;
    display: block;
    color: #ffffff;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    font-size: 13px;
    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: #000;
    padding: 23px 15px 13px 15px;
    display: none;
    position: relative;
}
.mobile-menu > ul > li > ul:before {
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > ul > li {
    margin-bottom: 15px;
    position: relative;
}
.mobile-menu > ul > li > ul a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
}
.mobile-menu > ul > li > ul > li.active > a span,
.mobile-menu ul ul 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: 9px;
    left: 0;
    background: #fff;
    border-radius: 1px;
}
.mobile-menu ul ul ul a:before {
    top: 14px;
}
.mobile-menu > ul > li > ul a span {
    position: relative;
    z-index: 5;
}
.mobile-menu .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.mobile-menu .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;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu .dropdown-button.active:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
}
.mobile-menu ul ul .dropdown-button {
    height: 25px;
    right: -15px;
}
.mobile-menu ul ul .dropdown-button:after {
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 0 !important;
    font-size: 18px;
    right: 21px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.mobile-menu ul ul .dropdown-button.active:after {
    content: "—";
    font-size: 10px;
    top: 4px !important;
    right: 22px;
}
.mobile-menu .dropdown-button + ul {
    display: none;
}
.mobile-menu ul ul ul {
    padding-top: 10px;
}
.mobile-menu ul ul ul a {
    padding: 10px 0 10px 30px;
}
.mobile-menu ul ul ul a:before {
    left: 17px;
}
.mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 21px;
    height: 14px;
    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;
    -moz-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
    -ms-transition: transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.1s linear 0.1s;
    -moz-transition: transform 0.1s linear 0.1s;
    -o-transition: transform 0.1s linear 0.1s;
    -ms-transition: transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s;
    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.1s linear 0.2s;
    -moz-transition: top 0.1s linear 0.2s;
    -o-transition: top 0.1s linear 0.2s;
    -ms-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;
    -moz-transition: bottom 0.1s linear 0.2s;
    -o-transition: bottom 0.1s linear 0.2s;
    -ms-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);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.1s linear 0.2s;
    -moz-transition: transform 0.1s linear 0.2s;
    -o-transition: transform 0.1s linear 0.2s;
    -ms-transition: transform 0.1s linear 0.2s;
    transition: 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);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mob-menu-btn.active .icon-menu-burger:before {
    -webkit-transition: top 0.1s linear;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -ms-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;
    -moz-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    -ms-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
    bottom: 0;
}

/*******************
Homepage
********************/

.index_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.index .section_title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
}
.section_btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Separator ***/
.separator {
    width: 100%;
    height: 286px;
}
.separator_pattern {
    background: url('../../../images/design/separator.png') no-repeat;
}

/*** Intro section main ***/
.intro {
    display: flex;
    align-items: center;
    min-height: 700px;
    background: #000 url('../../../images/design/intro-bg.jpg') no-repeat fixed center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.intro__title {
   font-size: 60px;
   color: #fff;
}
.intro__subtitle {
    min-height: 100px;
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: var(--primary-color);
    border-radius: 20px;
}
.intro__description {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 20px;
    max-width: 1000px;
}

/*** Intro section v1 ***/
.intro_v1 {
    padding-top: 0;
    padding-bottom: 0;
}
.intro_container_v1 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 700px;
    padding-top: 130px;
    padding-bottom: 100px;
}
.intro__main_v1 {
    padding-right: 400px;
    text-align: center;
}
.intro__title_v1 {
    margin-bottom: 30px;
    font-size: 50px;
    color: #fff;
}
.intro__description_v1 {
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    background: var(--primary-color);
    border-radius: 20px;
}
.intro__contacts_v1 {
    margin-bottom: 30px;
}
.intro__contacts-text_v1 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.intro__social_v1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro__social-item_v1 {
    margin-right: 20px;
}
.intro__social-item_v1:last-child {
    margin-right: 0;
}
.intro__social-item-link_v1 {
    font-size: 44px;
    color: #fff;
}
.intro__social-item-link_v1:hover,
.intro__social-item-link_v1:active {
    opacity: 0.8;
}
.intro__img_v1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 598px;
}
.intro__img-mobile_v1 {
    display: none;
}

/*** Steps ***/
.steps-separator {
    position: relative;
    width: 100%;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F9D118;
}
.steps-number {
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    border-radius: 100%;
}
.steps-step {
    margin-bottom: 100px;
}
.steps-step__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.steps-step__img img {
    max-width: 300px;
}
.steps-step__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.steps-step-body .manager {
    justify-content: center;
}

/*** Vantages ***/
.vantages-section{
    position: relative;
    padding: 70px 0 70px;
}
.vantages > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.vantages > .row > div{
    margin-bottom: 20px;
}
.vantages .element{
    color: #79787F;
    line-height: 1.8;
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 3px;
}
.vantages .col-xs-3{
    max-width: 90px;
}
.vantages .img-wrapper{
    height: 64px;
}
.vantages .img-wrapper img{
    max-height: 100%;
}
.vantages > .row{
    display: flex;
    flex-wrap: wrap;
}
@media(max-width: 991px){
    .vantages-section{
        background: #f6f6f6;
        padding: 70px 0 10px;
    }
}
.vantages-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.vantages-list__col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.vantages-list__item {
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: var(--secondary-color);
    border-radius: var(--br-big);
    box-shadow: var(--bs-secondary-small);
}
.vantages-list__item-img {
    margin-bottom: 20px;
}
.vantages-list__item-img i {
    font-size: 60px;
}
.vantages-list__item-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.vantages-list__item-text {
    margin-bottom: 0;
}

/*** Main promotion ***/
.main-promotion {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ef3125;
}
.main-promotion_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-promotion__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: var(--br-big);
}
.main-promotion__title {
    font-size: 40px;
    font-weight: 900;
}
.main-promotion__text {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.btn.main-promotion__btn {
    font-size: 22px;
    font-weight: bold;
}

/*** Promotions ***/
.promotions-list {
    display: flex;
    flex-wrap: wrap;
}
.promotions-list__item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 14px);
    margin-right: 21px;
    margin-bottom: 30px;
    border-radius: var(--br-big);
    box-shadow: var(--bs-secondary-small);
    transition: all .3s;
}
.promotions-list__item:nth-child(3n) {
    margin-right: 0;
}
.promotions-list__item:hover {
    box-shadow: var(--bs-secondary-big);
}
.promotions-list__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 0;
}
.promotions-list__item-img img {
    border-radius: var(--br-small);
}
.promotions-list__item-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px 30px 30px;
}
.promotions-list__item-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--body-text-color);
    text-decoration: none;
}
.promotions-list__item-duration {

}
.promotions-list__item-buttons {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.promotions-list__item:hover .promotions-list__item-btn {
    -webkit-filter: brightness(114%);
    filter: brightness(120%);
}
.promotions-list__item:hover .promotions-list__item-title {
    color: var(--primary-color);
}

/*** Products ***/
.products-list {
    display: flex;
    flex-wrap: wrap;
}
.products-list__item {
    flex: 0 0 auto;
    width: calc(33.333% - 14px);
    margin-right: 21px;
    margin-bottom: 30px;
    border-radius: var(--br-big);
    box-shadow: var(--bs-secondary-small);
    transition: all .3s;
}
.products-list__item:nth-child(3n) {
    margin-right: 0;
}
.products-list__item:hover {
    box-shadow: var(--bs-secondary-big);
}
.products-list__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 0;
}
.products-list__item-body {
    padding: 10px 30px 30px;
}
.products-list__item-title {
    display: flex;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--body-text-color);
    text-decoration: none;
}
.products-list__item-reward {

}
.products-list__item-buttons {
    display: flex;
    justify-content: center;
}
.products-list__item:hover .products-list__item-btn {
    -webkit-filter: brightness(114%);
    filter: brightness(120%);
}
.products-list__item:hover .products-list__item-title {
    color: var(--primary-color);
}


/* QA */
.qa-list__item {
    margin-bottom: 35px;
}
.qa-list__item_q {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}



/********************/
.services-elements{
    text-align: center;
}
.services-section .element{
    margin-bottom: 20px;
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 3px;
}
.services-section .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.services-section .element:hover h3{
    color: var(--primary-color);
}
.services-section .element h3{
    height: 52px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-bottom: 0;
}
.services-section .element .text{
    line-height: 1.8;
    color: #79787F;
    height: 100px;
    overflow: hidden;
}
.services-section .element .img-wrapper{
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    background: var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1229px){
    .index-template .services-elements{
        margin-top: 0;
    }
    .index-template .services-section{
        padding-top: 70px;
    }
}
@media(max-width: 991px){
    .index-template .services-section{
        padding-top: 40px;
    }
}




@media(max-width:992px){
    h1,
    .title-h1{
        font-size: 26px;
        margin-bottom: 30px;
    }
    h2,
    .title-h2{
        font-size: 22px;
    }
}
blockquote{
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 2px solid var(--primary-color);
    text-align: left;
    font-style: italic;
}
blockquote p{
    margin-bottom: 0;
}
p{
    margin-bottom: 20px;
}
a{
    color: var(--primary-color);
    text-decoration: underline;
    transition: all .3s;
}
a:hover{
    text-decoration: none;
    transition: all .3s;
}
a:focus{
    outline: none;
    text-decoration: none;
    transition: all .3s;
}
a.decoration-none{
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
em, i{
    font-style: italic;
}
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;
}
.red{
    color: red;
}
.gray{
    color: #8A8A8A;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.strike{
    text-decoration: line-through;
}
.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;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
.article-img img{
    width: 100%;
    border-radius: 3px;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.modal{
    display: none;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 40px 30px;
}
.modal .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1;
}
.modal p{
    margin-bottom: 0;
}
.modal .title + p{
    font-size: 14px;
    margin: -10px 0 30px;
}
@media (min-width: 992px){
    .modal{
        padding: 40px;
    }
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    font-size: 14px;
    padding: 12px 35px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid var(--primary-color);
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px;
    border-radius: 2px;
}
.btn:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(120%);
    color: #fff;
}
.btn.btn-transparent{
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.btn.btn-transparent:hover{
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.btn.block{
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.btn.mid{
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.btn.mini,
.btn.min{
    font-size: 11px;
    padding: 8px 10px;
    border-bottom: none;
}
hr{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #fff;
}
.hr-min {
    width: 100px;
    margin: 30px auto;
}
table{
    width: 100%;
    border-collapse: collapse;
}
table tr:nth-child(odd) {
    background: #F5F5F5;
}
table td, 
table th {
    padding: 14px 20px;
    font-size: 14px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table th{
    color: #000;
    font-weight: bold;
    border-left-color: rgba(255,255,255,0.2);
}
table td:first-child, table th:first-child {
    border-left: none;
}
table .separate td{
    background: #E2E6E7;
    color: #333333;
    font-weight: bold;
}
@media (max-width: 767px) {
    table td, 
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* CUSTOM CHROME SCROLL */
body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 1px;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 10px;
    height: 0px;
}
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: var(--primary-color);
}
body::-webkit-scrollbar-track {
    background-color: var(--secondary-color);
}
/* /. CUSTOM CHROME SCROLL */

/* PRELOADER */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.load8 .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,72,127, 0.2);
  border-right: 1.1em solid rgba(0,72,127, 0.2);
  border-bottom: 1.1em solid rgba(0,72,127, 0.2);
  border-left: 1.1em solid #F9D118;
  -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 {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* /. PRELOADER */

/* UP BTN */
#up{
    position: fixed;
    overflow: hidden;
    right: 15px;
    bottom: 60px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: var(--secondary-color);
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
    border-radius: 3px;
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    background-color: var(--primary-color);
    color: #fff;
}
#up svg{
    height: 20px;
    position: relative;
    bottom: -7px;
}
@media(max-width:767px){
    #up{
        bottom: 15px;
    }
}
/* /. UP BTN */


/* BREADCRUMBS */
.breadcrumb {
    margin: -10px 0 30px;
    padding: 0 0;
    list-style: none;
    height: 28px;
    overflow: hidden;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}
.breadcrumb svg {
    width: 18px;
    height: 16px;
    position: relative;
    bottom: -4px;
    fill: var(--primary-color);
}
.breadcrumb > li a {
    color: var(--primary-color);
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #000;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}
@media(max-width:991px){
    .breadcrumb{
        display: none;
    }
}
/* / BREADCRUMBS */

/* PAGINATION */
.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: #EEEEEE;
}
.pagination .active > a, .pagination .active > a:hover{
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    cursor: default;
}
/* /. PAGINATION */

/* AGREEMENT */
.agreement {
	position: relative;
	margin-bottom: 30px;
	color: #7c7f8c;
}
.agreement input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.agreement label {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}
.agreement input+label:before {
	background: url(../images/check-empty.svg) 0 0 no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 1px;
	left: 0px;
}
.agreement input:checked+label:before {
	background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error+label {
	color: red;
}
/* /. AGREEMENT */

/* TABS */
.box{
    display: none;
}
.box.visible{
    display: block;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}
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: 1.2;
    font-weight: bold;
    color: #333333;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #d5d5d5;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;        
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}
@media (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: var(--primary-color);
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
        border-radius: 3px;
    }
    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;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-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 (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}
/* /. TABS */

/* FANCYBOX */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    padding: 35px 0 0;
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3);
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
}
.fancybox-close {
    position: absolute;
    top: -35px;
    right: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media(min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover{
    background: #FF4632;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}
.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev:hover span:after,
.fancybox-next:hover span:after{
    border-color: #5253FF;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,0.8);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    z-index: 8050;
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    background: rgba(255, 255, 255, 1);
    color: #000;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
    width: 100%;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/* /. FANCYBOX */

/* SLICK SLIDER */
.slick-slider{
    position: relative;
    display: block;
    -moz-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-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    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 {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
    border: 2px solid var(--primary-color);
}
.slick-dots li.slick-active{
    border-color: var(--primary-color);
    background: var(--primary-color);
}
.slick-prev:after,
.slick-next:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -4px;
	border-left: 2px solid #202534;
	border-bottom: 2px solid #202534;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.slick-prev:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-next:after {
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(225deg);
	margin-left: -9px;
}
.slick-prev:hover,
.slick-next:hover {
	background: #202534;
	opacity: 1;
}
.slick-prev:hover:after,
.slick-next:hover:after {
	border-color: #fff;
}
/* /. SLICK SLIDER */

@media(max-width: 1169px){
    .top-menu > ul > li > a{
        padding: 0 10px;
        font-size: 12px;
    }
}
@media(max-width:991px){
    .top-bar-container{
        padding: 0;
        border-radius: 0;
        background: transparent;
    }
    .top-bar{
        height: 55px;
    }
    .header-tel-icon{
        top: 0;
        bottom: 0;
    }
    .header-cart{
        height: 55px;
    }
    .header-cart span{
        top: 12px;
    }
    .top-bar{
        position: fixed;
        top: 0;
        left: 0;
    } 
    .top-bar-push{
        height: 56px;
    }
    .base-template .header{
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 40px;
    }
    .top-bar{
        background: var(--primary-color);
    }
}
@media(max-width:767px){
    .header-tel-1,
    .header-tel-2,
    .schedule,
    .header-address{
        display: inline-block;
    }
    .header .inner{
        display: block;
        text-align: center;
    }
}

@media(min-width: 768px){
    .header-info{
        
    }
    .schedule,
    .header-address{
        padding: 2px 0 0 22px;
        color: #fff;
    }
    .schedule svg{
        top: 4px;
        width: 14px;
        color: #ffffff;
    }
    .header-address svg{
        top: 4px;
        width: 11px;
        color: #ffffff;
    }
    .header-tel{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-bottom{
        padding: 15px 0;
    }
}
@media(min-width:992px){
    .base-template .header{
        margin-bottom: 40px;
    }
    .top-bar .btn{
        font-size: 13px;
        top: 2px;
        height: 37px;
        border-radius: var(--br-small);
        padding: 8px 16px 0;
    }
    .top-bar-container{
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
    }
    .mobile-menu{
        display: none !important;
    }
    .top-menu{
        display: block !important;
        position: static;
    }
    .top-menu > ul > li > a {
        text-decoration: none;
        color: #fff;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        padding: 0 17px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    	position: relative;
    	border-radius: 2px;
    	text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        border-radius: var(--br-small);
    }
    .top-menu > ul > li.active > a,
    .top-menu > ul > li:hover > a{
        background: var(--secondary-light-color);
        color: #fff;
    }
    .top-menu > ul > li{
        float: left;
        position: relative;
        z-index: 10;
        margin-right: 5px;
    }
    .top-menu > ul > li:last-child{
        margin-right: 0;
    }
    .top-menu > ul > li.down a{
        padding-right: 30px;
    }
    .top-menu > ul > li.down > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        right: 12px;
        top: 50%;
        margin-top: -5px;
    }
    .top-menu > ul > li.down:hover > a:after,
    .top-menu > ul > li.down.active > a:after{
        border-bottom-color: #fff;
        border-right-color: #fff;
    }
    .top-menu > ul > li > ul {
        position: absolute;
        width: 280px;
        top: 64px;
        padding-top: 20px;
        left: 0;
        text-align: left;
        z-index: 300;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
    }
    .top-menu > ul > li:hover > ul {
        visibility: visible;
        top: 40px;
        opacity: 1;
    }
    
    .top-menu > ul ul li{
        position: relative;
    }
    .top-menu > ul > li > ul > li:first-of-type:after{
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: var(--secondary-color);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(45deg);
        position: absolute;
        left: 15px;
        top: -6px;
        z-index: 10;
    }
    .top-menu > ul > li > ul > li:first-of-type:hover:after, 
    .top-menu > ul > li > ul > li:first-of-type.active:after {
        background: var(--secondary-color);
    }
    
    .top-menu ul ul li > a{
        position: relative;
    }
    .top-menu ul ul li.down > a span:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: 15px;
        transform: rotate(45deg);
        margin-top: -3px;
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
    }
    .top-menu > ul ul li > a {
        background: var(--secondary-color);
        padding: 12px 10px 12px 10px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        position: relative;
    }
    .top-menu a span{
        position: relative;
        z-index: 10;
        display: block;
    }
    .top-menu > ul ul li.down > a{
        padding-right: 0;
    }
    .top-menu > ul ul li > a:before{
        content:"";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 0.1;
        z-index: 5;
    }
    .top-menu > ul ul li:first-of-type > a:before{
        display: none;
    }
    .top-menu > ul ul li > a:after{
        content:"";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: var(--secondary-light-color);
        opacity: 0;
    }
    .top-menu > ul ul li:hover > a:after,
    .top-menu > ul ul li.active > a:after{
        opacity: 1;
    }
    .top-menu ul ul ul {
        position: absolute;
        top: 0;
        left: 280px;
        width: 250px;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
    }
    .top-menu ul ul li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    .header-info{
        
    }
    .schedule, .header-address {
        padding: 10px 0 0 30px;
        color: #333;
    }
    .header-address svg{
        width: 19px;
        top: 7px;
        color: var(--primary-color);
    }
    .schedule svg {
        top: 9px;
        width: 22px;
        color: var(--primary-color);
    }
    .top-bar.fix-true.fixed{
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
    .top-bar.fix-true.fixed + .top-bar-push-md{
        height: 60px;
    }
    .header-cart{
        width: 45px;
    }
    .header-cart span{
        right: 0;
    }
    .top-bar .btn{
        right: 0px;
    }
    .header-cart svg{
        bottom: -10px;
        left: 0;
    }
}
@media(min-width:1170px){
    .header{
        box-shadow: 0 3px 3px rgba(0,0,0,0.2);
        position: relative;
        padding-bottom: 30px;
    }
    .base-template .header{
        margin-bottom: 70px;
    }
    .top-bar{
        position: absolute;
        bottom: -30px;
        left: 0;
        background-color: var(--secondary-color);
    }
    .top-bar:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 50%;
        background: var(--secondary-color);
        width: 0;
    }
    .top-bar.fix-true.fixed:before{
        width: 100%;
        left: 0;
        right: 0;
    }
    .top-bar-container{
        width: 1110px;
        margin: 0 auto;
        border-radius: 2px;
    }
}
@media (min-width: 1230px) {
    .top-bar-container{
        width: 1170px;
    }
    .header-info{
        
    }
}

/* TOP SLIDER */
.top-slider{
    margin-bottom: 40px;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border-radius: 2px;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #fff;
    color: #343644;
    border: 2px solid #fff;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 0.6;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    opacity: 1;
}
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .item{
    position: relative;
}
.top-slider .container{
    display: flex;
    height: 100%;
}
.top-slider .element-content{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.top-slider .element-content-inner{
    padding: 5% 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.top-slider .title{
    font-family: "Montserrat", sans-serif;
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
}
.top-slider .subtitle{
    font-size: 3vw;
}
.top-slider .subtitle p{
    margin-bottom: 0;
}
.top-slider img{
    width: 100%;   
}
.top-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    margin-bottom: 0;
}

@media(min-width:768px){
    .top-slider .img-wrapper{
        margin-bottom: 0;
    }
    .top-slider .item .element-content{
        z-index: 20;
    }
}
@media(min-width:992px){
    .top-slider .title{
        font-size: 3vw;
    }
    .top-slider .subtitle{
        font-size: 2vw;
    }
    .top-slider .slick-dots {
        bottom: 30px;
    }
}
@media (min-width: 1230px) {
    .top-slider .title {
        font-size: 42px;
    }
    .top-slider .subtitle{
        font-size: 22px;
    }
}
/* /. TOP SLIDER */

/* ACTION */
.top-form-box{
    padding: 35px 45px 30px;
    background: #f6f6f6;
    border-radius: 4px;
    border: 5px solid #F9D118;
}
.top-form-box .title{
    font-size: 26px;
    font-weight: bold;
}
.top-form-box .subtitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
@media(max-width: 500px){
    .top-form-box{
        padding: 25px 25px 15px;
    }
}
/* countdown*/
.countdown-wrapper{
    padding-top: 8px;
}
.countdownHolder{
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 50px;
}
.countdownHolder > span:nth-of-type(odd){
    color: #fff;
    width: 40px;
    padding: 10px 0;
    background-color: #f67b0c;
    border-radius:3px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.countdownHolder > span:nth-of-type(odd):after{
    content: ":";
    display: block;
    position: absolute;
    top: 8px;
    right: -15px;
    color: #000;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 40px;
    text-align: center;
    left:0;
    bottom: -30px;
    content:'дней';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}
@media(min-width:768px){
    .countdown-wrapper{
        float: right;
    }
}
@media (min-width: 992px){    
    .countdownHolder > span:nth-of-type(odd){
        width: 50px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 48px;
        font-size: 11px;
        bottom: -24px;
    }
    .countdownHolder{
        margin: 0 auto;
        text-align: right;
        font-size: 26px;
    }
}
/* /. Countdown */

/* /. ACTION */



.about-section{
    background: #f6f6f6;
}

/* STEPS */
.steps{
    padding: 40px 0;
}
.steps:after{
    content: "";
    background: #F9D118;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
}
.steps .element{
    margin-bottom: 55px;
    font-size: 15px;
    line-height: 1.8;
}
.steps .element .img-wrapper,
.steps .element .element-content{
    width: 80%;
}
.steps .element.element-even .img-wrapper,
.steps .element.element-odd .element-content{
    float: right;
}
.steps .element .img-wrapper img{
    border-radius: 3px;
}
.steps .element .element-num{
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -25px;
    z-index: 10;
    font-size: 20px;
}
.steps .element .element-content .element-title{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}
@media(max-width: 1229px){
    .steps .element{
        margin-bottom: 45px;
        font-size: 14px;
        line-height: 1.6;
    }
}
@media(max-width: 767px){
    .steps .element.element-even .img-wrapper,
    .steps .element.element-odd .element-content{
        float: none;
    }
    .steps .element .img-wrapper{
        margin-bottom:20px;
    }
    .steps .element{
        padding-left: 150px;
    }
    .steps:after{
        margin-left: 0;
        left: 50px;
    }
    .steps .element .element-num{
        margin-left: 0;
        left: 27px;
    }
    .steps .element .element-content .element-title {
        font-size: 16px;
    }
}
@media(max-width: 450px){
    .steps .element .element-num{
        left: 0;
        top: 50px;
    }
    .steps:after{
        left: 25px;
    }
    .steps .element{
        padding-left: 65px;
    }
}
/* /. STEPS */

/* INDEX PORTFOLIO */
.portfolio{
    background: #f6f6f6;
    position: relative;
}
@media(min-width:768px){
    section.portfolio:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 50%;
        border-top: 14px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        margin-left: -14px;
        z-index: 10;
    }
}
.portfolio .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.portfolio figure{
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.portfolio img{
    width: 100%;
}
.portfolio .img-wrapper{
    display: block;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.portfolio figure > a{
    position: relative;
    display: block;
    overflow: hidden;
}
.portfolio figure .img-wrapper:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom2.png) 50% 50% no-repeat;
    background-size: 0 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    content:"";
    z-index: 2;
}
.portfolio figure:hover .img-wrapper:after{
    opacity: 1;
    background-size: 50px 50px;
}
.portfolio figure .img-wrapper:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0,0,0,1),opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0,0,0,1),opacity 0.4s;
    -o-transition: -o-transform 0.4s cubic-bezier(0,0,0,1),opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0,0,0,1),opacity 0.4s;
    z-index: 1;
}
.portfolio figure:hover .img-wrapper:before {
    opacity: 0.7;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.portfolio figure .title-h4{
    margin: 0 0 10px;
    overflow: hidden;
    height: 46px;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.portfolio figure p{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.portfolio figure a{
    text-decoration: none;
}
.portfolio figure img{
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.portfolio figure a > div{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: #fff;
    padding: 15px 25px 5px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
.portfolio figure:hover a > div{
    background-color: var(--primary-color);
}
.portfolio figure:hover .title-h4,
.portfolio figure:hover p{
    color: #fff;
}
.lg-outer .lg-thumb {
    margin: auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #F1C02D;
}
/* /. INDEX PORTFOLIO */


/* PRICING */
.b-pricing { 
    position: relative; 
}
.b-pricing_container {position: relative;z-index: 5;}
.b-pricing_list { text-align: center; }
.b-pricing_plan {display: inline-block;vertical-align: middle;}
.b-pricing_plan_inner { width: 280px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0 0 4px 4px; border: 1px solid #dedede;}
.b-pricing_plan_caption { padding: .75em .15em; font-size:1.5em; text-align: center; color: #fff; }
.b-pricing_plan_sum { 
    padding: 22px 10px; 
    font-size: 1.5em; 
    text-align: center; 
    border-radius: 5px;
}
.b-pricing_plan_include { list-style: none; }
.b-pricing_plan_include li {
    display: block;
    padding: .95em .85em .85em;
    font: 400 1em/1;
    text-align: center;
    color: #555;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}
.b-pricing_plan_checkout { padding: 0 10px 25px; text-align: center; }
.b-pricing_plan_checkout .e-btn { display: block; margin: 0 auto; padding: 11px; max-width: 225px; font-size: 1.42857142857143em; }
.b-pricing_plan__scale {position: relative;z-index: 5;margin: 10px -15px;font-size: 1.07142857142857em;border-color: #fff;}
.b-pricing_plan__scale .b-pricing_plan_inner { border: 1px solid #dedede; }
.b-pricing_plan__scale .b-pricing_plan_caption { padding: .8em .5em; font: 400 2.2em/1; }
.b-pricing_plan__scale .b-pricing_plan_include li { padding: 1.1em .85em 1em; }
.b-pricing_plan__scale .b-pricing_plan_checkout { padding: 0 10px 32px; }
.b-pricing_plan__scale .b-pricing_plan_checkout .e-btn { padding: 14px;max-width: 245px; font-size: 22px; }
.b-pricing_plan_caption {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px 4px 0 0;
}
.b-pricing_plan_sum {
    color: #FF4632;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-pricing_plan { width: 33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan_checkout .e-btn { padding-left: 10px; padding-right: 10px; width: 100%; }
}

@media (min-width: 992px) {
    .b-pricing_plan_inner { width: 320px; }
    .b-pricing_plan__scale {margin: 0 -20px;}
}
@media (max-width: 991px) {
    .btn{padding: 12px 25px;}
}
@media (max-width: 767px) {
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan{ display: block; margin-bottom: 20px;}
    .b-pricing_plan__scale {margin: 0;}
    .b-pricing_plan__scale .b-pricing_plan_inner{ box-shadow: none !important; border: none;}
}
/* /. PRICING */

/*  MAP SECTION */
.index-template .map-wrapper,
.index-template .map-iframe{
    height: 500px;
}
.map-section{
    overflow: hidden;
    background: #fff;
}
.contacts-template .map-wrapper{
    height: 360px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.contacts-template .map-iframe{
    height: 360px;
}
.contacts .element.relative .fa{
    position: absolute;
    top: 3px;
    left: 0;
}
.map-iframe iframe {
	height: 100%;
	width: 100%;
	position: relative;
	bottom: -5px;
}
.contacts-template .map-iframe iframe{
    bottom: auto;
} 
.contacts .element.relative .fa + span{
    display: inline-block;
    margin-left: 20px;
}
.contacts > hr:last-of-type{
    display: none;
}
@media (max-width: 991px) {
    .index-template .map-wrapper{
        height: 350px !important;
    }
}
/* /. MAP SECTION */

/* CONTACTS */
.contacts-template .contacts-block > hr:last-of-type{
    display: none;
}
.contacts-block .header-social {
    justify-content: flex-start;
}
.contacts-block .element svg{
    width: 20px;
    height: 20px;
    color: var(--primary-color);
    position: relative;
    bottom: -2px;
    margin-right: 3px;
}
.contacts-block .address-element svg{
    width: 16px;
    margin-right: 7px;
}
.contacts-block .email-element svg{
    margin-right: 7px;
    bottom: -4px;
}
@media(min-width: 1230px) {
    .contacts-template .contacts-block{
        padding-right: 60px;
    }
}
/* / CONTACTS */

/* LIGHTGALLERY */
@media (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(0,0,0,0.2);
        background-size: 0 0;
        z-index: 2;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    	opacity: 0;
    }
    .lightgallery .img-wrapper:hover a:after{
        opacity: 1;
        background-size: 48px 48px;
    }
}
/* /. LIGHTGALLERY */

/* GALLERY */
.item-gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}
.item-gallery > .row{
    display: flex;
    flex-wrap: wrap;
}
/* /. GALLERY */

/* REVIEWS */
.reviews{
    margin: 0 -10px;
}
.rev-header{
    font-family: "Montserrat", sans-serif;
}
.rev-header .title{
    font-weight: 700;
    text-transform: none;
}
.reviews > .rev-item .inner{
    padding: 30px;
    margin: 10px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
}
.ticket-comment{
    margin: 0 !important;
}
.comment-reply{
    padding: 10px 0;
}
.reviews > .rev-item .rev-item .inner{
    padding: 20px 0 0 30px;
    border: none;
    margin: 0;
    font-style: italic;
}
.reviews .rev-date{
    padding: 0 0 10px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}
.reviews > .rev-item .rev-item .rev-date{
    display: none;
}
.reviews > .rev-item .rev-item .inner .title{
    text-transform: none;
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 14px;
}
.reviews > .rev-item .rev-item .rev-text{
    margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply{
    display: none;
}
.comment-form-wrapper{
    position: relative;
    padding-bottom: 50px;
}
.ie .comment-form-wrapper{
    background-attachment: scroll;
}
.comment-form-wrapper .inner{
    position: relative;
    z-index: 10;
    width: 575px;
    max-width: 100%;
    margin: 0;
}
#comment-editor {
    width: 100% !important;
    display: block;
}
#ticketForm .form-actions, 
#comment-form .form-actions {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-form-wrapper .form-control{
    border: 1px solid #ccc;
    background: #fff;
}
.comment-form-wrapper textarea.form-control{
    height: 180px;
}
.comment-form-wrapper .form-control.error{
    border-color: #FF3324;
}
.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;
}
/* /. REVIEWS */

/* CATALOG CATEGORIES */
.shop-categories .row{
    display: flex;
    flex-wrap: wrap;
}
.shop-categories .row > div{
    margin-bottom: 20px;
}
.shop-categories .element{
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.shop-categories .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.shop-categories .element .img-wrapper{
    height: 160px;
    line-height: 160px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.shop-categories .element .img-wrapper img{
    vertical-align: middle;
    max-height: 100%;
}
.shop-categories .element .title{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.shop-categories .element:hover .title{
    color: var(--primary-color);
}

@media(max-width: 991px){
    .shop-categories .element .img-wrapper{
        height: 20vw;
        line-height: 20vw;
    }
}
@media(max-width: 767px){
    .shop-categories .element .img-wrapper{
        height: 25vw;
        line-height: 25vw;
    }
}
@media(max-width: 500px){
    .shop-categories .element {
        padding: 10px;
    }
    .shop-categories .element .title{
        font-size: 3.5vw;
    }
}

/* /. CATALOG CATEGORIES */

/* CATALOG */
.catalog .element{
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}
.catalog .element .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 232px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .element .element-article{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 20px;
    color: #e14d11;
    background: #fffefe;
}
.catalog .element .element-content {
    padding: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0 0 2px 2px;
}
.catalog .title-h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    color: #F9D118;
    margin-bottom: 0;
}
.catalog .title-h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #F9D118;
    border-right: 2px solid #F9D118;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .img-wrapper img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 100%;
}
.catalog .element .img-wrapper.crop img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.catalog .element:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.catalog .element .img-wrapper .hiddentitle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    z-index: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .element .img-wrapper .hiddentitle span{
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
}
.catalog .element:hover .img-wrapper .hiddentitle{
    opacity: 1;
}
.catalog .element .img-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element:hover .img-wrapper:after {
    opacity: 1;
}
.catalog .element:hover .title-h5:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.catalog .element .btn{
    position: relative;
    z-index: 20;
    margin-bottom: 0;
}
.catalog .element .title-h6{
    font-weight: bold;
    height: 57px;
    overflow: hidden;
    margin-bottom: 10px;
}
.catalog .element .text{
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.goodprice{
    color: #343644;
}
.catalog > .row{
    display: flex;
    flex-wrap: wrap;
}
.latest .elements > div:last-of-type hr{
    display: none;
}
.latest hr{
    margin: 15px 0 10px 0;
}
.index-template .catalog{
    background: #f6f6f6;
}
.index-template .catalog .element .element-content{
    background: #fff;
}
.product-tags{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    padding: 7px 0 0 7px;
    text-align: left;
}
.product-tags span{
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-tags span.product-tag-new{
    background: #76B500;
}
.product-tags span.product-tag-popular{
    background: #FFCA1E;
}
.product-tags span.product-tag-favorite{
    background: #FF1B2D;
}
.index-template .product-tags{
    display: none;
}
.products-carousel div[class^="col-"]{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.index-template .products-carousel{
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .catalog .element .img-wrapper {
        height: 35vw;
    }
}
@media (max-width: 767px) {
    .catalog .element .img-wrapper {
        height: 65vw;
    }
}
/* /. CATALOG */

/* PRODUCT PAGE */
/* Product count */
.product-count-element .element-counter input{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    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;
    font-family: arial;
    line-height: 34px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms 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;
}
/* /. Product count */
.product-price{
    font-size: 36px;
    color: var(--primary-color);
}
.fotorama__thumb-border{
    border-color: #F9D118 !important;
}
/* /. PRODUCT PAGE */

/* CART AND ORDER */
.order-wrapper{
    background: #fff;
    padding: 10px 0;
}
.order-wrapper #msOrder .error {
    border-color: #FF1A00 !important
}
#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: 10px;
    top: 10px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete span{
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-body .element-delete span:after{
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #FF0000;
    margin-left: -1px;
    transition: all ease-out 300ms;
}
.cart-body .element-delete span:before{
    height: 1px;
    top: 50%;
    left: 5px;
    right: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #FF0000;
    margin-top: -1px;
    transition: all ease-out 300ms;
}
.cart-body .element-delete span:hover:after,
.cart-body .element-delete span:hover:before{
    transform: rotate(180deg);
}

.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    height: 100px;
    display: flex;
    align-items: center;
}
.cart-body .element .element-counter{
    width: 110px;
}
.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 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}
.order-finish-btns{
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}
.order-finish-btns .btn{
    margin-bottom: 0;
}
.back-btn{
    margin-right: 30px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #C7C7C7;
}
.back-btn svg{
    width: 28px;
    height: 32px;
    margin-right: 5px;
}
.back-btn:hover{
    color: var(--primary-color);
}
@media (max-width: 767px) {
    .cart-body .element .element-img-wrapper{
        position:static;
        margin-bottom: 20px;
        display: inline-block;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
    .cart-body .subelement1 .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cart-body .subelement1 .row .text-right-xs{
        display: flex;
        justify-content: flex-end;
    }
}

.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: 30px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    border: none;
    background: transparent;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-family: arial;
}

.isa_success {
    border: 1px solid #79daa3;
    background-color: #d9f5db;
    margin: 0 0 10px;
    padding: 15px;
}
.order-number{
    color: #268A01;
}
.jgrowlHide #jGrowl{
    display: none !important;
}
/* custom check and radio order-wrapper */
.order-wrapper .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-wrapper .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-wrapper .checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.order-wrapper .checkbox label:hover > div{
    border-color: var(--primary-color);
}
.order-wrapper .checkbox label > div.radio{
    border-radius: 100%;
}
.order-wrapper .checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .radio{
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-wrapper .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .checkboxsquare{
    border-color: #105CAA;
    background-color: #105CAA;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-wrapper .order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper input[type="checkbox"].error + div + span{
    color: red;
}
.order-wrapper .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-wrapper .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}
/* /. custom check and radio */
/* /. CART AND ORDER */


/*  BRANDS */
.brands-section{
    background: #fff;
    padding: 15px 0 10px;
}
.brands-carousel{
    height: 125px;
    overflow: hidden;
}
.logotype {
    padding: 0 10px;
    margin: 0px 0 15px;
    background: #fff;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.logotype .inner{
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /. BRANDS */


/* ASIDE */
.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 20px 44px 20px 20px;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
}
.aside-menu > ul > li:last-of-type > a{
    border-radius: 0 0 3px 3px;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: var(--primary-color) !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: 63px;
    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: 12px;
    height: 12px;
    top: 23px;
    right: 21px;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 28px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 16px;
}
.aside-menu  ul ul a{
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    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: 18px 42px 15px 20px;
    background: var(--primary-color);
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
}
.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;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}
@media (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #fff !important;
        background-color: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
    }
    .aside-menu > ul > li.active > .dropdown-button:after{
        border-color: #fff;
    }
    .aside-menu > ul > li:hover > a{
        background: #F6F6F6;
    }
}

.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;
}

@media (min-width: 992px) {
    .aside{
        padding-right: 30px;
    }
}
/* /. ASIDE */


/* NEWS*/
.news .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
}
.news .element > .row > .col-xs-3{
    max-width: 120px;
}
.news .element .title-h5{
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 58px;
}
.news .element .date{
    font-size: 12px;
    margin-top: -3px;
    color: var(--primary-color);
}
.news .element .element-content{
    padding-left: 15px;
}
.news .element .text{
    color: #6A6B70;
    height: 36px;
    overflow: hidden;
    font-size: 13px;
}
.news .element .more{
    font-weight: bold;
}
.news .element .more i{
    vertical-align: middle;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news .element .title-h5{
    margin-bottom: 15px;
}
.news .element .more,
.news .element .title-h5 a{
    color: #353644;
}
.news .element .more:hover,
.news .element .title-h5 a:hover{
    color: var(--primary-color);
}
.news .element > .row > .col-xs-4{
    max-width: 190px;
}
@media (max-width: 767px) {
    .news .element .title-h5{
        max-height: inherit;
    }
}
/* /. NEWS*/

/********************
Footer
********************/

.footer-push{
    height: 310px;
}
footer {
    min-height: 310px;
    background: url(../images/black-mamba.png) #171717;
    font-size: 13px;
    color: #fff;
}
footer a {
    color: #fff;
}

/* Footer menu */
.footer-menu-wrapper {
    background: #2A2A2A;
}
.footer-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border-left: 1px solid #202020;
    border-right: 1px solid #3a3a3a;
}
.footer-menu ul li {
    width: 100%;
}
.footer-menu a {
    display: block;
    padding: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border-right: 1px solid #202020;
    border-left: 1px solid #3a3a3a;
    background: #2A2A2A;
}
.footer-menu a:hover {
    background: #000;
}

/*** Footer middle ***/
.footer-middle{
    padding: 40px 0 20px;
}

/* Logo */
.logo__alfa_footer {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}
.logo__text-title_footer {
    color: #fff;
    font-size: 28px;
}
.logo__text-subtitle_footer {
    font-size: 12px;
    color: #fff;
}

/* Footer manager */
.manager__img_footer {
    width: 64px;
    height: 64px;
}
.manager__social-item-link_footer {
    color: #fff;
}

/*** Footer bottom ***/
.footer-bottom {
    padding: 20px 0;
    position: relative;
}
.footer-bottom a {
    color: var(--primary-color);
}
.footer-bottom a:hover,
.footer-bottom a:active {
    color: #fff;
}

/********************
Media
********************/
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
    /*******************
    Homepage
    ********************/

    /*** Intro section v1 ***/
    .intro_container_v1 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .intro__title_v1 {
        font-size: 38px;
    }

}
@media (max-width: 991px) {
    /*******************
    Header
    ********************/

    .header-main {
        min-height: auto;
        padding: 20px 0;
    }

    /* Logo */
    .logo__alfa {
        width: 50px;
        height: 50px;
    }
    .logo__text-title {
        font-size: 30px;
    }
    .logo__text-subtitle {
        font-size: 13px;
    }
    
    /* Header manager */
    .manager {
        margin-top: 5px;
    }
    .manager__img {
        width: 55px;
        height: 55px;
    }
    .manager__name {
        font-size: 14px;
    }
    .manager__social-item-link {
        font-size: 25px;
    }

    /* Top bar */
    .top-bar {
        background: var(--secondary-color);
    }

    /* Mobile menu */
    .mobile-menu > ul > li > a {
        background: var(--secondary-color);
    }
    .mobile-menu > ul > li.active > a {
        background: var(--secondary-light-color);
    }
    .mobile-menu > ul > li > ul {
       background: var(--secondary-color); 
    }

    /*******************
    Homepage
    ********************/

    /*** Intro ***/
    .intro__subtitle {
        font-size: 30px;
    }

    /*** Intro section v1 ***/
    .intro__title_v1 {
        font-size: 24px;
    }
    .intro__description_v1 {
        font-size: 16px;
    }

    /*** Products ***/
    .products-list__item {
        flex: 0 0 auto;
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .products-list__item:nth-child(3n) {
        margin-right: 20px;
    }
    .products-list__item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {

    /*******************
    Header
    ********************/

    .header-main_container {
        flex-direction: column;
        align-items: center;
    }

    /* Logo */
    .logo_header {
        margin-bottom: 20px;
    }

    /* Header manager */
    .manager {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .manager__img {
        width: 70px;
        height: 70px;
    }
    .manager__name {
        font-size: 16px;
    }
    .manager__social-item-link {
        font-size: 30px;
    }

    /*******************
    Homepage
    ********************/

    /*** Intro ***/
    .intro__subtitle br {
        display: none;
    }

    /*** Intro section v1 ***/
    .intro_container_v1 {
        flex-direction: column;
    }
    .intro__main_v1 {
        padding-right: 0;
    }
    .intro__title_v1 {
        font-size: 30px;
    }
    .intro__img-mobile_v1 {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .intro__img_v1 {
        display: none;
        position: relative;
        top: auto;
        right: auto;
    }

    /*******************
    Footer
    ********************/

    /* Logo */
    .logo_footer {
        margin-bottom: 30px;
    }

    /* Manager */
    .manager_footer {
        margin-bottom: 30px;
    }

}
@media (max-width: 575px) {

    /*******************
    Homepage
    ********************/

    /* Intro */
    .intro {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .intro__title {
        font-size: 40px;
    }
    .intro__subtitle {
        font-size: 24px;
    }
    .intro__description {
        font-size: 18px;
    }

    /*** Intro section v1 ***/
    .intro_v1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .intro__title_v1 {
        font-size: 24px;
    }


    /*** Products ***/
    .products-list__item {
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
    }
    .products-list__item:nth-child(3n) {
        margin-right: 0;
    }
    .products-list__item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 399px) {

    /*******************
    Header
    ********************/

    /* Logo */
    .logo-alfa {
        width: 40px;
        height: 40px;
    }
    .logo__text-title {
        font-size: 26px;
    }
    .logo__text-subtitle {
        font-size: 12px;
    }

    /* Header manager */
    .manager__img {
        width: 60px;
        height: 60px;
    }
    .manager__name {
        font-size: 14px;
    }
    .manager__social-item-link {
        font-size: 25px;
    }

    /*******************
    Homepage
    ********************/
    
    /*** Intro ***/
    .intro__title {
        margin-bottom: 20px;
        font-size: 34px;
    }
    .intro__subtitle {
        font-size: 20px;
    }
    .intro__description {
        font-size: 16px;
    }
}


/**************************************** New styles ****************************************/

/*******************
Content
********************/
.middle {
    padding-bottom: 50px;
}
.content a:hover {
    text-decoration: underline;
}
.content .btn:hover {
    text-decoration: none;
}
.content ul,
.content ol {
    margin-bottom: 20px;
}
.content p+ul,
.content p+ol {
    margin-top: -15px;
}
.content ul>li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
.content ul>li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 2px;
    background: var(--primary-color);
    border-radius: 10px;
}
.content ul ul {
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.content ul ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 2px;
    background: var(--primary-color);
    border-radius: 10px;
}
.content ol {
    margin-left: 20px;
    list-style-type: none;
    counter-reset: num;
}
.content ol>li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}
.content ol>li:before {
    content: counter(num) ".";
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    color: var(--primary-color);
    text-align: right;
}

/* Images */
.content__img {
    margin-bottom: 30px;
}
.content__img_gallery a {
    display: block;
    margin-bottom: 10px;
}

.table {
    margin-bottom: 30px;
}
/* Embed responsive */
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.images picture {
    display: flex;
    margin-bottom: 20px;
}

/*******************
Product
********************/
.product__intro {
    display: flex;
    margin-bottom: 20px;
}
.product__img {
    flex: 0 0 auto;
    max-width: 300px;
    margin-right: 30px;
}
.product__img img {
    border-radius: var(--br-small);
}

/*******************
Promotion
********************/
.promotion__intro {
    display: flex;
    margin-bottom: 20px;
}
.promotion__img {
    max-width: 300px;
    margin-right: 30px;
}
.promotion__img img {
    border-radius: var(--br-small);
}
.promotion-kehshbehk-dlya-agentov__images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.promotion-kehshbehk-dlya-agentov__images picture {
    max-width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
}
.promotion-kehshbehk-dlya-agentov__images picture:nth-child(2n) {
    margin-right: 0;
}

/********************
Media
********************/
@media (max-width: 991px) {
    /*******************
    Homepage
    ********************/

    /*** Promotions ***/
    .promotions-list__item {
        flex: 0 0 auto;
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .promotions-list__item:nth-child(3n) {
        margin-right: 20px;
    }
    .promotions-list__item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    /*******************
    Homepage
    ********************/
    
    /*** Separator ***/
    .separator {
        height: 150px;
        background-size: auto 150px;
    }

    /*** Main promotion ***/
    .main-promotion__text {
        font-size: 20px;
    } 
}
@media (max-width: 575px) {
    /*******************
    Homepage
    ********************/

    /*** Main promotion ***/
    .main-promotion {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-promotion__body {
        padding: 20px 3px;
    }
    .main-promotion__title {
        font-size: 28px;
    }

    /*** Promotions ***/
    .promotions-list__item {
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
    }
    .promotions-list__item:nth-child(3n) {
        margin-right: 0;
    }
    .promotions-list__item:nth-child(2n) {
        margin-right: 0;
    }

    /*******************
    Promotion
    ********************/
    .promotion__intro {
        flex-direction: column;
    }
    .promotion__img {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%;
    }
    .promotion__btn {
        font-size: 12px;
    }

    /*******************
    Product
    ********************/
    .product__intro {
        flex-direction: column;
    }
    .product__img {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%;
    }
    .product__btn {
        font-size: 12px;
    }    
    
}
@media (max-width: 399px) {
    /*******************
    Homepage
    ********************/

    /*** Main promotion ***/
    .main-promotion__text {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
    .btn.main-promotion__btn {
        font-size: 16px;
    }
}