@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Raleway:200,300,400,500,600,700,900|Titillium+Web');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/*
    MODERA PRODUCT theme
    for Bootstrap v3

    Ivan Kolesnikov, ivan.kolesnikov@modera.com
    Version: 24.05.21

    Structure
    --------------------------------------------
    1. base styles
        - fonts definition
        - clearfix
        - global styles
    2. common items
        - icons
        - logos
        - buttons
        - loading
        - dropdown
        - carousel
        - tooltip
        - navs
    3. layout
        - global color
        - global layout
        - content
        - columns
        - navbar
        - footer

    PAGES
        - landing
        - features
        - plans
        - clients
        - cases
        - contact
*/



/* 1. base styles ----------------------------------*/

    /* fonts definition */

body {
    font-family: 'Raleway', "Helvetica Neue", Arial, sans-serif;
}
.plan-item .price-line .price {
    font-family: 'Montserrat', "Helvetica Neue", Arial, sans-serif;
}
.text-modera,
.footer-nav {
    font-family: 'Titillium Web', "Helvetica Neue", Arial, sans-serif;
}

    /* clearfix */

.footer-copy:before, .footer-copy:after {
  content: " ";
  display: table;
}
.footer-copy:after {
  clear: both;
}

    /* global styles */

body {
    color: #6b7a82;
    line-height: 1.7;
}

a {
    color: inherit;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
            transition-property: border-color, background-color, color, opacity;
}
a:hover, a:focus {
    color: #263238;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #263238;
    line-height: inherit;
}
h1, h2, h3,
.h1, .h2, .h3 {
    font-weight: 600;
    line-height: 1.1;
}
h4, h5, h6,
.h4, .h5, .h6 {
    font-weight: 700;
    text-transform: uppercase;
}
h1, .h1 {
   font-size: 40px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}

p, ul, ol, dl {
    margin-bottom: 20px;
}
dt {
    margin-bottom: 10px;
}
dd {
    margin-bottom: 10px;
}

img.pull-left, figure.pull-left {
    margin: 0 20px 10px 0;
}
img.pull-right, figure.pull-right {
    margin: 0 0 10px 20px;
}
figcaption {
    display: block;
    padding: 6px 8px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

address {
    color: #666;
    line-height: 1.8;
}

hr {
    margin: 50px -25px;
    border-color: #e4e9ee;
}

@media (min-width: 768px) {
    hr {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    hr {
        margin: 120px 0;
    }
}

.disc {
    padding: 0;
    list-style: none;
}
.disc li {
    margin-bottom: 15px;
}
.decimal {
    padding-left: 2em;
    list-style: none;
    counter-reset: count;
}
.decimal li {
    margin-bottom: 10px;
    counter-increment: count;
}
.decimal li:before {
    float: left;
    width: 1.2em;
    margin-left: -2em;
    color: #e53935;
    font-weight: bold;
    text-align: right;
    content: counter(count);
}
.fa-ul li {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .disc {
        padding-left: 2em;
    }
    .disc li:before {
        float: left;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        margin-left: -2em;
        border: 2px solid;
        border-radius: 1em;
        color: #e53935;
        content: "";
    }
}

.lead {
    margin-bottom: 25px;
    font-size: 18px;
}
.sublead {
    font-size: 15px;
}
.rear {
    font-size: 12px;
}

.block-embed {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 67.5%;
    overflow: hidden;
}
.block-embed.widescreen {
    padding-bottom: 54.5%;
}
.block-embed > iframe, .block-embed > object, .block-embed > embed, .block-embed > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mask {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    opacity: 0.75;
}
.disabled .mask {
    display: block;
}

.close {
    text-decoration: none;
}

.img {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.img > img {
    vertical-align: middle;
    max-width: 100%;
}

.frame-img {
    position: relative;
    display: block;
    width: 100%;
}
.frame-img .frame {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
}
.frame-img .frame::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    content: "";
}
.frame-img img {
    max-width: 100%;
}
.frame-laptop .frame {
    padding: 3.2% 12.4% 52.5% 12%;
}
.frame-laptop .frame::after {
    background-image: url('../img/frame-laptop.png');
}
.frame-ipad .frame {
    padding: 4% 3.6% 68.2% 3.8%;
}
.frame-ipad .frame::after {
    background-image: url('../img/frame-ipad.png');
}
.frame-iphone .frame {
    padding: 20.2% 5.7% 182% 5.3%;
}
.frame-iphone .frame::after {
    background-image: url('../img/frame-iphone.png');
}



/* 2. common items ----------------------------------*/

    /* icons */

@font-face {
    font-family: "ModeraIcons";
    src: url('../fonts/modera-icons.eot');
    src: url('../fonts/modera-icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/modera-icons.woff') format('woff'),
         url('../fonts/modera-icons.ttf') format('truetype'),
         url('../fonts/modera-icons.svg#modera-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ico {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}
.ico-md {
    width: 24px;
    height: 24px;
}
.ico-lg {
    width: 50px;
    height: 50px;
}

a .fa, a.fa, button .fa {
    display: inline-block;
    min-width: 16px;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
}
a .fa, button .fa, .btn .fa {
    margin-right: 4px;
}
a .fa[class*="-right"], button .fa[class*="-right"], .btn .fa[class*="-right"] {
    margin-right: 0;
    margin-left: 4px;
}
a .fa-single, button .fa-single, .btn .fa-single {
    margin-right: 0;
}

.ico-play {
    position: relative;
    width: 50px;
    height: 50px;
}
.ico-play::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}
.ico-play::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -3px;
    border: 1px solid rgba(0,0,0,0);
    border-width: 5px 0 5px 9px;
    border-left-color: currentColor;
    content: "";
}

@media (min-width: 768px) {
    .ico-play::before {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    .ico-play::after {
        margin: -7px 0 0 -5px;
        border-width: 7px 0 7px 13px;
    }
}

@media (min-width: 1200px) {
    .ico-play::before {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    .ico-play::after {
        margin: -9px 0 0 -7px;
        border-width: 9px 0 9px 18px;
    }
}

.ico-module-booking {
    background-image: url('../img/ico-module-booking.svg');
}
.ico-module-car {
    background-image: url('../img/ico-module-car.svg');
}
.ico-module-config {
    background-image: url('../img/ico-module-config.svg');
}
.ico-module-facebook {
    background-image: url('../img/ico-module-facebook.svg');
}
.ico-module-faq {
    background-image: url('../img/ico-module-faq.svg');
}
.ico-module-loyality {
    background-image: url('../img/ico-module-loyality.svg');
}
.ico-module-marketing {
    background-image: url('../img/ico-module-marketing.svg');
}
.ico-module-newsletter {
    background-image: url('../img/ico-module-newsletter.svg');
}
.ico-module-poll {
    background-image: url('../img/ico-module-poll.svg');
}
.ico-module-pricelist {
    background-image: url('../img/ico-module-pricelist.svg');
}
.ico-module-product {
    background-image: url('../img/ico-module-product.svg');
}
.ico-module-questionnaire {
    background-image: url('../img/ico-module-questionnaire.svg');
}
.ico-module-realestate {
    background-image: url('../img/ico-module-realestate.svg');
}
.ico-module-sales {
    background-image: url('../img/ico-module-sales.svg');
}
.ico-module-selfservice {
    background-image: url('../img/ico-module-selfservice.svg');
}

    /* logos */

.logo-modera {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    height: 24px; /* 29.2683% */
    margin: 0;
    background: url('../img/logos/primary/modera.svg') no-repeat 50% 100%;
    background-size: 100% auto;
    color: transparent !important;
    font-size: 0 !important;
}
.logo-modera:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 5.6911%;
    height: 100%;
    background: url('../img/logos/primary/tm.svg') no-repeat 50% 100%;
    background-size: 100% auto;
    content: "";
}
.logo-modera:before {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 9%;
    background: no-repeat 50% 100%;
    background-size: 100% auto;
    content: "";
}

.logo-modera-automotive:before { width: 135%; background-image: url('../img/logos/primary/automotive.svg'); }
.logo-modera-automotive:after { margin-left: 144.5%; }
.logo-modera-autosales:before { width: 114%; background-image: url('../img/logos/primary/autosales.svg'); }
.logo-modera-autosales:after { margin-left: 123%; }
.logo-modera-autostock:before { width: 117%; background-image: url('../img/logos/primary/autostock.svg'); }
.logo-modera-autostock:after { margin-left: 126.5%; }
.logo-modera-classics:before { width: 87%; background-image: url('../img/logos/primary/classics.svg'); }
.logo-modera-classics:after { margin-left: 96%; }
.logo-modera-cloud:before { width: 61.6%; background-image: url('../img/logos/primary/cloud.svg'); }
.logo-modera-cloud:after { margin-left: 75.5%; }
.logo-modera-extranet:before { width: 101%; background-image: url('../img/logos/primary/extranet.svg'); }
.logo-modera-extranet:after { margin-left: 110.5%; }
.logo-modera-foundation:before { width: 129%; background-image: url('../img/logos/primary/foundation.svg'); }
.logo-modera-foundation:after { margin-left: 137.5%; }
.logo-modera-importer:before { width: 100%; background-image: url('../img/logos/primary/importer.svg'); }
.logo-modera-importer:after { margin-left: 109%; }
.logo-modera-intranet:before { width: 92%; background-image: url('../img/logos/primary/intranet.svg'); }
.logo-modera-intranet:after { margin-left: 103%; }
.logo-modera-lectern:before { width: 80%; background-image: url('../img/logos/primary/lectern.svg'); }
.logo-modera-lectern:after { margin-left: 90%; }
.logo-modera-onlinesales:before { width: 138%; background-image: url('../img/logos/primary/onlinesales.svg'); }
.logo-modera-onlinesales:after { margin-left: 147%; }
.logo-modera-pdm:before { width: 50%; background-image: url('../img/logos/primary/pdm.svg'); }
.logo-modera-pdm:after { margin-left: 59.5%; }
.logo-modera-relations:before { width: 101%; background-image: url('../img/logos/primary/relations.svg'); }
.logo-modera-relations:after { margin-left: 110.5%; }
.logo-modera-salesfront:before { width: 115%; background-image: url('../img/logos/primary/salesfront.svg'); }
.logo-modera-salesfront:after { margin-left: 124.5%; }
.logo-modera-showroom:before { width: 123%; background-image: url('../img/logos/primary/showroom.svg'); }
.logo-modera-showroom:after { margin-left: 132%; }
.logo-modera-storefront:before { width: 118%; background-image: url('../img/logos/primary/storefront.svg'); }
.logo-modera-storefront:after { margin-left: 127.5%; }
.logo-modera-tradein:before { width: 90%; background-image: url('../img/logos/primary/tradein.svg'); }
.logo-modera-tradein:after { margin-left: 101%; display: none; }
.logo-modera-queue:before { width: 72%; background-image: url('../img/logos/primary/queue.svg'); }
.logo-modera-queue:after { margin-left: 81%; }
.logo-modera-webfront:before { width: 118%; background-image: url('../img/logos/primary/webfront.svg'); }
.logo-modera-webfront:after { margin-left: 127.5%; }
.logo-modera-webmaster:before { width: 135%; background-image: url('../img/logos/primary/webmaster.svg'); }
.logo-modera-webmaster:after { margin-left: 144%; }

.navbar:not(.theme-light) .logo-modera,
.page-first .navbar.theme-light .logo-modera,
.content-inverse .logo-modera { background-image: url('../img/logos/light/modera.svg'); }
.navbar:not(.theme-light) .logo-modera:after,
.page-first .navbar.theme-light .logo-modera:after,
.content-inverse .logo-modera:after { background-image: url('../img/logos/light/tm.svg'); }
.navbar:not(.theme-light) .logo-modera-automotive:before,
.page-first .navbar.theme-light .logo-modera-automotive:before,
.content-inverse .logo-modera-automotive:before { background-image: url('../img/logos/light/automotive.svg'); }
.navbar:not(.theme-light) .logo-modera-autosales:before,
.page-first .navbar.theme-light .logo-modera-autosales:before,
.content-inverse .logo-modera-autosales:before { background-image: url('../img/logos/light/autosales.svg'); }
.navbar:not(.theme-light) .logo-modera-autostock:before,
.page-first .navbar.theme-light .logo-modera-autostock:before,
.content-inverse .logo-modera-autostock:before { background-image: url('../img/logos/light/autostock.svg'); }
.navbar:not(.theme-light) .logo-modera-classics:before,
.page-first .navbar.theme-light .logo-modera-classics:before,
.content-inverse .logo-modera-classics:before { background-image: url('../img/logos/light/classics.svg'); }
.navbar:not(.theme-light) .logo-modera-cloud:before,
.page-first .navbar.theme-light .logo-modera-cloud:before,
.content-inverse .logo-modera-cloud:before { background-image: url('../img/logos/light/cloud.svg'); }
.navbar:not(.theme-light) .logo-modera-extranet:before,
.page-first .navbar.theme-light .logo-modera-extranet:before,
.content-inverse .logo-modera-extranet:before { background-image: url('../img/logos/light/extranet.svg'); }
.navbar:not(.theme-light) .logo-modera-foundation:before,
.page-first .navbar.theme-light .logo-modera-foundation:before,
.content-inverse .logo-modera-foundation:before { background-image: url('../img/logos/light/foundation.svg'); }
.navbar:not(.theme-light) .logo-modera-importer:before,
.page-first .navbar.theme-light .logo-modera-importer:before,
.content-inverse .logo-modera-importer:before { background-image: url('../img/logos/light/importer.svg'); }
.navbar:not(.theme-light) .logo-modera-intranet:before,
.page-first .navbar.theme-light .logo-modera-intranet:before,
.content-inverse .logo-modera-intranet:before { background-image: url('../img/logos/light/intranet.svg'); }
.navbar:not(.theme-light) .logo-modera-lectern:before,
.page-first .navbar.theme-light .logo-modera-lectern:before,
.content-inverse .logo-modera-lectern:before { background-image: url('../img/logos/light/lectern.svg'); }
.navbar:not(.theme-light) .logo-modera-onlinesales:before,
.page-first .navbar.theme-light .logo-modera-onlinesales:before,
.content-inverse .logo-modera-onlinesales:before { background-image: url('../img/logos/light/onlinesales.svg'); }
.navbar:not(.theme-light) .logo-modera-pdm:before,
.page-first .navbar.theme-light .logo-modera-pdm:before,
.content-inverse .logo-modera-pdm:before { background-image: url('../img/logos/light/pdm.svg'); }
.navbar:not(.theme-light) .logo-modera-relations:before,
.page-first .navbar.theme-light .logo-modera-relations:before,
.content-inverse .logo-modera-relations:before { background-image: url('../img/logos/light/relations.svg'); }
.navbar:not(.theme-light) .logo-modera-salesfront:before,
.page-first .navbar.theme-light .logo-modera-salesfront:before,
.content-inverse .logo-modera-salesfront:before { background-image: url('../img/logos/light/salesfront.svg'); }
.navbar:not(.theme-light) .logo-modera-showroom:before,
.page-first .navbar.theme-light .logo-modera-showroom:before,
.content-inverse .logo-modera-showroom:before { background-image: url('../img/logos/light/showroom.svg'); }
.navbar:not(.theme-light) .logo-modera-storefront:before,
.page-first .navbar.theme-light .logo-modera-storefront:before,
.content-inverse .logo-modera-storefront:before { background-image: url('../img/logos/light/storefront.svg'); }
.navbar:not(.theme-light) .logo-modera-tradein:before,
.page-first .navbar.theme-light .logo-modera-tradein:before,
.content-inverse .logo-modera-tradein:before { background-image: url('../img/logos/light/tradein.svg'); }
.navbar:not(.theme-light) .logo-modera-queue:before,
.page-first .navbar.theme-light .logo-modera-queue:before,
.content-inverse .logo-modera-queue:before { background-image: url('../img/logos/light/queue.svg'); }
.navbar:not(.theme-light) .logo-modera-webfront:before,
.page-first .navbar.theme-light .logo-modera-webfront:before,
.content-inverse .logo-modera-webfront:before { background-image: url('../img/logos/light/webfront.svg'); }
.navbar:not(.theme-light) .logo-modera-webmaster:before,
.page-first .navbar.theme-light .logo-modera-webmaster:before,
.content-inverse .logo-modera-webmaster:before { background-image: url('../img/logos/light/webmaster.svg'); }

@media (min-width: 768px) {
    .logo-modera {
        width: 102px;
        height: 30px;
    }
}

    /* buttons */

.btn {
    height: 35px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
            transition-property: border-color, background-color, color, opacity;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-xs {
    height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: normal;
    line-height: 25px;
    text-transform: none;
}
.btn-sm {
    height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 28px;
}
.btn-lg {
    height: 50px;
    min-width: 180px;
    border-width: 2px;
    font-size: 16px;
    font-weight: normal;
    line-height: 46px;
    text-transform: none;
}
.btn-default {
    border-color: #898989;
    background: none;
    color: inherit;
}
.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #000;
    background-color: transparent;
    color: #000;
}
.btn-primary {
    border-color: #5d62a3;
    background-color: transparent;
    color: #5d62a3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: #5d62a3;
    background-color: #5d62a3;
    color: #fff;
}
.btn-primary.disabled, .btn-primary[disabled],
.btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
    border-color: #5d62a3;
    background-color: transparent;
}
.btn-light {
    border-color: rgba(255,255,255,.4);
    color: #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active,
.btn-light.active, .open .dropdown-toggle.btn-light {
    border-color: #fff;
    color: #fff;
}
.btn-link {
    height: auto;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    color: #e53935;
    line-height: 1.35;
}
.btn-link:hover, .btn-link:focus, .btn-link:active,
.btn-link.active, .open .dropdown-toggle.btn-link {
    border-color: inherit;
    color: #263238;
    text-decoration: none;
}
.content-inverse .btn-link {
    color: inherit;
}

.btn-line {
    margin-top: 45px;
    margin-bottom: 0;
}
.btn-line:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .btn-lg {
        padding-left: 36px;
        padding-right: 36px;
    }
}

    /* loading */

.spinner-wrap,
.loading {
    position: relative;
    opacity: 0.25;
}
.spinner-wrap .spinner {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}
.spinner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url('../img/ajax-loader.gif') no-repeat 50% 50%;
}
body.loading {
    opacity: 1;
}
body.loading > .loading-mask {
    position: fixed;
    background-color: rgba(255,255,255,.95);
}
.loading-mask {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.75);
}
.mask-content {
    display: table;
    width: 100%;
    height: 100%;
}
.mask-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mask-text .spinner {
    position: static;
    margin: 0;
}
.mask-text .text {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spin-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .65s infinite linear;
}

.has-spin {
    position: relative;
}
.has-spin::before {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    content: "";
}
.has-spin::after {
    position: absolute;
    z-index: 1101;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0,0,0,.2);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin .65s infinite linear;
    content: "";
}

    /* form */

.form-control {
    border-color: #dce4e6;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #525f66;
    /*font-size: 20px;*/
    font-weight: 500;
}
.form-control.is-invalid {
    border-color: #ed1c24;
    -webkit-box-shadow: 0 0 0 1px #ed1c24;
            box-shadow: 0 0 0 1px #ed1c24;
}
.form-control:focus {
    border-color: #528fcc;
    -webkit-box-shadow: 0 0 0 1px #528fcc;
            box-shadow: 0 0 0 1px #528fcc;
}
.form-control::-moz-placeholder {
    color: #b1bfcc;
}
.form-control:-ms-input-placeholder {
    color: #b1bfcc;
}
.form-control::-webkit-input-placeholder {
    color: #b1bfcc;
}
.invalid-feedback {
    color: #ed1c24;
    font-size: 12px;
}

.check-item {
    position: relative;
    min-height: 20px;
    padding-left: 30px;
    font-weight: inherit;
}
.check-item-inline {
    display: inline-block;
}
.check-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.check-label {
    display: inline-block;
    vertical-align: top;
    font-weight: inherit;
}
.check-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dce4e6;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color;
            transition-property: border-color, background-color, color;
}
.check-icon::before {
    position: absolute;
    display: none;
    content: "";
}
input:checked + .check-icon {
    border-color: currentColor;
}
input.is-invalid + .check-icon {
    border-color: #ed1c24;
}
input:checked + .check-icon::before {
    display: block;
}
input[type="checkbox"] + .check-icon::before {
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: 2px solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
input[type="radio"] + .check-icon {
    border-radius: 50%;
}
input[type="radio"] + .check-icon::before {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
}

    /* dropdown */

.dropdown-menu > li > a {
    color: inherit;
    white-space: normal;
    word-wrap: break-word;
}

    /* carousel */

.carousel-inner {
    margin: 0;
    padding: 0;
    list-style: none;
}
.carousel-control {
    z-index: 15;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(38,50,56,.1);
            box-shadow: 0 0 50px rgba(38,50,56,.1);
    font-size: 0;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
    opacity: 1;
}
.carousel-control:before {
    font-size: 15px;
    font-family: "FontAwesome";
    content: "";
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-control.left {
    left: -20px;
}
.carousel-control.left:before {
    content: "\f060";
}
.carousel-control.right {
    right: -20px;
}
.carousel-control.right:before {
    content: "\f061";
}
.carousel-control:hover,
.carousel-control:focus {
    color: #000 !important;
    opacity: 1;
}

.carousel-indicators {
    right: 0;
    left: 0;
    width: auto;
    margin: 0;
    font-size: 0;
}
.carousel-indicators li,
.carousel-indicators .active {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
}
.carousel-indicators li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border: 2px solid;
    border-radius: 6px;
    -webkit-transition: border-color .35s ease, background-color .35s ease;
            transition: border-color .35s ease, background-color .35s ease;
    content: "";
}
.carousel-indicators li:hover::before,
.carousel-indicators .active::before {
    background-color: currentColor;
}

@media (min-width: 768px) {
    .carousel-control {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        border-radius: 35px;
        line-height: 70px;
    }
    .carousel-control:before {
        font-size: 24px;
    }
    .carousel-control.left {
        left: -35px;
    }
    .carousel-control.right {
        right: -35px;
    }
}

.content-carousel {
    margin: 0 -25px -45px;
    background-color: #263238;
    color: #fff;
    text-align: left;
}
.content-carousel .item {
    overflow: hidden;
}
.content-carousel .descr {
    padding: 60px 25px 45px 25px;
    font-size: 16px;
    font-weight: 300;
}
.content-carousel .descr > * {
    color: inherit;
}
.content-carousel .descr > :first-child {
    margin-top: 0;
}
.content-carousel .descr > :last-child {
    margin-bottom: 0;
}
.content-carousel .img {
    margin: 0;
}
.content-carousel .block-embed {
    padding: 0 0 55.5%;
}
.content-carousel .carousel-control {
    top: 0;
}
.content-carousel .carousel-control.left {
    left: 15px;
}
.content-carousel .carousel-control.right {
    right: 15px;
}
.content-carousel .carousel-indicators {
    top: 15px;
    bottom: auto;
}
.content-carousel .carousel-indicators li:before {
    border-color: #fff;
}
.content-carousel .carousel-indicators li:hover:before,
.content-carousel .carousel-indicators .active:before {
    background-color: #fff;
}

@media (min-width: 768px) {
    .content-carousel {
        margin: 0;
    }
    .content-carousel .descr {
        padding: 60px 50px;
    }
}

@media (min-width: 992px) {
    .content-carousel {
        height: 390px;
    }
    .content-carousel .carousel-inner,
    .content-carousel .item {
        height: 100%;
    }
    .content-carousel .descr {
        float: left;
        width: 50%;
        height: 100%;
        padding: 45px 55px 70px;
        overflow-x: hidden;
    }
    .content-carousel .img {
        float: right;
        width: 50%;
        height: 100%;
        padding-left: 15px;
    }
    .content-carousel .img > img {
        height: 100%;
    }
    .content-carousel .block-embed {
        padding-bottom: 0;
    }
    .content-carousel .carousel-control {
        top: 50%;
    }
    .content-carousel .carousel-control.left {
        left: -35px;
    }
    .content-carousel .carousel-control.right {
        right: -35px;
    }
    .content-carousel .carousel-indicators {
        top: auto;
        right: 55px;
        bottom: 30px;
        left: 55px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .content-carousel {
        height: 500px;
    }
    .content-carousel .descr {
        padding: 65px 70px;
    }
    .content-carousel .carousel-indicators {
        right: 70px;
        bottom: 40px;
        left: 70px;
    }
}

.product-carousel .carousel-content {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}
.product-carousel .carousel-body {
    display: block;
    margin-bottom: 40px;
    padding: 0 11%;
    text-align: center;
}
.product-carousel .carousel-title {
    display: block;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
}
.content-inverse .product-carousel .carousel-title {
    color: inherit;
}
.product-carousel .carousel-descr {
    display: block;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 400;
}
.product-carousel .btn-line .btn {
    margin-top: 4px;
    margin-bottom: 4px;
}
.product-carousel .carousel-img {
    width: 100%;
}
.product-carousel .carousel-img .frame {
    position: relative;
    display: block;
    height: 0;
    padding: 3.2% 12.4% 52.5% 12%;
    overflow: hidden;
    font-size: 0;
}
.product-carousel .carousel-img .frame::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/frame-laptop.png') no-repeat 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    content: "";
}
.product-carousel .carousel-img img {
    max-width: 100%;
}
.product-carousel .carousel-img-ipad .frame {
    padding: 4% 3.6% 68.2% 3.8%;
}
.product-carousel .carousel-img-ipad .frame::after {
    background-image: url('../img/frame-ipad.png');
}
.product-carousel .carousel-img-tv {
    padding-left: 6.8%;
    padding-right: 6.8%;
}
.product-carousel .carousel-img-tv .frame {
    padding: 1.2% 1% 63.2%;
}
.product-carousel .carousel-img-tv .frame::after {
    background-image: url('../img/frame-tv.png');
}
.product-carousel .carousel-img-plain {
    padding-left: 5.6%;
    padding-right: 5.6%;
}
.product-carousel .carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.product-carousel .carousel-control {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    margin: 0;
    color: inherit;
}
.product-carousel .carousel-control::before {
    font-size: 15px;
}
.product-carousel .carousel-indicators {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 5px;
}

@media (min-width: 768px) {
    .product-carousel .carousel-title {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .product-carousel .carousel-content {
        display: flex;
        align-items: center;
        max-width: none;
    }
    .product-carousel .carousel-body {
        width: 50%;
        padding: 20px 20px 20px 0;
        text-align: inherit;
    }
    .product-carousel .carousel-img {
        width: 50%;
    }
    .product-carousel .carousel-nav {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .product-carousel .images-carousel {
        width: 144%;
        margin-right: -52%;
    }
    .product-carousel .images-carousel .carousel-nav {
        left: auto;
        right: 100%;
        margin-right: 30px;
        white-space: nowrap;
    }
    .product-carousel .carousel-img-tv {
        padding-left: 3.4%;
        padding-right: 3.4%;
    }
    .product-carousel .carousel-img-plain {
        padding-left: 2.8%;
        padding-right: 2.8%;
    }
}

@media (min-width: 1400px) {
    .product-carousel .carousel-inner {
        width: auto;
        margin-right: -90px;
    }
    .product-carousel .carousel-img {
        flex: 0 0 760px;
    }
    .product-carousel .carousel-img-ipad {
        flex: 0 0 640px;
    }
}

    /* tooltip */

.ico-tip {
    margin-top: -2px;
    font-size: inherit;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    cursor: help;
}
.ico-tip::before {
    color: #9fb3bd;
    font-family: "FontAwesome";
    content: "\f05a";
}
a.ico-tip:hover,
a.ico-tip:focus {
    text-decoration: none;
    cursor: pointer;
}
a.ico-tip:hover::before,
a.ico-tip:focus::before {
    color: inherit;
}
.tooltip {
    font-size: 11px;
    font-family: inherit;
    line-height: 1.42857;
}
.tooltip.in {
    opacity: 1;
}
.tooltip-inner {
    padding: 16px 20px;
    background-color: #263238;
    text-align: left;
}
.tooltip.top .tooltip-arrow {
    bottom: -5px;
    margin-left: -10px;
    border-top-color: #263238;
    border-width: 10px 10px 0;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #263238;
    border-width: 10px 10px 10px 0;
    left: -5px;
    margin-top: -10px;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #263238;
    border-width: 0 10px 10px;
    margin-left: -10px;
    top: -5px;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #263238;
    border-width: 10px 0 10px 10px;
    margin-top: -10px;
    right: -5px;
}

    /* navs */

.nav-tabs {
    margin: 0 -10px 40px;
    border: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.42857;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}
.nav-tabs > li + li {
    margin-top: 14px;
}
.nav-tabs > li > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    line-height: inherit;
    outline: none;
}
.nav-tabs > li > a .text {
    color: #9fb3bd;
    -webkit-transition: .35s ease color;
            transition: .35s ease color;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 3px solid currentColor;
    background-color: transparent;
    color: inherit;
}
.nav-tabs > li > a:focus .text,
.nav-tabs > li > a:hover .text,
.nav-tabs > li.active > a .text {
    color: #263238;
}
.content-inverse .nav-tabs > li > a,
.content-inverse .nav-tabs > li > a .text {
    color: inherit;
}

@media (min-width: 992px) {
    .nav-tabs {
        margin-bottom: 0;
        text-align: left;
    }
    .nav-tabs > li {
        width: 100%;
    }
}

.nav-switch {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    margin: 0 0 40px;
    font-size: 0;
    text-align: center;
}
.nav-switch > .nav-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    border: 2px solid #fff;
    line-height: 40px;
    text-transform: uppercase;
    text-indent: 0;
    cursor: pointer;
}
.content-primary .nav-switch > .nav-item {
    color: #e53935;
}
.nav-switch > .nav-item:before {
    display: none;
}
.nav-switch > .nav-item + .nav-item {
    margin-top: -2px;
}
.nav-switch > .nav-item:first-child {
    border-radius: 4px 4px 0 0;
}
.nav-switch > .nav-item:last-child {
    border-radius: 0 0 4px 4px;
}
.nav-switch .check-item {
    display: none;
}
.nav-switch .title {
    display: block;
    margin: 0;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
}
.nav-switch > .nav-item.active,
.nav-switch > .nav-item.checked {
    background-color: #fff;
    color: #263238;
    cursor: default;
}

@media (min-width: 576px) {
    .nav-switch {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .nav-switch {
        width: auto;
        margin-bottom: 70px;
    }
    .nav-switch > .nav-item {
        width: auto;
        min-width: 225px;
    }
    .nav-switch > .nav-item + .nav-item {
        margin-top: 0;
        margin-left: -2px;
    }
    .nav-switch > .nav-item:first-child {
        border-radius: 4px 0 0 4px;
    }
    .nav-switch > .nav-item:last-child {
        border-radius: 0 4px 4px 0;
    }
}

@media (min-width: 992px) {
    .nav-switch > .nav-item {
        min-width: 285px;
    }
}

    /* modal */

.modal-backdrop.in {
    background-color: #30313e;
    opacity: .3;
}
.modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
}
.modal-content .close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
    margin: 0;
    color: #9fb3bd;
    font-size: 48px;
    font-weight: 100;
    line-height: 22px;
    text-align: center;
    opacity: 1;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
.modal-content .close span {
    display: block;
    height: 100%;
}
.modal-content .close:hover {
    color: #263238;
}
.modal-header {
    padding: 20px 35px 10px 55px;
    border: 0;
}
.modal-title {
    color: #263238;
    font-size: 24px;
    font-weight: 700;
}
.modal-subtitle {
    margin: 0;
    color: #898989;
    font-size: 14px;
    font-weight: 300;
}
.modal-ico {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
}
.modal-body {
    padding: 10px 35px 20px 55px;
}
.modal-body img {
    max-width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .modal-content .close {
        top: 27px;
        right: 27px;
        font-size: 58px;
    }
    .modal-header {
        padding: 40px 100px 15px;
    }
    .modal-ico {
        top: 30px;
        left: 40px;
        width: 50px;
        height: 50px;
        font-size: 40px;
        line-height: 50px;
    }
    .modal-body {
        padding: 15px 100px 40px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 770px;
    }
}

.modal-video .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-size: 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    opacity: .7;
    -webkit-transition: opacity .35s ease;
            transition: opacity .35s ease;
}
.modal-video .close::before,
.modal-video .close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0;
    margin: 0 0 0 -25%;
    border-top: 2px solid;
    content: "";
}
.modal-video .close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal-video .close::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.modal-video .close:hover,
.modal-video .close:focus {
    opacity: 1;
}

.modal-video .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-video .modal-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 20px;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-video .block-embed {
    position: absolute;
    top: 60px;
    right: 40px;
    bottom: 60px;
    left: 40px;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
}




/* 3. layout ----------------------------------*/

    /* global color */

.content-page {
    background-color: #fff;
}
.content-inverse {
    color: #fff;
}
.content-muted {
    background-color: #f3f6f8;
}
.content-info {
    background-color: #eff4f8;
}

.text-automotive {
    color: #5f5974 !important;
}
.text-tradein {
    color: #ff9900 !important;
}
.text-storefront {
    color: #ffb300 !important;
}
.text-salesfront {
    color: #e53935 !important;
}
.text-webfront {
    color: #46709a !important;
}
.text-showroom {
    color: #00897b !important;
}
.text-importer {
    color: #263238 !important;
}

.theme-automotive {
    background-color: #5f5974;
}
.theme-tradein {
    background-color: #ff9900 !important;
}
.theme-storefront {
    background-color: #ffb300;
}
.theme-salesfront {
    background-color: #e53935;
}
.theme-webfront {
    background-color: #46709a;
}
.theme-showroom {
    background-color: #00897b;
}
.theme-importer {
    background-color: #263238;
}

    /* global layout */

@media (min-height: 576px) {
    html, body,
    .main-wrapper {
        height: 100%;
    }
}

.container {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 1440px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

    /* headers */

.page-header {
    margin: 70px 0 35px;
    padding: 0;
    border: 0;
    text-align: center;
}
.page-header:first-child {
    margin-top: 0;
}
.page-header:last-child {
    margin-bottom: 0;
}
.page-header > :first-child {
    margin-top: 0;
}
.page-header > :last-child {
    margin-bottom: 0;
}
.page-header .title {
    margin: 0;
    color: #263238;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
}
.page-header .logo-title {
    font-weight: 100;
    line-height: 1.42;
}
.page-header .logo-title .logo-modera {
    margin-top: -2px;
}
.page-header .logo-title .logo-modera-salesfront {
    margin-right: 105px;
}
.page-header .logo-title .logo-modera-importer {
    margin-right: 92px;
}
.page-header .logo-title .logo-modera-showroom {
    margin-right: 110px;
}
.page-header .logo-title .logo-modera-webfront {
    margin-right: 106px;
}
.page-header .subtitle {
    margin-top: 15px;
    color: #6b7a82;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.75;
    text-transform: none;
}
.content-inverse .page-header .title,
.content-inverse .page-header .subtitle {
    color: inherit;
}

@media (min-width: 768px) {
    .page-header {
        margin-top: 90px;
        margin-bottom: 45px;
    }
    .page-header .title {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .page-header .logo-title {
        line-height: 1.25;
    }
    .page-header .logo-title .logo-modera {
        width: 136px;
        height: 40px;
        margin-top: -3px;
    }
    .page-header .logo-title .logo-modera-salesfront {
        margin-right: 174px;
    }
    .page-header .logo-title .logo-modera-importer {
        margin-right: 152px;
    }
    .page-header .logo-title .logo-modera-showroom {
        margin-right: 182px;
    }
    .page-header .logo-title .logo-modera-webfront {
        margin-right: 176px;
    }
    .page-header .subtitle {
        margin-top: 30px;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .page-header {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    [class*="col-"] > .page-header {
        width: auto;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .page-header {
        width: 70%;
    }
}

.theme-light .page-header .subtitle {
    font-weight: 400;
}
.theme-light.content-info .page-header .subtitle {
    color: #263238;
}
.theme-light.home-page .page-header .title {
    font-weight: 700;
    letter-spacing: inherit;
}
.theme-light.home-page .page-header .subtitle {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 768px) {
    .theme-light .page-header .title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .theme-light .page-header .subtitle {
        font-size: 16px;
    }
    .theme-light.home-page .page-header .title {
        font-size: 34px;
        letter-spacing: 1.4px;
        line-height: 1.2;
    }
}

.content-header:first-child {
    margin-top: 0;
}
.content-header:last-child {
    margin-bottom: 0;
}
.content-header > :first-child {
    margin-top: 0;
}
.content-header > :last-child {
    margin-bottom: 0;
}
.content-header .title {
    margin: 0;
    color: #263238;
    font-size: 24px;
    font-weight: 900;
    text-transform: none;
}
.content-header .logo-modera {
    margin-bottom: 15px;
}
.content-header .subtitle {
    margin-top: 15px;
    color: #6b7a82;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.75;
    text-transform: none;
}
.content-inverse .content-header .title,
.content-inverse .content-header .subtitle {
    color: inherit;
}

@media (min-width: 768px) {
    .content-header .title {
        font-size: 40px;
    }
    .content-header .logo-title {
        line-height: 1.25;
    }
    .content-header .logo-title .logo-modera {
        width: 136px;
        height: 40px;
        margin-top: -3px;
        margin-right: 174px;
    }
    .content-header .subtitle {
        margin-top: 20px;
        font-size: 16px;
    }
}

    /* content */

.content-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #fff;
}
.content-page {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
            background-size: cover;
}
.content-page-container {
    position: relative;
    z-index: 2;
    display: table;
    height: 100%;
}
.content-page-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.content-full {
    min-height: 100%;
}

@media (min-height: 576px) and (min-width: 992px) {
    .content-full {
        height: 100%;
    }
}

.text-modera {
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    text-transform: lowercase;
}
.text-modera .trade {
    position: relative;
    top: 3px;
    vertical-align: top;
    font-size: 0.2857em;
    font-weight: inherit;
    line-height: 1;
    text-transform: uppercase;
}

.content-img {
    margin-top: 45px;
}

@media (min-width: 992px) {
    .content-img {
        margin-top: 0;
        margin-left: 5%;
    }
}

@media (min-width: 1200px) {
    .content-wrap,
    .content-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

    /* columns */

@media (min-width: 768px) {
    .as-table {
        display: table;
    }
    .as-table > [class*="col-sm-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .as-table.fixed-layout {
        table-layout: fixed;
    }
}

@media (min-width: 992px) {
    .as-table > [class*="col-md-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .as-table > [class*="col-lg-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

    /* navbar */

.navbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    color: #fff;
}
.navbar-header {
    position: relative;
    z-index: 999;
    float: none;
    height: 70px;
    padding: 24px 25px;
}
.navbar-brand {
    float: left;
    width: 68px;
    height: 20px;
    margin: 1px 0;
    padding: 0;
}
.navbar-toggle {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 21px;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 34px;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
            transition-property: border-color, background-color, color, opacity;
}
.navbar-toggle:before,
.navbar-toggle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    border: 1px solid;
    content: "";
}
.navbar-toggle:before {
    width: 26px;
    height: 19px;
    margin-top: -9px;
    border-width: 3px 0;
}
.navbar-toggle:after {
    width: 21px;
    height: 0;
    margin-top: -1px;
    border-width: 0 0 3px;
}

.navbar > .container {
    padding-left: 0;
    padding-right: 0;
}
.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.navbar-collapse {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding: 70px 25px 0;
    overflow: auto;
    border: 0;
    background-color: #263238;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
            transition: opacity 0.35s ease, visibility 0.35s ease;
    -webkit-perspective: 1200px;
            perspective: 1200px;
}
.navbar-nav {
    float: none;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
}
.navbar-nav > li {
    float: none;
    border-bottom: 1px solid #37474f;
}
.navbar-nav li > a {
    padding: 14px 0;
    color: inherit;
    line-height: 1.1;
    text-decoration: none;
}
.navbar-nav li > a:hover, .navbar-nav li > a:focus,
.navbar-nav li.active > a {
    background-color: transparent;
    color: inherit;
    text-decoration: underline;
}

.navbar-opened .navbar-header {
    float: right;
}
.navbar-opened .navbar-brand {
    display: none;
}
.navbar-opened .navbar-toggle:before,
.navbar-opened .navbar-toggle:after {
    width: 28px;
    height: 0;
    margin: 0 0 0 -14px;
    background-color: #fff;
    border-width: 1px 0;
}
.navbar-opened .navbar-toggle:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.navbar-opened .navbar-toggle:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.navbar-opened .navbar-collapse {
    opacity: 1;
    visibility: visible;
}
.navbar-opened .navbar-nav {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

.navbar-btn {
    height: 40px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid;
    font-size: 11px;
    line-height: 40px;
    letter-spacing: 1px;
}
.navbar-btn:hover,
.navbar-btn:focus {
    border-color: #fff;
    background-color: #fff;
    color: #263238;
}

.lang-switcher {
    float: right;
    margin: -6px 40px -6px 0;
    font-size: 12px;
}
.lang-switcher .dropdown-toggle {
    position: relative;
    display: block;
    height: 34px;
    padding: 0 20px 0 10px;
    border-radius: 4px;
    line-height: 34px;
    text-decoration: none;
}
.lang-switcher .dropdown-toggle:before {
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -0.5em;
    font-size: 11px;
    font-weight: normal;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f107";
}
.lang-switcher .dropdown-toggle:hover,
.lang-switcher .dropdown-toggle:focus,
.lang-switcher.open .dropdown-toggle {
    background-color: #fff;
    color: #263238;
}
.lang-switcher.open .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lang-switcher .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #263238;
    font-size: inherit;
}
.lang-switcher .dropdown-menu > li > a {
    padding: 6px 10px;
    text-decoration: none;
}
.lang-switcher .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lang-switcher .dropdown-menu > li > a:hover,
.lang-switcher .dropdown-menu > li > a:focus {
    background-color: #e4e9ee;
}
.lang-switcher .dropdown-menu > li.active > a {
    background-color: #6b7a82;
    color: #fff;
}

.product-switcher {
    float: left;
    margin-top: -55px;
    margin-bottom: 0;
    text-transform: lowercase;
}
.product-switcher .dropdown-toggle {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 34px 0 12px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
}
.product-switcher .dropdown-toggle:before {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -0.45em;
    font-size: 18px;
    font-weight: normal;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f107";
}
.product-switcher .dropdown-toggle:hover,
.product-switcher .dropdown-toggle:focus,
.product-switcher.open .dropdown-toggle {
    border-color: #fff;
    background-color: #fff;
    color: #263238;
}
.product-switcher.open .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product-switcher .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #263238;
    font-size: inherit;
}
.product-switcher .dropdown-menu > li > a {
    padding: 6px 10px;
    text-decoration: none;
}
.product-switcher .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.product-switcher .dropdown-menu > li > a:hover,
.product-switcher .dropdown-menu > li > a:focus {
    background-color: #e4e9ee;
}
.product-switcher .dropdown-menu > li.active > a {
    background-color: #6b7a82;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar {
        position: fixed;
        z-index: 1001;
        bottom: auto;
        height: 60px;
        background-color: #263238;
        line-height: 60px;
        -webkit-transition: top 0.35s ease;
                transition: top 0.35s ease;
    }
    .navbar-header {
        height: 60px;
        padding: 15px;
    }
    .navbar-brand {
        width: 84px;
        height: 28px;
    }
    .page-first .navbar-brand {
        width: 100px;
        height: 30px;
    }
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggle {
        top: 13px;
        right: 15px;
    }
    .lang-switcher {
        margin-top: -2px;
        margin-bottom: -2px;
    }

    .navbar-opened .navbar {
        height: 100%;
    }
    .page-first .navbar {
        position: absolute;
        background-color: transparent;
    }
    .hide-navbar .navbar {
        top: -70px;
    }
}

@media (min-width: 992px) {
    .navbar > .container {
        position: relative;
        height: 100%;
    }
    .navbar-header {
        position: static;
        float: none;
        height: 0;
        padding: 0;
    }
    .navbar-brand {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -15px 0 0;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        position: static;
        height: 100%;
        float: right;
        padding: 0 54px 0 0;
        overflow: visible;
        background-color: transparent;
        color: inherit;
        text-align: right;
        opacity: 1;
        visibility: visible;
        -webkit-perspective: none;
                perspective: none;
    }
    .navbar-nav {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }
    .navbar-nav > li {
        float: left;
        border-bottom: 0;
    }
    .navbar-nav li > a {
        padding: 0 12px;
        line-height: inherit;
        text-transform: uppercase;
    }
    .navbar-nav li > a:before {
        position: absolute;
        bottom: 18px;
        left: 12px;
        right: 12px;
        height: 0;
        border-bottom: 1px solid;
        opacity: 0;
        content: "";
    }
    .navbar-nav li > a:hover, .navbar-nav li > a:focus,
    .navbar-nav li.active > a {
        text-decoration: none;
    }
    .navbar-nav li > a:hover:before, .navbar-nav li > a:focus:before,
    .navbar-nav li.active > a:before {
        opacity: 1;
    }

    .navbar-collapse .btn-line {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 15px;
    }
    .navbar-btn {
        margin-top: -4px;
    }
    .lang-switcher {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -21px 0 0;
    }
    .lang-switcher .dropdown-toggle {
        height: 40px;
        line-height: 40px;
    }
    .product-switcher {
        position: absolute;
        top: 50%;
        left: 260px;
        float: none;
        margin: -20px 0 0;
    }

    .navbar-opened .navbar {
        height: 60px;
    }
    .navbar-opened .navbar-brand {
        display: block;
    }

    .page-first .navbar {
        top: 20px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav li > a {
        padding-left: 18px;
        padding-right: 18px;
    }
    .navbar-nav li > a:before {
        left: 18px;
        right: 18px;
    }
    .product-switcher {
        left: 285px;
    }
}

.theme-light .navbar-toggle::before {
    height: 18px;
    border-width: 2px 0;
}
.theme-light .navbar-toggle::after {
    border-bottom-width: 2px;
}
.navbar-opened .theme-light .navbar-toggle::before {
    height: 0;
    border-width: 1px 0 0;
}
.navbar-opened .theme-light .navbar-toggle::after {
    border-width: 1px 0 0;
}
.theme-light .navbar-nav {
    font-weight: 500;
}
.theme-light .navbar-nav > li {
    border-color: transparent;
}

@media (min-width: 768px) {
    body:not(.page-first) .navbar.theme-light {
        background-color: #f6f8f6;
        color: #211f29;
    }
}

@media (max-width: 991px) {
    html.navbar-opened .navbar.theme-light {
        background-color:transparent;
        color: #fff;
    }
    .theme-light .navbar-collapse {
        background-color: #5f8fbf;
    }
}

@media (min-width: 992px) {
    .theme-light .navbar-nav {
        font-size: 16px;
    }
    .theme-light .navbar-nav li > a {
        text-transform: none;
    }
}


    /* footer */

.footer-page {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #1a1921;
    color: #fff;
    text-align: left;
}
.footer-page a:hover,
.footer-page a:focus,
.footer-contact,
.footer-copy {
    color: inherit;
}
.footer-page .page-header {
    position: absolute;
    right: 0;
    bottom: 340px;
    left: 0;
    display: none;
    margin: 0;
}
.footer-page .page-header .title {
    color: inherit;
}
.footer-nav {
    margin: 3px -10px 5px;
    padding: 0;
    list-style: none;
    letter-spacing: -1px;
    font-size: 0;
    text-transform: lowercase;
}
.footer-nav > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 22px;
}
.footer-nav .link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.footer-nav .link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid;
    opacity: 0;
    -webkit-transition: .2s ease opacity;
            transition: .2s ease opacity;
    content: "";
}
.footer-nav .link:hover,
.footer-nav .link:focus,
.footer-nav .active .link {
    text-decoration: none;
}
.footer-nav .link:hover:before,
.footer-nav .active .link:before {
    opacity: 1;
}
.footer-nav .text {
    color: #fff;
}
.footer-contact {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    font-weight: 500;
}
.footer-contact > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 22px;
    padding: 0 10px;
    font-size: 14px;
}
.footer-contact .title {
    margin: 0 0 8px;
    color: inherit;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}
.footer-contact .descr {
    margin: 0;
}

.footer-copy {
    margin: 40px 0 0;
    font-size: 12px;
}
.footer-copy .logo {
    margin-bottom: 20px;
}
.footer-copy .slogan {
    margin: -2px 0 0;
}
.footer-copy .copy {
    position: relative;
    margin: 0 0 15px;
}
.footer-copy .copy .item {
    margin-left: 10px;
}
.footer-copy .logo-modera {
    width: 104px;
    height: 30px;
}
.footer-copy .social-links {
    margin: 0;
}
.footer-copy .social-links .item {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 15px;
    background-color: #fff;
    color: #263238;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    opacity: 0.6;
}
.footer-copy .social-links .item:before {
    font-size: 18px;
}
.footer-copy .social-links .item:hover {
    opacity: 1;
}

.footer-page > .carousel-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer-page > .carousel-inner > .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
    opacity: 0;
    -webkit-transition-property: opacity;
            transition-property: opacity;
}
.footer-page > .carousel-inner > .active {
    opacity: 1;
}
.footer-page > .carousel-inner > .active.left,
.footer-page > .carousel-inner > .active.right {
    z-index: 1;
    left: 0;
    opacity: 0;
}
.footer-page > .carousel-inner > .next.left,
.footer-page > .carousel-inner > .prev.right {
    opacity: 1;
}

@media (min-width: 768px) {
    .footer-nav {
        margin: 0;
        font-size: 1px;
        text-align: justify;
    }
    .footer-nav:after {
        display: inline-block;
        width: 100%;
        content: "";
    }
    .footer-nav > li {
        width: auto;
        padding: 0;
        font-size: 26px;
    }
    .footer-contact {
        margin-top: 65px;
        text-align: center;
    }
    .footer-contact > li {
        width: 25%;
    }
    .footer-copy {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,.2);
        text-align: center;
    }
    .footer-copy .copy {
        float: left;
        margin: 8px -100% 0 0;
    }
    .footer-copy .social-links {
        float: right;
        margin: 4px 0 0 -100%;
    }
    .footer-copy .social-links .item {
        margin-left: 5px;
        margin-right: 0;
    }
    .footer-copy .logo {
        float: left;
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 768px) and (min-height: 576px) {
    .footer-page {
        overflow: hidden;
    }
    .footer-page > .container {
        position: relative;
        display: table;
        height: 100%;
    }
    .footer-copy {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .footer-nav > li {
        font-size: 32px;
    }
    .footer-copy {
        margin-top: 60px;
        padding-top: 35px;
    }
}

@media (min-width: 1200px) and (min-height: 576px) {
    .footer-nav {
        margin-top: 45px;
    }
    .footer-contact {
        margin-top: 95px;
    }
    .footer-copy {
        margin-top: 75px;
    }
}

@media (min-width: 1440px) {
    .footer-copy {
        padding-top: 38px;
    }
}

    /* article */

.c-article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
}
.c-article__title {
    display: block;
    margin: 0 0 10px;
    color: #263238;
    font-size: 24px;
    font-weight: 700;
}
.c-article__descr {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
}
.c-article__img {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e4e9ee;
    box-shadow: 0px 10px 30px rgba(0,0,0,.1);
}
.c-article__img img {
    max-width: 100%;
}
.c-article__more {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: 0;
    text-align: center;
}
.c-article__more .btn::before {
    content: attr(data-text-less);
}
.c-article__body.is-shorten {
    position: relative;
    padding-bottom: 1.7em;
    overflow: hidden;
}
.c-article__body.is-shorten .c-article__more {
    display: block;
}
.c-article__body.is-collapsed {
    max-height: 15.5em;
}
.c-article__body.is-collapsed::before {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3em;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,.25) 100%);
    content: "";
}
.is-collapsed .c-article__more .btn::before {
    content: attr(data-text-more);
}

@media (min-width: 768px) {
    .c-article {
        flex-direction: row;
        align-items: center;
    }
    .c-article__body {
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: auto;
    }
    .c-article__img {
        margin-bottom: 0;
        margin-right: 40px;
        border-radius: 15px;
    }
    .c-article:nth-child(odd) .c-article__body {
        order: -1;
    }
    .c-article:nth-child(odd) .c-article__img {
        margin-right: 0;
        margin-left: 40px;
    }
}
@media (min-width: 992px) {
    .c-article {
        margin-bottom: 80px;
    }
    .c-article__body {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .c-article__img {
        margin-right: 60px;
    }
    .c-article:nth-child(odd) .c-article__img {
        margin-right: 0;
        margin-left: 60px;
    }
}




/* PAGES */

    /* landing */

.home-page .content-page-inner {
    padding: 80px 0;
}
.home-page .page-header {
    margin-top: 45px;
    margin-bottom: 45px;
}
.home-page .page-header .title {
    margin: 0;
    font-weight: 900;
    line-height: 1.42857;
    letter-spacing: -0.4px;
}
.home-page .page-header .subtitle {
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 1.74;
}
.home-page .page-btn-line {
    margin-top: 24px;
}
.home-page .btn-link {
    position: relative;
    padding: 0 0 0 44px;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.home-page .btn-link:before {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 15px;
    background-color: #fff;
    content: "";
}
.home-page .btn-link:after {
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -4px;
    border: 1px solid rgba(0,0,0,0);
    border-width: 4px 0 4px 7px;
    border-left-color: #e53935;
    content: "";
}
.home-page .btn-link:hover {
    text-decoration: underline;
}

@media (min-height: 576px) {
    .home-page .page-header {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .home-page .page-btn-line {
        margin-bottom: 0;
    }
}

@media (min-height: 768px) {
    .home-page .page-btn-line {
        margin-top: 75px;
    }
}

@media (min-width: 768px) {
    .home-page .page-header .title {
        font-size: 40px;
        line-height: 1.1;
    }
    .home-page .page-header .subtitle {
        margin-top: 35px;
        padding-left: 14%;
        padding-right: 14%;
        font-size: 16px;
    }
    .home-page .page-btn-line {
        margin-top: 35px;
    }
}

.home-page-column .content-img {
    display: block;
    max-width: 540px;
    margin: -50px auto 0;
    padding: 0 25px;
}
.home-page-column .content-img img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .home-page-column .content-page-inner {
        padding-right: 54%;
    }
    .home-page-column .page-header {
        width: auto;
        text-align: left;
    }
    .home-page-column .page-header .subtitle {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page-column .content-img {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 4%;
        width: 46%;
        max-width: none;
        margin: -12% 0 0;
        padding: 0;
    }
}

.home-img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;
}
.home-img .ico-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

@media (min-width: 992px) {
    .home-img {
        top: 0;
        left: auto;
        width: 50%;
        height: auto;
    }
    .home-img::before {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 100%;
        background-color: rgba(95,89,116,.7);
        content: "";
    }
}

    /* logos */

@-webkit-keyframes loop {
    0%   {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
    }
}
@keyframes loop {
    0%   {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.logos-block {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    overflow: hidden;
    background-color: #263238;
    color: #fff;
    line-height: 100px;
}
.logos-block:before,
.logos-block:after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 150px;
    background-repeat: repeat-x;
    content: "";
}
.logos-block:before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(38,50,56,1)), to(rgba(38,50,56,.0001)));
    background-image: -webkit-linear-gradient(left, rgba(38,50,56,1) 0%, rgba(38,50,56,.0001) 100%);
    background-image:         linear-gradient(to right, rgba(38,50,56,1) 0%, rgba(38,50,56,.0001) 100%);
}
.logos-block:after {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(38,50,56,.0001)), to(rgba(38,50,56,1)));
    background-image: -webkit-linear-gradient(left, rgba(38,50,56,.0001) 0%, rgba(38,50,56,1) 100%);
    background-image:         linear-gradient(to right, rgba(38,50,56,.0001) 0%, rgba(38,50,56,1) 100%);
}
.logos-block .logos-list {
    position: relative;
    display: block;
    width: 200%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    -webkit-animation: loop 10s linear infinite;
            animation: loop 10s linear infinite;
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
.logos-block .logos-list > li {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-align: justify;
}
.logos-block .logos-list li:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: "";
}
.logos-block .logos-list li:after {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}
.logos-block .logos-list li > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2%;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}
.logos-block .logos-list img {
    max-height: 30px;
}

@media (min-height: 768px) {
    .logos-block {
        height: 120px;
        line-height: 120px;
    }
    .logos-block .logos-list {
        -webkit-animation-duration: 30s;
                animation-duration: 30s;
    }
    .logos-block .logos-list img {
        max-height: 40px;
    }
}

@media (min-width: 480px) {
    .logos-block .logos-list {
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
    }
}

@media (min-width: 640px) {
    .logos-block .logos-list {
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
    }
}

@media (min-width: 768px) {
    .logos-block .logos-list {
        -webkit-animation-duration: 25s;
        animation-duration: 25s;
    }
}

    /* features */

.features-preview {
    display: flex;
    margin: 0 -5px 35px;
    overflow: hidden;
}
.features-preview .img {
    display: inline-block;
    vertical-align: top;
    margin: 45px 0 0;
    padding: 0 5px;
}
.features-preview .figcaption {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    background-color: transparent;
    color: #263238;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .features-preview {
        margin: 80px -15px;
    }
    .features-preview .img {
        margin-top: 0;
        padding: 0 15px;
    }
}

.features-list {
    margin: -20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.features-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 45px;
    font-size: 14px;
}
.features-list .fa {
    width: 70px;
    height: 70px;
    margin-bottom: 34px;
    border-radius: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(38,50,56,.1);
            box-shadow: 0 0 50px rgba(38,50,56,.1);
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}
.features-list .title {
    display: block;
    margin: 0 0 12px;
    color: #263238;
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
}
.features-list .descr {
    margin: 0;
    font-weight: 300;
}
.features-list .btn-line {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .features-list {
        margin: -65px -15px 0;
        overflow: hidden;
    }
    .features-list > li {
        width: 50%;
        margin-top: 65px;
        padding: 0 4%;
    }
    .features-list > li:before {
        position: absolute;
        top: 50px;
        left: -1px;
        height: 100px;
        width: 1px;
        background-color: #e4e9ee;
        content: "";
    }
}

@media (min-width: 992px) {
    .features-list > li {
        width: 33.3333%;
    }
}

.feature-block {
    position: relative;
    display: block;
    margin-bottom: 40px;
    font-size: 0;
}
.feature-block:not(:last-child)::before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 1px;
    width: 100px;
    margin-left: -50px;
    background-color: #e4e9ee;
    content: "";
}
.feature-img {
    display: block;
    margin: 0 0 45px;
}
.feature-img img {
    vertical-align: top;
    max-width: 100%;
}
.feature-title {
    display: block;
    margin: 0 0 12px;
    color: #263238;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.feature-descr {
    display: block;
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.feature-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 25px;
    padding-left: 34px;
    padding-right: 15px;
    text-align: left;
    line-height: 1.5;
}
.feature-item .ico {
    position: absolute;
    top: 2px;
    left: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1;
}
.feature-item .title {
    display: block;
    margin: 0 0 3px;
    color: #263238;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.feature-item .descr {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 576px) {
    .feature-block {
        padding-right: 35px;
        padding-left: 35px;
    }
    .feature-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .feature-block {
        margin-bottom: 0;
    }
    .feature-block:not(:last-child)::before {
        top: 50px;
        right: -1px;
        bottom: auto;
        left: auto;
        height: 100px;
        width: 1px;
        margin: 0;
    }
    .feature-descr {
        min-height: 12em;
    }
    .feature-item {
        width: 100%;
    }
}

.c-features-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.c-features-list__item {
    position: relative;
    width: 100%;
}
.c-feature {
    display: block;
    height: 100%;
    padding: 22px;
    border-radius: 4px;
}
a.c-feature:hover,
a.c-feature:focus {
    background-color: #f3f6f8;
    text-decoration: none;
}
.c-feature__ico {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    margin-right: 0 !important;
    border-radius: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(38,50,56,.1);
            box-shadow: 0 0 50px rgba(38,50,56,.1);
    font-size: 0;
    line-height: 70px;
    text-align: center;
}
.c-feature__ico::before {
    font-size: 24px;
}
.c-feature__title {
    display: block;
    margin: 0 0 5px;
    color: #263238;
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
}
.c-feature__title .ico-tip {
    margin-left: 5px;
}
.c-feature__descr {
    margin: 0;
    font-weight: 300;
}
.c-feature__detail {
    display: none !important;
}

@media (min-width: 576px) {
    .c-features-list {
        overflow: hidden;
    }
    .c-features-list__item {
        position: relative;
        width: 50%;
    }
    .c-features-list__item::before {
        position: absolute;
        top: 50px;
        left: -1px;
        height: 100px;
        width: 1px;
        margin-top: -50px;
        background-color: #e4e9ee;
        content: "";
    }
}

@media (min-width: 768px) {
    .c-features-list {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .c-features-list__item {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    .c-features-list__item {
        width: 25%;
    }
}

    /* modules */

.c-modules-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.c-modules-list__item {
    position: relative;
    width: 100%;
}
.c-module {
    position: relative;
    display: block;
    min-height: 86px;
    padding: 15px 15px 15px 60px;
}
.c-module__ico {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
}
.c-module__title {
    margin: 0;
    color: #263238;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
.c-module__descr {
    margin: 5px 0 0;
    color: #6b7a82;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
a.c-module:hover,
a.c-module:focus,
.active > .c-module {
    background-color: #f3f6f8;
    text-decoration: none;
}
a.c-module:hover .title,
a.c-module:focus .title,
.active > .c-module .title {
    color: inherit;
}
a.c-module:hover .descr,
a.c-module:focus .descr,
.active > .c-module .descr {
    color: #3b3c40;
}

@media (min-width: 576px) {
    .c-modules-list__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .c-modules-list {
        margin-top: 70px;
    }
    .c-module {
        padding-left: 77px;
        padding-right: 20px;
    }
    .c-module__ico {
        left: 19px;
    }
}

@media (min-width: 992px) {
    .c-modules-list__item {
        width: 33.3333%;
    }
}

    /* plans */

.plan-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    text-align: center;
}
.plan-list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 320px;
    margin: 25px auto 0;
    font-size: 12px;
}
.plan-item {
    position: relative;
    display: block;
    padding: 38px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: #263238;
    font-size: 12px;
    transition: margin .2s ease, padding .2s ease;
}
.plan-item > .title {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.plan-item .price-line {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.plan-item .price-line .price {
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
.plan-item .price-line .price .value {
    display: inline-block;
    font-size: 58px;
    font-weight: 700;
}
.plan-item .price-line .price .currency {
    float: left;
    margin: 5px 3px 0 0;
    font-size: 24px;
    font-weight: 400;
}
.plan-item .price-line .price .text {
    display: block;
    padding: 15px 0;
    font-size: 30px;
    font-weight: 700;
}
.plan-item .price-line .descr {
    display: block;
    margin-top: 20px;
    font-weight: 700;
}
.plan-item .features {
    display: block;
    margin: 20px 0;
}
.plan-item .features .title {
    display: block;
    margin-bottom: 8px;
}
.plan-item .features .list {
    margin: 0 0 10px;
    padding-left: 20px;
    color: #6b7a82;
    text-align: left;
    list-style: none;
}
.plan-item .features .list > li + li {
    margin-top: 2px;
}
.plan-item .features .list > li:before {
    float: left;
    margin-top: 0.7em;
    margin-left: -1.9em;
    color: #263238;
    font-size: 0.75em;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f00c";
}
.plan-item .features .list b {
    color: #263238;
    font-weight: 600;
}
.plan-item .btn-line {
    margin-top: 20px;
    text-align: center;
}
.plan-item .btn-line .btn {
    display: block;
    width: 100%;
    max-width: 260px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1px;
}
.plan-item .btn-line .btn .text {
    -webkit-transition: .35s ease color;
            transition: .35s ease color;
}
.plan-item .btn-line .btn:hover,
.plan-item .btn-line .btn:focus {
    border-color: currentColor;
    background-color: currentColor;
}
.plan-item .btn-line .btn:hover .text,
.plan-item .btn-line .btn:focus .text {
    color: #fff;
}
.plan-item .btn-line .hint {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}
.plan-item .form-group {
    text-align: center;
}
.plan-item .label {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    background-color: transparent;
}
.plan-item .label .value {
    position: absolute;
    top: 28px;
    right: -33px;
    width: 154px;
    height: 30px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.plan-item.single-item  > .title {
    white-space: normal;
}
.plan-item.active {
    background-color: #f5f8f9;
    color: #525f66;
}
.plan-item.active > .title,
.plan-item.active .price-line .price {
    color: inherit;
}
.plan-item.active .btn {
    background-color: transparent;
    border-color: inherit;
    color: inherit;
}
.plan-item.disabled {
    background-color: #f5f8f9;
    color: #525f66;
    opacity: 0.5;
}
.plan-item.disabled > .title,
.plan-item.disabled .price-line .price {
    color: inherit;
}
.plan-item.disabled .btn {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    cursor: default;
}

@media (min-width: 576px) {
    .plan-item .price-line .price {
        height: 56px;
    }
    .plan-item .price-line .hint {
        height: 30px;
    }
    .plan-item .price-line .descr {
        height: 50px;
    }
    .plan-item .features {
        height: 320px;
        overflow-y: auto;
    }
    .plan-item .btn-line {
        height: 80px;
    }
    .plan-item.single-item .features,
    .plan-item.single-item .btn-line {
        height: auto;
    }
}

@media (min-width: 992px) {
    .plan-tabs {
        display: none;
    }
    .plan-list {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0 auto 20px;
        background-color: #fff;
        border-radius: 8px;
    }
    .plan-list > li.tab-pane {
        display: table-cell;
        vertical-align: top;
        width: 1%;
        padding: 0;
    }
    .plan-list > li + li {
        border-left: 1px solid #e6eaef;
    }
    .plan-item .price-line {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 1200px) {
    .plan-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .plan-item .price-line {
        margin-left: 0;
        margin-right: 0;
    }
}

.plan-info-list {
    margin: 0 -25px;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.plan-info-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 130px;
}
.plan-info-list .item {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    left: 0;
    display: block;
    padding: 20px 20px 20px 100px;
    background-color: #fff;
    color: #6b7a82;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}
.plan-info-list .item:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: "";
}
.plan-info-list .item .fa {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 50px;
    height: 50px;
    margin: -24px 0 0;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.plan-info-list .item .title {
    display: block;
    margin: 0 0 6px;
    color: #263238;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.plan-info-list .item .descr {
    display: block;
    margin: 0;
    font-weight: 300;
}
.plan-info-list .item .more-link {
    position: relative;
    display: none;
    margin: 8px 0 0;
    padding-right: 18px;
    font-weight: 700;
}
.plan-info-list .item .more-link:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    font-weight: normal;
    font-family: "FontAwesome";
    line-height: 1;
    content: "\f178";
}
.plan-info-list a.item {
    transition: all .2s ease;
    transition-property: top, right, bottom, left;
}
.plan-info-list a.item:before {
    transition: inherit;
}
.plan-info-list a.item:hover,
.plan-info-list a.item:focus {
    z-index: 1;
    top: -10px;
    bottom: -10px;
    background-color: #e53935;
    color: #fff;
    text-decoration: none;
}
.plan-info-list a.item:hover .title,
.plan-info-list a.item:focus .title {
    color: inherit;
}
.plan-info-list a.item:hover .fa,
.plan-info-list a.item:focus .fa {
    background-color: #fff;
    color: #e53935;
}
.plan-info-list a.item:hover .more-link,
.plan-info-list a.item:focus .more-link {
    display: inline-block;
}

@media (min-width: 768px) {
    .plan-info-list {
        margin: -5px;
    }
    .plan-info-list > li {
        width: 50%;
        height: 124px;
        padding: 5px;
    }
    .plan-info-list .item {
        right: 5px;
        left: 5px;
    }
    .plan-info-list a.item:hover:before,
    .plan-info-list a.item:focus:before {
        right: -15px;
        left: -15px;
    }
}

    /* clients */

.clients-list {
    max-width: 1000px;
    margin: -5px auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.clients-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.clients-list > li > .img {
    width: 125px;
    height: 125px;
    margin: 0;
    padding: 5px;
    border: 1px solid #e4e9ee;
    line-height: 113px;
}
.clients-carousel .carousel-indicators {
    position: static;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .clients-list > li > .img {
        width: 160px;
        height: 160px;
        padding: 10px;
        line-height: 138px;
    }
}

    /* cases */

.cases-page {
    padding-bottom: 0;
}

.case-item .descr > :first-child {
    margin-top: 0;
}
.case-item .descr > :last-child {
    margin-bottom: 0;
}
.case-item .title {
    margin: 0 0 30px;
    color: inherit;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: none;
}
.case-item .subtitle {
    margin: 0 0 25px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}
.case-item .text {
    font-size: 16px;
    font-weight: 300;
}
.case-item .img {
    position: relative;
    float: right;
    width: 92%;
    margin: 20px 0 0;
    padding: 35px 0 0 5px;
    background-color: #303f46;
    border-top-left-radius: 5px;
}
.case-item .img:before {
    position: absolute;
    top: 8px;
    left: 12px;
    color: #263238;
    font-size: 11px;
    font-family: "FontAwesome";
    letter-spacing: 6px;
    content: "\f111\f111\f111";
}

@media (min-width: 992px) {
    .case-item {
        text-align: left;
    }
    .case-item .descr {
        float: left;
        width: 100%;
        margin-right: -100%;
    }
    .case-item .descr .inner {
        width: 36%;
        padding: 30px 0;
    }
    .case-item .img {
        width: 56%;
        margin-top: 0;
    }
}

    /* contact */

.contact-methods-list {
    margin: -10px 0;
    font-size: 0;
    text-align: center;
}
.contact-method {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 10px;
    overflow: hidden;
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}
.contact-method .method-item {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.contact-method .ico {
    position: relative;
    top: 2px;
    left: -6px;
    display: inline-block;
    width: 60px;
    height: 100%;
    margin-right: 6px;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    font-style: normal;
    line-height: inherit;
    text-align: center;
    fill: currentColor;
}
.contact-method .ico-forms {
    background-image: url('../img/ico-forms.svg');
}
.contact-method .ico-notepad {
    background-image: url('../img/ico-notepad.svg');
}
.contact-method .ico-weixin {
    background-image: url('../img/ico-weixin.svg');
}
.contact-method .svg-replaced {
    background-image: none !important;
    fill: currentColor;
}
.contact-method .title {
    flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-method:hover {
    border-color: currentColor;
    background-color: #fff;
}
.content-inverse .contact-method:not(:hover) {
    color: #fff !important;
}
.content-inverse .contact-method:hover {
    border-color: #fff;
}
.theme-light .contact-method {
    border-width: 2px;
    border-color: #dce4e6;
    border-radius: 10px;;
    background-color: #f5f8f9;
    color: #525f66 !important;
    font-weight: 500;
}
.theme-light .contact-method:hover {
    border-color: #528fcc;
}
.theme-light .contact-method .ico-forms {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjEwLjkgMTYwLjcgNTczLjEgNDA4LjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTAuOSAxNjAuNyA1NzMuMSA0MDguNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzUyNUY2NiIgZD0iTTkzLjMsNTY2LjdoNDA4LjJjNi41LDAsMTIuOS0yLjgsMTcuNy03LjVjNC44LTQuOCw3LjUtMTEuMyw3LjUtMTcuN1YzMTguOWMwLTEzLjktMTEuMy0yNS4zLTI1LjMtMjUuM0g5My4zYy0xMy45LDAtMjUuMywxMS4zLTI1LjMsMjUuM3YyMjIuNUM2OC4xLDU1NS4zLDc5LjQsNTY2LjcsOTMuMyw1NjYuN3ogTTgxLjIsMzE4LjljMC02LjYsNS42LTEyLjIsMTIuMi0xMi4ybDQwOC4yLDBjNi42LDAsMTIuMiw1LjYsMTIuMiwxMi4ydjIyMi41YzAsNi42LTUuNiwxMi4yLTEyLjIsMTIuMkg5My4zYy02LjYsMC0xMi4yLTUuNi0xMi4yLTEyLjJWMzE4Ljl6Ii8+PHJlY3QgeD0iMTQyLjIiIHk9IjM2Ny44IiBmaWxsPSIjNTI1RjY2IiB3aWR0aD0iMTQyLjciIGhlaWdodD0iMTMuMSIvPjxyZWN0IHg9IjE0Mi4yIiB5PSI0OTguMSIgZmlsbD0iIzUyNUY2NiIgd2lkdGg9IjMxLjgiIGhlaWdodD0iMTMuMSIvPjxyZWN0IHg9IjE5OC40IiB5PSI0OTguMSIgZmlsbD0iIzUyNUY2NiIgd2lkdGg9IjMxLjgiIGhlaWdodD0iMTMuMSIvPjxyZWN0IHg9IjE0Mi4yIiB5PSI0MDUuMiIgZmlsbD0iIzUyNUY2NiIgd2lkdGg9IjE4OS41IiBoZWlnaHQ9IjEzLjEiLz48cGF0aCBmaWxsPSIjNTI1RjY2IiBkPSJNNDY0LjEsMjI4LjhIMTMwLjFjLTEzLjksMC0yNS4zLDExLjMtMjUuMywyNS4zVjI3MGgxMy4xdi0xNS45YzAtNi42LDUuNi0xMi4yLDEyLjItMTIuMmgzMzQuMWM2LjYsMCwxMi4yLDUuNiwxMi4yLDEyLjJWMjcwaDEzLjF2LTE1LjlDNDg5LjQsMjQwLjIsNDc4LjEsMjI4LjgsNDY0LjEsMjI4Ljh6Ii8+PHBhdGggZmlsbD0iIzUyNUY2NiIgZD0iTTQyNy40LDE2My4zSDE2Ny41Yy0xMy45LDAtMjUuMywxMS4zLTI1LjMsMjUuM3YxNS45aDEzLjF2LTE1LjljMC02LjYsNS42LTEyLjIsMTIuMi0xMi4yaDI1OS45YzYuNiwwLDEyLjIsNS42LDEyLjIsMTIuMnYxNS45aDEzLjF2LTE1LjlDNDUyLjcsMTc0LjcsNDQxLjQsMTYzLjMsNDI3LjQsMTYzLjN6Ii8+PC9zdmc+');
}
.theme-light .contact-method .ico-notepad {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAuNyAxNTYuMSA1NzMuMSA0MDguNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwLjcgMTU2LjEgNTczLjEgNDA4LjYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiM1MjVGNjYiIGQ9Ik0xNjcuNCw1NjEuOGgyNzVjMTMuNSwwLDI0LjYtMTAuOCwyNS4zLTI0LjZWMTgzLjdjMC0xMy41LTExLTI0LjYtMjQuNi0yNC42aC0yNzVjLTEzLjUsMC0yNC42LDExLTI0LjYsMjQuNnY1NGMwLDIuOCwyLjMsNS44LDUuOCw1LjhjMi44LDAsNS44LTIuMyw1LjgtNS44di01NGMwLTYuNiw1LjYtMTIuMiwxMi4yLTEyLjJoMjc0LjNjNi42LDAsMTIuMiw1LjYsMTIuMiwxMi4ydjM1My41YzAsNi42LTUuNiwxMi4yLTEyLjIsMTIuMmgtMjc1Yy02LjYsMC0xMi4yLTUuNi0xMi4yLTEyLjJ2LTU0YzAtMi44LTIuMy01LjgtNS44LTUuOGMtMi44LDAtNS44LDIuMy01LjgsNS44djU0QzE0Mi44LDU1MC43LDE1My44LDU2MS44LDE2Ny40LDU2MS44eiIvPjxwYXRoIGZpbGw9IiM1MjVGNjYiIGQ9Ik0zMDQuOSwyNjcuMWMtMTQuOSwwLTI4LjksNS43LTM5LjMsMTYuMmMtMTAuNCwxMC40LTE2LjIsMjQuNC0xNi4yLDM5LjNjMCwxNC44LDUuOCwyOC44LDE2LjUsMzkuM2MxMC41LDEwLjQsMjQuNCwxNi4yLDM5LjEsMTYuMmMxNC43LDAsMjguNi01LjcsMzkuMS0xNS45YzEwLjYtMTAuNCwxNi40LTI0LjUsMTYuNC0zOS42YzAtMTQuOC01LjgtMjguOC0xNi41LTM5LjNDMzMzLjQsMjcyLjksMzE5LjYsMjY3LjEsMzA0LjksMjY3LjF6IE0zMDQuOSwzNjcuMmMtMjMuOCwwLTQzLjEtMTkuMy00My4xLTQzLjFjMC0yMy44LDE5LjMtNDMuMSw0My4xLTQzLjFzNDMuMSwxOS4zLDQzLjEsNDMuMUMzNDgsMzQ3LjksMzI4LjcsMzY3LjIsMzA0LjksMzY3LjJ6Ii8+PHBhdGggZmlsbD0iIzUyNUY2NiIgZD0iTTM4Ni4zLDQzNWMwLTE3LjctOC4zLTM0LjQtMjMuNS00Ny4xYy0xNS4zLTEyLjktMzUuNy0yMC01Ny4yLTIwYy0yMS43LDAtNDIsNy01Ny4yLDE5LjdjLTE1LjEsMTIuNi0yMy41LDI5LjQtMjMuNSw0Ny4zdjUuOGgxNjEuNFY0MzV6IE0zNjkuNyw0MjguNEgyNDAuMWgtMy41bDAuNy0zLjRjNS41LTI1LjksMzQuNS00NS40LDY3LjUtNDUuNGMzMy4yLDAsNjIuMiwxOS41LDY3LjUsNDUuNGwwLjcsMy40SDM2OS43eiIvPjxwYXRoIGZpbGw9IiM1MjVGNjYiIGQ9Ik0xODYuOSwyNzcuN2wwLTAuMnYtMC4yYzAtMi44LTIuMy01LjgtNS44LTUuOGgtNjguNGMtMi44LDAtNS44LDIuMy01LjgsNS44YzAsMi44LDIuMyw1LjgsNS44LDUuOGg2OC40YzIsMCwzLjgtMC44LDQuOS0yQzE4Ni44LDI4MC4xLDE4Ny4xLDI3OSwxODYuOSwyNzcuN3oiLz48cGF0aCBmaWxsPSIjNTI1RjY2IiBkPSJNMTg2LjksMzMzLjlsMC0wLjJ2LTAuMmMwLTIuOC0yLjMtNS44LTUuOC01LjhoLTY4LjRjLTIuOCwwLTUuOCwyLjMtNS44LDUuOGMwLDIuOCwyLjMsNS44LDUuOCw1LjhoNjguNGMxLjgsMCwzLjctMC45LDQuOC0yLjJDMTg2LjQsMzM2LjUsMTg3LjIsMzM1LjMsMTg2LjksMzMzLjl6Ii8+PHBhdGggZmlsbD0iIzUyNUY2NiIgZD0iTTE4MS4xLDM4Mi4zaC02OC40Yy0yLjgsMC01LjgsMy4xLTUuOCw1LjhjMCwyLjgsMi4zLDUuOCw1LjgsNS44aDY4LjRjMy41LDAsNS44LTMsNS44LTUuOFMxODQuNiwzODIuMywxODEuMSwzODIuM3oiLz48cGF0aCBmaWxsPSIjNTI1RjY2IiBkPSJNMTg2LjksNDQ0LjFsMC0wLjJ2LTAuMmMwLTIuOC0yLjMtNS44LTUuOC01LjhoLTY4LjRjLTIuOCwwLTUuOCwyLjMtNS44LDUuOGMwLDIuOCwyLjMsNS44LDUuOCw1LjhoNjguNGMxLjgsMCwzLjctMC45LDQuOC0yLjJDMTg2LjQsNDQ2LjYsMTg3LjIsNDQ1LjQsMTg2LjksNDQ0LjF6Ii8+PC9nPjwvc3ZnPg==');
}
.theme-light .contact-method .ico-weixin {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjE5LjQgMTgxLjUgNTczLjEgNDA4LjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTkuNCAxODEuNSA1NzMuMSA0MDguNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzUyNUY2NiIgZD0iTTY1LjUsMTgyLjJjLTI1LjIsMC00Ni4xLDIwLjktNDYuMSw0Ni4xdjE3Mi44YzAsMjUuMiwyMC45LDQ1LjQsNDYuMSw0NS40aDI1LjlsMjguMSwyOC4xYzEwLjEsMTAuMSwyNi42LDEwLjEsMzYuNywwbDI4LjEtMjguMWg2MS45djYxLjljMCwyNS4yLDIwLjksNDYuMSw0Ni4xLDQ2LjFoMTM2LjhsMjguMSwyOC4xYzEwLjEsMTAuMSwyNi42LDEwLjEsMzYsMGwyOC4xLTI4LjFoMjUuMmMyNS4yLDAsNDYuMS0yMC45LDQ2LjEtNDYuMVYzMzUuNmMwLTI1LjItMjAuOS00Ni4xLTQ2LjEtNDYuMUgzNjcuMnYtNjEuOWMwLTI1LjItMjAuOS00Ni4xLTQ2LjEtNDYuMUw2NS41LDE4Mi4yTDY1LjUsMTgyLjJ6IE02NS41LDE5NS4yaDI1NC45YzE4LjcsMCwzMy44LDE0LjQsMzMuOCwzMy4xdjE3Mi44YzAsMTgtMTUuMSwzMy4xLTMzLjgsMzMuMUgxODAuN2MtMS40LDAtMi45LDAuNy00LjMsMi4ybC0zMC4yLDI5LjVjLTUsNS0xMyw1LTE4LDBsLTMwLjItMjkuNWMtMS40LTEuNC0yLjktMi4yLTQuMy0yLjJINjUuNWMtMTguNywwLTMzLjEtMTQuNC0zMy4xLTMzLjFWMjI4LjNDMzEuNywyMDkuNiw0Ni44LDE5NS4yLDY1LjUsMTk1LjJMNjUuNSwxOTUuMnogTTc5LjIsMjQ3LjhjLTIuOSwwLTUuOCwzLjYtNS44LDYuNWMwLDMuNiwzLjYsNS44LDcuMiw1LjhoMjI0LjZjMy42LDAsNi41LTIuOSw2LjUtNi41YzAtMy42LTIuOS02LjUtNi41LTYuNUg4MC42QzgwLjYsMjQ3LjgsNzkuOSwyNDcuOCw3OS4yLDI0Ny44Qzc5LjksMjQ3LjgsNzkuMiwyNDcuOCw3OS4yLDI0Ny44TDc5LjIsMjQ3Ljh6IE0zNjYuNSwzMDMuMmgxNzkuM2MxOC43LDAsMzMuOCwxNS4xLDMzLjgsMzMuMXYxNzIuOGMwLDE4LTE1LjEsMzMuMS0zMy44LDMzLjFoLTI4LjFjLTIuMiwwLTMuNiwwLjctNC4zLDIuMmwtMzAuMiwyOS41Yy01LDUtMTMsNS0xOC43LDBsLTI5LjUtMjkuNWMtMS40LTEuNC0yLjktMi4yLTQuMy0yLjJIMjkwLjljLTE4LjcsMC0zMy4xLTE0LjQtMzMuMS0zMy4xdi02MS45aDYyLjZjMjUuMiwwLDQ2LjEtMjAuMiw0Ni4xLTQ1LjRMMzY2LjUsMzAzLjJMMzY2LjUsMzAzLjJ6IE03OC41LDMwOC4yYy0zLjYsMC43LTUuOCwzLjYtNS44LDcuMmMwLjcsMy42LDQuMyw1LjgsNy4yLDUuOGgyMjQuNmMzLjYsMCw2LjUtMi45LDYuNS02LjVjMC0zLjYtMi45LTYuNS02LjUtNi41SDc5LjlDNzkuOSwzMDguMiw3OS45LDMwOC4yLDc4LjUsMzA4LjJDNzkuMiwzMDguMiw3OS4yLDMwOC4yLDc4LjUsMzA4LjJMNzguNSwzMDguMnogTTM4My44LDM1NS44Yy0zLjYsMC01LjgsMy42LTUuOCw3LjJjMC43LDMuNiwzLjYsNS44LDcuMiw1LjhoMTQ1LjRjMy42LDAsNi41LTIuOSw2LjUtNi41cy0yLjktNi41LTYuNS02LjVIMzg1LjJDMzg1LjIsMzU1LjgsMzg0LjUsMzU1LjgsMzgzLjgsMzU1LjhMMzgzLjgsMzU1LjhMMzgzLjgsMzU1Ljh6IE03OC41LDM2OC43Yy0zLjYsMC43LTUuOCwzLjYtNS44LDcuMmMwLjcsMy42LDQuMyw1LjgsNy4yLDUuOGgyMjQuNmMzLjYsMCw2LjUtMi45LDYuNS02LjVjMC0zLjYtMi45LTYuNS02LjUtNi41SDc5LjlDNzkuOSwzNjguNyw3OS45LDM2OC43LDc4LjUsMzY4LjdDNzkuMiwzNjguNyw3OS4yLDM2OC43LDc4LjUsMzY4LjdMNzguNSwzNjguN3ogTTM4NS45LDQxNi4yYy0yLjksMC01LjgsMy42LTUuOCw3LjJjMCwyLjksMy42LDUuOCw3LjIsNS44aDE0My4zYzMuNiwwLDYuNS0yLjksNi41LTYuNWMwLTMuNi0yLjktNi41LTYuNS02LjVIMzg3LjRDMzg2LjYsNDE2LjIsMzg2LjYsNDE2LjIsMzg1LjksNDE2LjJDMzg2LjYsNDE2LjIsMzg1LjksNDE2LjIsMzg1LjksNDE2LjJMMzg1LjksNDE2LjJ6IE0yOTMsNDc2LjdjLTIuOSwwLjctNS44LDMuNi01LjgsNy4yYzAuNywzLjYsMy42LDUuOCw3LjIsNS44aDIzNS40YzMuNiwwLDYuNS0yLjksNi41LTYuNWMwLTMuNi0yLjktNi41LTYuNS02LjVIMjk0LjVDMjk0LjUsNDc2LjcsMjk0LjUsNDc2LjcsMjkzLDQ3Ni43QzI5My44LDQ3Ni43LDI5My44LDQ3Ni43LDI5Myw0NzYuN0wyOTMsNDc2Ljd6Ii8+PC9nPjwvc3ZnPg==');
}

@media (min-width: 576px) {
    .contact-method {
        width: 140px;
        height: 140px;
        text-align: center;
    }
    .contact-method .method-item {
        flex-direction: column;
        padding: 10px;
    }
    .contact-method .ico {
        top: unset;
        left: unset;
        width: 60px;
        height: 80px;
        margin-right: unset;
    }
}

@media (min-width: 768px) {
    .contact-method {
        width: 160px;
        height: 160px;
    }
    .contact-method .method-item {
        padding: 15px;
    }
    .contact-method .ico {
        width: 74px;
        height: 98px;
    }
}

@media (min-width: 1200px) {
    .contact-methods-list {
        margin-top: 80px;
    }
}

    /* rgk slider */

.c-carousel {
    display: flex;
    flex-direction: column;
    position: relative;
}
.c-carousel__container {
    height: 100%;
    overflow: hidden;
}
.c-carousel__slides {
    display: flex;
    flex-direction: row;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .35s ease;
            transition:         transform .35s ease;
}
.c-carousel__slides--swiping {
    -webkit-transition-timing-function: step-start;
            transition-timing-function: step-start;
}
.c-carousel__slide {
    flex-shrink: 0;
    height: 100%;
}

.c-carousel__control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 0;
    background: none;
    color: #1860b8;
    font-size: 0;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .35s ease;
            transition: color .35s ease;
}
.c-carousel__control::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    margin: -25% 0 0 -25%;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    content: "";
}
.c-carousel__control:hover {
    color: #333;
}
.c-carousel__control--disabled {
    color: #333;
    opacity: 0.1;
    cursor: default;
}
.c-carousel__control--prev {
    left: 0;
}
.c-carousel__control--prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.c-carousel__control--next {
    right: 0;
}
.c-carousel__control--next::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.c-carousel__pager {
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
    text-align: center;
}
.c-carousel__page {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 0;
}
.c-carousel__page::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transition: border-color .35s ease, background-color .35s ease;
            transition: border-color .35s ease, background-color .35s ease;
    content: "";
}
.c-carousel__page:hover::before,
.c-carousel__page--active::before {
    background-color: currentColor;
}

    /* review */

.review-list {
    display: flex;
    margin: 0 -12px;
}
.review-list-item {
    flex: 1;
    padding: 0 12px;
}

.review {
    position: relative;
    display: block;
    height: 100%;
    margin-top: 1em;
    padding: 20px;
    background-color: #fff;
}
.review::before {
    position: absolute;
    top: -0.25em;
    left: 20px;
    color: #263238;
    font-size: 46px;
    font-weight: 700;
    font-family: serif;
    line-height: 1;
    content: "\201C";
}
.review-descr {
    display: block;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 300;
}
.review-author {
    margin: 30px 0 0;
}

.author {
    display: flex;
}
.author-img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #d8d8d8;
}
.author-img img {
    vertical-align: top;
    max-width: 100%;
}
.author-body {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
.author-name {
    display: block;
    margin: 0;
    color: #263238;
    font-size: inherit;
    font-weight: 600;
}
.author-position {
    display: block;
    margin: 0;
    font-size: inherit;
    font-weight: 400;
}

@media (min-width: 992px) {
    .review-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .review-list-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .review {
        padding: 30px;
    }
    .review::before {
        right: 30px;
        left: auto;
    }
    .review-descr {
        font-size: 18px;
    }
    .author-body {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .review-carousel {
        margin-left: -25px;
        margin-right: -25px;
    }
    .review-carousel .c-carousel__slides {
        margin-left: 13px;
        margin-right: 13px;
    }
    .review-carousel .c-carousel__slide {
        flex: 0 0 95%;
    }
}

@media (min-width: 768px) {
    .review-carousel .c-carousel__pager {
        display: none;
    }
}

    /* graph */

.graph-header {
    position: relative;
    height: 80px;
    margin: 0 -15px;
    text-align: center;
}
.graph-header .title {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin: -4px 0 0;
    padding: 5px 10px;
    color: inherit;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.graph-header .line {
    position: absolute;
    top: 10px;
    bottom: 0;
    border: 2px dashed;
}
.graph-header .line-left {
    left: 16.6666%;
    right: 50%;
    border-width: 2px 0 0 2px;
}
.graph-header .line-right {
    left: 50%;
    right: 16.6666%;
    border-width: 2px 2px 0 0;
}
.graph-header .line-center {
    left: 50%;
    right: 50%;
    border-width: 0 2px 0 0;
}

.graph-header + .as-table > [class*="col-"] {
    vertical-align: top;
}


.graph-item {
    position: relative;
    padding: 40px 60px;
    text-align: center;
}
.graph-item .title {
    display: block;
    margin: 0 0 25px;
    color: inherit;
    font-size: 30px;
}
.graph-item .subtitle {
    display: block;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: normal;
}
.graph-item .img {
    margin: 40px 0 0;
}

@media (min-width: 992px) {
    .graph-item + .graph-item::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        font-size: 90px;
        line-height: 40px;
        text-align: center;
        content: "+";
    }
}

    /* message */

.msg-block {
    display: block;
    text-align: center;
}
.msg-block-ico {
    display: inline-block;
    font-size: 50px;
}
.msg-block-title {
    display: block;
    margin: 10px 0 20px;
    font-size: 23px;
    font-weight: 500;
}
.msg-block-text {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
}